diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index 2d6e8d0d9..bb59d76ec 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -48762,6 +48762,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" + } + } } } }, @@ -49194,6 +49224,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" + } + } } } }, @@ -306689,6 +306739,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/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index a6e55d166..e3addb94e 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -35736,6 +35736,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': @@ -36086,6 +36104,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': @@ -231201,6 +231231,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/api.github.com/api.github.com.2026-03-10.json b/descriptions/api.github.com/api.github.com.2026-03-10.json index a10102330..11ccf83a9 100644 --- a/descriptions/api.github.com/api.github.com.2026-03-10.json +++ b/descriptions/api.github.com/api.github.com.2026-03-10.json @@ -48684,6 +48684,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" + } + } } } }, @@ -49116,6 +49146,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" + } + } } } }, @@ -305938,6 +305988,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/api.github.com/api.github.com.2026-03-10.yaml b/descriptions/api.github.com/api.github.com.2026-03-10.yaml index f44d94d45..a47b111b0 100644 --- a/descriptions/api.github.com/api.github.com.2026-03-10.yaml +++ b/descriptions/api.github.com/api.github.com.2026-03-10.yaml @@ -35674,6 +35674,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': @@ -36024,6 +36042,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': @@ -230527,6 +230557,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/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 2c7c9512e..73609fb5e 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -49017,6 +49017,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" + } + } } } }, @@ -49449,6 +49479,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" + } + } } } }, @@ -308796,6 +308846,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/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 4f3ce92db..9b35f1afc 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -35871,6 +35871,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': @@ -36221,6 +36239,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': @@ -232588,6 +232618,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/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 2ced77b10..f27a0fd44 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -320283,6 +320283,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" + } + } } } }, @@ -327147,6 +327177,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/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 0ed2203cf..ab6ed0474 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -1023,7 +1023,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &661 + - &663 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -11673,7 +11673,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 - - &493 + - &495 name: has in: query description: |- @@ -11799,7 +11799,7 @@ paths: - direct - transitive - inconclusive - security_advisory: &494 + security_advisory: &496 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -12068,14 +12068,14 @@ paths: format: date-time readOnly: true nullable: true - auto_dismissed_at: &495 + auto_dismissed_at: &497 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &496 + dismissal_request: &498 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -13473,7 +13473,7 @@ paths: properties: action: type: string - discussion: &755 + discussion: &757 title: Discussion description: A Discussion in a repository. type: object @@ -13840,7 +13840,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &547 + properties: &549 id: type: integer format: int64 @@ -14216,7 +14216,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &673 + sub_issues_summary: &675 title: Sub-issues Summary type: object properties: @@ -14303,7 +14303,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &569 + properties: &571 pinned_at: type: string format: date-time @@ -14315,7 +14315,7 @@ paths: properties: *20 required: *21 nullable: true - required: &570 + required: &572 - pinned_at - pinned_by nullable: true @@ -14329,7 +14329,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &674 + issue_dependencies_summary: &676 title: Issue Dependencies Summary type: object properties: @@ -14348,7 +14348,7 @@ paths: - total_blocking issue_field_values: type: array - items: &554 + items: &556 title: Issue Field Value description: A value assigned to an issue field type: object @@ -14409,7 +14409,7 @@ paths: - node_id - data_type - value - required: &548 + required: &550 - assignee - closed_at - comments @@ -14447,7 +14447,7 @@ paths: action: type: string issue: *85 - comment: &543 + comment: &545 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -15111,7 +15111,7 @@ paths: type: string release: allOf: - - &603 + - &605 title: Release description: A release. type: object @@ -15182,7 +15182,7 @@ paths: author: *4 assets: type: array - items: &604 + items: &606 title: Release Asset description: Data related to a release. type: object @@ -15773,7 +15773,7 @@ paths: url: type: string format: uri - user: &680 + user: &682 title: Public User description: Public User type: object @@ -19165,7 +19165,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &579 + - &581 name: all description: If `true`, show notifications marked as read. in: query @@ -19173,7 +19173,7 @@ paths: schema: type: boolean default: false - - &580 + - &582 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -19183,7 +19183,7 @@ paths: type: boolean default: false - *92 - - &581 + - &583 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: @@ -19713,7 +19713,7 @@ paths: - url - subscription_url examples: - default: &582 + default: &584 value: - id: '1' repository: @@ -21260,7 +21260,7 @@ paths: required: false schema: type: string - - &730 + - &732 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -21406,7 +21406,7 @@ paths: parameters: - *75 - *123 - - &731 + - &733 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 @@ -21518,7 +21518,7 @@ paths: - *123 - *125 - *124 - - &732 + - &734 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -21526,7 +21526,7 @@ paths: schema: type: string - *126 - - &733 + - &735 name: sku description: The SKU to query for usage. in: query @@ -28202,12 +28202,12 @@ paths: required: - subject_digests examples: - default: &712 + default: &714 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &713 + withPredicateType: &715 value: subject_digests: - sha256:abc123 @@ -28265,7 +28265,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &714 + default: &716 value: attestations_subject_digests: - sha256:abc: @@ -34341,7 +34341,7 @@ paths: description: Response content: application/json: - schema: &499 + schema: &501 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -34358,7 +34358,7 @@ paths: - key_id - key examples: - default: &500 + default: &502 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -36156,7 +36156,7 @@ paths: application/json: schema: *22 examples: - default: &538 + default: &540 value: id: 1 account: @@ -36381,7 +36381,7 @@ paths: required: true content: application/json: - schema: &539 + schema: &541 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -38930,7 +38930,7 @@ paths: parameters: - *75 - *254 - - &695 + - &697 name: repo_name description: repo_name parameter in: path @@ -39971,7 +39971,7 @@ paths: - nuget - container - *75 - - &696 + - &698 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -40012,7 +40012,7 @@ paths: default: *261 '403': *29 '401': *25 - '400': &698 + '400': &700 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -42002,7 +42002,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &786 + properties: &788 id: type: number description: The unique identifier of the status update. @@ -42050,7 +42050,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &787 + required: &789 - id - node_id - created_at @@ -42490,7 +42490,7 @@ paths: - review_comment - self author_association: *82 - auto_merge: &589 + auto_merge: &591 title: Auto merge description: The status of auto merging a pull request. type: object @@ -42868,7 +42868,7 @@ paths: - updated_at - project_url examples: - default: &717 + default: &719 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -43045,7 +43045,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &718 + items: &720 type: object properties: name: @@ -43082,7 +43082,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &719 + iteration_configuration: &721 type: object description: The configuration for iteration fields. properties: @@ -43132,7 +43132,7 @@ paths: value: name: Due date data_type: date - single_select_field: &720 + single_select_field: &722 summary: Create a single select field value: name: Priority @@ -43159,7 +43159,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &721 + iteration_field: &723 summary: Create an iteration field value: name: Sprint @@ -43185,7 +43185,7 @@ paths: application/json: schema: *282 examples: - text_field: &722 + text_field: &724 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -43194,7 +43194,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: &723 + number_field: &725 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -43203,7 +43203,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: &724 + date_field: &726 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -43212,7 +43212,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: &725 + single_select_field: &727 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -43246,7 +43246,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &726 + iteration_field: &728 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -43292,7 +43292,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *278 - - &727 + - &729 name: field_id description: The unique identifier of the field. in: path @@ -43307,7 +43307,7 @@ paths: application/json: schema: *282 examples: - default: &728 + default: &730 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44504,7 +44504,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &709 + schema: &711 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -44681,7 +44681,7 @@ paths: parameters: - *278 - *75 - - &729 + - &731 name: view_number description: The number that identifies the project view. in: path @@ -46648,7 +46648,7 @@ paths: - *75 - *17 - *19 - - &611 + - &613 name: targets description: | A comma-separated list of rule targets to filter by. @@ -46929,7 +46929,7 @@ paths: - repository_property rules: type: array - items: &612 + items: &614 title: Repository Rule type: object description: A repository rule. @@ -46991,7 +46991,7 @@ paths: type: string enum: - required_linear_history - - &610 + - &612 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -47893,7 +47893,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *75 - - &613 + - &615 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 @@ -47908,7 +47908,7 @@ paths: in: query schema: type: string - - &614 + - &616 name: time_period description: |- The time period to filter by. @@ -47924,14 +47924,14 @@ paths: - week - month default: day - - &615 + - &617 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 - - &616 + - &618 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -47951,7 +47951,7 @@ paths: description: Response content: application/json: - schema: &617 + schema: &619 title: Rule Suites description: Response type: array @@ -48006,7 +48006,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &618 + default: &620 value: - id: 21 actor_id: 12 @@ -48050,7 +48050,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *75 - - &619 + - &621 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -48066,7 +48066,7 @@ paths: description: Response content: application/json: - schema: &620 + schema: &622 title: Rule Suite description: Response type: object @@ -48165,7 +48165,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &621 + default: &623 value: id: 21 actor_id: 12 @@ -48412,7 +48412,7 @@ paths: type: string format: date-time examples: - default: &623 + default: &625 value: - version_id: 3 actor: @@ -48465,7 +48465,7 @@ paths: description: Response content: application/json: - schema: &624 + schema: &626 allOf: - *327 - type: object @@ -48537,7 +48537,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *75 - - &625 + - &627 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -48548,7 +48548,7 @@ paths: enum: - open - resolved - - &626 + - &628 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -48558,7 +48558,7 @@ paths: required: false schema: type: string - - &627 + - &629 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -48569,7 +48569,7 @@ paths: required: false schema: type: string - - &628 + - &630 name: exclude_providers in: query description: |- @@ -48580,7 +48580,7 @@ paths: required: false schema: type: string - - &629 + - &631 name: providers in: query description: |- @@ -48591,7 +48591,7 @@ paths: required: false schema: type: string - - &630 + - &632 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -48600,7 +48600,7 @@ paths: required: false schema: type: string - - &631 + - &633 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -48619,7 +48619,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &632 + - &634 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. @@ -48634,7 +48634,7 @@ paths: - *61 - *19 - *17 - - &633 + - &635 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 @@ -48644,7 +48644,7 @@ paths: required: false schema: type: string - - &634 + - &636 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 @@ -48654,7 +48654,7 @@ paths: required: false schema: type: string - - &635 + - &637 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -48663,7 +48663,7 @@ paths: required: false schema: type: string - - &636 + - &638 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -48672,7 +48672,7 @@ paths: schema: type: boolean default: false - - &637 + - &639 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -48681,7 +48681,7 @@ paths: schema: type: boolean default: false - - &638 + - &640 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -48716,14 +48716,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &639 + state: &641 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: &640 + resolution: &642 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -48840,8 +48840,8 @@ paths: pull request. ' - oneOf: &641 - - &643 + oneOf: &643 + - &645 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -48899,7 +48899,7 @@ paths: - blob_url - commit_sha - commit_url - - &644 + - &646 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. @@ -48954,7 +48954,7 @@ paths: - page_url - commit_sha - commit_url - - &645 + - &647 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -48974,7 +48974,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &646 + - &648 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -48994,7 +48994,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &647 + - &649 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -49014,7 +49014,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &648 + - &650 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -49028,7 +49028,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &649 + - &651 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -49042,7 +49042,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &650 + - &652 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -49056,7 +49056,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &651 + - &653 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. @@ -49076,7 +49076,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &652 + - &654 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. @@ -49096,7 +49096,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &653 + - &655 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. @@ -49116,7 +49116,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &654 + - &656 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. @@ -49136,7 +49136,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &655 + - &657 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 request. @@ -49655,7 +49655,7 @@ paths: application/json: schema: type: array - items: &659 + items: &661 description: A repository security advisory. type: object properties: @@ -49946,7 +49946,7 @@ paths: - private_fork additionalProperties: false examples: - default: &660 + default: &662 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -51933,7 +51933,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &676 + response-if-user-is-a-team-maintainer: &678 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -51998,7 +51998,7 @@ paths: application/json: schema: *341 examples: - response-if-users-membership-with-team-is-now-pending: &677 + response-if-users-membership-with-team-is-now-pending: &679 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -52112,7 +52112,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &678 + schema: &680 title: Team Repository description: A team's access to a repository. type: object @@ -52769,7 +52769,7 @@ paths: type: array items: *197 examples: - response-if-child-teams-exist: &679 + response-if-child-teams-exist: &681 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -54227,7 +54227,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': &542 + '410': &544 description: Gone content: application/json: @@ -57838,7 +57838,7 @@ paths: items: type: object properties: - type: &508 + type: &510 type: string description: The type of reviewer. enum: @@ -57972,12 +57972,12 @@ paths: application/json: schema: type: array - items: &503 + items: &505 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &749 + properties: &751 url: type: string format: uri @@ -58062,7 +58062,7 @@ paths: nullable: true properties: *80 required: *81 - required: &750 + required: &752 - id - node_id - sha @@ -58078,7 +58078,7 @@ paths: - created_at - updated_at examples: - default: &504 + default: &506 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -58461,7 +58461,7 @@ paths: application/json: schema: *387 examples: - default: &521 + default: &523 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -58680,7 +58680,7 @@ paths: application/json: schema: *391 examples: - default: &522 + default: &524 value: name: USERNAME value: octocat @@ -60485,7 +60485,7 @@ paths: required: - sha - url - verification: &528 + verification: &530 title: Verification type: object properties: @@ -63671,7 +63671,7 @@ paths: check. type: array items: *90 - deployment: &742 + deployment: &744 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -64583,7 +64583,7 @@ paths: type: string format: date-time nullable: true - head_commit: &770 + head_commit: &772 title: Simple Commit description: A commit. type: object @@ -66979,7 +66979,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': &491 + '302': &493 description: Found '403': *439 '404': *6 @@ -68854,14 +68854,14 @@ paths: type: integer machines: type: array - items: &685 + items: &687 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *464 required: *465 examples: - default: &686 + default: &688 value: total_count: 2 machines: @@ -69544,7 +69544,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &541 + schema: &543 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -70248,7 +70248,7 @@ paths: - content - created_at examples: - default: &545 + default: &547 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -70385,7 +70385,7 @@ paths: - *342 - *343 - *101 - - &546 + - &548 name: reaction_id description: The unique identifier of the reaction. in: path @@ -70499,7 +70499,7 @@ paths: type: array items: *476 examples: - default: &596 + default: &598 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -70790,7 +70790,7 @@ paths: type: array items: *480 examples: - default: &588 + default: &590 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -71348,7 +71348,7 @@ paths: application/json: schema: *476 examples: - default: &575 + default: &577 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -71432,6 +71432,47 @@ paths: patch: |- @@ -29,7 +29,7 @@ ..... + application/vnd.github.diff: + schema: + type: string + examples: + default: &490 + 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: &491 + 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': *55 @@ -71966,7 +72007,7 @@ paths: application/json: schema: type: array - items: &664 + items: &666 title: Status description: The status of a commit. type: object @@ -72588,6 +72629,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: *490 + application/vnd.github.patch: + schema: + type: string + examples: + default: *491 '404': *6 '500': *55 '503': *121 @@ -72793,7 +72844,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &490 + response-if-content-is-a-file-github-object: &492 summary: Response if content is a file value: type: file @@ -72925,7 +72976,7 @@ paths: - size - type - url - - &601 + - &603 title: Content File description: Content File type: object @@ -73126,7 +73177,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *490 + response-if-content-is-a-file: *492 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -73195,7 +73246,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *491 + '302': *493 '304': *37 x-github: githubCloudOnly: false @@ -73312,7 +73363,7 @@ paths: description: Response content: application/json: - schema: &492 + schema: &494 title: File Commit description: File Commit type: object @@ -73464,7 +73515,7 @@ paths: description: Response content: application/json: - schema: *492 + schema: *494 examples: example-for-creating-a-file: value: @@ -73518,7 +73569,7 @@ paths: schema: oneOf: - *3 - - &523 + - &525 description: Repository rule violation was detected type: object properties: @@ -73539,7 +73590,7 @@ paths: items: type: object properties: - placeholder_id: &656 + placeholder_id: &658 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -73633,7 +73684,7 @@ paths: description: Response content: application/json: - schema: *492 + schema: *494 examples: default: value: @@ -73826,7 +73877,7 @@ paths: schema: type: string - *204 - - *493 + - *495 - *205 - *206 - *207 @@ -73841,7 +73892,7 @@ paths: application/json: schema: type: array - items: &497 + items: &499 type: object description: A Dependabot alert. properties: @@ -73888,7 +73939,7 @@ paths: - direct - transitive - inconclusive - security_advisory: *494 + security_advisory: *496 security_vulnerability: *65 url: *181 html_url: *182 @@ -73919,8 +73970,8 @@ paths: nullable: true maxLength: 280 fixed_at: *183 - auto_dismissed_at: *495 - dismissal_request: *496 + auto_dismissed_at: *497 + dismissal_request: *498 assignees: type: array description: The users assigned to this alert. @@ -74177,7 +74228,7 @@ paths: parameters: - *342 - *343 - - &498 + - &500 name: alert_number in: path description: |- @@ -74192,7 +74243,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *499 examples: default: value: @@ -74326,7 +74377,7 @@ paths: parameters: - *342 - *343 - - *498 + - *500 requestBody: required: true content: @@ -74382,7 +74433,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *499 examples: default: value: @@ -74531,7 +74582,7 @@ paths: type: integer secrets: type: array - items: &501 + items: &503 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -74591,9 +74642,9 @@ paths: description: Response content: application/json: - schema: *499 + schema: *501 examples: - default: *500 + default: *502 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74621,7 +74672,7 @@ paths: description: Response content: application/json: - schema: *501 + schema: *503 examples: default: value: @@ -75202,7 +75253,7 @@ paths: - version - url additionalProperties: false - metadata: &502 + metadata: &504 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -75235,7 +75286,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *502 + metadata: *504 resolved: type: object description: A collection of resolved package dependencies. @@ -75248,7 +75299,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *502 + metadata: *504 relationship: type: string description: A notation of whether a dependency is requested @@ -75418,9 +75469,9 @@ paths: application/json: schema: type: array - items: *503 + items: *505 examples: - default: *504 + default: *506 headers: Link: *67 x-github: @@ -75568,7 +75619,7 @@ paths: description: Response content: application/json: - schema: *503 + schema: *505 examples: simple-example: summary: Simple example @@ -75643,7 +75694,7 @@ paths: parameters: - *342 - *343 - - &505 + - &507 name: deployment_id description: deployment_id parameter in: path @@ -75655,7 +75706,7 @@ paths: description: Response content: application/json: - schema: *503 + schema: *505 examples: default: value: @@ -75722,7 +75773,7 @@ paths: parameters: - *342 - *343 - - *505 + - *507 responses: '204': description: Response @@ -75746,7 +75797,7 @@ paths: parameters: - *342 - *343 - - *505 + - *507 - *17 - *19 responses: @@ -75756,7 +75807,7 @@ paths: application/json: schema: type: array - items: &506 + items: &508 title: Deployment Status description: The status of a deployment. type: object @@ -75919,7 +75970,7 @@ paths: parameters: - *342 - *343 - - *505 + - *507 requestBody: required: true content: @@ -75994,9 +76045,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *508 examples: - default: &507 + default: &509 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -76054,7 +76105,7 @@ paths: parameters: - *342 - *343 - - *505 + - *507 - name: status_id in: path required: true @@ -76065,9 +76116,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *508 examples: - default: *507 + default: *509 '404': *6 x-github: githubCloudOnly: false @@ -76168,7 +76219,7 @@ paths: type: integer environments: type: array - items: &509 + items: &511 title: Environment description: Details of a deployment environment type: object @@ -76220,7 +76271,7 @@ paths: type: type: string example: wait_timer - wait_timer: &511 + wait_timer: &513 type: integer example: 30 description: The amount of time to delay a job after @@ -76257,7 +76308,7 @@ paths: items: type: object properties: - type: *508 + type: *510 reviewer: anyOf: - *4 @@ -76281,7 +76332,7 @@ paths: - id - node_id - type - deployment_branch_policy: &512 + deployment_branch_policy: &514 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -76399,7 +76450,7 @@ paths: parameters: - *342 - *343 - - &510 + - &512 name: environment_name in: path required: true @@ -76412,9 +76463,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *511 examples: - default: &513 + default: &515 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -76500,7 +76551,7 @@ paths: parameters: - *342 - *343 - - *510 + - *512 requestBody: required: false content: @@ -76509,7 +76560,7 @@ paths: type: object nullable: true properties: - wait_timer: *511 + wait_timer: *513 prevent_self_review: type: boolean example: false @@ -76526,13 +76577,13 @@ paths: items: type: object properties: - type: *508 + type: *510 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *512 + deployment_branch_policy: *514 additionalProperties: false examples: default: @@ -76552,9 +76603,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *511 examples: - default: *513 + default: *515 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -76580,7 +76631,7 @@ paths: parameters: - *342 - *343 - - *510 + - *512 responses: '204': description: Default response @@ -76607,7 +76658,7 @@ paths: parameters: - *342 - *343 - - *510 + - *512 - *17 - *19 responses: @@ -76625,7 +76676,7 @@ paths: example: 2 branch_policies: type: array - items: &514 + items: &516 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -76684,7 +76735,7 @@ paths: parameters: - *342 - *343 - - *510 + - *512 requestBody: required: true content: @@ -76730,9 +76781,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *516 examples: - example-wildcard: &515 + example-wildcard: &517 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -76776,8 +76827,8 @@ paths: parameters: - *342 - *343 - - *510 - - &516 + - *512 + - &518 name: branch_policy_id in: path required: true @@ -76789,9 +76840,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *516 examples: - default: *515 + default: *517 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76812,8 +76863,8 @@ paths: parameters: - *342 - *343 - - *510 - - *516 + - *512 + - *518 requestBody: required: true content: @@ -76841,9 +76892,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *516 examples: - default: *515 + default: *517 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76864,8 +76915,8 @@ paths: parameters: - *342 - *343 - - *510 - - *516 + - *512 + - *518 responses: '204': description: Response @@ -76890,7 +76941,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *510 + - *512 - *343 - *342 responses: @@ -76908,7 +76959,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &517 + items: &519 title: Deployment protection rule description: Deployment protection rule type: object @@ -76927,7 +76978,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &518 + app: &520 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -77026,7 +77077,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: - - *510 + - *512 - *343 - *342 requestBody: @@ -77049,9 +77100,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *517 + schema: *519 examples: - default: &519 + default: &521 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -77086,7 +77137,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: - - *510 + - *512 - *343 - *342 - *19 @@ -77107,7 +77158,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *518 + items: *520 examples: default: value: @@ -77144,8 +77195,8 @@ paths: parameters: - *342 - *343 - - *510 - - &520 + - *512 + - &522 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -77157,9 +77208,9 @@ paths: description: Response content: application/json: - schema: *517 + schema: *519 examples: - default: *519 + default: *521 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77180,10 +77231,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *510 + - *512 - *343 - *342 - - *520 + - *522 responses: '204': description: Response @@ -77211,7 +77262,7 @@ paths: parameters: - *342 - *343 - - *510 + - *512 - *17 - *19 responses: @@ -77258,7 +77309,7 @@ paths: parameters: - *342 - *343 - - *510 + - *512 responses: '200': description: Response @@ -77290,7 +77341,7 @@ paths: parameters: - *342 - *343 - - *510 + - *512 - *168 responses: '200': @@ -77299,7 +77350,7 @@ paths: application/json: schema: *387 examples: - default: *521 + default: *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77323,7 +77374,7 @@ paths: parameters: - *342 - *343 - - *510 + - *512 - *168 requestBody: required: true @@ -77383,7 +77434,7 @@ paths: parameters: - *342 - *343 - - *510 + - *512 - *168 responses: '204': @@ -77411,7 +77462,7 @@ paths: parameters: - *342 - *343 - - *510 + - *512 - *358 - *19 responses: @@ -77456,7 +77507,7 @@ paths: parameters: - *342 - *343 - - *510 + - *512 requestBody: required: true content: @@ -77510,7 +77561,7 @@ paths: parameters: - *342 - *343 - - *510 + - *512 - *171 responses: '200': @@ -77519,7 +77570,7 @@ paths: application/json: schema: *391 examples: - default: *522 + default: *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77543,7 +77594,7 @@ paths: - *342 - *343 - *171 - - *510 + - *512 requestBody: required: true content: @@ -77588,7 +77639,7 @@ paths: - *342 - *343 - *171 - - *510 + - *512 responses: '204': description: Response @@ -77956,7 +78007,7 @@ paths: schema: oneOf: - *129 - - *523 + - *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78191,7 +78242,7 @@ paths: description: Response content: application/json: - schema: &524 + schema: &526 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -78413,7 +78464,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *526 examples: default: value: @@ -78471,7 +78522,7 @@ paths: parameters: - *342 - *343 - - &525 + - &527 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. @@ -78488,7 +78539,7 @@ paths: application/json: schema: type: array - items: &526 + items: &528 title: Git Reference description: Git references within a repository type: object @@ -78565,15 +78616,15 @@ paths: parameters: - *342 - *343 - - *525 + - *527 responses: '200': description: Response content: application/json: - schema: *526 + schema: *528 examples: - default: &527 + default: &529 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -78632,9 +78683,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *528 examples: - default: *527 + default: *529 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -78662,7 +78713,7 @@ paths: parameters: - *342 - *343 - - *525 + - *527 requestBody: required: true content: @@ -78691,9 +78742,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *528 examples: - default: *527 + default: *529 '422': *15 '409': *54 x-github: @@ -78713,7 +78764,7 @@ paths: parameters: - *342 - *343 - - *525 + - *527 responses: '204': description: Response @@ -78836,7 +78887,7 @@ paths: description: Response content: application/json: - schema: &529 + schema: &531 title: Git Tag description: Metadata for a Git tag type: object @@ -78887,7 +78938,7 @@ paths: - sha - type - url - verification: *528 + verification: *530 required: - sha - url @@ -78897,7 +78948,7 @@ paths: - tag - message examples: - default: &530 + default: &532 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -78982,9 +79033,9 @@ paths: description: Response content: application/json: - schema: *529 + schema: *531 examples: - default: *530 + default: *532 '404': *6 '409': *54 x-github: @@ -79082,7 +79133,7 @@ paths: description: Response content: application/json: - schema: &531 + schema: &533 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -79202,7 +79253,7 @@ paths: description: Response content: application/json: - schema: *531 + schema: *533 examples: default-response: summary: Default response @@ -79272,7 +79323,7 @@ paths: application/json: schema: type: array - items: &532 + items: &534 title: Webhook description: Webhooks for repositories. type: object @@ -79326,7 +79377,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &778 + last_response: &780 title: Hook Response type: object properties: @@ -79453,9 +79504,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *534 examples: - default: &533 + default: &535 value: type: Repository id: 12345678 @@ -79511,9 +79562,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *534 examples: - default: *533 + default: *535 '404': *6 x-github: githubCloudOnly: false @@ -79580,9 +79631,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *534 examples: - default: *533 + default: *535 '422': *15 '404': *6 x-github: @@ -79978,7 +80029,7 @@ paths: description: Response content: application/json: - schema: &534 + schema: &536 title: Import description: A repository import from an external source. type: object @@ -80077,7 +80128,7 @@ paths: - html_url - authors_url examples: - default: &537 + default: &539 value: vcs: subversion use_lfs: true @@ -80093,7 +80144,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': &535 + '503': &537 description: Unavailable due to service under maintenance. content: application/json: @@ -80171,7 +80222,7 @@ paths: description: Response content: application/json: - schema: *534 + schema: *536 examples: default: value: @@ -80196,7 +80247,7 @@ paths: type: string '422': *15 '404': *6 - '503': *535 + '503': *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80274,7 +80325,7 @@ paths: description: Response content: application/json: - schema: *534 + schema: *536 examples: example-1: summary: Example 1 @@ -80322,7 +80373,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': *535 + '503': *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80350,7 +80401,7 @@ paths: responses: '204': description: Response - '503': *535 + '503': *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80378,7 +80429,7 @@ paths: parameters: - *342 - *343 - - &707 + - &709 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -80392,7 +80443,7 @@ paths: application/json: schema: type: array - items: &536 + items: &538 title: Porter Author description: Porter Author type: object @@ -80446,7 +80497,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': *535 + '503': *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80502,7 +80553,7 @@ paths: description: Response content: application/json: - schema: *536 + schema: *538 examples: default: value: @@ -80515,7 +80566,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *535 + '503': *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80581,7 +80632,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *535 + '503': *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80637,11 +80688,11 @@ paths: description: Response content: application/json: - schema: *534 + schema: *536 examples: - default: *537 + default: *539 '422': *15 - '503': *535 + '503': *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80673,7 +80724,7 @@ paths: application/json: schema: *22 examples: - default: *538 + default: *540 '301': *346 '404': *6 x-github: @@ -80708,7 +80759,7 @@ paths: properties: {} additionalProperties: false examples: - default: &540 + default: &542 value: limit: collaborators_only origin: repository @@ -80739,7 +80790,7 @@ paths: required: true content: application/json: - schema: *539 + schema: *541 examples: default: summary: Example request body @@ -80753,7 +80804,7 @@ paths: application/json: schema: *234 examples: - default: *540 + default: *542 '409': description: Response x-github: @@ -80810,9 +80861,9 @@ paths: application/json: schema: type: array - items: *541 + items: *543 examples: - default: &700 + default: &702 value: - id: 1 repository: @@ -80974,7 +81025,7 @@ paths: description: Response content: application/json: - schema: *541 + schema: *543 examples: default: value: @@ -81212,7 +81263,7 @@ paths: type: array items: *85 examples: - default: &553 + default: &555 value: - id: 1 node_id: MDU6SXNzdWUx @@ -81475,7 +81526,7 @@ paths: application/json: schema: *85 examples: - default: &550 + default: &552 value: id: 1 node_id: MDU6SXNzdWUx @@ -81632,7 +81683,7 @@ paths: '422': *15 '503': *121 '404': *6 - '410': *542 + '410': *544 x-github: triggersNotification: true githubCloudOnly: false @@ -81682,9 +81733,9 @@ paths: application/json: schema: type: array - items: *543 + items: *545 examples: - default: &552 + default: &554 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -81750,9 +81801,9 @@ paths: description: Response content: application/json: - schema: *543 + schema: *545 examples: - default: &544 + default: &546 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -81831,9 +81882,9 @@ paths: description: Response content: application/json: - schema: *543 + schema: *545 examples: - default: *544 + default: *546 '422': *15 x-github: githubCloudOnly: false @@ -81889,7 +81940,7 @@ paths: description: Response content: application/json: - schema: *543 + schema: *545 examples: default: value: @@ -81945,7 +81996,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *542 + '410': *544 '422': *15 x-github: githubCloudOnly: false @@ -81971,7 +82022,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *542 + '410': *544 '503': *121 x-github: githubCloudOnly: false @@ -82019,7 +82070,7 @@ paths: type: array items: *474 examples: - default: *545 + default: *547 headers: Link: *67 '404': *6 @@ -82108,7 +82159,7 @@ paths: - *342 - *343 - *101 - - *546 + - *548 responses: '204': description: Response @@ -82139,7 +82190,7 @@ paths: application/json: schema: type: array - items: &549 + items: &551 title: Issue Event description: Issue Event type: object @@ -82182,8 +82233,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *547 - required: *548 + properties: *549 + required: *550 nullable: true label: title: Issue Event Label @@ -82503,7 +82554,7 @@ paths: description: Response content: application/json: - schema: *549 + schema: *551 examples: default: value: @@ -82696,7 +82747,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *542 + '410': *544 '403': *29 x-github: githubCloudOnly: false @@ -82732,7 +82783,7 @@ paths: parameters: - *342 - *343 - - &551 + - &553 name: issue_number description: The number that identifies the issue. in: path @@ -82748,7 +82799,7 @@ paths: examples: default: summary: Issue - value: *550 + value: *552 pinned_comment: summary: Issue with pinned comment value: @@ -82949,7 +83000,7 @@ paths: state_reason: completed '301': *346 '404': *6 - '410': *542 + '410': *544 '304': *37 x-github: githubCloudOnly: false @@ -82976,7 +83027,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 requestBody: required: false content: @@ -83102,13 +83153,13 @@ paths: application/json: schema: *85 examples: - default: *550 + default: *552 '422': *15 '503': *121 '403': *29 '301': *346 '404': *6 - '410': *542 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83128,7 +83179,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 requestBody: required: false content: @@ -83156,7 +83207,7 @@ paths: application/json: schema: *85 examples: - default: *550 + default: *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83174,7 +83225,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 requestBody: content: application/json: @@ -83201,7 +83252,7 @@ paths: application/json: schema: *85 examples: - default: *550 + default: *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83225,7 +83276,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 - name: assignee in: path required: true @@ -83267,7 +83318,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 - *92 - *17 - *19 @@ -83278,13 +83329,13 @@ paths: application/json: schema: type: array - items: *543 + items: *545 examples: - default: *552 + default: *554 headers: Link: *67 '404': *6 - '410': *542 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83315,7 +83366,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 requestBody: required: true content: @@ -83337,16 +83388,16 @@ paths: description: Response content: application/json: - schema: *543 + schema: *545 examples: - default: *544 + default: *546 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *542 + '410': *544 '422': *15 '404': *6 x-github: @@ -83376,7 +83427,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 - *17 - *19 responses: @@ -83388,12 +83439,12 @@ paths: type: array items: *85 examples: - default: *553 + default: *555 headers: Link: *67 '301': *346 '404': *6 - '410': *542 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83423,7 +83474,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 requestBody: required: true content: @@ -83447,7 +83498,7 @@ paths: application/json: schema: *85 examples: - default: *550 + default: *552 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -83455,7 +83506,7 @@ paths: type: string '301': *346 '403': *29 - '410': *542 + '410': *544 '422': *15 '404': *6 x-github: @@ -83488,7 +83539,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -83502,13 +83553,13 @@ paths: application/json: schema: *85 examples: - default: *550 + default: *552 '301': *346 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *542 + '410': *544 x-github: triggersNotification: true githubCloudOnly: false @@ -83536,7 +83587,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 - *17 - *19 responses: @@ -83548,12 +83599,12 @@ paths: type: array items: *85 examples: - default: *553 + default: *555 headers: Link: *67 '301': *346 '404': *6 - '410': *542 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83572,7 +83623,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 - *17 - *19 responses: @@ -83586,7 +83637,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &556 + - &558 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -83640,7 +83691,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &557 + - &559 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -83776,7 +83827,7 @@ paths: - performed_via_github_app - assignee - assigner - - &558 + - &560 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -83827,7 +83878,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &559 + - &561 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -83878,7 +83929,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &560 + - &562 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -83932,7 +83983,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &561 + - &563 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -83979,7 +84030,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &562 + - &564 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -84026,7 +84077,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &563 + - &565 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -84086,7 +84137,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &564 + - &566 title: Locked Issue Event description: Locked Issue Event type: object @@ -84134,7 +84185,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &565 + - &567 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -84200,7 +84251,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &566 + - &568 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -84266,7 +84317,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &567 + - &569 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -84332,7 +84383,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &568 + - &570 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -84423,7 +84474,7 @@ paths: color: red headers: Link: *67 - '410': *542 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84442,7 +84493,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 - *17 - *19 responses: @@ -84452,9 +84503,9 @@ paths: application/json: schema: type: array - items: *554 + items: *556 examples: - default: &670 + default: &672 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -84480,7 +84531,7 @@ paths: Link: *67 '301': *346 '404': *6 - '410': *542 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84499,7 +84550,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 - *17 - *19 responses: @@ -84511,7 +84562,7 @@ paths: type: array items: *84 examples: - default: &555 + default: &557 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -84531,7 +84582,7 @@ paths: Link: *67 '301': *346 '404': *6 - '410': *542 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84549,7 +84600,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 requestBody: required: false content: @@ -84594,10 +84645,10 @@ paths: type: array items: *84 examples: - default: *555 + default: *557 '301': *346 '404': *6 - '410': *542 + '410': *544 '422': *15 x-github: githubCloudOnly: false @@ -84616,7 +84667,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 requestBody: required: false content: @@ -84678,10 +84729,10 @@ paths: type: array items: *84 examples: - default: *555 + default: *557 '301': *346 '404': *6 - '410': *542 + '410': *544 '422': *15 x-github: githubCloudOnly: false @@ -84700,13 +84751,13 @@ paths: parameters: - *342 - *343 - - *551 + - *553 responses: '204': description: Response '301': *346 '404': *6 - '410': *542 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84727,7 +84778,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 - name: name in: path required: true @@ -84753,7 +84804,7 @@ paths: default: true '301': *346 '404': *6 - '410': *542 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84775,7 +84826,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 requestBody: required: false content: @@ -84803,7 +84854,7 @@ paths: '204': description: Response '403': *29 - '410': *542 + '410': *544 '404': *6 '422': *15 x-github: @@ -84823,7 +84874,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 responses: '204': description: Response @@ -84855,7 +84906,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 responses: '200': description: Response @@ -84863,10 +84914,10 @@ paths: application/json: schema: *85 examples: - default: *550 + default: *552 '301': *346 '404': *6 - '410': *542 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84885,7 +84936,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 - 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. @@ -84913,11 +84964,11 @@ paths: type: array items: *474 examples: - default: *545 + default: *547 headers: Link: *67 '404': *6 - '410': *542 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84937,7 +84988,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 requestBody: required: true content: @@ -85002,8 +85053,8 @@ paths: parameters: - *342 - *343 - - *551 - - *546 + - *553 + - *548 responses: '204': description: Response @@ -85034,7 +85085,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 requestBody: required: true content: @@ -85058,7 +85109,7 @@ paths: application/json: schema: *85 examples: - default: *550 + default: *552 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -85093,7 +85144,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 - *17 - *19 responses: @@ -85105,11 +85156,11 @@ paths: type: array items: *85 examples: - default: *553 + default: *555 headers: Link: *67 '404': *6 - '410': *542 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85139,7 +85190,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 requestBody: required: true content: @@ -85168,14 +85219,14 @@ paths: application/json: schema: *85 examples: - default: *550 + default: *552 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *542 + '410': *544 '422': *15 '404': *6 x-github: @@ -85197,7 +85248,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 requestBody: required: true content: @@ -85230,7 +85281,7 @@ paths: application/json: schema: *85 examples: - default: *550 + default: *552 '403': *29 '404': *6 '422': *7 @@ -85254,7 +85305,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 - *17 - *19 responses: @@ -85269,8 +85320,6 @@ paths: description: Timeline Event type: object anyOf: - - *556 - - *557 - *558 - *559 - *560 @@ -85282,6 +85331,8 @@ paths: - *566 - *567 - *568 + - *569 + - *570 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -85342,8 +85393,8 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *569 - required: *570 + properties: *571 + required: *572 nullable: true required: - event @@ -85598,7 +85649,7 @@ paths: type: string comments: type: array - items: &590 + items: &592 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -86102,7 +86153,7 @@ paths: headers: Link: *67 '404': *6 - '410': *542 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86130,7 +86181,7 @@ paths: application/json: schema: type: array - items: &571 + items: &573 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -86233,9 +86284,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *573 examples: - default: &572 + default: &574 value: id: 1 key: ssh-rsa AAA... @@ -86271,7 +86322,7 @@ paths: parameters: - *342 - *343 - - &573 + - &575 name: key_id description: The unique identifier of the key. in: path @@ -86283,9 +86334,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *573 examples: - default: *572 + default: *574 '404': *6 x-github: githubCloudOnly: false @@ -86305,7 +86356,7 @@ paths: parameters: - *342 - *343 - - *573 + - *575 responses: '204': description: Response @@ -86338,7 +86389,7 @@ paths: type: array items: *84 examples: - default: *555 + default: *557 headers: Link: *67 '404': *6 @@ -86398,7 +86449,7 @@ paths: application/json: schema: *84 examples: - default: &574 + default: &576 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -86444,7 +86495,7 @@ paths: application/json: schema: *84 examples: - default: *574 + default: *576 '404': *6 x-github: githubCloudOnly: false @@ -86844,7 +86895,7 @@ paths: application/json: schema: *476 examples: - default: *575 + default: *577 '204': description: Response when already merged '404': @@ -86911,7 +86962,7 @@ paths: application/json: schema: type: array - items: &576 + items: &578 title: Milestone description: A collection of related issues and pull requests. type: object @@ -87013,9 +87064,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: &577 + default: &579 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -87076,7 +87127,7 @@ paths: parameters: - *342 - *343 - - &578 + - &580 name: milestone_number description: The number that identifies the milestone. in: path @@ -87088,9 +87139,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: *577 + default: *579 '404': *6 x-github: githubCloudOnly: false @@ -87109,7 +87160,7 @@ paths: parameters: - *342 - *343 - - *578 + - *580 requestBody: required: false content: @@ -87147,9 +87198,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: *577 + default: *579 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87167,7 +87218,7 @@ paths: parameters: - *342 - *343 - - *578 + - *580 responses: '204': description: Response @@ -87190,7 +87241,7 @@ paths: parameters: - *342 - *343 - - *578 + - *580 - *17 - *19 responses: @@ -87202,7 +87253,7 @@ paths: type: array items: *84 examples: - default: *555 + default: *557 headers: Link: *67 x-github: @@ -87223,10 +87274,10 @@ paths: parameters: - *342 - *343 - - *579 - - *580 - - *92 - *581 + - *582 + - *92 + - *583 - *17 - *19 responses: @@ -87238,7 +87289,7 @@ paths: type: array items: *112 examples: - default: *582 + default: *584 headers: Link: *67 x-github: @@ -87328,7 +87379,7 @@ paths: description: Response content: application/json: - schema: &583 + schema: &585 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -87453,7 +87504,7 @@ paths: - custom_404 - public examples: - default: &584 + default: &586 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -87549,9 +87600,9 @@ paths: description: Response content: application/json: - schema: *583 + schema: *585 examples: - default: *584 + default: *586 '422': *15 '409': *54 x-github: @@ -87712,7 +87763,7 @@ paths: application/json: schema: type: array - items: &585 + items: &587 title: Page Build description: Page Build type: object @@ -87859,9 +87910,9 @@ paths: description: Response content: application/json: - schema: *585 + schema: *587 examples: - default: &586 + default: &588 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -87921,9 +87972,9 @@ paths: description: Response content: application/json: - schema: *585 + schema: *587 examples: - default: *586 + default: *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88051,7 +88102,7 @@ paths: parameters: - *342 - *343 - - &587 + - &589 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -88111,7 +88162,7 @@ paths: parameters: - *342 - *343 - - *587 + - *589 responses: '204': *191 '404': *6 @@ -88646,7 +88697,7 @@ paths: type: array items: *480 examples: - default: *588 + default: *590 headers: Link: *67 '304': *37 @@ -88744,7 +88795,7 @@ paths: description: Response content: application/json: - schema: &592 + schema: &594 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -88955,7 +89006,7 @@ paths: - review_comment - self author_association: *82 - auto_merge: *589 + auto_merge: *591 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -89047,7 +89098,7 @@ paths: - merged_by - review_comments examples: - default: &593 + default: &595 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -89604,9 +89655,9 @@ paths: application/json: schema: type: array - items: *590 + items: *592 examples: - default: &595 + default: &597 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -89691,9 +89742,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *592 examples: - default: &591 + default: &593 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -89792,9 +89843,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *592 examples: - default: *591 + default: *593 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89863,7 +89914,7 @@ paths: type: array items: *474 examples: - default: *545 + default: *547 headers: Link: *67 '404': *6 @@ -89952,7 +90003,7 @@ paths: - *342 - *343 - *101 - - *546 + - *548 responses: '204': description: Response @@ -89997,7 +90048,7 @@ paths: parameters: - *342 - *343 - - &594 + - &596 name: pull_number description: The number that identifies the pull request. in: path @@ -90010,9 +90061,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *592 + schema: *594 examples: - default: *593 + default: *595 '304': *37 '404': *6 '406': @@ -90049,7 +90100,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 requestBody: required: false content: @@ -90091,9 +90142,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *594 examples: - default: *593 + default: *595 '422': *15 '403': *29 x-github: @@ -90117,7 +90168,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 requestBody: required: true content: @@ -90219,7 +90270,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 - *109 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -90240,9 +90291,9 @@ paths: application/json: schema: type: array - items: *590 + items: *592 examples: - default: *595 + default: *597 headers: Link: *67 x-github: @@ -90277,7 +90328,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 requestBody: required: true content: @@ -90382,7 +90433,7 @@ paths: description: Response content: application/json: - schema: *590 + schema: *592 examples: example-for-a-multi-line-comment: value: @@ -90472,7 +90523,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 - *101 requestBody: required: true @@ -90495,7 +90546,7 @@ paths: description: Response content: application/json: - schema: *590 + schema: *592 examples: default: value: @@ -90583,7 +90634,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 - *17 - *19 responses: @@ -90595,7 +90646,7 @@ paths: type: array items: *476 examples: - default: *596 + default: *598 headers: Link: *67 x-github: @@ -90627,7 +90678,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 - *17 - *19 responses: @@ -90677,7 +90728,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 responses: '204': description: Response if pull request has been merged @@ -90702,7 +90753,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 requestBody: required: false content: @@ -90815,7 +90866,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 responses: '200': description: Response @@ -90892,7 +90943,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 requestBody: required: false content: @@ -91467,7 +91518,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 requestBody: required: true content: @@ -92008,7 +92059,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 - *17 - *19 responses: @@ -92018,7 +92069,7 @@ paths: application/json: schema: type: array - items: &597 + items: &599 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -92171,7 +92222,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 requestBody: required: false content: @@ -92257,9 +92308,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *599 examples: - default: &599 + default: &601 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -92324,8 +92375,8 @@ paths: parameters: - *342 - *343 - - *594 - - &598 + - *596 + - &600 name: review_id description: The unique identifier of the review. in: path @@ -92337,9 +92388,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *599 examples: - default: &600 + default: &602 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -92400,8 +92451,8 @@ paths: parameters: - *342 - *343 - - *594 - - *598 + - *596 + - *600 requestBody: required: true content: @@ -92424,7 +92475,7 @@ paths: description: Response content: application/json: - schema: *597 + schema: *599 examples: default: value: @@ -92488,16 +92539,16 @@ paths: parameters: - *342 - *343 - - *594 - - *598 + - *596 + - *600 responses: '200': description: Response content: application/json: - schema: *597 + schema: *599 examples: - default: *599 + default: *601 '422': *7 '404': *6 x-github: @@ -92526,8 +92577,8 @@ paths: parameters: - *342 - *343 - - *594 - - *598 + - *596 + - *600 - *17 - *19 responses: @@ -92764,8 +92815,8 @@ paths: parameters: - *342 - *343 - - *594 - - *598 + - *596 + - *600 requestBody: required: true content: @@ -92793,7 +92844,7 @@ paths: description: Response content: application/json: - schema: *597 + schema: *599 examples: default: value: @@ -92858,8 +92909,8 @@ paths: parameters: - *342 - *343 - - *594 - - *598 + - *596 + - *600 requestBody: required: true content: @@ -92894,9 +92945,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *599 examples: - default: *600 + default: *602 '404': *6 '422': *7 '403': *29 @@ -92920,7 +92971,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 requestBody: required: false content: @@ -92997,9 +93048,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *603 examples: - default: &602 + default: &604 value: type: file encoding: base64 @@ -93062,9 +93113,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *603 examples: - default: *602 + default: *604 '404': *6 '422': *15 x-github: @@ -93097,7 +93148,7 @@ paths: application/json: schema: type: array - items: *603 + items: *605 examples: default: value: @@ -93268,9 +93319,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *605 examples: - default: &607 + default: &609 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -93377,7 +93428,7 @@ paths: parameters: - *342 - *343 - - &605 + - &607 name: asset_id description: The unique identifier of the asset. in: path @@ -93389,9 +93440,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *606 examples: - default: &606 + default: &608 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 @@ -93426,7 +93477,7 @@ paths: type: User site_admin: false '404': *6 - '302': *491 + '302': *493 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93444,7 +93495,7 @@ paths: parameters: - *342 - *343 - - *605 + - *607 requestBody: required: false content: @@ -93472,9 +93523,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *606 examples: - default: *606 + default: *608 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93492,7 +93543,7 @@ paths: parameters: - *342 - *343 - - *605 + - *607 responses: '204': description: Response @@ -93610,9 +93661,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *605 examples: - default: *607 + default: *609 '404': *6 x-github: githubCloudOnly: false @@ -93644,9 +93695,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *605 examples: - default: *607 + default: *609 '404': *6 x-github: githubCloudOnly: false @@ -93670,7 +93721,7 @@ paths: parameters: - *342 - *343 - - &608 + - &610 name: release_id description: The unique identifier of the release. in: path @@ -93684,9 +93735,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: *603 + schema: *605 examples: - default: *607 + default: *609 '401': description: Unauthorized x-github: @@ -93706,7 +93757,7 @@ paths: parameters: - *342 - *343 - - *608 + - *610 requestBody: required: false content: @@ -93770,9 +93821,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *605 examples: - default: *607 + default: *609 '404': description: Not Found if the discussion category name is invalid content: @@ -93795,7 +93846,7 @@ paths: parameters: - *342 - *343 - - *608 + - *610 responses: '204': description: Response @@ -93818,7 +93869,7 @@ paths: parameters: - *342 - *343 - - *608 + - *610 - *17 - *19 responses: @@ -93828,7 +93879,7 @@ paths: application/json: schema: type: array - items: *604 + items: *606 examples: default: value: @@ -93911,7 +93962,7 @@ paths: parameters: - *342 - *343 - - *608 + - *610 - name: name in: query required: true @@ -93937,7 +93988,7 @@ paths: description: Response for successful upload content: application/json: - schema: *604 + schema: *606 examples: response-for-successful-upload: value: @@ -93994,7 +94045,7 @@ paths: parameters: - *342 - *343 - - *608 + - *610 - 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. @@ -94020,7 +94071,7 @@ paths: type: array items: *474 examples: - default: *545 + default: *547 headers: Link: *67 '404': *6 @@ -94043,7 +94094,7 @@ paths: parameters: - *342 - *343 - - *608 + - *610 requestBody: required: true content: @@ -94106,8 +94157,8 @@ paths: parameters: - *342 - *343 - - *608 - - *546 + - *610 + - *548 responses: '204': description: Response @@ -94150,7 +94201,7 @@ paths: oneOf: - allOf: - *303 - - &609 + - &611 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -94171,67 +94222,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *304 - - *609 + - *611 - allOf: - *305 - - *609 + - *611 - allOf: - *306 - - *609 + - *611 - allOf: - - *610 - - *609 + - *612 + - *611 - allOf: - *307 - - *609 + - *611 - allOf: - *308 - - *609 + - *611 - allOf: - *309 - - *609 + - *611 - allOf: - *310 - - *609 + - *611 - allOf: - *311 - - *609 + - *611 - allOf: - *312 - - *609 + - *611 - allOf: - *313 - - *609 + - *611 - allOf: - *314 - - *609 + - *611 - allOf: - *315 - - *609 + - *611 - allOf: - *316 - - *609 + - *611 - allOf: - *317 - - *609 + - *611 - allOf: - *318 - - *609 + - *611 - allOf: - *319 - - *609 + - *611 - allOf: - *320 - - *609 + - *611 - allOf: - *321 - - *609 + - *611 - allOf: - *322 - - *609 + - *611 - allOf: - *323 - - *609 + - *611 examples: default: value: @@ -94282,7 +94333,7 @@ paths: schema: type: boolean default: true - - *611 + - *613 responses: '200': description: Response @@ -94367,7 +94418,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *612 + items: *614 required: - name - enforcement @@ -94400,7 +94451,7 @@ paths: application/json: schema: *324 examples: - default: &622 + default: &624 value: id: 42 name: super cool ruleset @@ -94450,10 +94501,10 @@ paths: parameters: - *342 - *343 - - *613 - - *614 - *615 - *616 + - *617 + - *618 - *17 - *19 responses: @@ -94461,9 +94512,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *619 examples: - default: *618 + default: *620 '404': *6 '500': *55 x-github: @@ -94486,15 +94537,15 @@ paths: parameters: - *342 - *343 - - *619 + - *621 responses: '200': description: Response content: application/json: - schema: *620 + schema: *622 examples: - default: *621 + default: *623 '404': *6 '500': *55 x-github: @@ -94545,7 +94596,7 @@ paths: application/json: schema: *324 examples: - default: *622 + default: *624 '404': *6 '500': *55 put: @@ -94598,7 +94649,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *612 + items: *614 examples: default: value: @@ -94628,7 +94679,7 @@ paths: application/json: schema: *324 examples: - default: *622 + default: *624 '404': *6 '422': *15 '500': *55 @@ -94690,7 +94741,7 @@ paths: type: array items: *327 examples: - default: *623 + default: *625 '404': *6 '500': *55 x-github: @@ -94728,7 +94779,7 @@ paths: description: Response content: application/json: - schema: *624 + schema: *626 examples: default: value: @@ -94785,23 +94836,23 @@ paths: parameters: - *342 - *343 - - *625 - - *626 - *627 - *628 - *629 - *630 - *631 - *632 + - *633 + - *634 - *61 - *19 - *17 - - *633 - - *634 - *635 - *636 - *637 - *638 + - *639 + - *640 responses: '200': description: Response @@ -94809,7 +94860,7 @@ paths: application/json: schema: type: array - items: &642 + items: &644 type: object properties: number: *178 @@ -94828,8 +94879,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *639 - resolution: *640 + state: *641 + resolution: *642 resolved_at: type: string format: date-time @@ -94935,7 +94986,7 @@ paths: pull request. ' - oneOf: *641 + oneOf: *643 nullable: true has_more_locations: type: boolean @@ -95102,13 +95153,13 @@ paths: - *342 - *343 - *440 - - *638 + - *640 responses: '200': description: Response content: application/json: - schema: *642 + schema: *644 examples: default: value: @@ -95172,8 +95223,8 @@ paths: schema: type: object properties: - state: *639 - resolution: *640 + state: *641 + resolution: *642 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -95209,7 +95260,7 @@ paths: description: Response content: application/json: - schema: *642 + schema: *644 examples: default: value: @@ -95317,7 +95368,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &800 + items: &802 type: object properties: type: @@ -95343,8 +95394,6 @@ paths: example: commit details: oneOf: - - *643 - - *644 - *645 - *646 - *647 @@ -95356,6 +95405,8 @@ paths: - *653 - *654 - *655 + - *656 + - *657 examples: default: value: @@ -95450,14 +95501,14 @@ paths: schema: type: object properties: - reason: &657 + reason: &659 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *656 + placeholder_id: *658 required: - reason - placeholder_id @@ -95474,7 +95525,7 @@ paths: schema: type: object properties: - reason: *657 + reason: *659 expire_at: type: string format: date-time @@ -95536,7 +95587,7 @@ paths: properties: incremental_scans: type: array - items: &658 + items: &660 description: Information on a single scan performed by secret scanning on the repository type: object @@ -95562,15 +95613,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *658 + items: *660 backfill_scans: type: array - items: *658 + items: *660 custom_pattern_backfill_scans: type: array items: allOf: - - *658 + - *660 - type: object properties: pattern_name: @@ -95685,9 +95736,9 @@ paths: application/json: schema: type: array - items: *659 + items: *661 examples: - default: *660 + default: *662 '400': *14 '404': *6 x-github: @@ -95871,9 +95922,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *661 examples: - default: &662 + default: &664 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -96211,7 +96262,7 @@ paths: description: Response content: application/json: - schema: *659 + schema: *661 examples: default: value: @@ -96360,15 +96411,15 @@ paths: parameters: - *342 - *343 - - *661 + - *663 responses: '200': description: Response content: application/json: - schema: *659 + schema: *661 examples: - default: *662 + default: *664 '403': *29 '404': *6 x-github: @@ -96394,7 +96445,7 @@ paths: parameters: - *342 - *343 - - *661 + - *663 requestBody: required: true content: @@ -96553,10 +96604,10 @@ paths: description: Response content: application/json: - schema: *659 + schema: *661 examples: - default: *662 - add_credit: *662 + default: *664 + add_credit: *664 '403': *29 '404': *6 '422': @@ -96596,7 +96647,7 @@ paths: parameters: - *342 - *343 - - *661 + - *663 responses: '202': *39 '400': *14 @@ -96625,7 +96676,7 @@ paths: parameters: - *342 - *343 - - *661 + - *663 responses: '202': description: Response @@ -96769,7 +96820,7 @@ paths: application/json: schema: type: array - items: &663 + items: &665 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -97142,7 +97193,7 @@ paths: application/json: schema: type: array - items: *663 + items: *665 examples: default: value: @@ -97230,7 +97281,7 @@ paths: description: Response content: application/json: - schema: *664 + schema: *666 examples: default: value: @@ -97324,7 +97375,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &665 + schema: &667 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -97419,7 +97470,7 @@ paths: description: Response content: application/json: - schema: *665 + schema: *667 examples: default: value: @@ -97626,7 +97677,7 @@ paths: description: Response content: application/json: - schema: &666 + schema: &668 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -97638,7 +97689,7 @@ paths: required: - names examples: - default: &667 + default: &669 value: names: - octocat @@ -97693,9 +97744,9 @@ paths: description: Response content: application/json: - schema: *666 + schema: *668 examples: - default: *667 + default: *669 '404': *6 '422': *7 x-github: @@ -97718,7 +97769,7 @@ paths: parameters: - *342 - *343 - - &668 + - &670 name: per description: The time frame to display results for. in: query @@ -97747,7 +97798,7 @@ paths: example: 128 clones: type: array - items: &669 + items: &671 title: Traffic type: object properties: @@ -97988,7 +98039,7 @@ paths: parameters: - *342 - *343 - - *668 + - *670 responses: '200': description: Response @@ -98007,7 +98058,7 @@ paths: example: 3782 views: type: array - items: *669 + items: *671 required: - uniques - count @@ -98676,7 +98727,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *149 - - *551 + - *553 requestBody: required: true content: @@ -98740,9 +98791,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *554 + items: *556 examples: - default: *670 + default: *672 '400': *14 '403': *29 '404': *6 @@ -98779,7 +98830,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *149 - - *551 + - *553 requestBody: required: true content: @@ -98844,9 +98895,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *554 + items: *556 examples: - default: *670 + default: *672 '400': *14 '403': *29 '404': *6 @@ -98878,7 +98929,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *149 - - *551 + - *553 - *241 responses: '204': @@ -99021,7 +99072,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &671 + text_matches: &673 title: Search Result Text Matches type: array items: @@ -99183,7 +99234,7 @@ paths: enum: - author-date - committer-date - - &672 + - &674 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 @@ -99274,7 +99325,7 @@ paths: url: type: string format: uri - verification: *528 + verification: *530 required: - author - committer @@ -99311,7 +99362,7 @@ paths: type: number node_id: type: string - text_matches: *671 + text_matches: *673 required: - sha - node_id @@ -99503,7 +99554,7 @@ paths: - interactions - created - updated - - *672 + - *674 - *17 - *19 - name: advanced_search @@ -99617,11 +99668,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: type: string state_reason: @@ -99653,7 +99704,7 @@ paths: type: string format: date-time nullable: true - text_matches: *671 + text_matches: *673 pull_request: type: object properties: @@ -99925,7 +99976,7 @@ paths: enum: - created - updated - - *672 + - *674 - *17 - *19 responses: @@ -99969,7 +100020,7 @@ paths: nullable: true score: type: number - text_matches: *671 + text_matches: *673 required: - id - node_id @@ -100054,7 +100105,7 @@ paths: - forks - help-wanted-issues - updated - - *672 + - *674 - *17 - *19 responses: @@ -100302,7 +100353,7 @@ paths: - admin - pull - push - text_matches: *671 + text_matches: *673 temp_clone_token: type: string allow_merge_commit: @@ -100602,7 +100653,7 @@ paths: type: string format: uri nullable: true - text_matches: *671 + text_matches: *673 related: type: array nullable: true @@ -100793,7 +100844,7 @@ paths: - followers - repositories - joined - - *672 + - *674 - *17 - *19 responses: @@ -100897,7 +100948,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *671 + text_matches: *673 blog: type: string nullable: true @@ -100976,7 +101027,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &675 + - &677 name: team_id description: The unique identifier of the team. in: path @@ -101017,7 +101068,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *675 + - *677 requestBody: required: true content: @@ -101117,7 +101168,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *675 + - *677 responses: '204': description: Response @@ -101146,7 +101197,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *675 + - *677 - *17 - *19 responses: @@ -101184,7 +101235,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *675 + - *677 - name: role description: Filters members returned by their role in the team. in: query @@ -101235,7 +101286,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *675 + - *677 - *71 responses: '204': @@ -101272,7 +101323,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *675 + - *677 - *71 responses: '204': @@ -101312,7 +101363,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *675 + - *677 - *71 responses: '204': @@ -101349,7 +101400,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *675 + - *677 - *71 responses: '200': @@ -101358,7 +101409,7 @@ paths: application/json: schema: *341 examples: - response-if-user-is-a-team-maintainer: *676 + response-if-user-is-a-team-maintainer: *678 '404': *6 x-github: githubCloudOnly: false @@ -101391,7 +101442,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *675 + - *677 - *71 requestBody: required: false @@ -101419,7 +101470,7 @@ paths: application/json: schema: *341 examples: - response-if-users-membership-with-team-is-now-pending: *677 + response-if-users-membership-with-team-is-now-pending: *679 '403': description: Forbidden if team synchronization is set up '422': @@ -101453,7 +101504,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *675 + - *677 - *71 responses: '204': @@ -101481,7 +101532,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *675 + - *677 - *17 - *19 responses: @@ -101523,7 +101574,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *675 + - *677 - *342 - *343 responses: @@ -101531,7 +101582,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *678 + schema: *680 examples: alternative-response-with-extra-repository-information: value: @@ -101682,7 +101733,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *675 + - *677 - *342 - *343 requestBody: @@ -101734,7 +101785,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *675 + - *677 - *342 - *343 responses: @@ -101761,7 +101812,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *675 + - *677 - *17 - *19 responses: @@ -101773,7 +101824,7 @@ paths: type: array items: *197 examples: - response-if-child-teams-exist: *679 + response-if-child-teams-exist: *681 headers: Link: *67 '404': *6 @@ -101806,7 +101857,7 @@ paths: application/json: schema: oneOf: - - &681 + - &683 title: Private User description: Private User type: object @@ -102009,7 +102060,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *680 + - *682 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -102162,7 +102213,7 @@ paths: description: Response content: application/json: - schema: *681 + schema: *683 examples: default: value: @@ -102560,7 +102611,7 @@ paths: type: integer secrets: type: array - items: &682 + items: &684 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -102676,7 +102727,7 @@ paths: description: Response content: application/json: - schema: *682 + schema: *684 examples: default: value: @@ -103089,7 +103140,7 @@ paths: description: Response content: application/json: - schema: &683 + schema: &685 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -103130,7 +103181,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &684 + default: &686 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -103175,9 +103226,9 @@ paths: description: Response content: application/json: - schema: *683 + schema: *685 examples: - default: *684 + default: *686 '404': *6 x-github: githubCloudOnly: false @@ -103214,9 +103265,9 @@ paths: type: integer machines: type: array - items: *685 + items: *687 examples: - default: *686 + default: *688 '304': *37 '500': *55 '401': *25 @@ -104155,7 +104206,7 @@ paths: type: array items: *260 examples: - default: &697 + default: &699 value: - id: 197 name: hello_docker @@ -104256,7 +104307,7 @@ paths: application/json: schema: type: array - items: &687 + items: &689 title: Email description: Email type: object @@ -104321,9 +104372,9 @@ paths: application/json: schema: type: array - items: *687 + items: *689 examples: - default: &699 + default: &701 value: - email: octocat@github.com verified: true @@ -104398,7 +104449,7 @@ paths: application/json: schema: type: array - items: *687 + items: *689 examples: default: value: @@ -104654,7 +104705,7 @@ paths: application/json: schema: type: array - items: &688 + items: &690 title: GPG Key description: A unique encryption key type: object @@ -104785,7 +104836,7 @@ paths: - subkeys - revoked examples: - default: &715 + default: &717 value: - id: 3 name: Octocat's GPG Key @@ -104870,9 +104921,9 @@ paths: description: Response content: application/json: - schema: *688 + schema: *690 examples: - default: &689 + default: &691 value: id: 3 name: Octocat's GPG Key @@ -104929,7 +104980,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &690 + - &692 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -104941,9 +104992,9 @@ paths: description: Response content: application/json: - schema: *688 + schema: *690 examples: - default: *689 + default: *691 '404': *6 '304': *37 '403': *29 @@ -104966,7 +105017,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *690 + - *692 responses: '204': description: Response @@ -105274,7 +105325,7 @@ paths: required: true content: application/json: - schema: *539 + schema: *541 examples: default: value: @@ -105424,7 +105475,7 @@ paths: application/json: schema: type: array - items: &691 + items: &693 title: Key description: Key type: object @@ -105525,9 +105576,9 @@ paths: description: Response content: application/json: - schema: *691 + schema: *693 examples: - default: &692 + default: &694 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -105560,15 +105611,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *573 + - *575 responses: '200': description: Response content: application/json: - schema: *691 + schema: *693 examples: - default: *692 + default: *694 '404': *6 '304': *37 '403': *29 @@ -105591,7 +105642,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *573 + - *575 responses: '204': description: Response @@ -105624,7 +105675,7 @@ paths: application/json: schema: type: array - items: &693 + items: &695 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -105692,7 +105743,7 @@ paths: - account - plan examples: - default: &694 + default: &696 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -105754,9 +105805,9 @@ paths: application/json: schema: type: array - items: *693 + items: *695 examples: - default: *694 + default: *696 headers: Link: *67 '304': *37 @@ -106765,7 +106816,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *254 - - *695 + - *697 responses: '204': description: Response @@ -106880,7 +106931,7 @@ paths: - docker - nuget - container - - *696 + - *698 - *19 - *17 responses: @@ -106892,8 +106943,8 @@ paths: type: array items: *260 examples: - default: *697 - '400': *698 + default: *699 + '400': *700 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106922,7 +106973,7 @@ paths: application/json: schema: *260 examples: - default: &716 + default: &718 value: id: 40201 name: octo-name @@ -107284,9 +107335,9 @@ paths: application/json: schema: type: array - items: *687 + items: *689 examples: - default: *699 + default: *701 headers: Link: *67 '304': *37 @@ -107399,7 +107450,7 @@ paths: type: array items: *79 examples: - default: &706 + default: &708 summary: Default response value: - id: 1296269 @@ -107743,9 +107794,9 @@ paths: application/json: schema: type: array - items: *541 + items: *543 examples: - default: *700 + default: *702 headers: Link: *67 '304': *37 @@ -107824,7 +107875,7 @@ paths: application/json: schema: type: array - items: &701 + items: &703 title: Social account description: Social media account type: object @@ -107839,7 +107890,7 @@ paths: - provider - url examples: - default: &702 + default: &704 value: - provider: twitter url: https://twitter.com/github @@ -107901,9 +107952,9 @@ paths: application/json: schema: type: array - items: *701 + items: *703 examples: - default: *702 + default: *704 '422': *15 '304': *37 '404': *6 @@ -107990,7 +108041,7 @@ paths: application/json: schema: type: array - items: &703 + items: &705 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -108010,7 +108061,7 @@ paths: - title - created_at examples: - default: &734 + default: &736 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -108074,9 +108125,9 @@ paths: description: Response content: application/json: - schema: *703 + schema: *705 examples: - default: &704 + default: &706 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -108106,7 +108157,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: - - &705 + - &707 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -108118,9 +108169,9 @@ paths: description: Response content: application/json: - schema: *703 + schema: *705 examples: - default: *704 + default: *706 '404': *6 '304': *37 '403': *29 @@ -108143,7 +108194,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: - - *705 + - *707 responses: '204': description: Response @@ -108172,7 +108223,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &735 + - &737 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 @@ -108197,11 +108248,11 @@ paths: type: array items: *79 examples: - default-response: *706 + default-response: *708 application/vnd.github.v3.star+json: schema: type: array - items: &736 + items: &738 title: Starred Repository description: Starred Repository type: object @@ -108570,10 +108621,10 @@ paths: application/json: schema: oneOf: - - *681 - - *680 + - *683 + - *682 examples: - default-response: &710 + default-response: &712 summary: Default response value: login: octocat @@ -108608,7 +108659,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &711 + response-with-git-hub-plan-information: &713 summary: Response with GitHub plan information value: login: octocat @@ -108665,7 +108716,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &708 + - &710 name: user_id description: The unique identifier of the user. in: path @@ -108731,7 +108782,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *707 + - *709 - *17 responses: '200': @@ -108766,7 +108817,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *708 + - *710 - *278 requestBody: required: true @@ -108838,7 +108889,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *709 + schema: *711 examples: table_view: summary: Response for creating a table view @@ -108890,11 +108941,11 @@ paths: application/json: schema: oneOf: - - *681 - - *680 + - *683 + - *682 examples: - default-response: *710 - response-with-git-hub-plan-information: *711 + default-response: *712 + response-with-git-hub-plan-information: *713 '404': *6 x-github: githubCloudOnly: false @@ -108944,8 +108995,8 @@ paths: required: - subject_digests examples: - default: *712 - withPredicateType: *713 + default: *714 + withPredicateType: *715 responses: '200': description: Response @@ -108998,7 +109049,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *714 + default: *716 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109244,7 +109295,7 @@ paths: type: array items: *260 examples: - default: *697 + default: *699 '403': *29 '401': *25 x-github: @@ -109628,9 +109679,9 @@ paths: application/json: schema: type: array - items: *688 + items: *690 examples: - default: *715 + default: *717 headers: Link: *67 x-github: @@ -109734,7 +109785,7 @@ paths: application/json: schema: *22 examples: - default: *538 + default: *540 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109858,7 +109909,7 @@ paths: - docker - nuget - container - - *696 + - *698 - *71 - *19 - *17 @@ -109871,10 +109922,10 @@ paths: type: array items: *260 examples: - default: *697 + default: *699 '403': *29 '401': *25 - '400': *698 + '400': *700 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109904,7 +109955,7 @@ paths: application/json: schema: *260 examples: - default: *716 + default: *718 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110253,7 +110304,7 @@ paths: type: array items: *282 examples: - default: *717 + default: *719 headers: Link: *67 '304': *37 @@ -110313,7 +110364,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *718 + items: *720 required: - name - data_type @@ -110329,7 +110380,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *719 + iteration_configuration: *721 required: - name - data_type @@ -110351,8 +110402,8 @@ paths: value: name: Due date data_type: date - single_select_field: *720 - iteration_field: *721 + single_select_field: *722 + iteration_field: *723 responses: '201': description: Response @@ -110360,11 +110411,11 @@ paths: application/json: schema: *282 examples: - text_field: *722 - number_field: *723 - date_field: *724 - single_select_field: *725 - iteration_field: *726 + text_field: *724 + number_field: *725 + date_field: *726 + single_select_field: *727 + iteration_field: *728 '304': *37 '403': *29 '401': *25 @@ -110386,7 +110437,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *278 - - *727 + - *729 - *71 responses: '200': @@ -110395,7 +110446,7 @@ paths: application/json: schema: *282 examples: - default: *728 + default: *730 headers: Link: *67 '304': *37 @@ -110749,7 +110800,7 @@ paths: parameters: - *278 - *71 - - *729 + - *731 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -111024,7 +111075,7 @@ paths: - *123 - *125 - *124 - - *730 + - *732 - *126 responses: '200': @@ -111155,7 +111206,7 @@ paths: parameters: - *71 - *123 - - *731 + - *733 - *124 responses: '200': @@ -111254,9 +111305,9 @@ paths: - *123 - *125 - *124 - - *732 + - *734 - *126 - - *733 + - *735 responses: '200': description: Response when getting a billing usage summary @@ -111390,9 +111441,9 @@ paths: application/json: schema: type: array - items: *701 + items: *703 examples: - default: *702 + default: *704 headers: Link: *67 x-github: @@ -111422,9 +111473,9 @@ paths: application/json: schema: type: array - items: *703 + items: *705 examples: - default: *734 + default: *736 headers: Link: *67 x-github: @@ -111449,7 +111500,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *71 - - *735 + - *737 - *61 - *17 - *19 @@ -111461,11 +111512,11 @@ paths: schema: anyOf: - type: array - items: *736 + items: *738 - type: array items: *79 examples: - default-response: *706 + default-response: *708 headers: Link: *67 x-github: @@ -111624,7 +111675,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &737 + enterprise: &739 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -111682,7 +111733,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &738 + installation: &740 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -111701,7 +111752,7 @@ x-webhooks: required: - id - node_id - organization: &739 + organization: &741 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -111761,13 +111812,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &740 + repository: &742 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &772 + properties: &774 id: description: Unique identifier of the repository example: 42 @@ -112462,7 +112513,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &773 + required: &775 - archive_url - assignees_url - blobs_url @@ -112613,10 +112664,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -112692,11 +112743,11 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - rule: &741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 + rule: &743 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) @@ -112919,11 +112970,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - rule: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 + rule: *743 sender: *4 required: - action @@ -113106,11 +113157,11 @@ x-webhooks: - everyone required: - from - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - rule: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 + rule: *743 sender: *4 required: - action @@ -113194,7 +113245,7 @@ x-webhooks: type: string enum: - completed - check_run: &743 + check_run: &745 title: CheckRun description: A check performed on the code of a given code change type: object @@ -113285,7 +113336,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *742 + deployment: *744 details_url: example: https://example.com type: string @@ -113370,10 +113421,10 @@ x-webhooks: - output - app - pull_requests - installation: *738 - enterprise: *737 - organization: *739 - repository: *740 + installation: *740 + enterprise: *739 + organization: *741 + repository: *742 sender: *4 required: - check_run @@ -113764,11 +113815,11 @@ x-webhooks: type: string enum: - created - check_run: *743 - installation: *738 - enterprise: *737 - organization: *739 - repository: *740 + check_run: *745 + installation: *740 + enterprise: *739 + organization: *741 + repository: *742 sender: *4 required: - check_run @@ -114162,11 +114213,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *743 - installation: *738 - enterprise: *737 - organization: *739 - repository: *740 + check_run: *745 + installation: *740 + enterprise: *739 + organization: *741 + repository: *742 requested_action: description: The action requested by the user. type: object @@ -114569,11 +114620,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *743 - installation: *738 - enterprise: *737 - organization: *739 - repository: *740 + check_run: *745 + installation: *740 + enterprise: *739 + organization: *741 + repository: *742 sender: *4 required: - check_run @@ -115543,10 +115594,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -116235,10 +116286,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -116921,10 +116972,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -117235,20 +117286,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &744 + commit_oid: &746 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *737 - installation: *738 - organization: *739 - ref: &745 + enterprise: *739 + installation: *740 + organization: *741 + ref: &747 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *740 + repository: *742 sender: *4 required: - action @@ -117643,12 +117694,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *744 - enterprise: *737 - installation: *738 - organization: *739 - ref: *745 - repository: *740 + commit_oid: *746 + enterprise: *739 + installation: *740 + organization: *741 + ref: *747 + repository: *742 sender: *4 required: - action @@ -117914,12 +117965,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *744 - enterprise: *737 - installation: *738 - organization: *739 - ref: *745 - repository: *740 + commit_oid: *746 + enterprise: *739 + installation: *740 + organization: *741 + ref: *747 + repository: *742 sender: *4 required: - action @@ -118251,12 +118302,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *744 - enterprise: *737 - installation: *738 - organization: *739 - ref: *745 - repository: *740 + commit_oid: *746 + enterprise: *739 + installation: *740 + organization: *741 + ref: *747 + repository: *742 sender: *4 required: - action @@ -118530,16 +118581,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *740 + repository: *742 sender: *4 required: - action @@ -118776,12 +118827,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *744 - enterprise: *737 - installation: *738 - organization: *739 - ref: *745 - repository: *740 + commit_oid: *746 + enterprise: *739 + installation: *740 + organization: *741 + ref: *747 + repository: *742 sender: *4 required: - action @@ -119092,10 +119143,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -119350,10 +119401,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -119433,18 +119484,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *739 - pusher_type: &746 + organization: *741 + pusher_type: &748 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &747 + ref: &749 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -119454,7 +119505,7 @@ x-webhooks: enum: - tag - branch - repository: *740 + repository: *742 sender: *4 required: - ref @@ -119537,9 +119588,9 @@ x-webhooks: enum: - created definition: *290 - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 sender: *4 required: - action @@ -119624,9 +119675,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 sender: *4 required: - action @@ -119704,9 +119755,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *290 - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 sender: *4 required: - action @@ -119784,9 +119835,9 @@ x-webhooks: enum: - updated definition: *290 - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 sender: *4 required: - action @@ -119863,10 +119914,10 @@ x-webhooks: type: string enum: - updated - enterprise: *737 - installation: *738 - repository: *740 - organization: *739 + enterprise: *739 + installation: *740 + repository: *742 + organization: *741 sender: *4 new_property_values: type: array @@ -119951,18 +120002,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 - pusher_type: *746 - ref: *747 + enterprise: *739 + installation: *740 + organization: *741 + pusher_type: *748 + ref: *749 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *740 + repository: *742 sender: *4 required: - ref @@ -120042,11 +120093,11 @@ x-webhooks: type: string enum: - assignees_changed - alert: *497 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *499 + installation: *740 + organization: *741 + enterprise: *739 + repository: *742 sender: *4 required: - action @@ -120126,11 +120177,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *497 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *499 + installation: *740 + organization: *741 + enterprise: *739 + repository: *742 sender: *4 required: - action @@ -120211,11 +120262,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *497 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *499 + installation: *740 + organization: *741 + enterprise: *739 + repository: *742 sender: *4 required: - action @@ -120296,11 +120347,11 @@ x-webhooks: type: string enum: - created - alert: *497 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *499 + installation: *740 + organization: *741 + enterprise: *739 + repository: *742 sender: *4 required: - action @@ -120379,11 +120430,11 @@ x-webhooks: type: string enum: - dismissed - alert: *497 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *499 + installation: *740 + organization: *741 + enterprise: *739 + repository: *742 sender: *4 required: - action @@ -120462,11 +120513,11 @@ x-webhooks: type: string enum: - fixed - alert: *497 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *499 + installation: *740 + organization: *741 + enterprise: *739 + repository: *742 sender: *4 required: - action @@ -120546,11 +120597,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *497 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *499 + installation: *740 + organization: *741 + enterprise: *739 + repository: *742 sender: *4 required: - action @@ -120629,11 +120680,11 @@ x-webhooks: type: string enum: - reopened - alert: *497 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *499 + installation: *740 + organization: *741 + enterprise: *739 + repository: *742 sender: *4 required: - action @@ -120710,9 +120761,9 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - key: &748 + enterprise: *739 + installation: *740 + key: &750 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -120748,8 +120799,8 @@ x-webhooks: - verified - created_at - read_only - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -120826,11 +120877,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - key: *748 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + key: *750 + organization: *741 + repository: *742 sender: *4 required: - action @@ -121386,12 +121437,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - workflow: &754 + workflow: &756 title: Workflow type: object nullable: true @@ -122132,15 +122183,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *749 - required: *750 + properties: *751 + required: *752 nullable: true pull_requests: type: array - items: *592 - repository: *740 - organization: *739 - installation: *738 + items: *594 + repository: *742 + organization: *741 + installation: *740 sender: *4 responses: '200': @@ -122211,7 +122262,7 @@ x-webhooks: type: string enum: - approved - approver: &751 + approver: &753 type: object properties: avatar_url: @@ -122254,11 +122305,11 @@ x-webhooks: type: string comment: type: string - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - reviewers: &752 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 + reviewers: &754 type: array items: type: object @@ -122337,7 +122388,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &753 + workflow_job_run: &755 type: object properties: conclusion: @@ -123068,18 +123119,18 @@ x-webhooks: type: string enum: - rejected - approver: *751 + approver: *753 comment: type: string - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - reviewers: *752 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 + reviewers: *754 sender: *4 since: type: string - workflow_job_run: *753 + workflow_job_run: *755 workflow_job_runs: type: array items: @@ -123783,13 +123834,13 @@ x-webhooks: type: string enum: - requested - enterprise: *737 + enterprise: *739 environment: type: string - installation: *738 - organization: *739 - repository: *740 - requestor: &759 + installation: *740 + organization: *741 + repository: *742 + requestor: &761 title: User type: object nullable: true @@ -125678,12 +125729,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - workflow: *754 + workflow: *756 workflow_run: title: Deployment Workflow Run type: object @@ -126363,7 +126414,7 @@ x-webhooks: type: string enum: - answered - answer: &757 + answer: &759 type: object properties: author_association: @@ -126520,11 +126571,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -126651,11 +126702,11 @@ x-webhooks: - from required: - category - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -126738,11 +126789,11 @@ x-webhooks: type: string enum: - closed - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -126824,7 +126875,7 @@ x-webhooks: type: string enum: - created - comment: &756 + comment: &758 type: object properties: author_association: @@ -126981,11 +127032,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -127068,12 +127119,12 @@ x-webhooks: type: string enum: - deleted - comment: *756 - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + comment: *758 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -127168,12 +127219,12 @@ x-webhooks: - from required: - body - comment: *756 - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + comment: *758 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -127257,11 +127308,11 @@ x-webhooks: type: string enum: - created - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -127343,11 +127394,11 @@ x-webhooks: type: string enum: - deleted - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -127447,11 +127498,11 @@ x-webhooks: type: string required: - from - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -127533,10 +127584,10 @@ x-webhooks: type: string enum: - labeled - discussion: *755 - enterprise: *737 - installation: *738 - label: &758 + discussion: *757 + enterprise: *739 + installation: *740 + label: &760 title: Label type: object properties: @@ -127568,8 +127619,8 @@ x-webhooks: - color - default - description - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -127652,11 +127703,11 @@ x-webhooks: type: string enum: - locked - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -127738,11 +127789,11 @@ x-webhooks: type: string enum: - pinned - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -127824,11 +127875,11 @@ x-webhooks: type: string enum: - reopened - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -127913,16 +127964,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *755 - new_repository: *740 + new_discussion: *757 + new_repository: *742 required: - new_discussion - new_repository - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -128005,10 +128056,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *755 - old_answer: *757 - organization: *739 - repository: *740 + discussion: *757 + old_answer: *759 + organization: *741 + repository: *742 sender: *4 required: - action @@ -128090,12 +128141,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *755 - enterprise: *737 - installation: *738 - label: *758 - organization: *739 - repository: *740 + discussion: *757 + enterprise: *739 + installation: *740 + label: *760 + organization: *741 + repository: *742 sender: *4 required: - action @@ -128178,11 +128229,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -128264,11 +128315,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -128341,7 +128392,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *737 + enterprise: *739 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -129001,9 +129052,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *738 - organization: *739 - repository: *740 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - forkee @@ -129149,9 +129200,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 pages: description: The pages that were updated. type: array @@ -129188,7 +129239,7 @@ x-webhooks: - action - sha - html_url - repository: *740 + repository: *742 sender: *4 required: - pages @@ -129264,10 +129315,10 @@ x-webhooks: type: string enum: - created - enterprise: *737 + enterprise: *739 installation: *22 - organization: *739 - repositories: &760 + organization: *741 + repositories: &762 description: An array of repository objects that the installation can access. type: array @@ -129293,8 +129344,8 @@ x-webhooks: - name - full_name - private - repository: *740 - requester: *759 + repository: *742 + requester: *761 sender: *4 required: - action @@ -129369,11 +129420,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 + enterprise: *739 installation: *22 - organization: *739 - repositories: *760 - repository: *740 + organization: *741 + repositories: *762 + repository: *742 requester: nullable: true sender: *4 @@ -129449,11 +129500,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *737 + enterprise: *739 installation: *22 - organization: *739 - repositories: *760 - repository: *740 + organization: *741 + repositories: *762 + repository: *742 requester: nullable: true sender: *4 @@ -129529,10 +129580,10 @@ x-webhooks: type: string enum: - added - enterprise: *737 + enterprise: *739 installation: *22 - organization: *739 - repositories_added: &761 + organization: *741 + repositories_added: &763 description: An array of repository objects, which were added to the installation. type: array @@ -129578,15 +129629,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *740 - repository_selection: &762 + repository: *742 + repository_selection: &764 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *759 + requester: *761 sender: *4 required: - action @@ -129665,10 +129716,10 @@ x-webhooks: type: string enum: - removed - enterprise: *737 + enterprise: *739 installation: *22 - organization: *739 - repositories_added: *761 + organization: *741 + repositories_added: *763 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -129695,9 +129746,9 @@ x-webhooks: - name - full_name - private - repository: *740 - repository_selection: *762 - requester: *759 + repository: *742 + repository_selection: *764 + requester: *761 sender: *4 required: - action @@ -129776,11 +129827,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *737 + enterprise: *739 installation: *22 - organization: *739 - repositories: *760 - repository: *740 + organization: *741 + repositories: *762 + repository: *742 requester: nullable: true sender: *4 @@ -129958,10 +130009,10 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 target_type: type: string @@ -130040,11 +130091,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *737 + enterprise: *739 installation: *22 - organization: *739 - repositories: *760 - repository: *740 + organization: *741 + repositories: *762 + repository: *742 requester: nullable: true sender: *4 @@ -130218,8 +130269,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *569 - required: *570 + properties: *571 + required: *572 nullable: true user: title: User @@ -130304,8 +130355,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -131094,8 +131145,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131444,8 +131495,8 @@ x-webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -131525,7 +131576,7 @@ x-webhooks: type: string enum: - deleted - comment: &763 + comment: &765 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -131682,8 +131733,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *569 - required: *570 + properties: *571 + required: *572 nullable: true required: - url @@ -131698,8 +131749,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -132484,8 +132535,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132836,8 +132887,8 @@ x-webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -132917,7 +132968,7 @@ x-webhooks: type: string enum: - edited - changes: &792 + changes: &794 description: The changes to the comment. type: object properties: @@ -132929,9 +132980,9 @@ x-webhooks: type: string required: - from - comment: *763 - enterprise: *737 - installation: *738 + comment: *765 + enterprise: *739 + installation: *740 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -133719,8 +133770,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134069,8 +134120,8 @@ x-webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -134151,9 +134202,9 @@ x-webhooks: type: string enum: - pinned - comment: *763 - enterprise: *737 - installation: *738 + comment: *765 + enterprise: *739 + installation: *740 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -134943,8 +134994,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135295,8 +135346,8 @@ x-webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -135376,9 +135427,9 @@ x-webhooks: type: string enum: - unpinned - comment: *763 - enterprise: *737 - installation: *738 + comment: *765 + enterprise: *739 + installation: *740 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -136168,8 +136219,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136520,8 +136571,8 @@ x-webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -136610,9 +136661,9 @@ x-webhooks: type: number blocking_issue: *85 blocking_issue_repo: *79 - installation: *738 - organization: *739 - repository: *740 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -136701,9 +136752,9 @@ x-webhooks: type: number blocking_issue: *85 blocking_issue_repo: *79 - installation: *738 - organization: *739 - repository: *740 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -136791,9 +136842,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *85 - installation: *738 - organization: *739 - repository: *740 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -136882,9 +136933,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *85 - installation: *738 - organization: *739 - repository: *740 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -136964,10 +137015,10 @@ x-webhooks: type: string enum: - assigned - assignee: *759 - enterprise: *737 - installation: *738 - issue: &766 + assignee: *761 + enterprise: *739 + installation: *740 + issue: &768 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -137759,11 +137810,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137880,8 +137931,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -137961,8 +138012,8 @@ x-webhooks: type: string enum: - closed - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -138759,11 +138810,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139015,8 +139066,8 @@ x-webhooks: required: - state - closed_at - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -139095,8 +139146,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -139884,11 +139935,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140004,8 +140055,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -140084,8 +140135,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140895,11 +140946,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140994,7 +141045,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &764 + milestone: &766 title: Milestone description: A collection of related issues and pull requests. type: object @@ -141132,8 +141183,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -141232,8 +141283,8 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142025,11 +142076,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142146,9 +142197,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *758 - organization: *739 - repository: *740 + label: *760 + organization: *741 + repository: *742 sender: *4 required: - action @@ -142228,8 +142279,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143020,11 +143071,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143141,9 +143192,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *758 - organization: *739 - repository: *740 + label: *760 + organization: *741 + repository: *742 sender: *4 required: - action @@ -143223,8 +143274,8 @@ x-webhooks: type: string enum: - locked - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144039,11 +144090,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144137,8 +144188,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -144217,8 +144268,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145027,11 +145078,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145125,9 +145176,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *764 - organization: *739 - repository: *740 + milestone: *766 + organization: *741 + repository: *742 sender: *4 required: - action @@ -145990,11 +146041,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146575,8 +146626,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147360,11 +147411,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147488,8 +147539,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -147569,9 +147620,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *737 - installation: *738 - issue: &765 + enterprise: *739 + installation: *740 + issue: &767 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -148357,11 +148408,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148477,8 +148528,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -148557,8 +148608,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -149371,11 +149422,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149470,8 +149521,8 @@ x-webhooks: user_view_type: type: string type: *242 - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -150340,11 +150391,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150939,11 +150990,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *737 - installation: *738 - issue: *765 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + issue: *767 + organization: *741 + repository: *742 sender: *4 required: - action @@ -151023,12 +151074,12 @@ x-webhooks: type: string enum: - typed - enterprise: *737 - installation: *738 - issue: *766 + enterprise: *739 + installation: *740 + issue: *768 type: *242 - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -151109,7 +151160,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &795 + assignee: &797 title: User type: object nullable: true @@ -151179,11 +151230,11 @@ x-webhooks: required: - login - id - enterprise: *737 - installation: *738 - issue: *766 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + issue: *768 + organization: *741 + repository: *742 sender: *4 required: - action @@ -151262,12 +151313,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *737 - installation: *738 - issue: *766 - label: *758 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + issue: *768 + label: *760 + organization: *741 + repository: *742 sender: *4 required: - action @@ -151347,8 +151398,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152161,11 +152212,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152259,8 +152310,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -152340,11 +152391,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *737 - installation: *738 - issue: *765 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + issue: *767 + organization: *741 + repository: *742 sender: *4 required: - action @@ -152423,12 +152474,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *737 - installation: *738 - issue: *766 + enterprise: *739 + installation: *740 + issue: *768 type: *242 - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -152508,11 +152559,11 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - label: *758 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + label: *760 + organization: *741 + repository: *742 sender: *4 required: - action @@ -152590,11 +152641,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - label: *758 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + label: *760 + organization: *741 + repository: *742 sender: *4 required: - action @@ -152704,11 +152755,11 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - label: *758 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + label: *760 + organization: *741 + repository: *742 sender: *4 required: - action @@ -152790,9 +152841,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *737 - installation: *738 - marketplace_purchase: &767 + enterprise: *739 + installation: *740 + marketplace_purchase: &769 title: Marketplace Purchase type: object required: @@ -152875,8 +152926,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *739 - previous_marketplace_purchase: &768 + organization: *741 + previous_marketplace_purchase: &770 title: Marketplace Purchase type: object properties: @@ -152956,7 +153007,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *740 + repository: *742 sender: *4 required: - action @@ -153036,10 +153087,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *737 - installation: *738 - marketplace_purchase: *767 - organization: *739 + enterprise: *739 + installation: *740 + marketplace_purchase: *769 + organization: *741 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -153122,7 +153173,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *740 + repository: *742 sender: *4 required: - action @@ -153204,10 +153255,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *737 - installation: *738 - marketplace_purchase: *767 - organization: *739 + enterprise: *739 + installation: *740 + marketplace_purchase: *769 + organization: *741 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -153289,7 +153340,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *740 + repository: *742 sender: *4 required: - action @@ -153370,8 +153421,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 marketplace_purchase: title: Marketplace Purchase type: object @@ -153453,9 +153504,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *739 - previous_marketplace_purchase: *768 - repository: *740 + organization: *741 + previous_marketplace_purchase: *770 + repository: *742 sender: *4 required: - action @@ -153535,12 +153586,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *737 - installation: *738 - marketplace_purchase: *767 - organization: *739 - previous_marketplace_purchase: *768 - repository: *740 + enterprise: *739 + installation: *740 + marketplace_purchase: *769 + organization: *741 + previous_marketplace_purchase: *770 + repository: *742 sender: *4 required: - action @@ -153642,11 +153693,11 @@ x-webhooks: type: string required: - to - enterprise: *737 - installation: *738 - member: *759 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + member: *761 + organization: *741 + repository: *742 sender: *4 required: - action @@ -153746,11 +153797,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *737 - installation: *738 - member: *759 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + member: *761 + organization: *741 + repository: *742 sender: *4 required: - action @@ -153829,11 +153880,11 @@ x-webhooks: type: string enum: - removed - enterprise: *737 - installation: *738 - member: *759 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + member: *761 + organization: *741 + repository: *742 sender: *4 required: - action @@ -153911,11 +153962,11 @@ x-webhooks: type: string enum: - added - enterprise: *737 - installation: *738 - member: *759 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + member: *761 + organization: *741 + repository: *742 scope: description: The scope of the membership. Currently, can only be `team`. @@ -153991,7 +154042,7 @@ x-webhooks: required: - login - id - team: &769 + team: &771 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -154214,11 +154265,11 @@ x-webhooks: type: string enum: - removed - enterprise: *737 - installation: *738 - member: *759 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + member: *761 + organization: *741 + repository: *742 scope: description: The scope of the membership. Currently, can only be `team`. @@ -154295,7 +154346,7 @@ x-webhooks: required: - login - id - team: *769 + team: *771 required: - action - scope @@ -154377,8 +154428,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *738 - merge_group: &771 + installation: *740 + merge_group: &773 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -154397,15 +154448,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *770 + head_commit: *772 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -154491,10 +154542,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *738 - merge_group: *771 - organization: *739 - repository: *740 + installation: *740 + merge_group: *773 + organization: *741 + repository: *742 sender: *4 required: - action @@ -154567,7 +154618,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 + enterprise: *739 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -154676,16 +154727,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *738 - organization: *739 + installation: *740 + organization: *741 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *772 - required: *773 + properties: *774 + required: *775 nullable: true sender: *4 required: @@ -154766,11 +154817,11 @@ x-webhooks: type: string enum: - closed - enterprise: *737 - installation: *738 - milestone: *764 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + milestone: *766 + organization: *741 + repository: *742 sender: *4 required: - action @@ -154849,9 +154900,9 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - milestone: &774 + enterprise: *739 + installation: *740 + milestone: &776 title: Milestone description: A collection of related issues and pull requests. type: object @@ -154988,8 +155039,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -155068,11 +155119,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - milestone: *764 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + milestone: *766 + organization: *741 + repository: *742 sender: *4 required: - action @@ -155182,11 +155233,11 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - milestone: *764 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + milestone: *766 + organization: *741 + repository: *742 sender: *4 required: - action @@ -155266,11 +155317,11 @@ x-webhooks: type: string enum: - opened - enterprise: *737 - installation: *738 - milestone: *774 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + milestone: *776 + organization: *741 + repository: *742 sender: *4 required: - action @@ -155349,11 +155400,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *759 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + blocked_user: *761 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -155432,11 +155483,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *759 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + blocked_user: *761 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -155515,9 +155566,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - membership: &775 + enterprise: *739 + installation: *740 + membership: &777 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -155624,8 +155675,8 @@ x-webhooks: - role - organization_url - user - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -155703,11 +155754,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *737 - installation: *738 - membership: *775 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + membership: *777 + organization: *741 + repository: *742 sender: *4 required: - action @@ -155786,8 +155837,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -155903,10 +155954,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 - user: *759 + user: *761 required: - action - invitation @@ -155984,11 +156035,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *737 - installation: *738 - membership: *775 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + membership: *777 + organization: *741 + repository: *742 sender: *4 required: - action @@ -156075,11 +156126,11 @@ x-webhooks: properties: from: type: string - enterprise: *737 - installation: *738 - membership: *775 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + membership: *777 + organization: *741 + repository: *742 sender: *4 required: - action @@ -156156,9 +156207,9 @@ x-webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 package: description: Information about the package. type: object @@ -156657,7 +156708,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &776 + items: &778 title: Ruby Gems metadata type: object properties: @@ -156752,7 +156803,7 @@ x-webhooks: - owner - package_version - registry - repository: *740 + repository: *742 sender: *4 required: - action @@ -156828,9 +156879,9 @@ x-webhooks: type: string enum: - updated - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 package: description: Information about the package. type: object @@ -157183,7 +157234,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *776 + items: *778 source_url: type: string format: uri @@ -157253,7 +157304,7 @@ x-webhooks: - owner - package_version - registry - repository: *740 + repository: *742 sender: *4 required: - action @@ -157429,12 +157480,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *737 + enterprise: *739 id: type: integer - installation: *738 - organization: *739 - repository: *740 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - id @@ -157511,7 +157562,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &777 + personal_access_token_request: &779 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -157657,10 +157708,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *737 - organization: *739 + enterprise: *739 + organization: *741 sender: *4 - installation: *738 + installation: *740 required: - action - personal_access_token_request @@ -157737,11 +157788,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *777 - enterprise: *737 - organization: *739 + personal_access_token_request: *779 + enterprise: *739 + organization: *741 sender: *4 - installation: *738 + installation: *740 required: - action - personal_access_token_request @@ -157817,11 +157868,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *777 - enterprise: *737 - organization: *739 + personal_access_token_request: *779 + enterprise: *739 + organization: *741 sender: *4 - installation: *738 + installation: *740 required: - action - personal_access_token_request @@ -157896,11 +157947,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *777 - organization: *739 - enterprise: *737 + personal_access_token_request: *779 + organization: *741 + enterprise: *739 sender: *4 - installation: *738 + installation: *740 required: - action - personal_access_token_request @@ -158005,7 +158056,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *778 + last_response: *780 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -158037,8 +158088,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 zen: description: Random string of GitHub zen. @@ -158283,10 +158334,10 @@ x-webhooks: - from required: - note - enterprise: *737 - installation: *738 - organization: *739 - project_card: &779 + enterprise: *739 + installation: *740 + organization: *741 + project_card: &781 title: Project Card type: object properties: @@ -158405,7 +158456,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *740 + repository: *742 sender: *4 required: - action @@ -158486,11 +158537,11 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - project_card: *779 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + project_card: *781 + repository: *742 sender: *4 required: - action @@ -158570,9 +158621,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 project_card: title: Project Card type: object @@ -158700,8 +158751,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *772 - required: *773 + properties: *774 + required: *775 nullable: true sender: *4 required: @@ -158795,11 +158846,11 @@ x-webhooks: - from required: - note - enterprise: *737 - installation: *738 - organization: *739 - project_card: *779 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + project_card: *781 + repository: *742 sender: *4 required: - action @@ -158893,9 +158944,9 @@ x-webhooks: - from required: - column_id - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 project_card: allOf: - title: Project Card @@ -159085,7 +159136,7 @@ x-webhooks: type: string required: - after_id - repository: *740 + repository: *742 sender: *4 required: - action @@ -159165,10 +159216,10 @@ x-webhooks: type: string enum: - closed - enterprise: *737 - installation: *738 - organization: *739 - project: &781 + enterprise: *739 + installation: *740 + organization: *741 + project: &783 title: Project type: object properties: @@ -159292,7 +159343,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *740 + repository: *742 sender: *4 required: - action @@ -159372,10 +159423,10 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - project_column: &780 + enterprise: *739 + installation: *740 + organization: *741 + project_column: &782 title: Project Column type: object properties: @@ -159414,7 +159465,7 @@ x-webhooks: - name - created_at - updated_at - repository: *740 + repository: *742 sender: *4 required: - action @@ -159493,18 +159544,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - project_column: *780 + enterprise: *739 + installation: *740 + organization: *741 + project_column: *782 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *772 - required: *773 + properties: *774 + required: *775 nullable: true sender: *4 required: @@ -159594,11 +159645,11 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 - project_column: *780 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + project_column: *782 + repository: *742 sender: *4 required: - action @@ -159678,11 +159729,11 @@ x-webhooks: type: string enum: - moved - enterprise: *737 - installation: *738 - organization: *739 - project_column: *780 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + project_column: *782 + repository: *742 sender: *4 required: - action @@ -159762,11 +159813,11 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - project: *781 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + project: *783 + repository: *742 sender: *4 required: - action @@ -159846,18 +159897,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - project: *781 + enterprise: *739 + installation: *740 + organization: *741 + project: *783 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *772 - required: *773 + properties: *774 + required: *775 nullable: true sender: *4 required: @@ -159959,11 +160010,11 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 - project: *781 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + project: *783 + repository: *742 sender: *4 required: - action @@ -160042,11 +160093,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *737 - installation: *738 - organization: *739 - project: *781 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + project: *783 + repository: *742 sender: *4 required: - action @@ -160127,8 +160178,8 @@ x-webhooks: type: string enum: - closed - installation: *738 - organization: *739 + installation: *740 + organization: *741 projects_v2: *276 sender: *4 required: @@ -160210,8 +160261,8 @@ x-webhooks: type: string enum: - created - installation: *738 - organization: *739 + installation: *740 + organization: *741 projects_v2: *276 sender: *4 required: @@ -160293,8 +160344,8 @@ x-webhooks: type: string enum: - deleted - installation: *738 - organization: *739 + installation: *740 + organization: *741 projects_v2: *276 sender: *4 required: @@ -160412,8 +160463,8 @@ x-webhooks: type: string to: type: string - installation: *738 - organization: *739 + installation: *740 + organization: *741 projects_v2: *276 sender: *4 required: @@ -160497,7 +160548,7 @@ x-webhooks: type: string enum: - archived - changes: &785 + changes: &787 type: object properties: archived_at: @@ -160511,9 +160562,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *738 - organization: *739 - projects_v2_item: &782 + installation: *740 + organization: *741 + projects_v2_item: &784 title: Projects v2 Item description: An item belonging to a project type: object @@ -160648,9 +160699,9 @@ x-webhooks: nullable: true to: type: string - installation: *738 - organization: *739 - projects_v2_item: *782 + installation: *740 + organization: *741 + projects_v2_item: *784 sender: *4 required: - action @@ -160732,9 +160783,9 @@ x-webhooks: type: string enum: - created - installation: *738 - organization: *739 - projects_v2_item: *782 + installation: *740 + organization: *741 + projects_v2_item: *784 sender: *4 required: - action @@ -160815,9 +160866,9 @@ x-webhooks: type: string enum: - deleted - installation: *738 - organization: *739 - projects_v2_item: *782 + installation: *740 + organization: *741 + projects_v2_item: *784 sender: *4 required: - action @@ -160923,7 +160974,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &783 + - &785 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -160945,7 +160996,7 @@ x-webhooks: required: - id - name - - &784 + - &786 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -160979,8 +161030,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *783 - - *784 + - *785 + - *786 required: - field_value - type: object @@ -160996,9 +161047,9 @@ x-webhooks: nullable: true required: - body - installation: *738 - organization: *739 - projects_v2_item: *782 + installation: *740 + organization: *741 + projects_v2_item: *784 sender: *4 required: - action @@ -161093,9 +161144,9 @@ x-webhooks: to: type: string nullable: true - installation: *738 - organization: *739 - projects_v2_item: *782 + installation: *740 + organization: *741 + projects_v2_item: *784 sender: *4 required: - action @@ -161178,10 +161229,10 @@ x-webhooks: type: string enum: - restored - changes: *785 - installation: *738 - organization: *739 - projects_v2_item: *782 + changes: *787 + installation: *740 + organization: *741 + projects_v2_item: *784 sender: *4 required: - action @@ -161263,8 +161314,8 @@ x-webhooks: type: string enum: - reopened - installation: *738 - organization: *739 + installation: *740 + organization: *741 projects_v2: *276 sender: *4 required: @@ -161346,14 +161397,14 @@ x-webhooks: type: string enum: - created - installation: *738 - organization: *739 - projects_v2_status_update: &788 + installation: *740 + organization: *741 + projects_v2_status_update: &790 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *786 - required: *787 + properties: *788 + required: *789 sender: *4 required: - action @@ -161434,9 +161485,9 @@ x-webhooks: type: string enum: - deleted - installation: *738 - organization: *739 - projects_v2_status_update: *788 + installation: *740 + organization: *741 + projects_v2_status_update: *790 sender: *4 required: - action @@ -161572,9 +161623,9 @@ x-webhooks: type: string format: date nullable: true - installation: *738 - organization: *739 - projects_v2_status_update: *788 + installation: *740 + organization: *741 + projects_v2_status_update: *790 sender: *4 required: - action @@ -161645,10 +161696,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - repository @@ -161725,13 +161776,13 @@ x-webhooks: type: string enum: - assigned - assignee: *759 - enterprise: *737 - installation: *738 - number: &789 + assignee: *761 + enterprise: *739 + installation: *740 + number: &791 description: The pull request number. type: integer - organization: *739 + organization: *741 pull_request: title: Pull Request type: object @@ -164036,7 +164087,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *742 sender: *4 required: - action @@ -164118,11 +164169,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 number: type: integer - organization: *739 + organization: *741 pull_request: title: Pull Request type: object @@ -166422,7 +166473,7 @@ x-webhooks: - draft reason: type: string - repository: *740 + repository: *742 sender: *4 required: - action @@ -166504,11 +166555,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 number: type: integer - organization: *739 + organization: *741 pull_request: title: Pull Request type: object @@ -168808,7 +168859,7 @@ x-webhooks: - draft reason: type: string - repository: *740 + repository: *742 sender: *4 required: - action @@ -168890,13 +168941,13 @@ x-webhooks: type: string enum: - closed - enterprise: *737 - installation: *738 - number: *789 - organization: *739 - pull_request: &790 + enterprise: *739 + installation: *740 + number: *791 + organization: *741 + pull_request: &792 allOf: - - *592 + - *594 - type: object properties: allow_auto_merge: @@ -168958,7 +169009,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *740 + repository: *742 sender: *4 required: - action @@ -169039,12 +169090,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *737 - installation: *738 - number: *789 - organization: *739 - pull_request: *790 - repository: *740 + enterprise: *739 + installation: *740 + number: *791 + organization: *741 + pull_request: *792 + repository: *742 sender: *4 required: - action @@ -169124,11 +169175,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *737 - milestone: *576 - number: *789 - organization: *739 - pull_request: &791 + enterprise: *739 + milestone: *578 + number: *791 + organization: *741 + pull_request: &793 title: Pull Request type: object properties: @@ -171413,7 +171464,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *742 sender: *4 required: - action @@ -171492,11 +171543,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 number: type: integer - organization: *739 + organization: *741 pull_request: title: Pull Request type: object @@ -173800,7 +173851,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *740 + repository: *742 sender: *4 required: - action @@ -173924,12 +173975,12 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - number: *789 - organization: *739 - pull_request: *790 - repository: *740 + enterprise: *739 + installation: *740 + number: *791 + organization: *741 + pull_request: *792 + repository: *742 sender: *4 required: - action @@ -174009,11 +174060,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 number: type: integer - organization: *739 + organization: *741 pull_request: title: Pull Request type: object @@ -176302,7 +176353,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *742 sender: *4 required: - action @@ -176382,11 +176433,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *737 - installation: *738 - label: *758 - number: *789 - organization: *739 + enterprise: *739 + installation: *740 + label: *760 + number: *791 + organization: *741 pull_request: title: Pull Request type: object @@ -178690,7 +178741,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *742 sender: *4 required: - action @@ -178771,10 +178822,10 @@ x-webhooks: type: string enum: - locked - enterprise: *737 - installation: *738 - number: *789 - organization: *739 + enterprise: *739 + installation: *740 + number: *791 + organization: *741 pull_request: title: Pull Request type: object @@ -181076,7 +181127,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *742 sender: *4 required: - action @@ -181156,12 +181207,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *737 - milestone: *576 - number: *789 - organization: *739 - pull_request: *791 - repository: *740 + enterprise: *739 + milestone: *578 + number: *791 + organization: *741 + pull_request: *793 + repository: *742 sender: *4 required: - action @@ -181240,12 +181291,12 @@ x-webhooks: type: string enum: - opened - enterprise: *737 - installation: *738 - number: *789 - organization: *739 - pull_request: *790 - repository: *740 + enterprise: *739 + installation: *740 + number: *791 + organization: *741 + pull_request: *792 + repository: *742 sender: *4 required: - action @@ -181326,12 +181377,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *737 - installation: *738 - number: *789 - organization: *739 - pull_request: *790 - repository: *740 + enterprise: *739 + installation: *740 + number: *791 + organization: *741 + pull_request: *792 + repository: *742 sender: *4 required: - action @@ -181411,12 +181462,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *737 - installation: *738 - number: *789 - organization: *739 - pull_request: *790 - repository: *740 + enterprise: *739 + installation: *740 + number: *791 + organization: *741 + pull_request: *792 + repository: *742 sender: *4 required: - action @@ -181782,9 +181833,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 pull_request: type: object properties: @@ -183976,7 +184027,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *740 + repository: *742 sender: *4 required: - action @@ -184056,7 +184107,7 @@ x-webhooks: type: string enum: - deleted - comment: &793 + comment: &795 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -184341,9 +184392,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 pull_request: type: object properties: @@ -186523,7 +186574,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *740 + repository: *742 sender: *4 required: - action @@ -186603,11 +186654,11 @@ x-webhooks: type: string enum: - edited - changes: *792 - comment: *793 - enterprise: *737 - installation: *738 - organization: *739 + changes: *794 + comment: *795 + enterprise: *739 + installation: *740 + organization: *741 pull_request: type: object properties: @@ -188790,7 +188841,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *740 + repository: *742 sender: *4 required: - action @@ -188871,9 +188922,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 pull_request: title: Simple Pull Request type: object @@ -191068,7 +191119,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 + repository: *742 review: description: The review that was affected. type: object @@ -191315,9 +191366,9 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 pull_request: title: Simple Pull Request type: object @@ -193371,8 +193422,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 - review: &794 + repository: *742 + review: &796 description: The review that was affected. type: object properties: @@ -193605,12 +193656,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 number: description: The pull request number. type: integer - organization: *739 + organization: *741 pull_request: title: Pull Request type: object @@ -195915,7 +195966,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *742 requested_reviewer: title: User type: object @@ -195999,12 +196050,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 number: description: The pull request number. type: integer - organization: *739 + organization: *741 pull_request: title: Pull Request type: object @@ -198316,7 +198367,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *742 requested_team: title: Team description: Groups of organization members that gives permissions @@ -198508,12 +198559,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 number: description: The pull request number. type: integer - organization: *739 + organization: *741 pull_request: title: Pull Request type: object @@ -200820,7 +200871,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *742 requested_reviewer: title: User type: object @@ -200905,12 +200956,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 number: description: The pull request number. type: integer - organization: *739 + organization: *741 pull_request: title: Pull Request type: object @@ -203208,7 +203259,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *742 requested_team: title: Team description: Groups of organization members that gives permissions @@ -203389,9 +203440,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 pull_request: title: Simple Pull Request type: object @@ -205588,8 +205639,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 - review: *794 + repository: *742 + review: *796 sender: *4 required: - action @@ -205669,9 +205720,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 pull_request: title: Simple Pull Request type: object @@ -207763,7 +207814,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 + repository: *742 sender: *4 thread: type: object @@ -208150,9 +208201,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 pull_request: title: Simple Pull Request type: object @@ -210230,7 +210281,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 + repository: *742 sender: *4 thread: type: object @@ -210620,10 +210671,10 @@ x-webhooks: type: string before: type: string - enterprise: *737 - installation: *738 - number: *789 - organization: *739 + enterprise: *739 + installation: *740 + number: *791 + organization: *741 pull_request: title: Pull Request type: object @@ -212916,7 +212967,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *742 sender: *4 required: - action @@ -212998,11 +213049,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *795 - enterprise: *737 - installation: *738 - number: *789 - organization: *739 + assignee: *797 + enterprise: *739 + installation: *740 + number: *791 + organization: *741 pull_request: title: Pull Request type: object @@ -215307,7 +215358,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *742 sender: *4 required: - action @@ -215386,11 +215437,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *737 - installation: *738 - label: *758 - number: *789 - organization: *739 + enterprise: *739 + installation: *740 + label: *760 + number: *791 + organization: *741 pull_request: title: Pull Request type: object @@ -217685,7 +217736,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *742 sender: *4 required: - action @@ -217766,10 +217817,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *737 - installation: *738 - number: *789 - organization: *739 + enterprise: *739 + installation: *740 + number: *791 + organization: *741 pull_request: title: Pull Request type: object @@ -220056,7 +220107,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *742 sender: *4 required: - action @@ -220256,7 +220307,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *737 + enterprise: *739 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -220348,8 +220399,8 @@ x-webhooks: - url - author - committer - installation: *738 - organization: *739 + installation: *740 + organization: *741 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -220935,9 +220986,9 @@ x-webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 registry_package: type: object properties: @@ -221383,7 +221434,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *776 + items: *778 summary: type: string tag_name: @@ -221437,7 +221488,7 @@ x-webhooks: - owner - package_version - registry - repository: *740 + repository: *742 sender: *4 required: - action @@ -221515,9 +221566,9 @@ x-webhooks: type: string enum: - updated - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 registry_package: type: object properties: @@ -221825,7 +221876,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *776 + items: *778 summary: type: string tag_name: @@ -221874,7 +221925,7 @@ x-webhooks: - owner - package_version - registry - repository: *740 + repository: *742 sender: *4 required: - action @@ -221951,10 +222002,10 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - release: &796 + enterprise: *739 + installation: *740 + organization: *741 + release: &798 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -222272,7 +222323,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *740 + repository: *742 sender: *4 required: - action @@ -222349,11 +222400,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - release: *796 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + release: *798 + repository: *742 sender: *4 required: - action @@ -222470,11 +222521,11 @@ x-webhooks: type: boolean required: - to - enterprise: *737 - installation: *738 - organization: *739 - release: *796 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + release: *798 + repository: *742 sender: *4 required: - action @@ -222552,9 +222603,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -222876,7 +222927,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *740 + repository: *742 sender: *4 required: - action @@ -222952,10 +223003,10 @@ x-webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 - release: &797 + enterprise: *739 + installation: *740 + organization: *741 + release: &799 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -223274,7 +223325,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *740 + repository: *742 sender: *4 required: - action @@ -223350,11 +223401,11 @@ x-webhooks: type: string enum: - released - enterprise: *737 - installation: *738 - organization: *739 - release: *796 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + release: *798 + repository: *742 sender: *4 required: - action @@ -223430,11 +223481,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *737 - installation: *738 - organization: *739 - release: *797 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + release: *799 + repository: *742 sender: *4 required: - action @@ -223510,11 +223561,11 @@ x-webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - repository_advisory: *659 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 + repository_advisory: *661 sender: *4 required: - action @@ -223590,11 +223641,11 @@ x-webhooks: type: string enum: - reported - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - repository_advisory: *659 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 + repository_advisory: *661 sender: *4 required: - action @@ -223670,10 +223721,10 @@ x-webhooks: type: string enum: - archived - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -223750,10 +223801,10 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -223831,10 +223882,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -223918,10 +223969,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -224033,10 +224084,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -224108,10 +224159,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 status: type: string @@ -224192,10 +224243,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -224272,10 +224323,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -224369,10 +224420,10 @@ x-webhooks: - name required: - repository - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -224452,10 +224503,10 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 repository_ruleset: *324 sender: *4 required: @@ -224534,10 +224585,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 repository_ruleset: *324 sender: *4 required: @@ -224616,10 +224667,10 @@ x-webhooks: type: string enum: - edited - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 repository_ruleset: *324 changes: type: object @@ -224681,16 +224732,16 @@ x-webhooks: properties: added: type: array - items: *612 + items: *614 deleted: type: array - items: *612 + items: *614 updated: type: array items: type: object properties: - rule: *612 + rule: *614 changes: type: object properties: @@ -224924,10 +224975,10 @@ x-webhooks: - from required: - owner - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -225005,10 +225056,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -225086,7 +225137,7 @@ x-webhooks: type: string enum: - create - alert: &798 + alert: &800 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -225208,10 +225259,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -225417,10 +225468,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -225498,11 +225549,11 @@ x-webhooks: type: string enum: - reopen - alert: *798 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *800 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -225701,10 +225752,10 @@ x-webhooks: enum: - fixed - open - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -225782,7 +225833,7 @@ x-webhooks: type: string enum: - assigned - alert: &799 + alert: &801 type: object properties: number: *178 @@ -225925,10 +225976,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -226006,11 +226057,11 @@ x-webhooks: type: string enum: - created - alert: *799 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *801 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -226091,11 +226142,11 @@ x-webhooks: type: string enum: - created - alert: *799 - installation: *738 - location: *800 - organization: *739 - repository: *740 + alert: *801 + installation: *740 + location: *802 + organization: *741 + repository: *742 sender: *4 required: - location @@ -226333,11 +226384,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *799 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *801 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -226415,11 +226466,11 @@ x-webhooks: type: string enum: - reopened - alert: *799 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *801 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -226497,11 +226548,11 @@ x-webhooks: type: string enum: - resolved - alert: *799 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *801 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -226579,12 +226630,12 @@ x-webhooks: type: string enum: - unassigned - alert: *799 + alert: *801 assignee: *4 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -226662,11 +226713,11 @@ x-webhooks: type: string enum: - validated - alert: *799 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *801 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -226792,10 +226843,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *740 - enterprise: *737 - installation: *738 - organization: *739 + repository: *742 + enterprise: *739 + installation: *740 + organization: *741 sender: *4 required: - action @@ -226873,11 +226924,11 @@ x-webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - security_advisory: &801 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 + security_advisory: &803 description: The details of the security advisory, including summary, description, and severity. type: object @@ -227060,11 +227111,11 @@ x-webhooks: type: string enum: - updated - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - security_advisory: *801 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 + security_advisory: *803 sender: *4 required: - action @@ -227137,10 +227188,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -227325,9 +227376,9 @@ x-webhooks: type: object properties: security_and_analysis: *297 - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 repository: *345 sender: *4 required: @@ -227406,12 +227457,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - sponsorship: &802 + sponsorship: &804 type: object properties: created_at: @@ -227712,12 +227763,12 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - sponsorship: *802 + sponsorship: *804 required: - action - sponsorship @@ -227805,12 +227856,12 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - sponsorship: *802 + sponsorship: *804 required: - action - changes @@ -227887,17 +227938,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &803 + effective_date: &805 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - sponsorship: *802 + sponsorship: *804 required: - action - sponsorship @@ -227971,7 +228022,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &804 + changes: &806 type: object properties: tier: @@ -228015,13 +228066,13 @@ x-webhooks: - from required: - tier - effective_date: *803 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + effective_date: *805 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - sponsorship: *802 + sponsorship: *804 required: - action - changes @@ -228098,13 +228149,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *804 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + changes: *806 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - sponsorship: *802 + sponsorship: *804 required: - action - changes @@ -228178,10 +228229,10 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -228264,10 +228315,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -228687,15 +228738,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *737 + enterprise: *739 id: description: The unique identifier of the status. type: integer - installation: *738 + installation: *740 name: type: string - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 sha: description: The Commit SHA. @@ -228810,9 +228861,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *85 - installation: *738 - organization: *739 - repository: *740 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -228902,9 +228953,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *85 - installation: *738 - organization: *739 - repository: *740 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -228994,9 +229045,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *85 - installation: *738 - organization: *739 - repository: *740 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -229086,9 +229137,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *85 - installation: *738 - organization: *739 - repository: *740 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -229165,12 +229216,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - team: &805 + team: &807 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -229393,9 +229444,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 repository: title: Repository description: A git repository @@ -229853,7 +229904,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *805 + team: *807 required: - action - team @@ -229929,9 +229980,9 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 repository: title: Repository description: A git repository @@ -230389,7 +230440,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *805 + team: *807 required: - action - team @@ -230466,9 +230517,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 repository: title: Repository description: A git repository @@ -230926,7 +230977,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *805 + team: *807 required: - action - team @@ -231070,9 +231121,9 @@ x-webhooks: - from required: - permissions - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 repository: title: Repository description: A git repository @@ -231530,7 +231581,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *805 + team: *807 required: - action - changes @@ -231608,9 +231659,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 repository: title: Repository description: A git repository @@ -232068,7 +232119,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *805 + team: *807 required: - action - team @@ -232144,10 +232195,10 @@ x-webhooks: type: string enum: - started - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -232220,16 +232271,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *737 + enterprise: *739 inputs: type: object nullable: true additionalProperties: true - installation: *738 - organization: *739 + installation: *740 + organization: *741 ref: type: string - repository: *740 + repository: *742 sender: *4 workflow: type: string @@ -232311,10 +232362,10 @@ x-webhooks: type: string enum: - completed - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 workflow_job: allOf: @@ -232551,7 +232602,7 @@ x-webhooks: type: string required: - conclusion - deployment: *503 + deployment: *505 required: - action - repository @@ -232630,10 +232681,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 workflow_job: allOf: @@ -232893,7 +232944,7 @@ x-webhooks: required: - status - steps - deployment: *503 + deployment: *505 required: - action - repository @@ -232972,10 +233023,10 @@ x-webhooks: type: string enum: - queued - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 workflow_job: type: object @@ -233110,7 +233161,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *503 + deployment: *505 required: - action - repository @@ -233189,10 +233240,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 workflow_job: type: object @@ -233328,7 +233379,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *503 + deployment: *505 required: - action - repository @@ -233408,12 +233459,12 @@ x-webhooks: type: string enum: - completed - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - workflow: *754 + workflow: *756 workflow_run: title: Workflow Run type: object @@ -234412,12 +234463,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - workflow: *754 + workflow: *756 workflow_run: title: Workflow Run type: object @@ -235401,12 +235452,12 @@ x-webhooks: type: string enum: - requested - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - workflow: *754 + workflow: *756 workflow_run: title: Workflow Run type: object diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json index 68d52b196..ebf2f2843 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json @@ -313992,6 +313992,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" + } + } } } }, @@ -320850,6 +320880,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/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml index 5cf17190e..96020763a 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml @@ -994,7 +994,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &661 + - &663 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -11628,7 +11628,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 - - &493 + - &495 name: has in: query description: |- @@ -11754,7 +11754,7 @@ paths: - direct - transitive - inconclusive - security_advisory: &494 + security_advisory: &496 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -12001,14 +12001,14 @@ paths: format: date-time readOnly: true nullable: true - auto_dismissed_at: &495 + auto_dismissed_at: &497 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &496 + dismissal_request: &498 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -13406,7 +13406,7 @@ paths: properties: action: type: string - discussion: &755 + discussion: &757 title: Discussion description: A Discussion in a repository. type: object @@ -13773,7 +13773,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &547 + properties: &549 id: type: integer format: int64 @@ -14142,7 +14142,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &673 + sub_issues_summary: &675 title: Sub-issues Summary type: object properties: @@ -14229,7 +14229,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &569 + properties: &571 pinned_at: type: string format: date-time @@ -14241,7 +14241,7 @@ paths: properties: *20 required: *21 nullable: true - required: &570 + required: &572 - pinned_at - pinned_by nullable: true @@ -14255,7 +14255,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &674 + issue_dependencies_summary: &676 title: Issue Dependencies Summary type: object properties: @@ -14274,7 +14274,7 @@ paths: - total_blocking issue_field_values: type: array - items: &554 + items: &556 title: Issue Field Value description: A value assigned to an issue field type: object @@ -14335,7 +14335,7 @@ paths: - node_id - data_type - value - required: &548 + required: &550 - closed_at - comments - comments_url @@ -14372,7 +14372,7 @@ paths: action: type: string issue: *85 - comment: &543 + comment: &545 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -15036,7 +15036,7 @@ paths: type: string release: allOf: - - &603 + - &605 title: Release description: A release. type: object @@ -15107,7 +15107,7 @@ paths: author: *4 assets: type: array - items: &604 + items: &606 title: Release Asset description: Data related to a release. type: object @@ -18865,7 +18865,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &579 + - &581 name: all description: If `true`, show notifications marked as read. in: query @@ -18873,7 +18873,7 @@ paths: schema: type: boolean default: false - - &580 + - &582 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -18883,7 +18883,7 @@ paths: type: boolean default: false - *92 - - &581 + - &583 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: @@ -19411,7 +19411,7 @@ paths: - url - subscription_url examples: - default: &582 + default: &584 value: - id: '1' repository: @@ -20958,7 +20958,7 @@ paths: required: false schema: type: string - - &730 + - &732 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -21104,7 +21104,7 @@ paths: parameters: - *75 - *123 - - &731 + - &733 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 @@ -21216,7 +21216,7 @@ paths: - *123 - *125 - *124 - - &732 + - &734 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -21224,7 +21224,7 @@ paths: schema: type: string - *126 - - &733 + - &735 name: sku description: The SKU to query for usage. in: query @@ -27891,12 +27891,12 @@ paths: required: - subject_digests examples: - default: &712 + default: &714 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &713 + withPredicateType: &715 value: subject_digests: - sha256:abc123 @@ -27940,7 +27940,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &714 + default: &716 value: attestations_subject_digests: - sha256:abc: @@ -33999,7 +33999,7 @@ paths: description: Response content: application/json: - schema: &499 + schema: &501 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -34016,7 +34016,7 @@ paths: - key_id - key examples: - default: &500 + default: &502 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -35812,7 +35812,7 @@ paths: application/json: schema: *22 examples: - default: &538 + default: &540 value: id: 1 account: @@ -36037,7 +36037,7 @@ paths: required: true content: application/json: - schema: &539 + schema: &541 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -38588,7 +38588,7 @@ paths: parameters: - *75 - *254 - - &694 + - &696 name: repo_name description: repo_name parameter in: path @@ -39516,7 +39516,7 @@ paths: - nuget - container - *75 - - &695 + - &697 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -39557,7 +39557,7 @@ paths: default: *261 '403': *29 '401': *25 - '400': &697 + '400': &699 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -41658,7 +41658,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &786 + properties: &788 id: type: number description: The unique identifier of the status update. @@ -41706,7 +41706,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &787 + required: &789 - id - node_id - created_at @@ -42135,7 +42135,7 @@ paths: - review_comment - self author_association: *82 - auto_merge: &589 + auto_merge: &591 title: Auto merge description: The status of auto merging a pull request. type: object @@ -42511,7 +42511,7 @@ paths: - updated_at - project_url examples: - default: &717 + default: &719 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -42688,7 +42688,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &718 + items: &720 type: object properties: name: @@ -42725,7 +42725,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &719 + iteration_configuration: &721 type: object description: The configuration for iteration fields. properties: @@ -42775,7 +42775,7 @@ paths: value: name: Due date data_type: date - single_select_field: &720 + single_select_field: &722 summary: Create a single select field value: name: Priority @@ -42802,7 +42802,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &721 + iteration_field: &723 summary: Create an iteration field value: name: Sprint @@ -42828,7 +42828,7 @@ paths: application/json: schema: *282 examples: - text_field: &722 + text_field: &724 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -42837,7 +42837,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: &723 + number_field: &725 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -42846,7 +42846,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: &724 + date_field: &726 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -42855,7 +42855,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: &725 + single_select_field: &727 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -42889,7 +42889,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &726 + iteration_field: &728 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -42935,7 +42935,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *278 - - &727 + - &729 name: field_id description: The unique identifier of the field. in: path @@ -42950,7 +42950,7 @@ paths: application/json: schema: *282 examples: - default: &728 + default: &730 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44147,7 +44147,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &709 + schema: &711 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -44324,7 +44324,7 @@ paths: parameters: - *278 - *75 - - &729 + - &731 name: view_number description: The number that identifies the project view. in: path @@ -46286,7 +46286,7 @@ paths: - *75 - *17 - *19 - - &611 + - &613 name: targets description: | A comma-separated list of rule targets to filter by. @@ -46567,7 +46567,7 @@ paths: - repository_property rules: type: array - items: &612 + items: &614 title: Repository Rule type: object description: A repository rule. @@ -46629,7 +46629,7 @@ paths: type: string enum: - required_linear_history - - &610 + - &612 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -47531,7 +47531,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *75 - - &613 + - &615 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 @@ -47546,7 +47546,7 @@ paths: in: query schema: type: string - - &614 + - &616 name: time_period description: |- The time period to filter by. @@ -47562,14 +47562,14 @@ paths: - week - month default: day - - &615 + - &617 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 - - &616 + - &618 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -47589,7 +47589,7 @@ paths: description: Response content: application/json: - schema: &617 + schema: &619 title: Rule Suites description: Response type: array @@ -47644,7 +47644,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &618 + default: &620 value: - id: 21 actor_id: 12 @@ -47688,7 +47688,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *75 - - &619 + - &621 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -47704,7 +47704,7 @@ paths: description: Response content: application/json: - schema: &620 + schema: &622 title: Rule Suite description: Response type: object @@ -47803,7 +47803,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &621 + default: &623 value: id: 21 actor_id: 12 @@ -48050,7 +48050,7 @@ paths: type: string format: date-time examples: - default: &623 + default: &625 value: - version_id: 3 actor: @@ -48103,7 +48103,7 @@ paths: description: Response content: application/json: - schema: &624 + schema: &626 allOf: - *327 - type: object @@ -48175,7 +48175,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *75 - - &625 + - &627 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -48186,7 +48186,7 @@ paths: enum: - open - resolved - - &626 + - &628 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -48196,7 +48196,7 @@ paths: required: false schema: type: string - - &627 + - &629 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -48207,7 +48207,7 @@ paths: required: false schema: type: string - - &628 + - &630 name: exclude_providers in: query description: |- @@ -48218,7 +48218,7 @@ paths: required: false schema: type: string - - &629 + - &631 name: providers in: query description: |- @@ -48229,7 +48229,7 @@ paths: required: false schema: type: string - - &630 + - &632 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -48238,7 +48238,7 @@ paths: required: false schema: type: string - - &631 + - &633 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -48257,7 +48257,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &632 + - &634 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. @@ -48272,7 +48272,7 @@ paths: - *61 - *19 - *17 - - &633 + - &635 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 @@ -48282,7 +48282,7 @@ paths: required: false schema: type: string - - &634 + - &636 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 @@ -48292,7 +48292,7 @@ paths: required: false schema: type: string - - &635 + - &637 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -48301,7 +48301,7 @@ paths: required: false schema: type: string - - &636 + - &638 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -48310,7 +48310,7 @@ paths: schema: type: boolean default: false - - &637 + - &639 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -48319,7 +48319,7 @@ paths: schema: type: boolean default: false - - &638 + - &640 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -48354,14 +48354,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &639 + state: &641 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: &640 + resolution: &642 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -48478,8 +48478,8 @@ paths: pull request. ' - oneOf: &641 - - &643 + oneOf: &643 + - &645 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -48537,7 +48537,7 @@ paths: - blob_url - commit_sha - commit_url - - &644 + - &646 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. @@ -48592,7 +48592,7 @@ paths: - page_url - commit_sha - commit_url - - &645 + - &647 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -48612,7 +48612,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &646 + - &648 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -48632,7 +48632,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &647 + - &649 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -48652,7 +48652,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &648 + - &650 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -48666,7 +48666,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &649 + - &651 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -48680,7 +48680,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &650 + - &652 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -48694,7 +48694,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &651 + - &653 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. @@ -48714,7 +48714,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &652 + - &654 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. @@ -48734,7 +48734,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &653 + - &655 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. @@ -48754,7 +48754,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &654 + - &656 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. @@ -48774,7 +48774,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &655 + - &657 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 request. @@ -49293,7 +49293,7 @@ paths: application/json: schema: type: array - items: &659 + items: &661 description: A repository security advisory. type: object properties: @@ -49565,7 +49565,7 @@ paths: - private_fork additionalProperties: false examples: - default: &660 + default: &662 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -51544,7 +51544,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &676 + response-if-user-is-a-team-maintainer: &678 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -51609,7 +51609,7 @@ paths: application/json: schema: *341 examples: - response-if-users-membership-with-team-is-now-pending: &677 + response-if-users-membership-with-team-is-now-pending: &679 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -51723,7 +51723,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &678 + schema: &680 title: Team Repository description: A team's access to a repository. type: object @@ -52374,7 +52374,7 @@ paths: type: array items: *197 examples: - response-if-child-teams-exist: &679 + response-if-child-teams-exist: &681 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -53830,7 +53830,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': &542 + '410': &544 description: Gone content: application/json: @@ -57441,7 +57441,7 @@ paths: items: type: object properties: - type: &508 + type: &510 type: string description: The type of reviewer. enum: @@ -57575,12 +57575,12 @@ paths: application/json: schema: type: array - items: &503 + items: &505 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &749 + properties: &751 url: type: string format: uri @@ -57665,7 +57665,7 @@ paths: nullable: true properties: *80 required: *81 - required: &750 + required: &752 - id - node_id - sha @@ -57681,7 +57681,7 @@ paths: - created_at - updated_at examples: - default: &504 + default: &506 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -58064,7 +58064,7 @@ paths: application/json: schema: *387 examples: - default: &521 + default: &523 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -58283,7 +58283,7 @@ paths: application/json: schema: *391 examples: - default: &522 + default: &524 value: name: USERNAME value: octocat @@ -60066,7 +60066,7 @@ paths: required: - sha - url - verification: &528 + verification: &530 title: Verification type: object properties: @@ -63252,7 +63252,7 @@ paths: check. type: array items: *90 - deployment: &742 + deployment: &744 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -64164,7 +64164,7 @@ paths: type: string format: date-time nullable: true - head_commit: &770 + head_commit: &772 title: Simple Commit description: A commit. type: object @@ -66560,7 +66560,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': &491 + '302': &493 description: Found '403': *439 '404': *6 @@ -68433,14 +68433,14 @@ paths: type: integer machines: type: array - items: &684 + items: &686 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *464 required: *465 examples: - default: &685 + default: &687 value: total_count: 2 machines: @@ -69123,7 +69123,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &541 + schema: &543 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -69827,7 +69827,7 @@ paths: - content - created_at examples: - default: &545 + default: &547 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -69964,7 +69964,7 @@ paths: - *342 - *343 - *101 - - &546 + - &548 name: reaction_id description: The unique identifier of the reaction. in: path @@ -70078,7 +70078,7 @@ paths: type: array items: *476 examples: - default: &596 + default: &598 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -70369,7 +70369,7 @@ paths: type: array items: *480 examples: - default: &588 + default: &590 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -70927,7 +70927,7 @@ paths: application/json: schema: *476 examples: - default: &575 + default: &577 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -71011,6 +71011,47 @@ paths: patch: |- @@ -29,7 +29,7 @@ ..... + application/vnd.github.diff: + schema: + type: string + examples: + default: &490 + 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: &491 + 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': *55 @@ -71545,7 +71586,7 @@ paths: application/json: schema: type: array - items: &664 + items: &666 title: Status description: The status of a commit. type: object @@ -72167,6 +72208,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: *490 + application/vnd.github.patch: + schema: + type: string + examples: + default: *491 '404': *6 '500': *55 '503': *121 @@ -72372,7 +72423,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &490 + response-if-content-is-a-file-github-object: &492 summary: Response if content is a file value: type: file @@ -72504,7 +72555,7 @@ paths: - size - type - url - - &601 + - &603 title: Content File description: Content File type: object @@ -72705,7 +72756,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *490 + response-if-content-is-a-file: *492 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -72774,7 +72825,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *491 + '302': *493 '304': *37 x-github: githubCloudOnly: false @@ -72891,7 +72942,7 @@ paths: description: Response content: application/json: - schema: &492 + schema: &494 title: File Commit description: File Commit type: object @@ -73043,7 +73094,7 @@ paths: description: Response content: application/json: - schema: *492 + schema: *494 examples: example-for-creating-a-file: value: @@ -73097,7 +73148,7 @@ paths: schema: oneOf: - *3 - - &523 + - &525 description: Repository rule violation was detected type: object properties: @@ -73118,7 +73169,7 @@ paths: items: type: object properties: - placeholder_id: &656 + placeholder_id: &658 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -73212,7 +73263,7 @@ paths: description: Response content: application/json: - schema: *492 + schema: *494 examples: default: value: @@ -73405,7 +73456,7 @@ paths: schema: type: string - *204 - - *493 + - *495 - *205 - *206 - *207 @@ -73420,7 +73471,7 @@ paths: application/json: schema: type: array - items: &497 + items: &499 type: object description: A Dependabot alert. properties: @@ -73467,7 +73518,7 @@ paths: - direct - transitive - inconclusive - security_advisory: *494 + security_advisory: *496 security_vulnerability: *65 url: *181 html_url: *182 @@ -73498,8 +73549,8 @@ paths: nullable: true maxLength: 280 fixed_at: *183 - auto_dismissed_at: *495 - dismissal_request: *496 + auto_dismissed_at: *497 + dismissal_request: *498 assignees: type: array description: The users assigned to this alert. @@ -73756,7 +73807,7 @@ paths: parameters: - *342 - *343 - - &498 + - &500 name: alert_number in: path description: |- @@ -73771,7 +73822,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *499 examples: default: value: @@ -73905,7 +73956,7 @@ paths: parameters: - *342 - *343 - - *498 + - *500 requestBody: required: true content: @@ -73961,7 +74012,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *499 examples: default: value: @@ -74110,7 +74161,7 @@ paths: type: integer secrets: type: array - items: &501 + items: &503 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -74170,9 +74221,9 @@ paths: description: Response content: application/json: - schema: *499 + schema: *501 examples: - default: *500 + default: *502 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74200,7 +74251,7 @@ paths: description: Response content: application/json: - schema: *501 + schema: *503 examples: default: value: @@ -74781,7 +74832,7 @@ paths: - version - url additionalProperties: false - metadata: &502 + metadata: &504 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -74814,7 +74865,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *502 + metadata: *504 resolved: type: object description: A collection of resolved package dependencies. @@ -74827,7 +74878,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *502 + metadata: *504 relationship: type: string description: A notation of whether a dependency is requested @@ -74997,9 +75048,9 @@ paths: application/json: schema: type: array - items: *503 + items: *505 examples: - default: *504 + default: *506 headers: Link: *67 x-github: @@ -75147,7 +75198,7 @@ paths: description: Response content: application/json: - schema: *503 + schema: *505 examples: simple-example: summary: Simple example @@ -75222,7 +75273,7 @@ paths: parameters: - *342 - *343 - - &505 + - &507 name: deployment_id description: deployment_id parameter in: path @@ -75234,7 +75285,7 @@ paths: description: Response content: application/json: - schema: *503 + schema: *505 examples: default: value: @@ -75301,7 +75352,7 @@ paths: parameters: - *342 - *343 - - *505 + - *507 responses: '204': description: Response @@ -75325,7 +75376,7 @@ paths: parameters: - *342 - *343 - - *505 + - *507 - *17 - *19 responses: @@ -75335,7 +75386,7 @@ paths: application/json: schema: type: array - items: &506 + items: &508 title: Deployment Status description: The status of a deployment. type: object @@ -75498,7 +75549,7 @@ paths: parameters: - *342 - *343 - - *505 + - *507 requestBody: required: true content: @@ -75573,9 +75624,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *508 examples: - default: &507 + default: &509 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -75633,7 +75684,7 @@ paths: parameters: - *342 - *343 - - *505 + - *507 - name: status_id in: path required: true @@ -75644,9 +75695,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *508 examples: - default: *507 + default: *509 '404': *6 x-github: githubCloudOnly: false @@ -75747,7 +75798,7 @@ paths: type: integer environments: type: array - items: &509 + items: &511 title: Environment description: Details of a deployment environment type: object @@ -75799,7 +75850,7 @@ paths: type: type: string example: wait_timer - wait_timer: &511 + wait_timer: &513 type: integer example: 30 description: The amount of time to delay a job after @@ -75836,7 +75887,7 @@ paths: items: type: object properties: - type: *508 + type: *510 reviewer: anyOf: - *4 @@ -75860,7 +75911,7 @@ paths: - id - node_id - type - deployment_branch_policy: &512 + deployment_branch_policy: &514 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -75978,7 +76029,7 @@ paths: parameters: - *342 - *343 - - &510 + - &512 name: environment_name in: path required: true @@ -75991,9 +76042,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *511 examples: - default: &513 + default: &515 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -76079,7 +76130,7 @@ paths: parameters: - *342 - *343 - - *510 + - *512 requestBody: required: false content: @@ -76088,7 +76139,7 @@ paths: type: object nullable: true properties: - wait_timer: *511 + wait_timer: *513 prevent_self_review: type: boolean example: false @@ -76105,13 +76156,13 @@ paths: items: type: object properties: - type: *508 + type: *510 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *512 + deployment_branch_policy: *514 additionalProperties: false examples: default: @@ -76131,9 +76182,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *511 examples: - default: *513 + default: *515 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -76159,7 +76210,7 @@ paths: parameters: - *342 - *343 - - *510 + - *512 responses: '204': description: Default response @@ -76186,7 +76237,7 @@ paths: parameters: - *342 - *343 - - *510 + - *512 - *17 - *19 responses: @@ -76204,7 +76255,7 @@ paths: example: 2 branch_policies: type: array - items: &514 + items: &516 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -76263,7 +76314,7 @@ paths: parameters: - *342 - *343 - - *510 + - *512 requestBody: required: true content: @@ -76309,9 +76360,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *516 examples: - example-wildcard: &515 + example-wildcard: &517 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -76355,8 +76406,8 @@ paths: parameters: - *342 - *343 - - *510 - - &516 + - *512 + - &518 name: branch_policy_id in: path required: true @@ -76368,9 +76419,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *516 examples: - default: *515 + default: *517 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76391,8 +76442,8 @@ paths: parameters: - *342 - *343 - - *510 - - *516 + - *512 + - *518 requestBody: required: true content: @@ -76420,9 +76471,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *516 examples: - default: *515 + default: *517 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76443,8 +76494,8 @@ paths: parameters: - *342 - *343 - - *510 - - *516 + - *512 + - *518 responses: '204': description: Response @@ -76469,7 +76520,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *510 + - *512 - *343 - *342 responses: @@ -76487,7 +76538,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &517 + items: &519 title: Deployment protection rule description: Deployment protection rule type: object @@ -76506,7 +76557,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &518 + app: &520 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -76605,7 +76656,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: - - *510 + - *512 - *343 - *342 requestBody: @@ -76628,9 +76679,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *517 + schema: *519 examples: - default: &519 + default: &521 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -76665,7 +76716,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: - - *510 + - *512 - *343 - *342 - *19 @@ -76686,7 +76737,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *518 + items: *520 examples: default: value: @@ -76723,8 +76774,8 @@ paths: parameters: - *342 - *343 - - *510 - - &520 + - *512 + - &522 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -76736,9 +76787,9 @@ paths: description: Response content: application/json: - schema: *517 + schema: *519 examples: - default: *519 + default: *521 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76759,10 +76810,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *510 + - *512 - *343 - *342 - - *520 + - *522 responses: '204': description: Response @@ -76790,7 +76841,7 @@ paths: parameters: - *342 - *343 - - *510 + - *512 - *17 - *19 responses: @@ -76837,7 +76888,7 @@ paths: parameters: - *342 - *343 - - *510 + - *512 responses: '200': description: Response @@ -76869,7 +76920,7 @@ paths: parameters: - *342 - *343 - - *510 + - *512 - *168 responses: '200': @@ -76878,7 +76929,7 @@ paths: application/json: schema: *387 examples: - default: *521 + default: *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76902,7 +76953,7 @@ paths: parameters: - *342 - *343 - - *510 + - *512 - *168 requestBody: required: true @@ -76962,7 +77013,7 @@ paths: parameters: - *342 - *343 - - *510 + - *512 - *168 responses: '204': @@ -76990,7 +77041,7 @@ paths: parameters: - *342 - *343 - - *510 + - *512 - *358 - *19 responses: @@ -77035,7 +77086,7 @@ paths: parameters: - *342 - *343 - - *510 + - *512 requestBody: required: true content: @@ -77089,7 +77140,7 @@ paths: parameters: - *342 - *343 - - *510 + - *512 - *171 responses: '200': @@ -77098,7 +77149,7 @@ paths: application/json: schema: *391 examples: - default: *522 + default: *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77122,7 +77173,7 @@ paths: - *342 - *343 - *171 - - *510 + - *512 requestBody: required: true content: @@ -77167,7 +77218,7 @@ paths: - *342 - *343 - *171 - - *510 + - *512 responses: '204': description: Response @@ -77535,7 +77586,7 @@ paths: schema: oneOf: - *129 - - *523 + - *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77770,7 +77821,7 @@ paths: description: Response content: application/json: - schema: &524 + schema: &526 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -77992,7 +78043,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *526 examples: default: value: @@ -78050,7 +78101,7 @@ paths: parameters: - *342 - *343 - - &525 + - &527 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. @@ -78067,7 +78118,7 @@ paths: application/json: schema: type: array - items: &526 + items: &528 title: Git Reference description: Git references within a repository type: object @@ -78144,15 +78195,15 @@ paths: parameters: - *342 - *343 - - *525 + - *527 responses: '200': description: Response content: application/json: - schema: *526 + schema: *528 examples: - default: &527 + default: &529 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -78211,9 +78262,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *528 examples: - default: *527 + default: *529 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -78241,7 +78292,7 @@ paths: parameters: - *342 - *343 - - *525 + - *527 requestBody: required: true content: @@ -78270,9 +78321,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *528 examples: - default: *527 + default: *529 '422': *15 '409': *54 x-github: @@ -78292,7 +78343,7 @@ paths: parameters: - *342 - *343 - - *525 + - *527 responses: '204': description: Response @@ -78415,7 +78466,7 @@ paths: description: Response content: application/json: - schema: &529 + schema: &531 title: Git Tag description: Metadata for a Git tag type: object @@ -78466,7 +78517,7 @@ paths: - sha - type - url - verification: *528 + verification: *530 required: - sha - url @@ -78476,7 +78527,7 @@ paths: - tag - message examples: - default: &530 + default: &532 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -78561,9 +78612,9 @@ paths: description: Response content: application/json: - schema: *529 + schema: *531 examples: - default: *530 + default: *532 '404': *6 '409': *54 x-github: @@ -78661,7 +78712,7 @@ paths: description: Response content: application/json: - schema: &531 + schema: &533 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -78781,7 +78832,7 @@ paths: description: Response content: application/json: - schema: *531 + schema: *533 examples: default-response: summary: Default response @@ -78851,7 +78902,7 @@ paths: application/json: schema: type: array - items: &532 + items: &534 title: Webhook description: Webhooks for repositories. type: object @@ -78905,7 +78956,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &778 + last_response: &780 title: Hook Response type: object properties: @@ -79032,9 +79083,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *534 examples: - default: &533 + default: &535 value: type: Repository id: 12345678 @@ -79090,9 +79141,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *534 examples: - default: *533 + default: *535 '404': *6 x-github: githubCloudOnly: false @@ -79159,9 +79210,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *534 examples: - default: *533 + default: *535 '422': *15 '404': *6 x-github: @@ -79557,7 +79608,7 @@ paths: description: Response content: application/json: - schema: &534 + schema: &536 title: Import description: A repository import from an external source. type: object @@ -79656,7 +79707,7 @@ paths: - html_url - authors_url examples: - default: &537 + default: &539 value: vcs: subversion use_lfs: true @@ -79672,7 +79723,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': &535 + '503': &537 description: Unavailable due to service under maintenance. content: application/json: @@ -79750,7 +79801,7 @@ paths: description: Response content: application/json: - schema: *534 + schema: *536 examples: default: value: @@ -79775,7 +79826,7 @@ paths: type: string '422': *15 '404': *6 - '503': *535 + '503': *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79853,7 +79904,7 @@ paths: description: Response content: application/json: - schema: *534 + schema: *536 examples: example-1: summary: Example 1 @@ -79901,7 +79952,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': *535 + '503': *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79929,7 +79980,7 @@ paths: responses: '204': description: Response - '503': *535 + '503': *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79957,7 +80008,7 @@ paths: parameters: - *342 - *343 - - &707 + - &709 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -79971,7 +80022,7 @@ paths: application/json: schema: type: array - items: &536 + items: &538 title: Porter Author description: Porter Author type: object @@ -80025,7 +80076,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': *535 + '503': *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80081,7 +80132,7 @@ paths: description: Response content: application/json: - schema: *536 + schema: *538 examples: default: value: @@ -80094,7 +80145,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *535 + '503': *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80160,7 +80211,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *535 + '503': *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80216,11 +80267,11 @@ paths: description: Response content: application/json: - schema: *534 + schema: *536 examples: - default: *537 + default: *539 '422': *15 - '503': *535 + '503': *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80252,7 +80303,7 @@ paths: application/json: schema: *22 examples: - default: *538 + default: *540 '301': *346 '404': *6 x-github: @@ -80287,7 +80338,7 @@ paths: properties: {} additionalProperties: false examples: - default: &540 + default: &542 value: limit: collaborators_only origin: repository @@ -80318,7 +80369,7 @@ paths: required: true content: application/json: - schema: *539 + schema: *541 examples: default: summary: Example request body @@ -80332,7 +80383,7 @@ paths: application/json: schema: *234 examples: - default: *540 + default: *542 '409': description: Response x-github: @@ -80389,9 +80440,9 @@ paths: application/json: schema: type: array - items: *541 + items: *543 examples: - default: &699 + default: &701 value: - id: 1 repository: @@ -80553,7 +80604,7 @@ paths: description: Response content: application/json: - schema: *541 + schema: *543 examples: default: value: @@ -80791,7 +80842,7 @@ paths: type: array items: *85 examples: - default: &553 + default: &555 value: - id: 1 node_id: MDU6SXNzdWUx @@ -81047,7 +81098,7 @@ paths: application/json: schema: *85 examples: - default: &550 + default: &552 value: id: 1 node_id: MDU6SXNzdWUx @@ -81204,7 +81255,7 @@ paths: '422': *15 '503': *121 '404': *6 - '410': *542 + '410': *544 x-github: triggersNotification: true githubCloudOnly: false @@ -81254,9 +81305,9 @@ paths: application/json: schema: type: array - items: *543 + items: *545 examples: - default: &552 + default: &554 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -81322,9 +81373,9 @@ paths: description: Response content: application/json: - schema: *543 + schema: *545 examples: - default: &544 + default: &546 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -81403,9 +81454,9 @@ paths: description: Response content: application/json: - schema: *543 + schema: *545 examples: - default: *544 + default: *546 '422': *15 x-github: githubCloudOnly: false @@ -81461,7 +81512,7 @@ paths: description: Response content: application/json: - schema: *543 + schema: *545 examples: default: value: @@ -81517,7 +81568,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *542 + '410': *544 '422': *15 x-github: githubCloudOnly: false @@ -81543,7 +81594,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *542 + '410': *544 '503': *121 x-github: githubCloudOnly: false @@ -81591,7 +81642,7 @@ paths: type: array items: *474 examples: - default: *545 + default: *547 headers: Link: *67 '404': *6 @@ -81680,7 +81731,7 @@ paths: - *342 - *343 - *101 - - *546 + - *548 responses: '204': description: Response @@ -81711,7 +81762,7 @@ paths: application/json: schema: type: array - items: &549 + items: &551 title: Issue Event description: Issue Event type: object @@ -81754,8 +81805,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *547 - required: *548 + properties: *549 + required: *550 nullable: true label: title: Issue Event Label @@ -82075,7 +82126,7 @@ paths: description: Response content: application/json: - schema: *549 + schema: *551 examples: default: value: @@ -82268,7 +82319,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *542 + '410': *544 '403': *29 x-github: githubCloudOnly: false @@ -82304,7 +82355,7 @@ paths: parameters: - *342 - *343 - - &551 + - &553 name: issue_number description: The number that identifies the issue. in: path @@ -82320,7 +82371,7 @@ paths: examples: default: summary: Issue - value: *550 + value: *552 pinned_comment: summary: Issue with pinned comment value: @@ -82521,7 +82572,7 @@ paths: state_reason: completed '301': *346 '404': *6 - '410': *542 + '410': *544 '304': *37 x-github: githubCloudOnly: false @@ -82548,7 +82599,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 requestBody: required: false content: @@ -82669,13 +82720,13 @@ paths: application/json: schema: *85 examples: - default: *550 + default: *552 '422': *15 '503': *121 '403': *29 '301': *346 '404': *6 - '410': *542 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82695,7 +82746,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 requestBody: required: false content: @@ -82723,7 +82774,7 @@ paths: application/json: schema: *85 examples: - default: *550 + default: *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82741,7 +82792,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 requestBody: content: application/json: @@ -82768,7 +82819,7 @@ paths: application/json: schema: *85 examples: - default: *550 + default: *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82792,7 +82843,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 - name: assignee in: path required: true @@ -82834,7 +82885,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 - *92 - *17 - *19 @@ -82845,13 +82896,13 @@ paths: application/json: schema: type: array - items: *543 + items: *545 examples: - default: *552 + default: *554 headers: Link: *67 '404': *6 - '410': *542 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82882,7 +82933,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 requestBody: required: true content: @@ -82904,16 +82955,16 @@ paths: description: Response content: application/json: - schema: *543 + schema: *545 examples: - default: *544 + default: *546 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *542 + '410': *544 '422': *15 '404': *6 x-github: @@ -82943,7 +82994,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 - *17 - *19 responses: @@ -82955,12 +83006,12 @@ paths: type: array items: *85 examples: - default: *553 + default: *555 headers: Link: *67 '301': *346 '404': *6 - '410': *542 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82990,7 +83041,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 requestBody: required: true content: @@ -83014,7 +83065,7 @@ paths: application/json: schema: *85 examples: - default: *550 + default: *552 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -83022,7 +83073,7 @@ paths: type: string '301': *346 '403': *29 - '410': *542 + '410': *544 '422': *15 '404': *6 x-github: @@ -83055,7 +83106,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -83069,13 +83120,13 @@ paths: application/json: schema: *85 examples: - default: *550 + default: *552 '301': *346 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *542 + '410': *544 x-github: triggersNotification: true githubCloudOnly: false @@ -83103,7 +83154,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 - *17 - *19 responses: @@ -83115,12 +83166,12 @@ paths: type: array items: *85 examples: - default: *553 + default: *555 headers: Link: *67 '301': *346 '404': *6 - '410': *542 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83139,7 +83190,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 - *17 - *19 responses: @@ -83153,7 +83204,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &556 + - &558 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -83207,7 +83258,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &557 + - &559 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -83343,7 +83394,7 @@ paths: - performed_via_github_app - assignee - assigner - - &558 + - &560 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -83394,7 +83445,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &559 + - &561 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -83445,7 +83496,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &560 + - &562 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -83499,7 +83550,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &561 + - &563 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -83546,7 +83597,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &562 + - &564 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -83593,7 +83644,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &563 + - &565 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -83653,7 +83704,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &564 + - &566 title: Locked Issue Event description: Locked Issue Event type: object @@ -83701,7 +83752,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &565 + - &567 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -83767,7 +83818,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &566 + - &568 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -83833,7 +83884,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &567 + - &569 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -83899,7 +83950,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &568 + - &570 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -83990,7 +84041,7 @@ paths: color: red headers: Link: *67 - '410': *542 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84009,7 +84060,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 - *17 - *19 responses: @@ -84019,9 +84070,9 @@ paths: application/json: schema: type: array - items: *554 + items: *556 examples: - default: &670 + default: &672 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -84047,7 +84098,7 @@ paths: Link: *67 '301': *346 '404': *6 - '410': *542 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84066,7 +84117,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 - *17 - *19 responses: @@ -84078,7 +84129,7 @@ paths: type: array items: *84 examples: - default: &555 + default: &557 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -84098,7 +84149,7 @@ paths: Link: *67 '301': *346 '404': *6 - '410': *542 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84116,7 +84167,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 requestBody: required: false content: @@ -84161,10 +84212,10 @@ paths: type: array items: *84 examples: - default: *555 + default: *557 '301': *346 '404': *6 - '410': *542 + '410': *544 '422': *15 x-github: githubCloudOnly: false @@ -84183,7 +84234,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 requestBody: required: false content: @@ -84245,10 +84296,10 @@ paths: type: array items: *84 examples: - default: *555 + default: *557 '301': *346 '404': *6 - '410': *542 + '410': *544 '422': *15 x-github: githubCloudOnly: false @@ -84267,13 +84318,13 @@ paths: parameters: - *342 - *343 - - *551 + - *553 responses: '204': description: Response '301': *346 '404': *6 - '410': *542 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84294,7 +84345,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 - name: name in: path required: true @@ -84320,7 +84371,7 @@ paths: default: true '301': *346 '404': *6 - '410': *542 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84342,7 +84393,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 requestBody: required: false content: @@ -84370,7 +84421,7 @@ paths: '204': description: Response '403': *29 - '410': *542 + '410': *544 '404': *6 '422': *15 x-github: @@ -84390,7 +84441,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 responses: '204': description: Response @@ -84422,7 +84473,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 responses: '200': description: Response @@ -84430,10 +84481,10 @@ paths: application/json: schema: *85 examples: - default: *550 + default: *552 '301': *346 '404': *6 - '410': *542 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84452,7 +84503,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 - 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. @@ -84480,11 +84531,11 @@ paths: type: array items: *474 examples: - default: *545 + default: *547 headers: Link: *67 '404': *6 - '410': *542 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84504,7 +84555,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 requestBody: required: true content: @@ -84569,8 +84620,8 @@ paths: parameters: - *342 - *343 - - *551 - - *546 + - *553 + - *548 responses: '204': description: Response @@ -84601,7 +84652,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 requestBody: required: true content: @@ -84625,7 +84676,7 @@ paths: application/json: schema: *85 examples: - default: *550 + default: *552 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -84660,7 +84711,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 - *17 - *19 responses: @@ -84672,11 +84723,11 @@ paths: type: array items: *85 examples: - default: *553 + default: *555 headers: Link: *67 '404': *6 - '410': *542 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84706,7 +84757,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 requestBody: required: true content: @@ -84735,14 +84786,14 @@ paths: application/json: schema: *85 examples: - default: *550 + default: *552 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *542 + '410': *544 '422': *15 '404': *6 x-github: @@ -84764,7 +84815,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 requestBody: required: true content: @@ -84797,7 +84848,7 @@ paths: application/json: schema: *85 examples: - default: *550 + default: *552 '403': *29 '404': *6 '422': *7 @@ -84821,7 +84872,7 @@ paths: parameters: - *342 - *343 - - *551 + - *553 - *17 - *19 responses: @@ -84836,8 +84887,6 @@ paths: description: Timeline Event type: object anyOf: - - *556 - - *557 - *558 - *559 - *560 @@ -84849,6 +84898,8 @@ paths: - *566 - *567 - *568 + - *569 + - *570 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -84909,8 +84960,8 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *569 - required: *570 + properties: *571 + required: *572 nullable: true required: - event @@ -85165,7 +85216,7 @@ paths: type: string comments: type: array - items: &590 + items: &592 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -85669,7 +85720,7 @@ paths: headers: Link: *67 '404': *6 - '410': *542 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85697,7 +85748,7 @@ paths: application/json: schema: type: array - items: &571 + items: &573 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -85800,9 +85851,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *573 examples: - default: &572 + default: &574 value: id: 1 key: ssh-rsa AAA... @@ -85838,7 +85889,7 @@ paths: parameters: - *342 - *343 - - &573 + - &575 name: key_id description: The unique identifier of the key. in: path @@ -85850,9 +85901,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *573 examples: - default: *572 + default: *574 '404': *6 x-github: githubCloudOnly: false @@ -85872,7 +85923,7 @@ paths: parameters: - *342 - *343 - - *573 + - *575 responses: '204': description: Response @@ -85905,7 +85956,7 @@ paths: type: array items: *84 examples: - default: *555 + default: *557 headers: Link: *67 '404': *6 @@ -85965,7 +86016,7 @@ paths: application/json: schema: *84 examples: - default: &574 + default: &576 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -86011,7 +86062,7 @@ paths: application/json: schema: *84 examples: - default: *574 + default: *576 '404': *6 x-github: githubCloudOnly: false @@ -86411,7 +86462,7 @@ paths: application/json: schema: *476 examples: - default: *575 + default: *577 '204': description: Response when already merged '404': @@ -86478,7 +86529,7 @@ paths: application/json: schema: type: array - items: &576 + items: &578 title: Milestone description: A collection of related issues and pull requests. type: object @@ -86580,9 +86631,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: &577 + default: &579 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -86643,7 +86694,7 @@ paths: parameters: - *342 - *343 - - &578 + - &580 name: milestone_number description: The number that identifies the milestone. in: path @@ -86655,9 +86706,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: *577 + default: *579 '404': *6 x-github: githubCloudOnly: false @@ -86676,7 +86727,7 @@ paths: parameters: - *342 - *343 - - *578 + - *580 requestBody: required: false content: @@ -86714,9 +86765,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: *577 + default: *579 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86734,7 +86785,7 @@ paths: parameters: - *342 - *343 - - *578 + - *580 responses: '204': description: Response @@ -86757,7 +86808,7 @@ paths: parameters: - *342 - *343 - - *578 + - *580 - *17 - *19 responses: @@ -86769,7 +86820,7 @@ paths: type: array items: *84 examples: - default: *555 + default: *557 headers: Link: *67 x-github: @@ -86790,10 +86841,10 @@ paths: parameters: - *342 - *343 - - *579 - - *580 - - *92 - *581 + - *582 + - *92 + - *583 - *17 - *19 responses: @@ -86805,7 +86856,7 @@ paths: type: array items: *112 examples: - default: *582 + default: *584 headers: Link: *67 x-github: @@ -86895,7 +86946,7 @@ paths: description: Response content: application/json: - schema: &583 + schema: &585 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -87020,7 +87071,7 @@ paths: - custom_404 - public examples: - default: &584 + default: &586 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -87116,9 +87167,9 @@ paths: description: Response content: application/json: - schema: *583 + schema: *585 examples: - default: *584 + default: *586 '422': *15 '409': *54 x-github: @@ -87279,7 +87330,7 @@ paths: application/json: schema: type: array - items: &585 + items: &587 title: Page Build description: Page Build type: object @@ -87426,9 +87477,9 @@ paths: description: Response content: application/json: - schema: *585 + schema: *587 examples: - default: &586 + default: &588 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -87488,9 +87539,9 @@ paths: description: Response content: application/json: - schema: *585 + schema: *587 examples: - default: *586 + default: *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87618,7 +87669,7 @@ paths: parameters: - *342 - *343 - - &587 + - &589 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -87678,7 +87729,7 @@ paths: parameters: - *342 - *343 - - *587 + - *589 responses: '204': *191 '404': *6 @@ -88213,7 +88264,7 @@ paths: type: array items: *480 examples: - default: *588 + default: *590 headers: Link: *67 '304': *37 @@ -88311,7 +88362,7 @@ paths: description: Response content: application/json: - schema: &592 + schema: &594 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -88511,7 +88562,7 @@ paths: - review_comment - self author_association: *82 - auto_merge: *589 + auto_merge: *591 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -88601,7 +88652,7 @@ paths: - merged_by - review_comments examples: - default: &593 + default: &595 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -89158,9 +89209,9 @@ paths: application/json: schema: type: array - items: *590 + items: *592 examples: - default: &595 + default: &597 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -89245,9 +89296,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *592 examples: - default: &591 + default: &593 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -89346,9 +89397,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *592 examples: - default: *591 + default: *593 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89417,7 +89468,7 @@ paths: type: array items: *474 examples: - default: *545 + default: *547 headers: Link: *67 '404': *6 @@ -89506,7 +89557,7 @@ paths: - *342 - *343 - *101 - - *546 + - *548 responses: '204': description: Response @@ -89551,7 +89602,7 @@ paths: parameters: - *342 - *343 - - &594 + - &596 name: pull_number description: The number that identifies the pull request. in: path @@ -89564,9 +89615,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *592 + schema: *594 examples: - default: *593 + default: *595 '304': *37 '404': *6 '406': @@ -89603,7 +89654,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 requestBody: required: false content: @@ -89645,9 +89696,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *594 examples: - default: *593 + default: *595 '422': *15 '403': *29 x-github: @@ -89671,7 +89722,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 requestBody: required: true content: @@ -89773,7 +89824,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 - *109 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -89794,9 +89845,9 @@ paths: application/json: schema: type: array - items: *590 + items: *592 examples: - default: *595 + default: *597 headers: Link: *67 x-github: @@ -89831,7 +89882,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 requestBody: required: true content: @@ -89936,7 +89987,7 @@ paths: description: Response content: application/json: - schema: *590 + schema: *592 examples: example-for-a-multi-line-comment: value: @@ -90026,7 +90077,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 - *101 requestBody: required: true @@ -90049,7 +90100,7 @@ paths: description: Response content: application/json: - schema: *590 + schema: *592 examples: default: value: @@ -90137,7 +90188,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 - *17 - *19 responses: @@ -90149,7 +90200,7 @@ paths: type: array items: *476 examples: - default: *596 + default: *598 headers: Link: *67 x-github: @@ -90181,7 +90232,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 - *17 - *19 responses: @@ -90231,7 +90282,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 responses: '204': description: Response if pull request has been merged @@ -90256,7 +90307,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 requestBody: required: false content: @@ -90369,7 +90420,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 responses: '200': description: Response @@ -90446,7 +90497,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 requestBody: required: false content: @@ -91021,7 +91072,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 requestBody: required: true content: @@ -91562,7 +91613,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 - *17 - *19 responses: @@ -91572,7 +91623,7 @@ paths: application/json: schema: type: array - items: &597 + items: &599 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -91725,7 +91776,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 requestBody: required: false content: @@ -91811,9 +91862,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *599 examples: - default: &599 + default: &601 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -91878,8 +91929,8 @@ paths: parameters: - *342 - *343 - - *594 - - &598 + - *596 + - &600 name: review_id description: The unique identifier of the review. in: path @@ -91891,9 +91942,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *599 examples: - default: &600 + default: &602 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -91954,8 +92005,8 @@ paths: parameters: - *342 - *343 - - *594 - - *598 + - *596 + - *600 requestBody: required: true content: @@ -91978,7 +92029,7 @@ paths: description: Response content: application/json: - schema: *597 + schema: *599 examples: default: value: @@ -92042,16 +92093,16 @@ paths: parameters: - *342 - *343 - - *594 - - *598 + - *596 + - *600 responses: '200': description: Response content: application/json: - schema: *597 + schema: *599 examples: - default: *599 + default: *601 '422': *7 '404': *6 x-github: @@ -92080,8 +92131,8 @@ paths: parameters: - *342 - *343 - - *594 - - *598 + - *596 + - *600 - *17 - *19 responses: @@ -92318,8 +92369,8 @@ paths: parameters: - *342 - *343 - - *594 - - *598 + - *596 + - *600 requestBody: required: true content: @@ -92347,7 +92398,7 @@ paths: description: Response content: application/json: - schema: *597 + schema: *599 examples: default: value: @@ -92412,8 +92463,8 @@ paths: parameters: - *342 - *343 - - *594 - - *598 + - *596 + - *600 requestBody: required: true content: @@ -92448,9 +92499,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *599 examples: - default: *600 + default: *602 '404': *6 '422': *7 '403': *29 @@ -92474,7 +92525,7 @@ paths: parameters: - *342 - *343 - - *594 + - *596 requestBody: required: false content: @@ -92551,9 +92602,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *603 examples: - default: &602 + default: &604 value: type: file encoding: base64 @@ -92616,9 +92667,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *603 examples: - default: *602 + default: *604 '404': *6 '422': *15 x-github: @@ -92651,7 +92702,7 @@ paths: application/json: schema: type: array - items: *603 + items: *605 examples: default: value: @@ -92822,9 +92873,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *605 examples: - default: &607 + default: &609 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -92931,7 +92982,7 @@ paths: parameters: - *342 - *343 - - &605 + - &607 name: asset_id description: The unique identifier of the asset. in: path @@ -92943,9 +92994,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *606 examples: - default: &606 + default: &608 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 @@ -92980,7 +93031,7 @@ paths: type: User site_admin: false '404': *6 - '302': *491 + '302': *493 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92998,7 +93049,7 @@ paths: parameters: - *342 - *343 - - *605 + - *607 requestBody: required: false content: @@ -93026,9 +93077,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *606 examples: - default: *606 + default: *608 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93046,7 +93097,7 @@ paths: parameters: - *342 - *343 - - *605 + - *607 responses: '204': description: Response @@ -93164,9 +93215,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *605 examples: - default: *607 + default: *609 '404': *6 x-github: githubCloudOnly: false @@ -93198,9 +93249,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *605 examples: - default: *607 + default: *609 '404': *6 x-github: githubCloudOnly: false @@ -93224,7 +93275,7 @@ paths: parameters: - *342 - *343 - - &608 + - &610 name: release_id description: The unique identifier of the release. in: path @@ -93238,9 +93289,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: *603 + schema: *605 examples: - default: *607 + default: *609 '401': description: Unauthorized x-github: @@ -93260,7 +93311,7 @@ paths: parameters: - *342 - *343 - - *608 + - *610 requestBody: required: false content: @@ -93324,9 +93375,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *605 examples: - default: *607 + default: *609 '404': description: Not Found if the discussion category name is invalid content: @@ -93349,7 +93400,7 @@ paths: parameters: - *342 - *343 - - *608 + - *610 responses: '204': description: Response @@ -93372,7 +93423,7 @@ paths: parameters: - *342 - *343 - - *608 + - *610 - *17 - *19 responses: @@ -93382,7 +93433,7 @@ paths: application/json: schema: type: array - items: *604 + items: *606 examples: default: value: @@ -93465,7 +93516,7 @@ paths: parameters: - *342 - *343 - - *608 + - *610 - name: name in: query required: true @@ -93491,7 +93542,7 @@ paths: description: Response for successful upload content: application/json: - schema: *604 + schema: *606 examples: response-for-successful-upload: value: @@ -93548,7 +93599,7 @@ paths: parameters: - *342 - *343 - - *608 + - *610 - 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. @@ -93574,7 +93625,7 @@ paths: type: array items: *474 examples: - default: *545 + default: *547 headers: Link: *67 '404': *6 @@ -93597,7 +93648,7 @@ paths: parameters: - *342 - *343 - - *608 + - *610 requestBody: required: true content: @@ -93660,8 +93711,8 @@ paths: parameters: - *342 - *343 - - *608 - - *546 + - *610 + - *548 responses: '204': description: Response @@ -93704,7 +93755,7 @@ paths: oneOf: - allOf: - *303 - - &609 + - &611 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -93725,67 +93776,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *304 - - *609 + - *611 - allOf: - *305 - - *609 + - *611 - allOf: - *306 - - *609 + - *611 - allOf: - - *610 - - *609 + - *612 + - *611 - allOf: - *307 - - *609 + - *611 - allOf: - *308 - - *609 + - *611 - allOf: - *309 - - *609 + - *611 - allOf: - *310 - - *609 + - *611 - allOf: - *311 - - *609 + - *611 - allOf: - *312 - - *609 + - *611 - allOf: - *313 - - *609 + - *611 - allOf: - *314 - - *609 + - *611 - allOf: - *315 - - *609 + - *611 - allOf: - *316 - - *609 + - *611 - allOf: - *317 - - *609 + - *611 - allOf: - *318 - - *609 + - *611 - allOf: - *319 - - *609 + - *611 - allOf: - *320 - - *609 + - *611 - allOf: - *321 - - *609 + - *611 - allOf: - *322 - - *609 + - *611 - allOf: - *323 - - *609 + - *611 examples: default: value: @@ -93836,7 +93887,7 @@ paths: schema: type: boolean default: true - - *611 + - *613 responses: '200': description: Response @@ -93921,7 +93972,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *612 + items: *614 required: - name - enforcement @@ -93954,7 +94005,7 @@ paths: application/json: schema: *324 examples: - default: &622 + default: &624 value: id: 42 name: super cool ruleset @@ -94004,10 +94055,10 @@ paths: parameters: - *342 - *343 - - *613 - - *614 - *615 - *616 + - *617 + - *618 - *17 - *19 responses: @@ -94015,9 +94066,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *619 examples: - default: *618 + default: *620 '404': *6 '500': *55 x-github: @@ -94040,15 +94091,15 @@ paths: parameters: - *342 - *343 - - *619 + - *621 responses: '200': description: Response content: application/json: - schema: *620 + schema: *622 examples: - default: *621 + default: *623 '404': *6 '500': *55 x-github: @@ -94099,7 +94150,7 @@ paths: application/json: schema: *324 examples: - default: *622 + default: *624 '404': *6 '500': *55 put: @@ -94152,7 +94203,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *612 + items: *614 examples: default: value: @@ -94182,7 +94233,7 @@ paths: application/json: schema: *324 examples: - default: *622 + default: *624 '404': *6 '422': *15 '500': *55 @@ -94244,7 +94295,7 @@ paths: type: array items: *327 examples: - default: *623 + default: *625 '404': *6 '500': *55 x-github: @@ -94282,7 +94333,7 @@ paths: description: Response content: application/json: - schema: *624 + schema: *626 examples: default: value: @@ -94339,23 +94390,23 @@ paths: parameters: - *342 - *343 - - *625 - - *626 - *627 - *628 - *629 - *630 - *631 - *632 + - *633 + - *634 - *61 - *19 - *17 - - *633 - - *634 - *635 - *636 - *637 - *638 + - *639 + - *640 responses: '200': description: Response @@ -94363,7 +94414,7 @@ paths: application/json: schema: type: array - items: &642 + items: &644 type: object properties: number: *178 @@ -94382,8 +94433,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *639 - resolution: *640 + state: *641 + resolution: *642 resolved_at: type: string format: date-time @@ -94489,7 +94540,7 @@ paths: pull request. ' - oneOf: *641 + oneOf: *643 nullable: true has_more_locations: type: boolean @@ -94656,13 +94707,13 @@ paths: - *342 - *343 - *440 - - *638 + - *640 responses: '200': description: Response content: application/json: - schema: *642 + schema: *644 examples: default: value: @@ -94726,8 +94777,8 @@ paths: schema: type: object properties: - state: *639 - resolution: *640 + state: *641 + resolution: *642 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -94763,7 +94814,7 @@ paths: description: Response content: application/json: - schema: *642 + schema: *644 examples: default: value: @@ -94871,7 +94922,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &800 + items: &802 type: object properties: type: @@ -94897,8 +94948,6 @@ paths: example: commit details: oneOf: - - *643 - - *644 - *645 - *646 - *647 @@ -94910,6 +94959,8 @@ paths: - *653 - *654 - *655 + - *656 + - *657 examples: default: value: @@ -95004,14 +95055,14 @@ paths: schema: type: object properties: - reason: &657 + reason: &659 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *656 + placeholder_id: *658 required: - reason - placeholder_id @@ -95028,7 +95079,7 @@ paths: schema: type: object properties: - reason: *657 + reason: *659 expire_at: type: string format: date-time @@ -95090,7 +95141,7 @@ paths: properties: incremental_scans: type: array - items: &658 + items: &660 description: Information on a single scan performed by secret scanning on the repository type: object @@ -95116,15 +95167,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *658 + items: *660 backfill_scans: type: array - items: *658 + items: *660 custom_pattern_backfill_scans: type: array items: allOf: - - *658 + - *660 - type: object properties: pattern_name: @@ -95239,9 +95290,9 @@ paths: application/json: schema: type: array - items: *659 + items: *661 examples: - default: *660 + default: *662 '400': *14 '404': *6 x-github: @@ -95425,9 +95476,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *661 examples: - default: &662 + default: &664 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -95765,7 +95816,7 @@ paths: description: Response content: application/json: - schema: *659 + schema: *661 examples: default: value: @@ -95914,15 +95965,15 @@ paths: parameters: - *342 - *343 - - *661 + - *663 responses: '200': description: Response content: application/json: - schema: *659 + schema: *661 examples: - default: *662 + default: *664 '403': *29 '404': *6 x-github: @@ -95948,7 +95999,7 @@ paths: parameters: - *342 - *343 - - *661 + - *663 requestBody: required: true content: @@ -96107,10 +96158,10 @@ paths: description: Response content: application/json: - schema: *659 + schema: *661 examples: - default: *662 - add_credit: *662 + default: *664 + add_credit: *664 '403': *29 '404': *6 '422': @@ -96150,7 +96201,7 @@ paths: parameters: - *342 - *343 - - *661 + - *663 responses: '202': *39 '400': *14 @@ -96179,7 +96230,7 @@ paths: parameters: - *342 - *343 - - *661 + - *663 responses: '202': description: Response @@ -96323,7 +96374,7 @@ paths: application/json: schema: type: array - items: &663 + items: &665 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -96696,7 +96747,7 @@ paths: application/json: schema: type: array - items: *663 + items: *665 examples: default: value: @@ -96784,7 +96835,7 @@ paths: description: Response content: application/json: - schema: *664 + schema: *666 examples: default: value: @@ -96878,7 +96929,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &665 + schema: &667 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -96973,7 +97024,7 @@ paths: description: Response content: application/json: - schema: *665 + schema: *667 examples: default: value: @@ -97180,7 +97231,7 @@ paths: description: Response content: application/json: - schema: &666 + schema: &668 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -97192,7 +97243,7 @@ paths: required: - names examples: - default: &667 + default: &669 value: names: - octocat @@ -97247,9 +97298,9 @@ paths: description: Response content: application/json: - schema: *666 + schema: *668 examples: - default: *667 + default: *669 '404': *6 '422': *7 x-github: @@ -97272,7 +97323,7 @@ paths: parameters: - *342 - *343 - - &668 + - &670 name: per description: The time frame to display results for. in: query @@ -97301,7 +97352,7 @@ paths: example: 128 clones: type: array - items: &669 + items: &671 title: Traffic type: object properties: @@ -97542,7 +97593,7 @@ paths: parameters: - *342 - *343 - - *668 + - *670 responses: '200': description: Response @@ -97561,7 +97612,7 @@ paths: example: 3782 views: type: array - items: *669 + items: *671 required: - uniques - count @@ -98230,7 +98281,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *149 - - *551 + - *553 requestBody: required: true content: @@ -98294,9 +98345,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *554 + items: *556 examples: - default: *670 + default: *672 '400': *14 '403': *29 '404': *6 @@ -98333,7 +98384,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *149 - - *551 + - *553 requestBody: required: true content: @@ -98398,9 +98449,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *554 + items: *556 examples: - default: *670 + default: *672 '400': *14 '403': *29 '404': *6 @@ -98432,7 +98483,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *149 - - *551 + - *553 - *241 responses: '204': @@ -98575,7 +98626,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &671 + text_matches: &673 title: Search Result Text Matches type: array items: @@ -98737,7 +98788,7 @@ paths: enum: - author-date - committer-date - - &672 + - &674 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 @@ -98828,7 +98879,7 @@ paths: url: type: string format: uri - verification: *528 + verification: *530 required: - author - committer @@ -98865,7 +98916,7 @@ paths: type: number node_id: type: string - text_matches: *671 + text_matches: *673 required: - sha - node_id @@ -99057,7 +99108,7 @@ paths: - interactions - created - updated - - *672 + - *674 - *17 - *19 - name: advanced_search @@ -99171,11 +99222,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: type: string state_reason: @@ -99200,7 +99251,7 @@ paths: type: string format: date-time nullable: true - text_matches: *671 + text_matches: *673 pull_request: type: object properties: @@ -99471,7 +99522,7 @@ paths: enum: - created - updated - - *672 + - *674 - *17 - *19 responses: @@ -99515,7 +99566,7 @@ paths: nullable: true score: type: number - text_matches: *671 + text_matches: *673 required: - id - node_id @@ -99600,7 +99651,7 @@ paths: - forks - help-wanted-issues - updated - - *672 + - *674 - *17 - *19 responses: @@ -99848,7 +99899,7 @@ paths: - admin - pull - push - text_matches: *671 + text_matches: *673 temp_clone_token: type: string allow_merge_commit: @@ -100148,7 +100199,7 @@ paths: type: string format: uri nullable: true - text_matches: *671 + text_matches: *673 related: type: array nullable: true @@ -100339,7 +100390,7 @@ paths: - followers - repositories - joined - - *672 + - *674 - *17 - *19 responses: @@ -100443,7 +100494,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *671 + text_matches: *673 blog: type: string nullable: true @@ -100522,7 +100573,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &675 + - &677 name: team_id description: The unique identifier of the team. in: path @@ -100563,7 +100614,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *675 + - *677 requestBody: required: true content: @@ -100663,7 +100714,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *675 + - *677 responses: '204': description: Response @@ -100692,7 +100743,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *675 + - *677 - *17 - *19 responses: @@ -100730,7 +100781,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *675 + - *677 - name: role description: Filters members returned by their role in the team. in: query @@ -100781,7 +100832,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *675 + - *677 - *71 responses: '204': @@ -100818,7 +100869,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *675 + - *677 - *71 responses: '204': @@ -100858,7 +100909,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *675 + - *677 - *71 responses: '204': @@ -100895,7 +100946,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *675 + - *677 - *71 responses: '200': @@ -100904,7 +100955,7 @@ paths: application/json: schema: *341 examples: - response-if-user-is-a-team-maintainer: *676 + response-if-user-is-a-team-maintainer: *678 '404': *6 x-github: githubCloudOnly: false @@ -100937,7 +100988,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *675 + - *677 - *71 requestBody: required: false @@ -100965,7 +101016,7 @@ paths: application/json: schema: *341 examples: - response-if-users-membership-with-team-is-now-pending: *677 + response-if-users-membership-with-team-is-now-pending: *679 '403': description: Forbidden if team synchronization is set up '422': @@ -100999,7 +101050,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *675 + - *677 - *71 responses: '204': @@ -101027,7 +101078,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *675 + - *677 - *17 - *19 responses: @@ -101069,7 +101120,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *675 + - *677 - *342 - *343 responses: @@ -101077,7 +101128,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *678 + schema: *680 examples: alternative-response-with-extra-repository-information: value: @@ -101228,7 +101279,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *675 + - *677 - *342 - *343 requestBody: @@ -101280,7 +101331,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *675 + - *677 - *342 - *343 responses: @@ -101307,7 +101358,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *675 + - *677 - *17 - *19 responses: @@ -101319,7 +101370,7 @@ paths: type: array items: *197 examples: - response-if-child-teams-exist: *679 + response-if-child-teams-exist: *681 headers: Link: *67 '404': *6 @@ -101352,7 +101403,7 @@ paths: application/json: schema: oneOf: - - &680 + - &682 title: Private User description: Private User type: object @@ -101555,7 +101606,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &706 + - &708 title: Public User description: Public User type: object @@ -101867,7 +101918,7 @@ paths: description: Response content: application/json: - schema: *680 + schema: *682 examples: default: value: @@ -102265,7 +102316,7 @@ paths: type: integer secrets: type: array - items: &681 + items: &683 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -102381,7 +102432,7 @@ paths: description: Response content: application/json: - schema: *681 + schema: *683 examples: default: value: @@ -102794,7 +102845,7 @@ paths: description: Response content: application/json: - schema: &682 + schema: &684 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -102835,7 +102886,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &683 + default: &685 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -102880,9 +102931,9 @@ paths: description: Response content: application/json: - schema: *682 + schema: *684 examples: - default: *683 + default: *685 '404': *6 x-github: githubCloudOnly: false @@ -102919,9 +102970,9 @@ paths: type: integer machines: type: array - items: *684 + items: *686 examples: - default: *685 + default: *687 '304': *37 '500': *55 '401': *25 @@ -103860,7 +103911,7 @@ paths: type: array items: *260 examples: - default: &696 + default: &698 value: - id: 197 name: hello_docker @@ -103961,7 +104012,7 @@ paths: application/json: schema: type: array - items: &686 + items: &688 title: Email description: Email type: object @@ -104026,9 +104077,9 @@ paths: application/json: schema: type: array - items: *686 + items: *688 examples: - default: &698 + default: &700 value: - email: octocat@github.com verified: true @@ -104103,7 +104154,7 @@ paths: application/json: schema: type: array - items: *686 + items: *688 examples: default: value: @@ -104359,7 +104410,7 @@ paths: application/json: schema: type: array - items: &687 + items: &689 title: GPG Key description: A unique encryption key type: object @@ -104490,7 +104541,7 @@ paths: - subkeys - revoked examples: - default: &715 + default: &717 value: - id: 3 name: Octocat's GPG Key @@ -104575,9 +104626,9 @@ paths: description: Response content: application/json: - schema: *687 + schema: *689 examples: - default: &688 + default: &690 value: id: 3 name: Octocat's GPG Key @@ -104634,7 +104685,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &689 + - &691 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -104646,9 +104697,9 @@ paths: description: Response content: application/json: - schema: *687 + schema: *689 examples: - default: *688 + default: *690 '404': *6 '304': *37 '403': *29 @@ -104671,7 +104722,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *689 + - *691 responses: '204': description: Response @@ -104979,7 +105030,7 @@ paths: required: true content: application/json: - schema: *539 + schema: *541 examples: default: value: @@ -105129,7 +105180,7 @@ paths: application/json: schema: type: array - items: &690 + items: &692 title: Key description: Key type: object @@ -105230,9 +105281,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *692 examples: - default: &691 + default: &693 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -105265,15 +105316,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *573 + - *575 responses: '200': description: Response content: application/json: - schema: *690 + schema: *692 examples: - default: *691 + default: *693 '404': *6 '304': *37 '403': *29 @@ -105296,7 +105347,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *573 + - *575 responses: '204': description: Response @@ -105329,7 +105380,7 @@ paths: application/json: schema: type: array - items: &692 + items: &694 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -105397,7 +105448,7 @@ paths: - account - plan examples: - default: &693 + default: &695 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -105459,9 +105510,9 @@ paths: application/json: schema: type: array - items: *692 + items: *694 examples: - default: *693 + default: *695 headers: Link: *67 '304': *37 @@ -106470,7 +106521,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *254 - - *694 + - *696 responses: '204': description: Response @@ -106583,7 +106634,7 @@ paths: - docker - nuget - container - - *695 + - *697 - *19 - *17 responses: @@ -106595,8 +106646,8 @@ paths: type: array items: *260 examples: - default: *696 - '400': *697 + default: *698 + '400': *699 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106625,7 +106676,7 @@ paths: application/json: schema: *260 examples: - default: &716 + default: &718 value: id: 40201 name: octo-name @@ -106987,9 +107038,9 @@ paths: application/json: schema: type: array - items: *686 + items: *688 examples: - default: *698 + default: *700 headers: Link: *67 '304': *37 @@ -107102,7 +107153,7 @@ paths: type: array items: *79 examples: - default: &705 + default: &707 summary: Default response value: - id: 1296269 @@ -107447,9 +107498,9 @@ paths: application/json: schema: type: array - items: *541 + items: *543 examples: - default: *699 + default: *701 headers: Link: *67 '304': *37 @@ -107529,7 +107580,7 @@ paths: application/json: schema: type: array - items: &700 + items: &702 title: Social account description: Social media account type: object @@ -107544,7 +107595,7 @@ paths: - provider - url examples: - default: &701 + default: &703 value: - provider: twitter url: https://twitter.com/github @@ -107606,9 +107657,9 @@ paths: application/json: schema: type: array - items: *700 + items: *702 examples: - default: *701 + default: *703 '422': *15 '304': *37 '404': *6 @@ -107695,7 +107746,7 @@ paths: application/json: schema: type: array - items: &702 + items: &704 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -107715,7 +107766,7 @@ paths: - title - created_at examples: - default: &734 + default: &736 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -107779,9 +107830,9 @@ paths: description: Response content: application/json: - schema: *702 + schema: *704 examples: - default: &703 + default: &705 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -107811,7 +107862,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: - - &704 + - &706 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -107823,9 +107874,9 @@ paths: description: Response content: application/json: - schema: *702 + schema: *704 examples: - default: *703 + default: *705 '404': *6 '304': *37 '403': *29 @@ -107848,7 +107899,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: - - *704 + - *706 responses: '204': description: Response @@ -107877,7 +107928,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &735 + - &737 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 @@ -107902,11 +107953,11 @@ paths: type: array items: *79 examples: - default-response: *705 + default-response: *707 application/vnd.github.v3.star+json: schema: type: array - items: &736 + items: &738 title: Starred Repository description: Starred Repository type: object @@ -108275,10 +108326,10 @@ paths: application/json: schema: oneOf: - - *680 - - *706 + - *682 + - *708 examples: - default-response: &710 + default-response: &712 summary: Default response value: login: octocat @@ -108313,7 +108364,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &711 + response-with-git-hub-plan-information: &713 summary: Response with GitHub plan information value: login: octocat @@ -108370,7 +108421,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &708 + - &710 name: user_id description: The unique identifier of the user. in: path @@ -108436,7 +108487,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *707 + - *709 - *17 responses: '200': @@ -108471,7 +108522,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *708 + - *710 - *278 requestBody: required: true @@ -108543,7 +108594,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *709 + schema: *711 examples: table_view: summary: Response for creating a table view @@ -108595,11 +108646,11 @@ paths: application/json: schema: oneOf: - - *680 - - *706 + - *682 + - *708 examples: - default-response: *710 - response-with-git-hub-plan-information: *711 + default-response: *712 + response-with-git-hub-plan-information: *713 '404': *6 x-github: githubCloudOnly: false @@ -108649,8 +108700,8 @@ paths: required: - subject_digests examples: - default: *712 - withPredicateType: *713 + default: *714 + withPredicateType: *715 responses: '200': description: Response @@ -108689,7 +108740,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *714 + default: *716 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108919,7 +108970,7 @@ paths: type: array items: *260 examples: - default: *696 + default: *698 '403': *29 '401': *25 x-github: @@ -109303,9 +109354,9 @@ paths: application/json: schema: type: array - items: *687 + items: *689 examples: - default: *715 + default: *717 headers: Link: *67 x-github: @@ -109409,7 +109460,7 @@ paths: application/json: schema: *22 examples: - default: *538 + default: *540 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109533,7 +109584,7 @@ paths: - docker - nuget - container - - *695 + - *697 - *71 - *19 - *17 @@ -109546,10 +109597,10 @@ paths: type: array items: *260 examples: - default: *696 + default: *698 '403': *29 '401': *25 - '400': *697 + '400': *699 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109579,7 +109630,7 @@ paths: application/json: schema: *260 examples: - default: *716 + default: *718 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109928,7 +109979,7 @@ paths: type: array items: *282 examples: - default: *717 + default: *719 headers: Link: *67 '304': *37 @@ -109988,7 +110039,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *718 + items: *720 required: - name - data_type @@ -110004,7 +110055,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *719 + iteration_configuration: *721 required: - name - data_type @@ -110026,8 +110077,8 @@ paths: value: name: Due date data_type: date - single_select_field: *720 - iteration_field: *721 + single_select_field: *722 + iteration_field: *723 responses: '201': description: Response @@ -110035,11 +110086,11 @@ paths: application/json: schema: *282 examples: - text_field: *722 - number_field: *723 - date_field: *724 - single_select_field: *725 - iteration_field: *726 + text_field: *724 + number_field: *725 + date_field: *726 + single_select_field: *727 + iteration_field: *728 '304': *37 '403': *29 '401': *25 @@ -110061,7 +110112,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *278 - - *727 + - *729 - *71 responses: '200': @@ -110070,7 +110121,7 @@ paths: application/json: schema: *282 examples: - default: *728 + default: *730 headers: Link: *67 '304': *37 @@ -110424,7 +110475,7 @@ paths: parameters: - *278 - *71 - - *729 + - *731 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -110699,7 +110750,7 @@ paths: - *123 - *125 - *124 - - *730 + - *732 - *126 responses: '200': @@ -110830,7 +110881,7 @@ paths: parameters: - *71 - *123 - - *731 + - *733 - *124 responses: '200': @@ -110929,9 +110980,9 @@ paths: - *123 - *125 - *124 - - *732 + - *734 - *126 - - *733 + - *735 responses: '200': description: Response when getting a billing usage summary @@ -111065,9 +111116,9 @@ paths: application/json: schema: type: array - items: *700 + items: *702 examples: - default: *701 + default: *703 headers: Link: *67 x-github: @@ -111097,9 +111148,9 @@ paths: application/json: schema: type: array - items: *702 + items: *704 examples: - default: *734 + default: *736 headers: Link: *67 x-github: @@ -111124,7 +111175,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *71 - - *735 + - *737 - *61 - *17 - *19 @@ -111136,11 +111187,11 @@ paths: schema: anyOf: - type: array - items: *736 + items: *738 - type: array items: *79 examples: - default-response: *705 + default-response: *707 headers: Link: *67 x-github: @@ -111299,7 +111350,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &737 + enterprise: &739 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -111357,7 +111408,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &738 + installation: &740 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -111376,7 +111427,7 @@ x-webhooks: required: - id - node_id - organization: &739 + organization: &741 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -111436,13 +111487,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &740 + repository: &742 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &772 + properties: &774 id: description: Unique identifier of the repository example: 42 @@ -112126,7 +112177,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &773 + required: &775 - archive_url - assignees_url - blobs_url @@ -112277,10 +112328,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -112356,11 +112407,11 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - rule: &741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 + rule: &743 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) @@ -112583,11 +112634,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - rule: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 + rule: *743 sender: *4 required: - action @@ -112770,11 +112821,11 @@ x-webhooks: - everyone required: - from - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - rule: *741 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 + rule: *743 sender: *4 required: - action @@ -112858,7 +112909,7 @@ x-webhooks: type: string enum: - completed - check_run: &743 + check_run: &745 title: CheckRun description: A check performed on the code of a given code change type: object @@ -112949,7 +113000,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *742 + deployment: *744 details_url: example: https://example.com type: string @@ -113034,10 +113085,10 @@ x-webhooks: - output - app - pull_requests - installation: *738 - enterprise: *737 - organization: *739 - repository: *740 + installation: *740 + enterprise: *739 + organization: *741 + repository: *742 sender: *4 required: - check_run @@ -113428,11 +113479,11 @@ x-webhooks: type: string enum: - created - check_run: *743 - installation: *738 - enterprise: *737 - organization: *739 - repository: *740 + check_run: *745 + installation: *740 + enterprise: *739 + organization: *741 + repository: *742 sender: *4 required: - check_run @@ -113826,11 +113877,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *743 - installation: *738 - enterprise: *737 - organization: *739 - repository: *740 + check_run: *745 + installation: *740 + enterprise: *739 + organization: *741 + repository: *742 requested_action: description: The action requested by the user. type: object @@ -114233,11 +114284,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *743 - installation: *738 - enterprise: *737 - organization: *739 - repository: *740 + check_run: *745 + installation: *740 + enterprise: *739 + organization: *741 + repository: *742 sender: *4 required: - check_run @@ -115207,10 +115258,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -115899,10 +115950,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -116585,10 +116636,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -116899,20 +116950,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &744 + commit_oid: &746 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *737 - installation: *738 - organization: *739 - ref: &745 + enterprise: *739 + installation: *740 + organization: *741 + ref: &747 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *740 + repository: *742 sender: *4 required: - action @@ -117307,12 +117358,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *744 - enterprise: *737 - installation: *738 - organization: *739 - ref: *745 - repository: *740 + commit_oid: *746 + enterprise: *739 + installation: *740 + organization: *741 + ref: *747 + repository: *742 sender: *4 required: - action @@ -117578,12 +117629,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *744 - enterprise: *737 - installation: *738 - organization: *739 - ref: *745 - repository: *740 + commit_oid: *746 + enterprise: *739 + installation: *740 + organization: *741 + ref: *747 + repository: *742 sender: *4 required: - action @@ -117915,12 +117966,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *744 - enterprise: *737 - installation: *738 - organization: *739 - ref: *745 - repository: *740 + commit_oid: *746 + enterprise: *739 + installation: *740 + organization: *741 + ref: *747 + repository: *742 sender: *4 required: - action @@ -118194,16 +118245,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *740 + repository: *742 sender: *4 required: - action @@ -118440,12 +118491,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *744 - enterprise: *737 - installation: *738 - organization: *739 - ref: *745 - repository: *740 + commit_oid: *746 + enterprise: *739 + installation: *740 + organization: *741 + ref: *747 + repository: *742 sender: *4 required: - action @@ -118756,10 +118807,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -119014,10 +119065,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -119097,18 +119148,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *739 - pusher_type: &746 + organization: *741 + pusher_type: &748 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &747 + ref: &749 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -119118,7 +119169,7 @@ x-webhooks: enum: - tag - branch - repository: *740 + repository: *742 sender: *4 required: - ref @@ -119201,9 +119252,9 @@ x-webhooks: enum: - created definition: *290 - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 sender: *4 required: - action @@ -119288,9 +119339,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 sender: *4 required: - action @@ -119368,9 +119419,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *290 - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 sender: *4 required: - action @@ -119448,9 +119499,9 @@ x-webhooks: enum: - updated definition: *290 - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 sender: *4 required: - action @@ -119527,10 +119578,10 @@ x-webhooks: type: string enum: - updated - enterprise: *737 - installation: *738 - repository: *740 - organization: *739 + enterprise: *739 + installation: *740 + repository: *742 + organization: *741 sender: *4 new_property_values: type: array @@ -119615,18 +119666,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 - pusher_type: *746 - ref: *747 + enterprise: *739 + installation: *740 + organization: *741 + pusher_type: *748 + ref: *749 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *740 + repository: *742 sender: *4 required: - ref @@ -119706,11 +119757,11 @@ x-webhooks: type: string enum: - assignees_changed - alert: *497 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *499 + installation: *740 + organization: *741 + enterprise: *739 + repository: *742 sender: *4 required: - action @@ -119790,11 +119841,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *497 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *499 + installation: *740 + organization: *741 + enterprise: *739 + repository: *742 sender: *4 required: - action @@ -119875,11 +119926,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *497 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *499 + installation: *740 + organization: *741 + enterprise: *739 + repository: *742 sender: *4 required: - action @@ -119960,11 +120011,11 @@ x-webhooks: type: string enum: - created - alert: *497 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *499 + installation: *740 + organization: *741 + enterprise: *739 + repository: *742 sender: *4 required: - action @@ -120043,11 +120094,11 @@ x-webhooks: type: string enum: - dismissed - alert: *497 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *499 + installation: *740 + organization: *741 + enterprise: *739 + repository: *742 sender: *4 required: - action @@ -120126,11 +120177,11 @@ x-webhooks: type: string enum: - fixed - alert: *497 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *499 + installation: *740 + organization: *741 + enterprise: *739 + repository: *742 sender: *4 required: - action @@ -120210,11 +120261,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *497 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *499 + installation: *740 + organization: *741 + enterprise: *739 + repository: *742 sender: *4 required: - action @@ -120293,11 +120344,11 @@ x-webhooks: type: string enum: - reopened - alert: *497 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *499 + installation: *740 + organization: *741 + enterprise: *739 + repository: *742 sender: *4 required: - action @@ -120374,9 +120425,9 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - key: &748 + enterprise: *739 + installation: *740 + key: &750 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -120412,8 +120463,8 @@ x-webhooks: - verified - created_at - read_only - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -120490,11 +120541,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - key: *748 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + key: *750 + organization: *741 + repository: *742 sender: *4 required: - action @@ -121050,12 +121101,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - workflow: &754 + workflow: &756 title: Workflow type: object nullable: true @@ -121796,15 +121847,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *749 - required: *750 + properties: *751 + required: *752 nullable: true pull_requests: type: array - items: *592 - repository: *740 - organization: *739 - installation: *738 + items: *594 + repository: *742 + organization: *741 + installation: *740 sender: *4 responses: '200': @@ -121875,7 +121926,7 @@ x-webhooks: type: string enum: - approved - approver: &751 + approver: &753 type: object properties: avatar_url: @@ -121918,11 +121969,11 @@ x-webhooks: type: string comment: type: string - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - reviewers: &752 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 + reviewers: &754 type: array items: type: object @@ -122001,7 +122052,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &753 + workflow_job_run: &755 type: object properties: conclusion: @@ -122732,18 +122783,18 @@ x-webhooks: type: string enum: - rejected - approver: *751 + approver: *753 comment: type: string - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - reviewers: *752 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 + reviewers: *754 sender: *4 since: type: string - workflow_job_run: *753 + workflow_job_run: *755 workflow_job_runs: type: array items: @@ -123447,13 +123498,13 @@ x-webhooks: type: string enum: - requested - enterprise: *737 + enterprise: *739 environment: type: string - installation: *738 - organization: *739 - repository: *740 - requestor: &759 + installation: *740 + organization: *741 + repository: *742 + requestor: &761 title: User type: object nullable: true @@ -125342,12 +125393,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - workflow: *754 + workflow: *756 workflow_run: title: Deployment Workflow Run type: object @@ -126027,7 +126078,7 @@ x-webhooks: type: string enum: - answered - answer: &757 + answer: &759 type: object properties: author_association: @@ -126184,11 +126235,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -126315,11 +126366,11 @@ x-webhooks: - from required: - category - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -126402,11 +126453,11 @@ x-webhooks: type: string enum: - closed - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -126488,7 +126539,7 @@ x-webhooks: type: string enum: - created - comment: &756 + comment: &758 type: object properties: author_association: @@ -126645,11 +126696,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -126732,12 +126783,12 @@ x-webhooks: type: string enum: - deleted - comment: *756 - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + comment: *758 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -126832,12 +126883,12 @@ x-webhooks: - from required: - body - comment: *756 - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + comment: *758 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -126921,11 +126972,11 @@ x-webhooks: type: string enum: - created - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -127007,11 +127058,11 @@ x-webhooks: type: string enum: - deleted - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -127111,11 +127162,11 @@ x-webhooks: type: string required: - from - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -127197,10 +127248,10 @@ x-webhooks: type: string enum: - labeled - discussion: *755 - enterprise: *737 - installation: *738 - label: &758 + discussion: *757 + enterprise: *739 + installation: *740 + label: &760 title: Label type: object properties: @@ -127232,8 +127283,8 @@ x-webhooks: - color - default - description - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -127316,11 +127367,11 @@ x-webhooks: type: string enum: - locked - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -127402,11 +127453,11 @@ x-webhooks: type: string enum: - pinned - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -127488,11 +127539,11 @@ x-webhooks: type: string enum: - reopened - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -127577,16 +127628,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *755 - new_repository: *740 + new_discussion: *757 + new_repository: *742 required: - new_discussion - new_repository - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -127669,10 +127720,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *755 - old_answer: *757 - organization: *739 - repository: *740 + discussion: *757 + old_answer: *759 + organization: *741 + repository: *742 sender: *4 required: - action @@ -127754,12 +127805,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *755 - enterprise: *737 - installation: *738 - label: *758 - organization: *739 - repository: *740 + discussion: *757 + enterprise: *739 + installation: *740 + label: *760 + organization: *741 + repository: *742 sender: *4 required: - action @@ -127842,11 +127893,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -127928,11 +127979,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *755 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *757 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -128005,7 +128056,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *737 + enterprise: *739 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -128665,9 +128716,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *738 - organization: *739 - repository: *740 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - forkee @@ -128813,9 +128864,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 pages: description: The pages that were updated. type: array @@ -128852,7 +128903,7 @@ x-webhooks: - action - sha - html_url - repository: *740 + repository: *742 sender: *4 required: - pages @@ -128928,10 +128979,10 @@ x-webhooks: type: string enum: - created - enterprise: *737 + enterprise: *739 installation: *22 - organization: *739 - repositories: &760 + organization: *741 + repositories: &762 description: An array of repository objects that the installation can access. type: array @@ -128957,8 +129008,8 @@ x-webhooks: - name - full_name - private - repository: *740 - requester: *759 + repository: *742 + requester: *761 sender: *4 required: - action @@ -129033,11 +129084,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 + enterprise: *739 installation: *22 - organization: *739 - repositories: *760 - repository: *740 + organization: *741 + repositories: *762 + repository: *742 requester: nullable: true sender: *4 @@ -129113,11 +129164,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *737 + enterprise: *739 installation: *22 - organization: *739 - repositories: *760 - repository: *740 + organization: *741 + repositories: *762 + repository: *742 requester: nullable: true sender: *4 @@ -129193,10 +129244,10 @@ x-webhooks: type: string enum: - added - enterprise: *737 + enterprise: *739 installation: *22 - organization: *739 - repositories_added: &761 + organization: *741 + repositories_added: &763 description: An array of repository objects, which were added to the installation. type: array @@ -129242,15 +129293,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *740 - repository_selection: &762 + repository: *742 + repository_selection: &764 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *759 + requester: *761 sender: *4 required: - action @@ -129329,10 +129380,10 @@ x-webhooks: type: string enum: - removed - enterprise: *737 + enterprise: *739 installation: *22 - organization: *739 - repositories_added: *761 + organization: *741 + repositories_added: *763 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -129359,9 +129410,9 @@ x-webhooks: - name - full_name - private - repository: *740 - repository_selection: *762 - requester: *759 + repository: *742 + repository_selection: *764 + requester: *761 sender: *4 required: - action @@ -129440,11 +129491,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *737 + enterprise: *739 installation: *22 - organization: *739 - repositories: *760 - repository: *740 + organization: *741 + repositories: *762 + repository: *742 requester: nullable: true sender: *4 @@ -129622,10 +129673,10 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 target_type: type: string @@ -129704,11 +129755,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *737 + enterprise: *739 installation: *22 - organization: *739 - repositories: *760 - repository: *740 + organization: *741 + repositories: *762 + repository: *742 requester: nullable: true sender: *4 @@ -129882,8 +129933,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *569 - required: *570 + properties: *571 + required: *572 nullable: true user: title: User @@ -129968,8 +130019,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -130758,8 +130809,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131108,8 +131159,8 @@ x-webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -131189,7 +131240,7 @@ x-webhooks: type: string enum: - deleted - comment: &763 + comment: &765 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -131346,8 +131397,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *569 - required: *570 + properties: *571 + required: *572 nullable: true required: - url @@ -131362,8 +131413,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -132148,8 +132199,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132500,8 +132551,8 @@ x-webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -132581,7 +132632,7 @@ x-webhooks: type: string enum: - edited - changes: &792 + changes: &794 description: The changes to the comment. type: object properties: @@ -132593,9 +132644,9 @@ x-webhooks: type: string required: - from - comment: *763 - enterprise: *737 - installation: *738 + comment: *765 + enterprise: *739 + installation: *740 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -133383,8 +133434,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133733,8 +133784,8 @@ x-webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -133815,9 +133866,9 @@ x-webhooks: type: string enum: - pinned - comment: *763 - enterprise: *737 - installation: *738 + comment: *765 + enterprise: *739 + installation: *740 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -134607,8 +134658,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134959,8 +135010,8 @@ x-webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -135040,9 +135091,9 @@ x-webhooks: type: string enum: - unpinned - comment: *763 - enterprise: *737 - installation: *738 + comment: *765 + enterprise: *739 + installation: *740 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -135832,8 +135883,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136184,8 +136235,8 @@ x-webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -136274,9 +136325,9 @@ x-webhooks: type: number blocking_issue: *85 blocking_issue_repo: *79 - installation: *738 - organization: *739 - repository: *740 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -136365,9 +136416,9 @@ x-webhooks: type: number blocking_issue: *85 blocking_issue_repo: *79 - installation: *738 - organization: *739 - repository: *740 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -136455,9 +136506,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *85 - installation: *738 - organization: *739 - repository: *740 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -136546,9 +136597,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *85 - installation: *738 - organization: *739 - repository: *740 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -136628,10 +136679,10 @@ x-webhooks: type: string enum: - assigned - assignee: *759 - enterprise: *737 - installation: *738 - issue: &766 + assignee: *761 + enterprise: *739 + installation: *740 + issue: &768 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -137423,11 +137474,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137544,8 +137595,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -137625,8 +137676,8 @@ x-webhooks: type: string enum: - closed - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -138423,11 +138474,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138679,8 +138730,8 @@ x-webhooks: required: - state - closed_at - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -138759,8 +138810,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -139548,11 +139599,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139668,8 +139719,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -139748,8 +139799,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140559,11 +140610,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140658,7 +140709,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &764 + milestone: &766 title: Milestone description: A collection of related issues and pull requests. type: object @@ -140796,8 +140847,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -140896,8 +140947,8 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -141689,11 +141740,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141810,9 +141861,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *758 - organization: *739 - repository: *740 + label: *760 + organization: *741 + repository: *742 sender: *4 required: - action @@ -141892,8 +141943,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142684,11 +142735,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142805,9 +142856,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *758 - organization: *739 - repository: *740 + label: *760 + organization: *741 + repository: *742 sender: *4 required: - action @@ -142887,8 +142938,8 @@ x-webhooks: type: string enum: - locked - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143703,11 +143754,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143801,8 +143852,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -143881,8 +143932,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144691,11 +144742,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144789,9 +144840,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *764 - organization: *739 - repository: *740 + milestone: *766 + organization: *741 + repository: *742 sender: *4 required: - action @@ -145654,11 +145705,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146239,8 +146290,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147024,11 +147075,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147152,8 +147203,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -147233,9 +147284,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *737 - installation: *738 - issue: &765 + enterprise: *739 + installation: *740 + issue: &767 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -148021,11 +148072,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148141,8 +148192,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -148221,8 +148272,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -149035,11 +149086,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149134,8 +149185,8 @@ x-webhooks: user_view_type: type: string type: *242 - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -150004,11 +150055,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150603,11 +150654,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *737 - installation: *738 - issue: *765 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + issue: *767 + organization: *741 + repository: *742 sender: *4 required: - action @@ -150687,12 +150738,12 @@ x-webhooks: type: string enum: - typed - enterprise: *737 - installation: *738 - issue: *766 + enterprise: *739 + installation: *740 + issue: *768 type: *242 - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -150773,7 +150824,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &795 + assignee: &797 title: User type: object nullable: true @@ -150843,11 +150894,11 @@ x-webhooks: required: - login - id - enterprise: *737 - installation: *738 - issue: *766 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + issue: *768 + organization: *741 + repository: *742 sender: *4 required: - action @@ -150926,12 +150977,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *737 - installation: *738 - issue: *766 - label: *758 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + issue: *768 + label: *760 + organization: *741 + repository: *742 sender: *4 required: - action @@ -151011,8 +151062,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -151825,11 +151876,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *673 - issue_dependencies_summary: *674 + sub_issues_summary: *675 + issue_dependencies_summary: *676 issue_field_values: type: array - items: *554 + items: *556 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151923,8 +151974,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -152004,11 +152055,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *737 - installation: *738 - issue: *765 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + issue: *767 + organization: *741 + repository: *742 sender: *4 required: - action @@ -152087,12 +152138,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *737 - installation: *738 - issue: *766 + enterprise: *739 + installation: *740 + issue: *768 type: *242 - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -152172,11 +152223,11 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - label: *758 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + label: *760 + organization: *741 + repository: *742 sender: *4 required: - action @@ -152254,11 +152305,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - label: *758 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + label: *760 + organization: *741 + repository: *742 sender: *4 required: - action @@ -152368,11 +152419,11 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - label: *758 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + label: *760 + organization: *741 + repository: *742 sender: *4 required: - action @@ -152454,9 +152505,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *737 - installation: *738 - marketplace_purchase: &767 + enterprise: *739 + installation: *740 + marketplace_purchase: &769 title: Marketplace Purchase type: object required: @@ -152539,8 +152590,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *739 - previous_marketplace_purchase: &768 + organization: *741 + previous_marketplace_purchase: &770 title: Marketplace Purchase type: object properties: @@ -152620,7 +152671,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *740 + repository: *742 sender: *4 required: - action @@ -152700,10 +152751,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *737 - installation: *738 - marketplace_purchase: *767 - organization: *739 + enterprise: *739 + installation: *740 + marketplace_purchase: *769 + organization: *741 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -152786,7 +152837,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *740 + repository: *742 sender: *4 required: - action @@ -152868,10 +152919,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *737 - installation: *738 - marketplace_purchase: *767 - organization: *739 + enterprise: *739 + installation: *740 + marketplace_purchase: *769 + organization: *741 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -152953,7 +153004,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *740 + repository: *742 sender: *4 required: - action @@ -153034,8 +153085,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 marketplace_purchase: title: Marketplace Purchase type: object @@ -153117,9 +153168,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *739 - previous_marketplace_purchase: *768 - repository: *740 + organization: *741 + previous_marketplace_purchase: *770 + repository: *742 sender: *4 required: - action @@ -153199,12 +153250,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *737 - installation: *738 - marketplace_purchase: *767 - organization: *739 - previous_marketplace_purchase: *768 - repository: *740 + enterprise: *739 + installation: *740 + marketplace_purchase: *769 + organization: *741 + previous_marketplace_purchase: *770 + repository: *742 sender: *4 required: - action @@ -153306,11 +153357,11 @@ x-webhooks: type: string required: - to - enterprise: *737 - installation: *738 - member: *759 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + member: *761 + organization: *741 + repository: *742 sender: *4 required: - action @@ -153410,11 +153461,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *737 - installation: *738 - member: *759 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + member: *761 + organization: *741 + repository: *742 sender: *4 required: - action @@ -153493,11 +153544,11 @@ x-webhooks: type: string enum: - removed - enterprise: *737 - installation: *738 - member: *759 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + member: *761 + organization: *741 + repository: *742 sender: *4 required: - action @@ -153575,11 +153626,11 @@ x-webhooks: type: string enum: - added - enterprise: *737 - installation: *738 - member: *759 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + member: *761 + organization: *741 + repository: *742 scope: description: The scope of the membership. Currently, can only be `team`. @@ -153655,7 +153706,7 @@ x-webhooks: required: - login - id - team: &769 + team: &771 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -153878,11 +153929,11 @@ x-webhooks: type: string enum: - removed - enterprise: *737 - installation: *738 - member: *759 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + member: *761 + organization: *741 + repository: *742 scope: description: The scope of the membership. Currently, can only be `team`. @@ -153959,7 +154010,7 @@ x-webhooks: required: - login - id - team: *769 + team: *771 required: - action - scope @@ -154041,8 +154092,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *738 - merge_group: &771 + installation: *740 + merge_group: &773 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -154061,15 +154112,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *770 + head_commit: *772 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -154155,10 +154206,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *738 - merge_group: *771 - organization: *739 - repository: *740 + installation: *740 + merge_group: *773 + organization: *741 + repository: *742 sender: *4 required: - action @@ -154231,7 +154282,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 + enterprise: *739 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -154340,16 +154391,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *738 - organization: *739 + installation: *740 + organization: *741 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *772 - required: *773 + properties: *774 + required: *775 nullable: true sender: *4 required: @@ -154430,11 +154481,11 @@ x-webhooks: type: string enum: - closed - enterprise: *737 - installation: *738 - milestone: *764 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + milestone: *766 + organization: *741 + repository: *742 sender: *4 required: - action @@ -154513,9 +154564,9 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - milestone: &774 + enterprise: *739 + installation: *740 + milestone: &776 title: Milestone description: A collection of related issues and pull requests. type: object @@ -154652,8 +154703,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -154732,11 +154783,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - milestone: *764 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + milestone: *766 + organization: *741 + repository: *742 sender: *4 required: - action @@ -154846,11 +154897,11 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - milestone: *764 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + milestone: *766 + organization: *741 + repository: *742 sender: *4 required: - action @@ -154930,11 +154981,11 @@ x-webhooks: type: string enum: - opened - enterprise: *737 - installation: *738 - milestone: *774 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + milestone: *776 + organization: *741 + repository: *742 sender: *4 required: - action @@ -155013,11 +155064,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *759 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + blocked_user: *761 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -155096,11 +155147,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *759 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + blocked_user: *761 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -155179,9 +155230,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - membership: &775 + enterprise: *739 + installation: *740 + membership: &777 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -155288,8 +155339,8 @@ x-webhooks: - role - organization_url - user - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -155367,11 +155418,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *737 - installation: *738 - membership: *775 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + membership: *777 + organization: *741 + repository: *742 sender: *4 required: - action @@ -155450,8 +155501,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -155567,10 +155618,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 - user: *759 + user: *761 required: - action - invitation @@ -155648,11 +155699,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *737 - installation: *738 - membership: *775 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + membership: *777 + organization: *741 + repository: *742 sender: *4 required: - action @@ -155739,11 +155790,11 @@ x-webhooks: properties: from: type: string - enterprise: *737 - installation: *738 - membership: *775 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + membership: *777 + organization: *741 + repository: *742 sender: *4 required: - action @@ -155820,9 +155871,9 @@ x-webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 package: description: Information about the package. type: object @@ -156321,7 +156372,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &776 + items: &778 title: Ruby Gems metadata type: object properties: @@ -156416,7 +156467,7 @@ x-webhooks: - owner - package_version - registry - repository: *740 + repository: *742 sender: *4 required: - action @@ -156492,9 +156543,9 @@ x-webhooks: type: string enum: - updated - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 package: description: Information about the package. type: object @@ -156847,7 +156898,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *776 + items: *778 source_url: type: string format: uri @@ -156917,7 +156968,7 @@ x-webhooks: - owner - package_version - registry - repository: *740 + repository: *742 sender: *4 required: - action @@ -157093,12 +157144,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *737 + enterprise: *739 id: type: integer - installation: *738 - organization: *739 - repository: *740 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - id @@ -157175,7 +157226,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &777 + personal_access_token_request: &779 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -157321,10 +157372,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *737 - organization: *739 + enterprise: *739 + organization: *741 sender: *4 - installation: *738 + installation: *740 required: - action - personal_access_token_request @@ -157401,11 +157452,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *777 - enterprise: *737 - organization: *739 + personal_access_token_request: *779 + enterprise: *739 + organization: *741 sender: *4 - installation: *738 + installation: *740 required: - action - personal_access_token_request @@ -157481,11 +157532,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *777 - enterprise: *737 - organization: *739 + personal_access_token_request: *779 + enterprise: *739 + organization: *741 sender: *4 - installation: *738 + installation: *740 required: - action - personal_access_token_request @@ -157560,11 +157611,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *777 - organization: *739 - enterprise: *737 + personal_access_token_request: *779 + organization: *741 + enterprise: *739 sender: *4 - installation: *738 + installation: *740 required: - action - personal_access_token_request @@ -157669,7 +157720,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *778 + last_response: *780 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -157701,8 +157752,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 zen: description: Random string of GitHub zen. @@ -157947,10 +157998,10 @@ x-webhooks: - from required: - note - enterprise: *737 - installation: *738 - organization: *739 - project_card: &779 + enterprise: *739 + installation: *740 + organization: *741 + project_card: &781 title: Project Card type: object properties: @@ -158069,7 +158120,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *740 + repository: *742 sender: *4 required: - action @@ -158150,11 +158201,11 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - project_card: *779 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + project_card: *781 + repository: *742 sender: *4 required: - action @@ -158234,9 +158285,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 project_card: title: Project Card type: object @@ -158364,8 +158415,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *772 - required: *773 + properties: *774 + required: *775 nullable: true sender: *4 required: @@ -158459,11 +158510,11 @@ x-webhooks: - from required: - note - enterprise: *737 - installation: *738 - organization: *739 - project_card: *779 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + project_card: *781 + repository: *742 sender: *4 required: - action @@ -158557,9 +158608,9 @@ x-webhooks: - from required: - column_id - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 project_card: allOf: - title: Project Card @@ -158749,7 +158800,7 @@ x-webhooks: type: string required: - after_id - repository: *740 + repository: *742 sender: *4 required: - action @@ -158829,10 +158880,10 @@ x-webhooks: type: string enum: - closed - enterprise: *737 - installation: *738 - organization: *739 - project: &781 + enterprise: *739 + installation: *740 + organization: *741 + project: &783 title: Project type: object properties: @@ -158956,7 +159007,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *740 + repository: *742 sender: *4 required: - action @@ -159036,10 +159087,10 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - project_column: &780 + enterprise: *739 + installation: *740 + organization: *741 + project_column: &782 title: Project Column type: object properties: @@ -159078,7 +159129,7 @@ x-webhooks: - name - created_at - updated_at - repository: *740 + repository: *742 sender: *4 required: - action @@ -159157,18 +159208,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - project_column: *780 + enterprise: *739 + installation: *740 + organization: *741 + project_column: *782 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *772 - required: *773 + properties: *774 + required: *775 nullable: true sender: *4 required: @@ -159258,11 +159309,11 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 - project_column: *780 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + project_column: *782 + repository: *742 sender: *4 required: - action @@ -159342,11 +159393,11 @@ x-webhooks: type: string enum: - moved - enterprise: *737 - installation: *738 - organization: *739 - project_column: *780 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + project_column: *782 + repository: *742 sender: *4 required: - action @@ -159426,11 +159477,11 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - project: *781 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + project: *783 + repository: *742 sender: *4 required: - action @@ -159510,18 +159561,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - project: *781 + enterprise: *739 + installation: *740 + organization: *741 + project: *783 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *772 - required: *773 + properties: *774 + required: *775 nullable: true sender: *4 required: @@ -159623,11 +159674,11 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 - project: *781 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + project: *783 + repository: *742 sender: *4 required: - action @@ -159706,11 +159757,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *737 - installation: *738 - organization: *739 - project: *781 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + project: *783 + repository: *742 sender: *4 required: - action @@ -159791,8 +159842,8 @@ x-webhooks: type: string enum: - closed - installation: *738 - organization: *739 + installation: *740 + organization: *741 projects_v2: *276 sender: *4 required: @@ -159874,8 +159925,8 @@ x-webhooks: type: string enum: - created - installation: *738 - organization: *739 + installation: *740 + organization: *741 projects_v2: *276 sender: *4 required: @@ -159957,8 +160008,8 @@ x-webhooks: type: string enum: - deleted - installation: *738 - organization: *739 + installation: *740 + organization: *741 projects_v2: *276 sender: *4 required: @@ -160076,8 +160127,8 @@ x-webhooks: type: string to: type: string - installation: *738 - organization: *739 + installation: *740 + organization: *741 projects_v2: *276 sender: *4 required: @@ -160161,7 +160212,7 @@ x-webhooks: type: string enum: - archived - changes: &785 + changes: &787 type: object properties: archived_at: @@ -160175,9 +160226,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *738 - organization: *739 - projects_v2_item: &782 + installation: *740 + organization: *741 + projects_v2_item: &784 title: Projects v2 Item description: An item belonging to a project type: object @@ -160312,9 +160363,9 @@ x-webhooks: nullable: true to: type: string - installation: *738 - organization: *739 - projects_v2_item: *782 + installation: *740 + organization: *741 + projects_v2_item: *784 sender: *4 required: - action @@ -160396,9 +160447,9 @@ x-webhooks: type: string enum: - created - installation: *738 - organization: *739 - projects_v2_item: *782 + installation: *740 + organization: *741 + projects_v2_item: *784 sender: *4 required: - action @@ -160479,9 +160530,9 @@ x-webhooks: type: string enum: - deleted - installation: *738 - organization: *739 - projects_v2_item: *782 + installation: *740 + organization: *741 + projects_v2_item: *784 sender: *4 required: - action @@ -160587,7 +160638,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &783 + - &785 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -160609,7 +160660,7 @@ x-webhooks: required: - id - name - - &784 + - &786 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -160643,8 +160694,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *783 - - *784 + - *785 + - *786 required: - field_value - type: object @@ -160660,9 +160711,9 @@ x-webhooks: nullable: true required: - body - installation: *738 - organization: *739 - projects_v2_item: *782 + installation: *740 + organization: *741 + projects_v2_item: *784 sender: *4 required: - action @@ -160757,9 +160808,9 @@ x-webhooks: to: type: string nullable: true - installation: *738 - organization: *739 - projects_v2_item: *782 + installation: *740 + organization: *741 + projects_v2_item: *784 sender: *4 required: - action @@ -160842,10 +160893,10 @@ x-webhooks: type: string enum: - restored - changes: *785 - installation: *738 - organization: *739 - projects_v2_item: *782 + changes: *787 + installation: *740 + organization: *741 + projects_v2_item: *784 sender: *4 required: - action @@ -160927,8 +160978,8 @@ x-webhooks: type: string enum: - reopened - installation: *738 - organization: *739 + installation: *740 + organization: *741 projects_v2: *276 sender: *4 required: @@ -161010,14 +161061,14 @@ x-webhooks: type: string enum: - created - installation: *738 - organization: *739 - projects_v2_status_update: &788 + installation: *740 + organization: *741 + projects_v2_status_update: &790 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *786 - required: *787 + properties: *788 + required: *789 sender: *4 required: - action @@ -161098,9 +161149,9 @@ x-webhooks: type: string enum: - deleted - installation: *738 - organization: *739 - projects_v2_status_update: *788 + installation: *740 + organization: *741 + projects_v2_status_update: *790 sender: *4 required: - action @@ -161236,9 +161287,9 @@ x-webhooks: type: string format: date nullable: true - installation: *738 - organization: *739 - projects_v2_status_update: *788 + installation: *740 + organization: *741 + projects_v2_status_update: *790 sender: *4 required: - action @@ -161309,10 +161360,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - repository @@ -161389,13 +161440,13 @@ x-webhooks: type: string enum: - assigned - assignee: *759 - enterprise: *737 - installation: *738 - number: &789 + assignee: *761 + enterprise: *739 + installation: *740 + number: &791 description: The pull request number. type: integer - organization: *739 + organization: *741 pull_request: title: Pull Request type: object @@ -163682,7 +163733,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *742 sender: *4 required: - action @@ -163764,11 +163815,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 number: type: integer - organization: *739 + organization: *741 pull_request: title: Pull Request type: object @@ -166050,7 +166101,7 @@ x-webhooks: - draft reason: type: string - repository: *740 + repository: *742 sender: *4 required: - action @@ -166132,11 +166183,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 number: type: integer - organization: *739 + organization: *741 pull_request: title: Pull Request type: object @@ -168418,7 +168469,7 @@ x-webhooks: - draft reason: type: string - repository: *740 + repository: *742 sender: *4 required: - action @@ -168500,13 +168551,13 @@ x-webhooks: type: string enum: - closed - enterprise: *737 - installation: *738 - number: *789 - organization: *739 - pull_request: &790 + enterprise: *739 + installation: *740 + number: *791 + organization: *741 + pull_request: &792 allOf: - - *592 + - *594 - type: object properties: allow_auto_merge: @@ -168568,7 +168619,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *740 + repository: *742 sender: *4 required: - action @@ -168649,12 +168700,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *737 - installation: *738 - number: *789 - organization: *739 - pull_request: *790 - repository: *740 + enterprise: *739 + installation: *740 + number: *791 + organization: *741 + pull_request: *792 + repository: *742 sender: *4 required: - action @@ -168734,11 +168785,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *737 - milestone: *576 - number: *789 - organization: *739 - pull_request: &791 + enterprise: *739 + milestone: *578 + number: *791 + organization: *741 + pull_request: &793 title: Pull Request type: object properties: @@ -171019,7 +171070,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *742 sender: *4 required: - action @@ -171098,11 +171149,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 number: type: integer - organization: *739 + organization: *741 pull_request: title: Pull Request type: object @@ -173402,7 +173453,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *740 + repository: *742 sender: *4 required: - action @@ -173526,12 +173577,12 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - number: *789 - organization: *739 - pull_request: *790 - repository: *740 + enterprise: *739 + installation: *740 + number: *791 + organization: *741 + pull_request: *792 + repository: *742 sender: *4 required: - action @@ -173611,11 +173662,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 number: type: integer - organization: *739 + organization: *741 pull_request: title: Pull Request type: object @@ -175900,7 +175951,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *742 sender: *4 required: - action @@ -175980,11 +176031,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *737 - installation: *738 - label: *758 - number: *789 - organization: *739 + enterprise: *739 + installation: *740 + label: *760 + number: *791 + organization: *741 pull_request: title: Pull Request type: object @@ -178270,7 +178321,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *742 sender: *4 required: - action @@ -178351,10 +178402,10 @@ x-webhooks: type: string enum: - locked - enterprise: *737 - installation: *738 - number: *789 - organization: *739 + enterprise: *739 + installation: *740 + number: *791 + organization: *741 pull_request: title: Pull Request type: object @@ -180638,7 +180689,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *742 sender: *4 required: - action @@ -180718,12 +180769,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *737 - milestone: *576 - number: *789 - organization: *739 - pull_request: *791 - repository: *740 + enterprise: *739 + milestone: *578 + number: *791 + organization: *741 + pull_request: *793 + repository: *742 sender: *4 required: - action @@ -180802,12 +180853,12 @@ x-webhooks: type: string enum: - opened - enterprise: *737 - installation: *738 - number: *789 - organization: *739 - pull_request: *790 - repository: *740 + enterprise: *739 + installation: *740 + number: *791 + organization: *741 + pull_request: *792 + repository: *742 sender: *4 required: - action @@ -180888,12 +180939,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *737 - installation: *738 - number: *789 - organization: *739 - pull_request: *790 - repository: *740 + enterprise: *739 + installation: *740 + number: *791 + organization: *741 + pull_request: *792 + repository: *742 sender: *4 required: - action @@ -180973,12 +181024,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *737 - installation: *738 - number: *789 - organization: *739 - pull_request: *790 - repository: *740 + enterprise: *739 + installation: *740 + number: *791 + organization: *741 + pull_request: *792 + repository: *742 sender: *4 required: - action @@ -181344,9 +181395,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 pull_request: type: object properties: @@ -183520,7 +183571,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *740 + repository: *742 sender: *4 required: - action @@ -183600,7 +183651,7 @@ x-webhooks: type: string enum: - deleted - comment: &793 + comment: &795 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -183885,9 +183936,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 pull_request: type: object properties: @@ -186049,7 +186100,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *740 + repository: *742 sender: *4 required: - action @@ -186129,11 +186180,11 @@ x-webhooks: type: string enum: - edited - changes: *792 - comment: *793 - enterprise: *737 - installation: *738 - organization: *739 + changes: *794 + comment: *795 + enterprise: *739 + installation: *740 + organization: *741 pull_request: type: object properties: @@ -188298,7 +188349,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *740 + repository: *742 sender: *4 required: - action @@ -188379,9 +188430,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 pull_request: title: Simple Pull Request type: object @@ -190558,7 +190609,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 + repository: *742 review: description: The review that was affected. type: object @@ -190805,9 +190856,9 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 pull_request: title: Simple Pull Request type: object @@ -192857,8 +192908,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 - review: &794 + repository: *742 + review: &796 description: The review that was affected. type: object properties: @@ -193091,12 +193142,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 number: description: The pull request number. type: integer - organization: *739 + organization: *741 pull_request: title: Pull Request type: object @@ -195383,7 +195434,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *742 requested_reviewer: title: User type: object @@ -195467,12 +195518,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 number: description: The pull request number. type: integer - organization: *739 + organization: *741 pull_request: title: Pull Request type: object @@ -197766,7 +197817,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *742 requested_team: title: Team description: Groups of organization members that gives permissions @@ -197958,12 +198009,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 number: description: The pull request number. type: integer - organization: *739 + organization: *741 pull_request: title: Pull Request type: object @@ -200252,7 +200303,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *742 requested_reviewer: title: User type: object @@ -200337,12 +200388,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *737 - installation: *738 + enterprise: *739 + installation: *740 number: description: The pull request number. type: integer - organization: *739 + organization: *741 pull_request: title: Pull Request type: object @@ -202622,7 +202673,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *742 requested_team: title: Team description: Groups of organization members that gives permissions @@ -202803,9 +202854,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 pull_request: title: Simple Pull Request type: object @@ -204984,8 +205035,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 - review: *794 + repository: *742 + review: *796 sender: *4 required: - action @@ -205065,9 +205116,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 pull_request: title: Simple Pull Request type: object @@ -207155,7 +207206,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 + repository: *742 sender: *4 thread: type: object @@ -207542,9 +207593,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 pull_request: title: Simple Pull Request type: object @@ -209618,7 +209669,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 + repository: *742 sender: *4 thread: type: object @@ -210008,10 +210059,10 @@ x-webhooks: type: string before: type: string - enterprise: *737 - installation: *738 - number: *789 - organization: *739 + enterprise: *739 + installation: *740 + number: *791 + organization: *741 pull_request: title: Pull Request type: object @@ -212286,7 +212337,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *742 sender: *4 required: - action @@ -212368,11 +212419,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *795 - enterprise: *737 - installation: *738 - number: *789 - organization: *739 + assignee: *797 + enterprise: *739 + installation: *740 + number: *791 + organization: *741 pull_request: title: Pull Request type: object @@ -214659,7 +214710,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *742 sender: *4 required: - action @@ -214738,11 +214789,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *737 - installation: *738 - label: *758 - number: *789 - organization: *739 + enterprise: *739 + installation: *740 + label: *760 + number: *791 + organization: *741 pull_request: title: Pull Request type: object @@ -217019,7 +217070,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *742 sender: *4 required: - action @@ -217100,10 +217151,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *737 - installation: *738 - number: *789 - organization: *739 + enterprise: *739 + installation: *740 + number: *791 + organization: *741 pull_request: title: Pull Request type: object @@ -219372,7 +219423,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *742 sender: *4 required: - action @@ -219572,7 +219623,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *737 + enterprise: *739 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -219664,8 +219715,8 @@ x-webhooks: - url - author - committer - installation: *738 - organization: *739 + installation: *740 + organization: *741 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -220251,9 +220302,9 @@ x-webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 registry_package: type: object properties: @@ -220699,7 +220750,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *776 + items: *778 summary: type: string tag_name: @@ -220753,7 +220804,7 @@ x-webhooks: - owner - package_version - registry - repository: *740 + repository: *742 sender: *4 required: - action @@ -220831,9 +220882,9 @@ x-webhooks: type: string enum: - updated - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 registry_package: type: object properties: @@ -221141,7 +221192,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *776 + items: *778 summary: type: string tag_name: @@ -221190,7 +221241,7 @@ x-webhooks: - owner - package_version - registry - repository: *740 + repository: *742 sender: *4 required: - action @@ -221267,10 +221318,10 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - release: &796 + enterprise: *739 + installation: *740 + organization: *741 + release: &798 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -221588,7 +221639,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *740 + repository: *742 sender: *4 required: - action @@ -221665,11 +221716,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - release: *796 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + release: *798 + repository: *742 sender: *4 required: - action @@ -221786,11 +221837,11 @@ x-webhooks: type: boolean required: - to - enterprise: *737 - installation: *738 - organization: *739 - release: *796 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + release: *798 + repository: *742 sender: *4 required: - action @@ -221868,9 +221919,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -222192,7 +222243,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *740 + repository: *742 sender: *4 required: - action @@ -222268,10 +222319,10 @@ x-webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 - release: &797 + enterprise: *739 + installation: *740 + organization: *741 + release: &799 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -222590,7 +222641,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *740 + repository: *742 sender: *4 required: - action @@ -222666,11 +222717,11 @@ x-webhooks: type: string enum: - released - enterprise: *737 - installation: *738 - organization: *739 - release: *796 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + release: *798 + repository: *742 sender: *4 required: - action @@ -222746,11 +222797,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *737 - installation: *738 - organization: *739 - release: *797 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + release: *799 + repository: *742 sender: *4 required: - action @@ -222826,11 +222877,11 @@ x-webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - repository_advisory: *659 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 + repository_advisory: *661 sender: *4 required: - action @@ -222906,11 +222957,11 @@ x-webhooks: type: string enum: - reported - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - repository_advisory: *659 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 + repository_advisory: *661 sender: *4 required: - action @@ -222986,10 +223037,10 @@ x-webhooks: type: string enum: - archived - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -223066,10 +223117,10 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -223147,10 +223198,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -223234,10 +223285,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -223349,10 +223400,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -223424,10 +223475,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 status: type: string @@ -223508,10 +223559,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -223588,10 +223639,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -223685,10 +223736,10 @@ x-webhooks: - name required: - repository - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -223768,10 +223819,10 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 repository_ruleset: *324 sender: *4 required: @@ -223850,10 +223901,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 repository_ruleset: *324 sender: *4 required: @@ -223932,10 +223983,10 @@ x-webhooks: type: string enum: - edited - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 repository_ruleset: *324 changes: type: object @@ -223997,16 +224048,16 @@ x-webhooks: properties: added: type: array - items: *612 + items: *614 deleted: type: array - items: *612 + items: *614 updated: type: array items: type: object properties: - rule: *612 + rule: *614 changes: type: object properties: @@ -224240,10 +224291,10 @@ x-webhooks: - from required: - owner - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -224321,10 +224372,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -224402,7 +224453,7 @@ x-webhooks: type: string enum: - create - alert: &798 + alert: &800 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -224524,10 +224575,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -224733,10 +224784,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -224814,11 +224865,11 @@ x-webhooks: type: string enum: - reopen - alert: *798 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *800 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -225017,10 +225068,10 @@ x-webhooks: enum: - fixed - open - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -225098,7 +225149,7 @@ x-webhooks: type: string enum: - assigned - alert: &799 + alert: &801 type: object properties: number: *178 @@ -225241,10 +225292,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -225322,11 +225373,11 @@ x-webhooks: type: string enum: - created - alert: *799 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *801 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -225407,11 +225458,11 @@ x-webhooks: type: string enum: - created - alert: *799 - installation: *738 - location: *800 - organization: *739 - repository: *740 + alert: *801 + installation: *740 + location: *802 + organization: *741 + repository: *742 sender: *4 required: - location @@ -225649,11 +225700,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *799 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *801 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -225731,11 +225782,11 @@ x-webhooks: type: string enum: - reopened - alert: *799 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *801 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -225813,11 +225864,11 @@ x-webhooks: type: string enum: - resolved - alert: *799 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *801 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -225895,12 +225946,12 @@ x-webhooks: type: string enum: - unassigned - alert: *799 + alert: *801 assignee: *4 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -225978,11 +226029,11 @@ x-webhooks: type: string enum: - validated - alert: *799 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *801 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -226108,10 +226159,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *740 - enterprise: *737 - installation: *738 - organization: *739 + repository: *742 + enterprise: *739 + installation: *740 + organization: *741 sender: *4 required: - action @@ -226189,11 +226240,11 @@ x-webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - security_advisory: &801 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 + security_advisory: &803 description: The details of the security advisory, including summary, description, and severity. type: object @@ -226364,11 +226415,11 @@ x-webhooks: type: string enum: - updated - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - security_advisory: *801 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 + security_advisory: *803 sender: *4 required: - action @@ -226441,10 +226492,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -226617,9 +226668,9 @@ x-webhooks: type: object properties: security_and_analysis: *297 - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 repository: *345 sender: *4 required: @@ -226698,12 +226749,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - sponsorship: &802 + sponsorship: &804 type: object properties: created_at: @@ -227004,12 +227055,12 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - sponsorship: *802 + sponsorship: *804 required: - action - sponsorship @@ -227097,12 +227148,12 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - sponsorship: *802 + sponsorship: *804 required: - action - changes @@ -227179,17 +227230,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &803 + effective_date: &805 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - sponsorship: *802 + sponsorship: *804 required: - action - sponsorship @@ -227263,7 +227314,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &804 + changes: &806 type: object properties: tier: @@ -227307,13 +227358,13 @@ x-webhooks: - from required: - tier - effective_date: *803 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + effective_date: *805 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - sponsorship: *802 + sponsorship: *804 required: - action - changes @@ -227390,13 +227441,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *804 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + changes: *806 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - sponsorship: *802 + sponsorship: *804 required: - action - changes @@ -227470,10 +227521,10 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -227556,10 +227607,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -227979,15 +228030,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *737 + enterprise: *739 id: description: The unique identifier of the status. type: integer - installation: *738 + installation: *740 name: type: string - organization: *739 - repository: *740 + organization: *741 + repository: *742 sender: *4 sha: description: The Commit SHA. @@ -228102,9 +228153,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *85 - installation: *738 - organization: *739 - repository: *740 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -228194,9 +228245,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *85 - installation: *738 - organization: *739 - repository: *740 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -228286,9 +228337,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *85 - installation: *738 - organization: *739 - repository: *740 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -228378,9 +228429,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *85 - installation: *738 - organization: *739 - repository: *740 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -228457,12 +228508,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - team: &805 + team: &807 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -228685,9 +228736,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 repository: title: Repository description: A git repository @@ -229145,7 +229196,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *805 + team: *807 required: - action - team @@ -229221,9 +229272,9 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 repository: title: Repository description: A git repository @@ -229681,7 +229732,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *805 + team: *807 required: - action - team @@ -229758,9 +229809,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 repository: title: Repository description: A git repository @@ -230218,7 +230269,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *805 + team: *807 required: - action - team @@ -230362,9 +230413,9 @@ x-webhooks: - from required: - permissions - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 repository: title: Repository description: A git repository @@ -230822,7 +230873,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *805 + team: *807 required: - action - changes @@ -230900,9 +230951,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *739 + installation: *740 + organization: *741 repository: title: Repository description: A git repository @@ -231360,7 +231411,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *805 + team: *807 required: - action - team @@ -231436,10 +231487,10 @@ x-webhooks: type: string enum: - started - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 required: - action @@ -231512,16 +231563,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *737 + enterprise: *739 inputs: type: object nullable: true additionalProperties: true - installation: *738 - organization: *739 + installation: *740 + organization: *741 ref: type: string - repository: *740 + repository: *742 sender: *4 workflow: type: string @@ -231603,10 +231654,10 @@ x-webhooks: type: string enum: - completed - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 workflow_job: allOf: @@ -231843,7 +231894,7 @@ x-webhooks: type: string required: - conclusion - deployment: *503 + deployment: *505 required: - action - repository @@ -231922,10 +231973,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 workflow_job: allOf: @@ -232185,7 +232236,7 @@ x-webhooks: required: - status - steps - deployment: *503 + deployment: *505 required: - action - repository @@ -232264,10 +232315,10 @@ x-webhooks: type: string enum: - queued - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 workflow_job: type: object @@ -232402,7 +232453,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *503 + deployment: *505 required: - action - repository @@ -232481,10 +232532,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 workflow_job: type: object @@ -232620,7 +232671,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *503 + deployment: *505 required: - action - repository @@ -232700,12 +232751,12 @@ x-webhooks: type: string enum: - completed - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterpris{"code":"deadline_exceeded","msg":"operation timed out"}