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 + enterprise: *739 + installation: *740 + organization: *741 + repository: *742 sender: *4 - workflow: *754 + workflow: *756 workflow_run: title: Workflow Run type: object @@ -233704,12 +233755,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 @@ -234693,12 +234744,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.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index 9695421db..e7bcd1d28 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -328156,6 +328156,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" + } + } } } }, @@ -335042,6 +335072,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.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index fa410d110..1633b769d 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -1074,7 +1074,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &664 + - &666 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -11821,7 +11821,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 - - &495 + - &497 name: has in: query description: |- @@ -11947,7 +11947,7 @@ paths: - direct - transitive - inconclusive - security_advisory: &496 + security_advisory: &498 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -12235,14 +12235,14 @@ paths: format: date-time readOnly: true nullable: true - auto_dismissed_at: &497 + auto_dismissed_at: &499 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: &498 + dismissal_request: &500 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -13640,7 +13640,7 @@ paths: properties: action: type: string - discussion: &758 + discussion: &760 title: Discussion description: A Discussion in a repository. type: object @@ -14007,7 +14007,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &549 + properties: &551 id: type: integer format: int64 @@ -14383,7 +14383,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &676 + sub_issues_summary: &678 title: Sub-issues Summary type: object properties: @@ -14470,7 +14470,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &572 + properties: &574 pinned_at: type: string format: date-time @@ -14482,7 +14482,7 @@ paths: properties: *20 required: *21 nullable: true - required: &573 + required: &575 - pinned_at - pinned_by nullable: true @@ -14496,7 +14496,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &677 + issue_dependencies_summary: &679 title: Issue Dependencies Summary type: object properties: @@ -14515,7 +14515,7 @@ paths: - total_blocking issue_field_values: type: array - items: &557 + items: &559 title: Issue Field Value description: A value assigned to an issue field type: object @@ -14576,7 +14576,7 @@ paths: - node_id - data_type - value - required: &550 + required: &552 - assignee - closed_at - comments @@ -14597,7 +14597,7 @@ paths: - user - created_at - updated_at - x-github-breaking-changes: &551 + x-github-breaking-changes: &553 - changeset: deprecate_beta_media_type patch: properties: @@ -14657,7 +14657,7 @@ paths: action: type: string issue: *85 - comment: &545 + comment: &547 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -15321,7 +15321,7 @@ paths: type: string release: allOf: - - &606 + - &608 title: Release description: A release. type: object @@ -15392,7 +15392,7 @@ paths: author: *4 assets: type: array - items: &607 + items: &609 title: Release Asset description: Data related to a release. type: object @@ -16012,7 +16012,7 @@ paths: url: type: string format: uri - user: &683 + user: &685 title: Public User description: Public User type: object @@ -19412,7 +19412,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &582 + - &584 name: all description: If `true`, show notifications marked as read. in: query @@ -19420,7 +19420,7 @@ paths: schema: type: boolean default: false - - &583 + - &585 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -19430,7 +19430,7 @@ paths: type: boolean default: false - *92 - - &584 + - &586 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: @@ -19966,7 +19966,7 @@ paths: - url - subscription_url examples: - default: &585 + default: &587 value: - id: '1' repository: @@ -21513,7 +21513,7 @@ paths: required: false schema: type: string - - &733 + - &735 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -21659,7 +21659,7 @@ paths: parameters: - *75 - *123 - - &734 + - &736 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 @@ -21771,7 +21771,7 @@ paths: - *123 - *125 - *124 - - &735 + - &737 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -21779,7 +21779,7 @@ paths: schema: type: string - *126 - - &736 + - &738 name: sku description: The SKU to query for usage. in: query @@ -28483,12 +28483,12 @@ paths: required: - subject_digests examples: - default: &715 + default: &717 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &716 + withPredicateType: &718 value: subject_digests: - sha256:abc123 @@ -28546,7 +28546,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &717 + default: &719 value: attestations_subject_digests: - sha256:abc: @@ -34651,7 +34651,7 @@ paths: description: Response content: application/json: - schema: &501 + schema: &503 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -34668,7 +34668,7 @@ paths: - key_id - key examples: - default: &502 + default: &504 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -36475,7 +36475,7 @@ paths: application/json: schema: *22 examples: - default: &540 + default: &542 value: id: 1 account: @@ -36700,7 +36700,7 @@ paths: required: true content: application/json: - schema: &541 + schema: &543 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -39272,7 +39272,7 @@ paths: parameters: - *75 - *255 - - &698 + - &700 name: repo_name description: repo_name parameter in: path @@ -40331,7 +40331,7 @@ paths: - nuget - container - *75 - - &699 + - &701 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -40372,7 +40372,7 @@ paths: default: *262 '403': *29 '401': *25 - '400': &701 + '400': &703 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -42362,7 +42362,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &790 + properties: &792 id: type: number description: The unique identifier of the status update. @@ -42410,7 +42410,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &791 + required: &793 - id - node_id - created_at @@ -42850,7 +42850,7 @@ paths: - review_comment - self author_association: *82 - auto_merge: &592 + auto_merge: &594 title: Auto merge description: The status of auto merging a pull request. type: object @@ -43300,7 +43300,7 @@ paths: - updated_at - project_url examples: - default: &720 + default: &722 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -43477,7 +43477,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &721 + items: &723 type: object properties: name: @@ -43514,7 +43514,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &722 + iteration_configuration: &724 type: object description: The configuration for iteration fields. properties: @@ -43564,7 +43564,7 @@ paths: value: name: Due date data_type: date - single_select_field: &723 + single_select_field: &725 summary: Create a single select field value: name: Priority @@ -43591,7 +43591,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &724 + iteration_field: &726 summary: Create an iteration field value: name: Sprint @@ -43617,7 +43617,7 @@ paths: application/json: schema: *283 examples: - text_field: &725 + text_field: &727 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -43626,7 +43626,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: &726 + number_field: &728 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -43635,7 +43635,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: &727 + date_field: &729 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -43644,7 +43644,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: &728 + single_select_field: &730 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -43678,7 +43678,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &729 + iteration_field: &731 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -43724,7 +43724,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *279 - - &730 + - &732 name: field_id description: The unique identifier of the field. in: path @@ -43739,7 +43739,7 @@ paths: application/json: schema: *283 examples: - default: &731 + default: &733 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44936,7 +44936,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &712 + schema: &714 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -45113,7 +45113,7 @@ paths: parameters: - *279 - *75 - - &732 + - &734 name: view_number description: The number that identifies the project view. in: path @@ -47098,7 +47098,7 @@ paths: - *75 - *17 - *19 - - &614 + - &616 name: targets description: | A comma-separated list of rule targets to filter by. @@ -47379,7 +47379,7 @@ paths: - repository_property rules: type: array - items: &615 + items: &617 title: Repository Rule type: object description: A repository rule. @@ -47441,7 +47441,7 @@ paths: type: string enum: - required_linear_history - - &613 + - &615 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -48343,7 +48343,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *75 - - &616 + - &618 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 @@ -48358,7 +48358,7 @@ paths: in: query schema: type: string - - &617 + - &619 name: time_period description: |- The time period to filter by. @@ -48374,14 +48374,14 @@ paths: - week - month default: day - - &618 + - &620 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 - - &619 + - &621 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -48401,7 +48401,7 @@ paths: description: Response content: application/json: - schema: &620 + schema: &622 title: Rule Suites description: Response type: array @@ -48456,7 +48456,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &621 + default: &623 value: - id: 21 actor_id: 12 @@ -48500,7 +48500,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *75 - - &622 + - &624 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -48516,7 +48516,7 @@ paths: description: Response content: application/json: - schema: &623 + schema: &625 title: Rule Suite description: Response type: object @@ -48615,7 +48615,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &624 + default: &626 value: id: 21 actor_id: 12 @@ -48862,7 +48862,7 @@ paths: type: string format: date-time examples: - default: &626 + default: &628 value: - version_id: 3 actor: @@ -48915,7 +48915,7 @@ paths: description: Response content: application/json: - schema: &627 + schema: &629 allOf: - *329 - type: object @@ -48987,7 +48987,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *75 - - &628 + - &630 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -48998,7 +48998,7 @@ paths: enum: - open - resolved - - &629 + - &631 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -49008,7 +49008,7 @@ paths: required: false schema: type: string - - &630 + - &632 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -49019,7 +49019,7 @@ paths: required: false schema: type: string - - &631 + - &633 name: exclude_providers in: query description: |- @@ -49030,7 +49030,7 @@ paths: required: false schema: type: string - - &632 + - &634 name: providers in: query description: |- @@ -49041,7 +49041,7 @@ paths: required: false schema: type: string - - &633 + - &635 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -49050,7 +49050,7 @@ paths: required: false schema: type: string - - &634 + - &636 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -49069,7 +49069,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &635 + - &637 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. @@ -49084,7 +49084,7 @@ paths: - *61 - *19 - *17 - - &636 + - &638 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 @@ -49094,7 +49094,7 @@ paths: required: false schema: type: string - - &637 + - &639 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 @@ -49104,7 +49104,7 @@ paths: required: false schema: type: string - - &638 + - &640 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -49113,7 +49113,7 @@ paths: required: false schema: type: string - - &639 + - &641 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -49122,7 +49122,7 @@ paths: schema: type: boolean default: false - - &640 + - &642 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -49131,7 +49131,7 @@ paths: schema: type: boolean default: false - - &641 + - &643 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -49166,14 +49166,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &642 + state: &644 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: &643 + resolution: &645 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -49290,8 +49290,8 @@ paths: pull request. ' - oneOf: &644 - - &646 + oneOf: &646 + - &648 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -49349,7 +49349,7 @@ paths: - blob_url - commit_sha - commit_url - - &647 + - &649 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. @@ -49404,7 +49404,7 @@ paths: - page_url - commit_sha - commit_url - - &648 + - &650 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -49424,7 +49424,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &649 + - &651 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -49444,7 +49444,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &650 + - &652 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -49464,7 +49464,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &651 + - &653 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -49478,7 +49478,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &652 + - &654 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -49492,7 +49492,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &653 + - &655 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -49506,7 +49506,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &654 + - &656 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. @@ -49526,7 +49526,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &655 + - &657 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. @@ -49546,7 +49546,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &656 + - &658 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. @@ -49566,7 +49566,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &657 + - &659 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. @@ -49586,7 +49586,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &658 + - &660 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. @@ -50105,7 +50105,7 @@ paths: application/json: schema: type: array - items: &662 + items: &664 description: A repository security advisory. type: object properties: @@ -50428,7 +50428,7 @@ paths: - private_fork version: '2026-03-10' examples: - default: &663 + default: &665 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -52426,7 +52426,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &679 + response-if-user-is-a-team-maintainer: &681 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -52491,7 +52491,7 @@ paths: application/json: schema: *343 examples: - response-if-users-membership-with-team-is-now-pending: &680 + response-if-users-membership-with-team-is-now-pending: &682 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -52605,7 +52605,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &681 + schema: &683 title: Team Repository description: A team's access to a repository. type: object @@ -53341,7 +53341,7 @@ paths: type: array items: *197 examples: - response-if-child-teams-exist: &682 + response-if-child-teams-exist: &684 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -54807,7 +54807,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': &544 + '410': &546 description: Gone content: application/json: @@ -58418,7 +58418,7 @@ paths: items: type: object properties: - type: &510 + type: &512 type: string description: The type of reviewer. enum: @@ -58552,12 +58552,12 @@ paths: application/json: schema: type: array - items: &505 + items: &507 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &752 + properties: &754 url: type: string format: uri @@ -58642,7 +58642,7 @@ paths: nullable: true properties: *80 required: *81 - required: &753 + required: &755 - id - node_id - sha @@ -58658,7 +58658,7 @@ paths: - created_at - updated_at examples: - default: &506 + default: &508 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -59041,7 +59041,7 @@ paths: application/json: schema: *389 examples: - default: &523 + default: &525 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -59260,7 +59260,7 @@ paths: application/json: schema: *393 examples: - default: &524 + default: &526 value: name: USERNAME value: octocat @@ -61087,7 +61087,7 @@ paths: required: - sha - url - verification: &530 + verification: &532 title: Verification type: object properties: @@ -64273,7 +64273,7 @@ paths: check. type: array items: *90 - deployment: &745 + deployment: &747 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -65185,7 +65185,7 @@ paths: type: string format: date-time nullable: true - head_commit: &773 + head_commit: &775 title: Simple Commit description: A commit. type: object @@ -67581,7 +67581,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': &493 + '302': &495 description: Found '403': *441 '404': *6 @@ -69473,14 +69473,14 @@ paths: type: integer machines: type: array - items: &688 + items: &690 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *466 required: *467 examples: - default: &689 + default: &691 value: total_count: 2 machines: @@ -70163,7 +70163,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &543 + schema: &545 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -70867,7 +70867,7 @@ paths: - content - created_at examples: - default: &547 + default: &549 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -71004,7 +71004,7 @@ paths: - *344 - *345 - *101 - - &548 + - &550 name: reaction_id description: The unique identifier of the reaction. in: path @@ -71118,7 +71118,7 @@ paths: type: array items: *478 examples: - default: &599 + default: &601 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -71409,7 +71409,7 @@ paths: type: array items: *482 examples: - default: &591 + default: &593 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -71967,7 +71967,7 @@ paths: application/json: schema: *478 examples: - default: &578 + default: &580 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -72051,6 +72051,47 @@ paths: patch: |- @@ -29,7 +29,7 @@ ..... + application/vnd.github.diff: + schema: + type: string + examples: + default: &492 + 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: &493 + 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 @@ -72585,7 +72626,7 @@ paths: application/json: schema: type: array - items: &667 + items: &669 title: Status description: The status of a commit. type: object @@ -73207,6 +73248,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: *492 + application/vnd.github.patch: + schema: + type: string + examples: + default: *493 '404': *6 '500': *55 '503': *121 @@ -73412,7 +73463,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &492 + response-if-content-is-a-file-github-object: &494 summary: Response if content is a file value: type: file @@ -73544,7 +73595,7 @@ paths: - size - type - url - - &604 + - &606 title: Content File description: Content File type: object @@ -73745,7 +73796,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *492 + response-if-content-is-a-file: *494 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -73814,7 +73865,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *493 + '302': *495 '304': *37 x-github: githubCloudOnly: false @@ -73961,7 +74012,7 @@ paths: description: Response content: application/json: - schema: &494 + schema: &496 title: File Commit description: File Commit type: object @@ -74113,7 +74164,7 @@ paths: description: Response content: application/json: - schema: *494 + schema: *496 examples: example-for-creating-a-file: value: @@ -74167,7 +74218,7 @@ paths: schema: oneOf: - *3 - - &525 + - &527 description: Repository rule violation was detected type: object properties: @@ -74188,7 +74239,7 @@ paths: items: type: object properties: - placeholder_id: &659 + placeholder_id: &661 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -74282,7 +74333,7 @@ paths: description: Response content: application/json: - schema: *494 + schema: *496 examples: default: value: @@ -74475,7 +74526,7 @@ paths: schema: type: string - *204 - - *495 + - *497 - *205 - *206 - *207 @@ -74490,7 +74541,7 @@ paths: application/json: schema: type: array - items: &499 + items: &501 type: object description: A Dependabot alert. properties: @@ -74537,7 +74588,7 @@ paths: - direct - transitive - inconclusive - security_advisory: *496 + security_advisory: *498 security_vulnerability: *65 url: *181 html_url: *182 @@ -74568,8 +74619,8 @@ paths: nullable: true maxLength: 280 fixed_at: *183 - auto_dismissed_at: *497 - dismissal_request: *498 + auto_dismissed_at: *499 + dismissal_request: *500 assignees: type: array description: The users assigned to this alert. @@ -74826,7 +74877,7 @@ paths: parameters: - *344 - *345 - - &500 + - &502 name: alert_number in: path description: |- @@ -74841,7 +74892,7 @@ paths: description: Response content: application/json: - schema: *499 + schema: *501 examples: default: value: @@ -74975,7 +75026,7 @@ paths: parameters: - *344 - *345 - - *500 + - *502 requestBody: required: true content: @@ -75031,7 +75082,7 @@ paths: description: Response content: application/json: - schema: *499 + schema: *501 examples: default: value: @@ -75180,7 +75231,7 @@ paths: type: integer secrets: type: array - items: &503 + items: &505 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -75240,9 +75291,9 @@ paths: description: Response content: application/json: - schema: *501 + schema: *503 examples: - default: *502 + default: *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75270,7 +75321,7 @@ paths: description: Response content: application/json: - schema: *503 + schema: *505 examples: default: value: @@ -75851,7 +75902,7 @@ paths: - version - url additionalProperties: false - metadata: &504 + metadata: &506 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -75884,7 +75935,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *504 + metadata: *506 resolved: type: object description: A collection of resolved package dependencies. @@ -75897,7 +75948,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *504 + metadata: *506 relationship: type: string description: A notation of whether a dependency is requested @@ -76067,9 +76118,9 @@ paths: application/json: schema: type: array - items: *505 + items: *507 examples: - default: *506 + default: *508 headers: Link: *67 x-github: @@ -76217,7 +76268,7 @@ paths: description: Response content: application/json: - schema: *505 + schema: *507 examples: simple-example: summary: Simple example @@ -76292,7 +76343,7 @@ paths: parameters: - *344 - *345 - - &507 + - &509 name: deployment_id description: deployment_id parameter in: path @@ -76304,7 +76355,7 @@ paths: description: Response content: application/json: - schema: *505 + schema: *507 examples: default: value: @@ -76371,7 +76422,7 @@ paths: parameters: - *344 - *345 - - *507 + - *509 responses: '204': description: Response @@ -76395,7 +76446,7 @@ paths: parameters: - *344 - *345 - - *507 + - *509 - *17 - *19 responses: @@ -76405,7 +76456,7 @@ paths: application/json: schema: type: array - items: &508 + items: &510 title: Deployment Status description: The status of a deployment. type: object @@ -76568,7 +76619,7 @@ paths: parameters: - *344 - *345 - - *507 + - *509 requestBody: required: true content: @@ -76643,9 +76694,9 @@ paths: description: Response content: application/json: - schema: *508 + schema: *510 examples: - default: &509 + default: &511 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -76703,7 +76754,7 @@ paths: parameters: - *344 - *345 - - *507 + - *509 - name: status_id in: path required: true @@ -76714,9 +76765,9 @@ paths: description: Response content: application/json: - schema: *508 + schema: *510 examples: - default: *509 + default: *511 '404': *6 x-github: githubCloudOnly: false @@ -76817,7 +76868,7 @@ paths: type: integer environments: type: array - items: &511 + items: &513 title: Environment description: Details of a deployment environment type: object @@ -76869,7 +76920,7 @@ paths: type: type: string example: wait_timer - wait_timer: &513 + wait_timer: &515 type: integer example: 30 description: The amount of time to delay a job after @@ -76906,7 +76957,7 @@ paths: items: type: object properties: - type: *510 + type: *512 reviewer: anyOf: - *4 @@ -76930,7 +76981,7 @@ paths: - id - node_id - type - deployment_branch_policy: &514 + deployment_branch_policy: &516 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -77048,7 +77099,7 @@ paths: parameters: - *344 - *345 - - &512 + - &514 name: environment_name in: path required: true @@ -77061,9 +77112,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *513 examples: - default: &515 + default: &517 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -77149,7 +77200,7 @@ paths: parameters: - *344 - *345 - - *512 + - *514 requestBody: required: false content: @@ -77158,7 +77209,7 @@ paths: type: object nullable: true properties: - wait_timer: *513 + wait_timer: *515 prevent_self_review: type: boolean example: false @@ -77175,13 +77226,13 @@ paths: items: type: object properties: - type: *510 + type: *512 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *514 + deployment_branch_policy: *516 additionalProperties: false examples: default: @@ -77201,9 +77252,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *513 examples: - default: *515 + default: *517 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -77229,7 +77280,7 @@ paths: parameters: - *344 - *345 - - *512 + - *514 responses: '204': description: Default response @@ -77256,7 +77307,7 @@ paths: parameters: - *344 - *345 - - *512 + - *514 - *17 - *19 responses: @@ -77274,7 +77325,7 @@ paths: example: 2 branch_policies: type: array - items: &516 + items: &518 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -77333,7 +77384,7 @@ paths: parameters: - *344 - *345 - - *512 + - *514 requestBody: required: true content: @@ -77379,9 +77430,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *518 examples: - example-wildcard: &517 + example-wildcard: &519 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -77425,8 +77476,8 @@ paths: parameters: - *344 - *345 - - *512 - - &518 + - *514 + - &520 name: branch_policy_id in: path required: true @@ -77438,9 +77489,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *518 examples: - default: *517 + default: *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77461,8 +77512,8 @@ paths: parameters: - *344 - *345 - - *512 - - *518 + - *514 + - *520 requestBody: required: true content: @@ -77490,9 +77541,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *518 examples: - default: *517 + default: *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77513,8 +77564,8 @@ paths: parameters: - *344 - *345 - - *512 - - *518 + - *514 + - *520 responses: '204': description: Response @@ -77539,7 +77590,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *512 + - *514 - *345 - *344 responses: @@ -77557,7 +77608,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &519 + items: &521 title: Deployment protection rule description: Deployment protection rule type: object @@ -77576,7 +77627,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &520 + app: &522 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -77675,7 +77726,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: - - *512 + - *514 - *345 - *344 requestBody: @@ -77698,9 +77749,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *519 + schema: *521 examples: - default: &521 + default: &523 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -77735,7 +77786,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: - - *512 + - *514 - *345 - *344 - *19 @@ -77756,7 +77807,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *520 + items: *522 examples: default: value: @@ -77793,8 +77844,8 @@ paths: parameters: - *344 - *345 - - *512 - - &522 + - *514 + - &524 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -77806,9 +77857,9 @@ paths: description: Response content: application/json: - schema: *519 + schema: *521 examples: - default: *521 + default: *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77829,10 +77880,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *512 + - *514 - *345 - *344 - - *522 + - *524 responses: '204': description: Response @@ -77860,7 +77911,7 @@ paths: parameters: - *344 - *345 - - *512 + - *514 - *17 - *19 responses: @@ -77907,7 +77958,7 @@ paths: parameters: - *344 - *345 - - *512 + - *514 responses: '200': description: Response @@ -77939,7 +77990,7 @@ paths: parameters: - *344 - *345 - - *512 + - *514 - *168 responses: '200': @@ -77948,7 +77999,7 @@ paths: application/json: schema: *389 examples: - default: *523 + default: *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77972,7 +78023,7 @@ paths: parameters: - *344 - *345 - - *512 + - *514 - *168 requestBody: required: true @@ -78032,7 +78083,7 @@ paths: parameters: - *344 - *345 - - *512 + - *514 - *168 responses: '204': @@ -78060,7 +78111,7 @@ paths: parameters: - *344 - *345 - - *512 + - *514 - *360 - *19 responses: @@ -78105,7 +78156,7 @@ paths: parameters: - *344 - *345 - - *512 + - *514 requestBody: required: true content: @@ -78159,7 +78210,7 @@ paths: parameters: - *344 - *345 - - *512 + - *514 - *171 responses: '200': @@ -78168,7 +78219,7 @@ paths: application/json: schema: *393 examples: - default: *524 + default: *526 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78192,7 +78243,7 @@ paths: - *344 - *345 - *171 - - *512 + - *514 requestBody: required: true content: @@ -78237,7 +78288,7 @@ paths: - *344 - *345 - *171 - - *512 + - *514 responses: '204': description: Response @@ -78605,7 +78656,7 @@ paths: schema: oneOf: - *129 - - *525 + - *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78840,7 +78891,7 @@ paths: description: Response content: application/json: - schema: &526 + schema: &528 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -79062,7 +79113,7 @@ paths: description: Response content: application/json: - schema: *526 + schema: *528 examples: default: value: @@ -79120,7 +79171,7 @@ paths: parameters: - *344 - *345 - - &527 + - &529 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. @@ -79137,7 +79188,7 @@ paths: application/json: schema: type: array - items: &528 + items: &530 title: Git Reference description: Git references within a repository type: object @@ -79214,15 +79265,15 @@ paths: parameters: - *344 - *345 - - *527 + - *529 responses: '200': description: Response content: application/json: - schema: *528 + schema: *530 examples: - default: &529 + default: &531 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -79281,9 +79332,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *530 examples: - default: *529 + default: *531 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -79311,7 +79362,7 @@ paths: parameters: - *344 - *345 - - *527 + - *529 requestBody: required: true content: @@ -79340,9 +79391,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *530 examples: - default: *529 + default: *531 '422': *15 '409': *54 x-github: @@ -79362,7 +79413,7 @@ paths: parameters: - *344 - *345 - - *527 + - *529 responses: '204': description: Response @@ -79485,7 +79536,7 @@ paths: description: Response content: application/json: - schema: &531 + schema: &533 title: Git Tag description: Metadata for a Git tag type: object @@ -79536,7 +79587,7 @@ paths: - sha - type - url - verification: *530 + verification: *532 required: - sha - url @@ -79546,7 +79597,7 @@ paths: - tag - message examples: - default: &532 + default: &534 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -79631,9 +79682,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *533 examples: - default: *532 + default: *534 '404': *6 '409': *54 x-github: @@ -79731,7 +79782,7 @@ paths: description: Response content: application/json: - schema: &533 + schema: &535 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -79851,7 +79902,7 @@ paths: description: Response content: application/json: - schema: *533 + schema: *535 examples: default-response: summary: Default response @@ -79921,7 +79972,7 @@ paths: application/json: schema: type: array - items: &534 + items: &536 title: Webhook description: Webhooks for repositories. type: object @@ -79975,7 +80026,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &782 + last_response: &784 title: Hook Response type: object properties: @@ -80102,9 +80153,9 @@ paths: description: Response content: application/json: - schema: *534 + schema: *536 examples: - default: &535 + default: &537 value: type: Repository id: 12345678 @@ -80160,9 +80211,9 @@ paths: description: Response content: application/json: - schema: *534 + schema: *536 examples: - default: *535 + default: *537 '404': *6 x-github: githubCloudOnly: false @@ -80229,9 +80280,9 @@ paths: description: Response content: application/json: - schema: *534 + schema: *536 examples: - default: *535 + default: *537 '422': *15 '404': *6 x-github: @@ -80627,7 +80678,7 @@ paths: description: Response content: application/json: - schema: &536 + schema: &538 title: Import description: A repository import from an external source. type: object @@ -80726,7 +80777,7 @@ paths: - html_url - authors_url examples: - default: &539 + default: &541 value: vcs: subversion use_lfs: true @@ -80742,7 +80793,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': &537 + '503': &539 description: Unavailable due to service under maintenance. content: application/json: @@ -80820,7 +80871,7 @@ paths: description: Response content: application/json: - schema: *536 + schema: *538 examples: default: value: @@ -80845,7 +80896,7 @@ paths: type: string '422': *15 '404': *6 - '503': *537 + '503': *539 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80923,7 +80974,7 @@ paths: description: Response content: application/json: - schema: *536 + schema: *538 examples: example-1: summary: Example 1 @@ -80971,7 +81022,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': *537 + '503': *539 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80999,7 +81050,7 @@ paths: responses: '204': description: Response - '503': *537 + '503': *539 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81027,7 +81078,7 @@ paths: parameters: - *344 - *345 - - &710 + - &712 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -81041,7 +81092,7 @@ paths: application/json: schema: type: array - items: &538 + items: &540 title: Porter Author description: Porter Author type: object @@ -81095,7 +81146,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': *537 + '503': *539 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81151,7 +81202,7 @@ paths: description: Response content: application/json: - schema: *538 + schema: *540 examples: default: value: @@ -81164,7 +81215,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *537 + '503': *539 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81230,7 +81281,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *537 + '503': *539 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81286,11 +81337,11 @@ paths: description: Response content: application/json: - schema: *536 + schema: *538 examples: - default: *539 + default: *541 '422': *15 - '503': *537 + '503': *539 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81322,7 +81373,7 @@ paths: application/json: schema: *22 examples: - default: *540 + default: *542 '301': *348 '404': *6 x-github: @@ -81357,7 +81408,7 @@ paths: properties: {} additionalProperties: false examples: - default: &542 + default: &544 value: limit: collaborators_only origin: repository @@ -81388,7 +81439,7 @@ paths: required: true content: application/json: - schema: *541 + schema: *543 examples: default: summary: Example request body @@ -81402,7 +81453,7 @@ paths: application/json: schema: *235 examples: - default: *542 + default: *544 '409': description: Response x-github: @@ -81459,9 +81510,9 @@ paths: application/json: schema: type: array - items: *543 + items: *545 examples: - default: &703 + default: &705 value: - id: 1 repository: @@ -81623,7 +81674,7 @@ paths: description: Response content: application/json: - schema: *543 + schema: *545 examples: default: value: @@ -81861,7 +81912,7 @@ paths: type: array items: *85 examples: - default: &556 + default: &558 value: - id: 1 node_id: MDU6SXNzdWUx @@ -82124,7 +82175,7 @@ paths: application/json: schema: *85 examples: - default: &553 + default: &555 value: id: 1 node_id: MDU6SXNzdWUx @@ -82281,7 +82332,7 @@ paths: '422': *15 '503': *121 '404': *6 - '410': *544 + '410': *546 x-github: triggersNotification: true githubCloudOnly: false @@ -82341,9 +82392,9 @@ paths: application/json: schema: type: array - items: *545 + items: *547 examples: - default: &555 + default: &557 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -82409,9 +82460,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *547 examples: - default: &546 + default: &548 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -82490,9 +82541,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *547 examples: - default: *546 + default: *548 '422': *15 x-github: githubCloudOnly: false @@ -82548,7 +82599,7 @@ paths: description: Response content: application/json: - schema: *545 + schema: *547 examples: default: value: @@ -82604,7 +82655,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *544 + '410': *546 '422': *15 x-github: githubCloudOnly: false @@ -82630,7 +82681,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *544 + '410': *546 '503': *121 x-github: githubCloudOnly: false @@ -82678,7 +82729,7 @@ paths: type: array items: *476 examples: - default: *547 + default: *549 headers: Link: *67 '404': *6 @@ -82767,7 +82818,7 @@ paths: - *344 - *345 - *101 - - *548 + - *550 responses: '204': description: Response @@ -82798,7 +82849,7 @@ paths: application/json: schema: type: array - items: &552 + items: &554 title: Issue Event description: Issue Event type: object @@ -82841,9 +82892,9 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *549 - required: *550 - x-github-breaking-changes: *551 + properties: *551 + required: *552 + x-github-breaking-changes: *553 nullable: true label: title: Issue Event Label @@ -83163,7 +83214,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *554 examples: default: value: @@ -83356,7 +83407,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *544 + '410': *546 '403': *29 x-github: githubCloudOnly: false @@ -83392,7 +83443,7 @@ paths: parameters: - *344 - *345 - - &554 + - &556 name: issue_number description: The number that identifies the issue. in: path @@ -83408,7 +83459,7 @@ paths: examples: default: summary: Issue - value: *553 + value: *555 pinned_comment: summary: Issue with pinned comment value: @@ -83609,7 +83660,7 @@ paths: state_reason: completed '301': *348 '404': *6 - '410': *544 + '410': *546 '304': *37 x-github: githubCloudOnly: false @@ -83636,7 +83687,7 @@ paths: parameters: - *344 - *345 - - *554 + - *556 requestBody: required: false content: @@ -83762,13 +83813,13 @@ paths: application/json: schema: *85 examples: - default: *553 + default: *555 '422': *15 '503': *121 '403': *29 '301': *348 '404': *6 - '410': *544 + '410': *546 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83798,7 +83849,7 @@ paths: parameters: - *344 - *345 - - *554 + - *556 requestBody: required: false content: @@ -83826,7 +83877,7 @@ paths: application/json: schema: *85 examples: - default: *553 + default: *555 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83844,7 +83895,7 @@ paths: parameters: - *344 - *345 - - *554 + - *556 requestBody: content: application/json: @@ -83871,7 +83922,7 @@ paths: application/json: schema: *85 examples: - default: *553 + default: *555 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83895,7 +83946,7 @@ paths: parameters: - *344 - *345 - - *554 + - *556 - name: assignee in: path required: true @@ -83937,7 +83988,7 @@ paths: parameters: - *344 - *345 - - *554 + - *556 - *92 - *17 - *19 @@ -83948,13 +83999,13 @@ paths: application/json: schema: type: array - items: *545 + items: *547 examples: - default: *555 + default: *557 headers: Link: *67 '404': *6 - '410': *544 + '410': *546 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83985,7 +84036,7 @@ paths: parameters: - *344 - *345 - - *554 + - *556 requestBody: required: true content: @@ -84007,16 +84058,16 @@ paths: description: Response content: application/json: - schema: *545 + schema: *547 examples: - default: *546 + default: *548 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *544 + '410': *546 '422': *15 '404': *6 x-github: @@ -84046,7 +84097,7 @@ paths: parameters: - *344 - *345 - - *554 + - *556 - *17 - *19 responses: @@ -84058,12 +84109,12 @@ paths: type: array items: *85 examples: - default: *556 + default: *558 headers: Link: *67 '301': *348 '404': *6 - '410': *544 + '410': *546 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84093,7 +84144,7 @@ paths: parameters: - *344 - *345 - - *554 + - *556 requestBody: required: true content: @@ -84117,7 +84168,7 @@ paths: application/json: schema: *85 examples: - default: *553 + default: *555 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -84125,7 +84176,7 @@ paths: type: string '301': *348 '403': *29 - '410': *544 + '410': *546 '422': *15 '404': *6 x-github: @@ -84158,7 +84209,7 @@ paths: parameters: - *344 - *345 - - *554 + - *556 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -84172,13 +84223,13 @@ paths: application/json: schema: *85 examples: - default: *553 + default: *555 '301': *348 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *544 + '410': *546 x-github: triggersNotification: true githubCloudOnly: false @@ -84206,7 +84257,7 @@ paths: parameters: - *344 - *345 - - *554 + - *556 - *17 - *19 responses: @@ -84218,12 +84269,12 @@ paths: type: array items: *85 examples: - default: *556 + default: *558 headers: Link: *67 '301': *348 '404': *6 - '410': *544 + '410': *546 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84242,7 +84293,7 @@ paths: parameters: - *344 - *345 - - *554 + - *556 - *17 - *19 responses: @@ -84256,7 +84307,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &559 + - &561 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -84310,7 +84361,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &560 + - &562 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -84446,7 +84497,7 @@ paths: - performed_via_github_app - assignee - assigner - - &561 + - &563 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -84497,7 +84548,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &562 + - &564 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -84548,7 +84599,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &563 + - &565 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -84602,7 +84653,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &564 + - &566 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -84649,7 +84700,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &565 + - &567 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -84696,7 +84747,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &566 + - &568 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -84756,7 +84807,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &567 + - &569 title: Locked Issue Event description: Locked Issue Event type: object @@ -84804,7 +84855,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &568 + - &570 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -84870,7 +84921,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &569 + - &571 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -84936,7 +84987,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &570 + - &572 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -85002,7 +85053,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &571 + - &573 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -85093,7 +85144,7 @@ paths: color: red headers: Link: *67 - '410': *544 + '410': *546 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85112,7 +85163,7 @@ paths: parameters: - *344 - *345 - - *554 + - *556 - *17 - *19 responses: @@ -85122,9 +85173,9 @@ paths: application/json: schema: type: array - items: *557 + items: *559 examples: - default: &673 + default: &675 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -85150,7 +85201,7 @@ paths: Link: *67 '301': *348 '404': *6 - '410': *544 + '410': *546 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85169,7 +85220,7 @@ paths: parameters: - *344 - *345 - - *554 + - *556 - *17 - *19 responses: @@ -85181,7 +85232,7 @@ paths: type: array items: *84 examples: - default: &558 + default: &560 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -85201,7 +85252,7 @@ paths: Link: *67 '301': *348 '404': *6 - '410': *544 + '410': *546 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85219,7 +85270,7 @@ paths: parameters: - *344 - *345 - - *554 + - *556 requestBody: required: false content: @@ -85264,10 +85315,10 @@ paths: type: array items: *84 examples: - default: *558 + default: *560 '301': *348 '404': *6 - '410': *544 + '410': *546 '422': *15 x-github: githubCloudOnly: false @@ -85286,7 +85337,7 @@ paths: parameters: - *344 - *345 - - *554 + - *556 requestBody: required: false content: @@ -85348,10 +85399,10 @@ paths: type: array items: *84 examples: - default: *558 + default: *560 '301': *348 '404': *6 - '410': *544 + '410': *546 '422': *15 x-github: githubCloudOnly: false @@ -85370,13 +85421,13 @@ paths: parameters: - *344 - *345 - - *554 + - *556 responses: '204': description: Response '301': *348 '404': *6 - '410': *544 + '410': *546 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85397,7 +85448,7 @@ paths: parameters: - *344 - *345 - - *554 + - *556 - name: name in: path required: true @@ -85423,7 +85474,7 @@ paths: default: true '301': *348 '404': *6 - '410': *544 + '410': *546 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85445,7 +85496,7 @@ paths: parameters: - *344 - *345 - - *554 + - *556 requestBody: required: false content: @@ -85473,7 +85524,7 @@ paths: '204': description: Response '403': *29 - '410': *544 + '410': *546 '404': *6 '422': *15 x-github: @@ -85493,7 +85544,7 @@ paths: parameters: - *344 - *345 - - *554 + - *556 responses: '204': description: Response @@ -85525,7 +85576,7 @@ paths: parameters: - *344 - *345 - - *554 + - *556 responses: '200': description: Response @@ -85533,10 +85584,10 @@ paths: application/json: schema: *85 examples: - default: *553 + default: *555 '301': *348 '404': *6 - '410': *544 + '410': *546 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85555,7 +85606,7 @@ paths: parameters: - *344 - *345 - - *554 + - *556 - 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. @@ -85583,11 +85634,11 @@ paths: type: array items: *476 examples: - default: *547 + default: *549 headers: Link: *67 '404': *6 - '410': *544 + '410': *546 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85607,7 +85658,7 @@ paths: parameters: - *344 - *345 - - *554 + - *556 requestBody: required: true content: @@ -85672,8 +85723,8 @@ paths: parameters: - *344 - *345 - - *554 - - *548 + - *556 + - *550 responses: '204': description: Response @@ -85704,7 +85755,7 @@ paths: parameters: - *344 - *345 - - *554 + - *556 requestBody: required: true content: @@ -85728,7 +85779,7 @@ paths: application/json: schema: *85 examples: - default: *553 + default: *555 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -85763,7 +85814,7 @@ paths: parameters: - *344 - *345 - - *554 + - *556 - *17 - *19 responses: @@ -85775,11 +85826,11 @@ paths: type: array items: *85 examples: - default: *556 + default: *558 headers: Link: *67 '404': *6 - '410': *544 + '410': *546 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85809,7 +85860,7 @@ paths: parameters: - *344 - *345 - - *554 + - *556 requestBody: required: true content: @@ -85838,14 +85889,14 @@ paths: application/json: schema: *85 examples: - default: *553 + default: *555 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *544 + '410': *546 '422': *15 '404': *6 x-github: @@ -85867,7 +85918,7 @@ paths: parameters: - *344 - *345 - - *554 + - *556 requestBody: required: true content: @@ -85900,7 +85951,7 @@ paths: application/json: schema: *85 examples: - default: *553 + default: *555 '403': *29 '404': *6 '422': *7 @@ -85924,7 +85975,7 @@ paths: parameters: - *344 - *345 - - *554 + - *556 - *17 - *19 responses: @@ -85939,8 +85990,6 @@ paths: description: Timeline Event type: object anyOf: - - *559 - - *560 - *561 - *562 - *563 @@ -85952,6 +86001,8 @@ paths: - *569 - *570 - *571 + - *572 + - *573 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -86012,8 +86063,8 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *572 - required: *573 + properties: *574 + required: *575 nullable: true required: - event @@ -86268,7 +86319,7 @@ paths: type: string comments: type: array - items: &593 + items: &595 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -86772,7 +86823,7 @@ paths: headers: Link: *67 '404': *6 - '410': *544 + '410': *546 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86800,7 +86851,7 @@ paths: application/json: schema: type: array - items: &574 + items: &576 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -86903,9 +86954,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *576 examples: - default: &575 + default: &577 value: id: 1 key: ssh-rsa AAA... @@ -86941,7 +86992,7 @@ paths: parameters: - *344 - *345 - - &576 + - &578 name: key_id description: The unique identifier of the key. in: path @@ -86953,9 +87004,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *576 examples: - default: *575 + default: *577 '404': *6 x-github: githubCloudOnly: false @@ -86975,7 +87026,7 @@ paths: parameters: - *344 - *345 - - *576 + - *578 responses: '204': description: Response @@ -87008,7 +87059,7 @@ paths: type: array items: *84 examples: - default: *558 + default: *560 headers: Link: *67 '404': *6 @@ -87068,7 +87119,7 @@ paths: application/json: schema: *84 examples: - default: &577 + default: &579 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -87114,7 +87165,7 @@ paths: application/json: schema: *84 examples: - default: *577 + default: *579 '404': *6 x-github: githubCloudOnly: false @@ -87514,7 +87565,7 @@ paths: application/json: schema: *478 examples: - default: *578 + default: *580 '204': description: Response when already merged '404': @@ -87581,7 +87632,7 @@ paths: application/json: schema: type: array - items: &579 + items: &581 title: Milestone description: A collection of related issues and pull requests. type: object @@ -87683,9 +87734,9 @@ paths: description: Response content: application/json: - schema: *579 + schema: *581 examples: - default: &580 + default: &582 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -87746,7 +87797,7 @@ paths: parameters: - *344 - *345 - - &581 + - &583 name: milestone_number description: The number that identifies the milestone. in: path @@ -87758,9 +87809,9 @@ paths: description: Response content: application/json: - schema: *579 + schema: *581 examples: - default: *580 + default: *582 '404': *6 x-github: githubCloudOnly: false @@ -87779,7 +87830,7 @@ paths: parameters: - *344 - *345 - - *581 + - *583 requestBody: required: false content: @@ -87817,9 +87868,9 @@ paths: description: Response content: application/json: - schema: *579 + schema: *581 examples: - default: *580 + default: *582 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87837,7 +87888,7 @@ paths: parameters: - *344 - *345 - - *581 + - *583 responses: '204': description: Response @@ -87860,7 +87911,7 @@ paths: parameters: - *344 - *345 - - *581 + - *583 - *17 - *19 responses: @@ -87872,7 +87923,7 @@ paths: type: array items: *84 examples: - default: *558 + default: *560 headers: Link: *67 x-github: @@ -87893,10 +87944,10 @@ paths: parameters: - *344 - *345 - - *582 - - *583 - - *92 - *584 + - *585 + - *92 + - *586 - *17 - *19 responses: @@ -87908,7 +87959,7 @@ paths: type: array items: *112 examples: - default: *585 + default: *587 headers: Link: *67 x-github: @@ -87998,7 +88049,7 @@ paths: description: Response content: application/json: - schema: &586 + schema: &588 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -88123,7 +88174,7 @@ paths: - custom_404 - public examples: - default: &587 + default: &589 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -88219,9 +88270,9 @@ paths: description: Response content: application/json: - schema: *586 + schema: *588 examples: - default: *587 + default: *589 '422': *15 '409': *54 x-github: @@ -88382,7 +88433,7 @@ paths: application/json: schema: type: array - items: &588 + items: &590 title: Page Build description: Page Build type: object @@ -88529,9 +88580,9 @@ paths: description: Response content: application/json: - schema: *588 + schema: *590 examples: - default: &589 + default: &591 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -88591,9 +88642,9 @@ paths: description: Response content: application/json: - schema: *588 + schema: *590 examples: - default: *589 + default: *591 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88721,7 +88772,7 @@ paths: parameters: - *344 - *345 - - &590 + - &592 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -88781,7 +88832,7 @@ paths: parameters: - *344 - *345 - - *590 + - *592 responses: '204': *191 '404': *6 @@ -89316,7 +89367,7 @@ paths: type: array items: *482 examples: - default: *591 + default: *593 headers: Link: *67 '304': *37 @@ -89414,7 +89465,7 @@ paths: description: Response content: application/json: - schema: &595 + schema: &597 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -89625,7 +89676,7 @@ paths: - review_comment - self author_association: *82 - auto_merge: *592 + auto_merge: *594 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -89811,7 +89862,7 @@ paths: - review_comments version: '2026-03-10' examples: - default: &596 + default: &598 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -90368,9 +90419,9 @@ paths: application/json: schema: type: array - items: *593 + items: *595 examples: - default: &598 + default: &600 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -90455,9 +90506,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *595 examples: - default: &594 + default: &596 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -90556,9 +90607,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *595 examples: - default: *594 + default: *596 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90627,7 +90678,7 @@ paths: type: array items: *476 examples: - default: *547 + default: *549 headers: Link: *67 '404': *6 @@ -90716,7 +90767,7 @@ paths: - *344 - *345 - *101 - - *548 + - *550 responses: '204': description: Response @@ -90761,7 +90812,7 @@ paths: parameters: - *344 - *345 - - &597 + - &599 name: pull_number description: The number that identifies the pull request. in: path @@ -90774,9 +90825,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *595 + schema: *597 examples: - default: *596 + default: *598 '304': *37 '404': *6 '406': @@ -90813,7 +90864,7 @@ paths: parameters: - *344 - *345 - - *597 + - *599 requestBody: required: false content: @@ -90855,9 +90906,9 @@ paths: description: Response content: application/json: - schema: *595 + schema: *597 examples: - default: *596 + default: *598 '422': *15 '403': *29 x-github: @@ -90881,7 +90932,7 @@ paths: parameters: - *344 - *345 - - *597 + - *599 requestBody: required: true content: @@ -90983,7 +91034,7 @@ paths: parameters: - *344 - *345 - - *597 + - *599 - *109 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -91004,9 +91055,9 @@ paths: application/json: schema: type: array - items: *593 + items: *595 examples: - default: *598 + default: *600 headers: Link: *67 x-github: @@ -91041,7 +91092,7 @@ paths: parameters: - *344 - *345 - - *597 + - *599 requestBody: required: true content: @@ -91146,7 +91197,7 @@ paths: description: Response content: application/json: - schema: *593 + schema: *595 examples: example-for-a-multi-line-comment: value: @@ -91236,7 +91287,7 @@ paths: parameters: - *344 - *345 - - *597 + - *599 - *101 requestBody: required: true @@ -91259,7 +91310,7 @@ paths: description: Response content: application/json: - schema: *593 + schema: *595 examples: default: value: @@ -91347,7 +91398,7 @@ paths: parameters: - *344 - *345 - - *597 + - *599 - *17 - *19 responses: @@ -91359,7 +91410,7 @@ paths: type: array items: *478 examples: - default: *599 + default: *601 headers: Link: *67 x-github: @@ -91391,7 +91442,7 @@ paths: parameters: - *344 - *345 - - *597 + - *599 - *17 - *19 responses: @@ -91441,7 +91492,7 @@ paths: parameters: - *344 - *345 - - *597 + - *599 responses: '204': description: Response if pull request has been merged @@ -91466,7 +91517,7 @@ paths: parameters: - *344 - *345 - - *597 + - *599 requestBody: required: false content: @@ -91579,7 +91630,7 @@ paths: parameters: - *344 - *345 - - *597 + - *599 responses: '200': description: Response @@ -91656,7 +91707,7 @@ paths: parameters: - *344 - *345 - - *597 + - *599 requestBody: required: false content: @@ -92231,7 +92282,7 @@ paths: parameters: - *344 - *345 - - *597 + - *599 requestBody: required: true content: @@ -92772,7 +92823,7 @@ paths: parameters: - *344 - *345 - - *597 + - *599 - *17 - *19 responses: @@ -92782,7 +92833,7 @@ paths: application/json: schema: type: array - items: &600 + items: &602 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -92935,7 +92986,7 @@ paths: parameters: - *344 - *345 - - *597 + - *599 requestBody: required: false content: @@ -93021,9 +93072,9 @@ paths: description: Response content: application/json: - schema: *600 + schema: *602 examples: - default: &602 + default: &604 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -93088,8 +93139,8 @@ paths: parameters: - *344 - *345 - - *597 - - &601 + - *599 + - &603 name: review_id description: The unique identifier of the review. in: path @@ -93101,9 +93152,9 @@ paths: description: Response content: application/json: - schema: *600 + schema: *602 examples: - default: &603 + default: &605 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -93164,8 +93215,8 @@ paths: parameters: - *344 - *345 - - *597 - - *601 + - *599 + - *603 requestBody: required: true content: @@ -93188,7 +93239,7 @@ paths: description: Response content: application/json: - schema: *600 + schema: *602 examples: default: value: @@ -93252,16 +93303,16 @@ paths: parameters: - *344 - *345 - - *597 - - *601 + - *599 + - *603 responses: '200': description: Response content: application/json: - schema: *600 + schema: *602 examples: - default: *602 + default: *604 '422': *7 '404': *6 x-github: @@ -93290,8 +93341,8 @@ paths: parameters: - *344 - *345 - - *597 - - *601 + - *599 + - *603 - *17 - *19 responses: @@ -93528,8 +93579,8 @@ paths: parameters: - *344 - *345 - - *597 - - *601 + - *599 + - *603 requestBody: required: true content: @@ -93557,7 +93608,7 @@ paths: description: Response content: application/json: - schema: *600 + schema: *602 examples: default: value: @@ -93622,8 +93673,8 @@ paths: parameters: - *344 - *345 - - *597 - - *601 + - *599 + - *603 requestBody: required: true content: @@ -93658,9 +93709,9 @@ paths: description: Response content: application/json: - schema: *600 + schema: *602 examples: - default: *603 + default: *605 '404': *6 '422': *7 '403': *29 @@ -93684,7 +93735,7 @@ paths: parameters: - *344 - *345 - - *597 + - *599 requestBody: required: false content: @@ -93761,9 +93812,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *606 examples: - default: &605 + default: &607 value: type: file encoding: base64 @@ -93826,9 +93877,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *606 examples: - default: *605 + default: *607 '404': *6 '422': *15 x-github: @@ -93861,7 +93912,7 @@ paths: application/json: schema: type: array - items: *606 + items: *608 examples: default: value: @@ -94032,9 +94083,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *608 examples: - default: &610 + default: &612 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -94141,7 +94192,7 @@ paths: parameters: - *344 - *345 - - &608 + - &610 name: asset_id description: The unique identifier of the asset. in: path @@ -94153,9 +94204,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *609 examples: - default: &609 + default: &611 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 @@ -94190,7 +94241,7 @@ paths: type: User site_admin: false '404': *6 - '302': *493 + '302': *495 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94208,7 +94259,7 @@ paths: parameters: - *344 - *345 - - *608 + - *610 requestBody: required: false content: @@ -94236,9 +94287,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *609 examples: - default: *609 + default: *611 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94256,7 +94307,7 @@ paths: parameters: - *344 - *345 - - *608 + - *610 responses: '204': description: Response @@ -94374,9 +94425,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *608 examples: - default: *610 + default: *612 '404': *6 x-github: githubCloudOnly: false @@ -94408,9 +94459,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *608 examples: - default: *610 + default: *612 '404': *6 x-github: githubCloudOnly: false @@ -94434,7 +94485,7 @@ paths: parameters: - *344 - *345 - - &611 + - &613 name: release_id description: The unique identifier of the release. in: path @@ -94448,9 +94499,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: *606 + schema: *608 examples: - default: *610 + default: *612 '401': description: Unauthorized x-github: @@ -94470,7 +94521,7 @@ paths: parameters: - *344 - *345 - - *611 + - *613 requestBody: required: false content: @@ -94534,9 +94585,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *608 examples: - default: *610 + default: *612 '404': description: Not Found if the discussion category name is invalid content: @@ -94559,7 +94610,7 @@ paths: parameters: - *344 - *345 - - *611 + - *613 responses: '204': description: Response @@ -94582,7 +94633,7 @@ paths: parameters: - *344 - *345 - - *611 + - *613 - *17 - *19 responses: @@ -94592,7 +94643,7 @@ paths: application/json: schema: type: array - items: *607 + items: *609 examples: default: value: @@ -94675,7 +94726,7 @@ paths: parameters: - *344 - *345 - - *611 + - *613 - name: name in: query required: true @@ -94701,7 +94752,7 @@ paths: description: Response for successful upload content: application/json: - schema: *607 + schema: *609 examples: response-for-successful-upload: value: @@ -94758,7 +94809,7 @@ paths: parameters: - *344 - *345 - - *611 + - *613 - 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. @@ -94784,7 +94835,7 @@ paths: type: array items: *476 examples: - default: *547 + default: *549 headers: Link: *67 '404': *6 @@ -94807,7 +94858,7 @@ paths: parameters: - *344 - *345 - - *611 + - *613 requestBody: required: true content: @@ -94870,8 +94921,8 @@ paths: parameters: - *344 - *345 - - *611 - - *548 + - *613 + - *550 responses: '204': description: Response @@ -94914,7 +94965,7 @@ paths: oneOf: - allOf: - *305 - - &612 + - &614 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -94935,67 +94986,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *306 - - *612 + - *614 - allOf: - *307 - - *612 + - *614 - allOf: - *308 - - *612 + - *614 - allOf: - - *613 - - *612 + - *615 + - *614 - allOf: - *309 - - *612 + - *614 - allOf: - *310 - - *612 + - *614 - allOf: - *311 - - *612 + - *614 - allOf: - *312 - - *612 + - *614 - allOf: - *313 - - *612 + - *614 - allOf: - *314 - - *612 + - *614 - allOf: - *315 - - *612 + - *614 - allOf: - *316 - - *612 + - *614 - allOf: - *317 - - *612 + - *614 - allOf: - *318 - - *612 + - *614 - allOf: - *319 - - *612 + - *614 - allOf: - *320 - - *612 + - *614 - allOf: - *321 - - *612 + - *614 - allOf: - *322 - - *612 + - *614 - allOf: - *323 - - *612 + - *614 - allOf: - *324 - - *612 + - *614 - allOf: - *325 - - *612 + - *614 examples: default: value: @@ -95046,7 +95097,7 @@ paths: schema: type: boolean default: true - - *614 + - *616 responses: '200': description: Response @@ -95131,7 +95182,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *615 + items: *617 required: - name - enforcement @@ -95164,7 +95215,7 @@ paths: application/json: schema: *326 examples: - default: &625 + default: &627 value: id: 42 name: super cool ruleset @@ -95214,10 +95265,10 @@ paths: parameters: - *344 - *345 - - *616 - - *617 - *618 - *619 + - *620 + - *621 - *17 - *19 responses: @@ -95225,9 +95276,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *622 examples: - default: *621 + default: *623 '404': *6 '500': *55 x-github: @@ -95250,15 +95301,15 @@ paths: parameters: - *344 - *345 - - *622 + - *624 responses: '200': description: Response content: application/json: - schema: *623 + schema: *625 examples: - default: *624 + default: *626 '404': *6 '500': *55 x-github: @@ -95309,7 +95360,7 @@ paths: application/json: schema: *326 examples: - default: *625 + default: *627 '404': *6 '500': *55 put: @@ -95362,7 +95413,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *615 + items: *617 examples: default: value: @@ -95392,7 +95443,7 @@ paths: application/json: schema: *326 examples: - default: *625 + default: *627 '404': *6 '422': *15 '500': *55 @@ -95454,7 +95505,7 @@ paths: type: array items: *329 examples: - default: *626 + default: *628 '404': *6 '500': *55 x-github: @@ -95492,7 +95543,7 @@ paths: description: Response content: application/json: - schema: *627 + schema: *629 examples: default: value: @@ -95549,23 +95600,23 @@ paths: parameters: - *344 - *345 - - *628 - - *629 - *630 - *631 - *632 - *633 - *634 - *635 + - *636 + - *637 - *61 - *19 - *17 - - *636 - - *637 - *638 - *639 - *640 - *641 + - *642 + - *643 responses: '200': description: Response @@ -95573,7 +95624,7 @@ paths: application/json: schema: type: array - items: &645 + items: &647 type: object properties: number: *178 @@ -95592,8 +95643,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *642 - resolution: *643 + state: *644 + resolution: *645 resolved_at: type: string format: date-time @@ -95699,7 +95750,7 @@ paths: pull request. ' - oneOf: *644 + oneOf: *646 nullable: true has_more_locations: type: boolean @@ -95866,13 +95917,13 @@ paths: - *344 - *345 - *442 - - *641 + - *643 responses: '200': description: Response content: application/json: - schema: *645 + schema: *647 examples: default: value: @@ -95936,8 +95987,8 @@ paths: schema: type: object properties: - state: *642 - resolution: *643 + state: *644 + resolution: *645 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -95973,7 +96024,7 @@ paths: description: Response content: application/json: - schema: *645 + schema: *647 examples: default: value: @@ -96081,7 +96132,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &804 + items: &806 type: object properties: type: @@ -96107,8 +96158,6 @@ paths: example: commit details: oneOf: - - *646 - - *647 - *648 - *649 - *650 @@ -96120,6 +96169,8 @@ paths: - *656 - *657 - *658 + - *659 + - *660 examples: default: value: @@ -96214,14 +96265,14 @@ paths: schema: type: object properties: - reason: &660 + reason: &662 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *659 + placeholder_id: *661 required: - reason - placeholder_id @@ -96238,7 +96289,7 @@ paths: schema: type: object properties: - reason: *660 + reason: *662 expire_at: type: string format: date-time @@ -96300,7 +96351,7 @@ paths: properties: incremental_scans: type: array - items: &661 + items: &663 description: Information on a single scan performed by secret scanning on the repository type: object @@ -96326,15 +96377,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *661 + items: *663 backfill_scans: type: array - items: *661 + items: *663 custom_pattern_backfill_scans: type: array items: allOf: - - *661 + - *663 - type: object properties: pattern_name: @@ -96449,9 +96500,9 @@ paths: application/json: schema: type: array - items: *662 + items: *664 examples: - default: *663 + default: *665 '400': *14 '404': *6 x-github: @@ -96635,9 +96686,9 @@ paths: description: Response content: application/json: - schema: *662 + schema: *664 examples: - default: &665 + default: &667 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -96975,7 +97026,7 @@ paths: description: Response content: application/json: - schema: *662 + schema: *664 examples: default: value: @@ -97124,15 +97175,15 @@ paths: parameters: - *344 - *345 - - *664 + - *666 responses: '200': description: Response content: application/json: - schema: *662 + schema: *664 examples: - default: *665 + default: *667 '403': *29 '404': *6 x-github: @@ -97158,7 +97209,7 @@ paths: parameters: - *344 - *345 - - *664 + - *666 requestBody: required: true content: @@ -97317,10 +97368,10 @@ paths: description: Response content: application/json: - schema: *662 + schema: *664 examples: - default: *665 - add_credit: *665 + default: *667 + add_credit: *667 '403': *29 '404': *6 '422': @@ -97360,7 +97411,7 @@ paths: parameters: - *344 - *345 - - *664 + - *666 responses: '202': *39 '400': *14 @@ -97389,7 +97440,7 @@ paths: parameters: - *344 - *345 - - *664 + - *666 responses: '202': description: Response @@ -97533,7 +97584,7 @@ paths: application/json: schema: type: array - items: &666 + items: &668 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -97906,7 +97957,7 @@ paths: application/json: schema: type: array - items: *666 + items: *668 examples: default: value: @@ -97994,7 +98045,7 @@ paths: description: Response content: application/json: - schema: *667 + schema: *669 examples: default: value: @@ -98088,7 +98139,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &668 + schema: &670 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -98183,7 +98234,7 @@ paths: description: Response content: application/json: - schema: *668 + schema: *670 examples: default: value: @@ -98390,7 +98441,7 @@ paths: description: Response content: application/json: - schema: &669 + schema: &671 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -98402,7 +98453,7 @@ paths: required: - names examples: - default: &670 + default: &672 value: names: - octocat @@ -98457,9 +98508,9 @@ paths: description: Response content: application/json: - schema: *669 + schema: *671 examples: - default: *670 + default: *672 '404': *6 '422': *7 x-github: @@ -98482,7 +98533,7 @@ paths: parameters: - *344 - *345 - - &671 + - &673 name: per description: The time frame to display results for. in: query @@ -98511,7 +98562,7 @@ paths: example: 128 clones: type: array - items: &672 + items: &674 title: Traffic type: object properties: @@ -98752,7 +98803,7 @@ paths: parameters: - *344 - *345 - - *671 + - *673 responses: '200': description: Response @@ -98771,7 +98822,7 @@ paths: example: 3782 views: type: array - items: *672 + items: *674 required: - uniques - count @@ -99440,7 +99491,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *149 - - *554 + - *556 requestBody: required: true content: @@ -99504,9 +99555,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *557 + items: *559 examples: - default: *673 + default: *675 '400': *14 '403': *29 '404': *6 @@ -99543,7 +99594,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *149 - - *554 + - *556 requestBody: required: true content: @@ -99608,9 +99659,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *557 + items: *559 examples: - default: *673 + default: *675 '400': *14 '403': *29 '404': *6 @@ -99642,7 +99693,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *149 - - *554 + - *556 - *242 responses: '204': @@ -99785,7 +99836,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &674 + text_matches: &676 title: Search Result Text Matches type: array items: @@ -99947,7 +99998,7 @@ paths: enum: - author-date - committer-date - - &675 + - &677 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 @@ -100038,7 +100089,7 @@ paths: url: type: string format: uri - verification: *530 + verification: *532 required: - author - committer @@ -100075,7 +100126,7 @@ paths: type: number node_id: type: string - text_matches: *674 + text_matches: *676 required: - sha - node_id @@ -100267,7 +100318,7 @@ paths: - interactions - created - updated - - *675 + - *677 - *17 - *19 - name: advanced_search @@ -100381,11 +100432,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *676 - issue_dependencies_summary: *677 + sub_issues_summary: *678 + issue_dependencies_summary: *679 issue_field_values: type: array - items: *557 + items: *559 state: type: string state_reason: @@ -100417,7 +100468,7 @@ paths: type: string format: date-time nullable: true - text_matches: *674 + text_matches: *676 pull_request: type: object properties: @@ -100717,7 +100768,7 @@ paths: enum: - created - updated - - *675 + - *677 - *17 - *19 responses: @@ -100761,7 +100812,7 @@ paths: nullable: true score: type: number - text_matches: *674 + text_matches: *676 required: - id - node_id @@ -100846,7 +100897,7 @@ paths: - forks - help-wanted-issues - updated - - *675 + - *677 - *17 - *19 responses: @@ -101094,7 +101145,7 @@ paths: - admin - pull - push - text_matches: *674 + text_matches: *676 temp_clone_token: type: string allow_merge_commit: @@ -101394,7 +101445,7 @@ paths: type: string format: uri nullable: true - text_matches: *674 + text_matches: *676 related: type: array nullable: true @@ -101585,7 +101636,7 @@ paths: - followers - repositories - joined - - *675 + - *677 - *17 - *19 responses: @@ -101689,7 +101740,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *674 + text_matches: *676 blog: type: string nullable: true @@ -101768,7 +101819,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &678 + - &680 name: team_id description: The unique identifier of the team. in: path @@ -101809,7 +101860,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *678 + - *680 requestBody: required: true content: @@ -101909,7 +101960,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *678 + - *680 responses: '204': description: Response @@ -101938,7 +101989,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *678 + - *680 - *17 - *19 responses: @@ -101976,7 +102027,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *678 + - *680 - name: role description: Filters members returned by their role in the team. in: query @@ -102027,7 +102078,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *678 + - *680 - *71 responses: '204': @@ -102064,7 +102115,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *678 + - *680 - *71 responses: '204': @@ -102104,7 +102155,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *678 + - *680 - *71 responses: '204': @@ -102141,7 +102192,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *678 + - *680 - *71 responses: '200': @@ -102150,7 +102201,7 @@ paths: application/json: schema: *343 examples: - response-if-user-is-a-team-maintainer: *679 + response-if-user-is-a-team-maintainer: *681 '404': *6 x-github: githubCloudOnly: false @@ -102183,7 +102234,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *678 + - *680 - *71 requestBody: required: false @@ -102211,7 +102262,7 @@ paths: application/json: schema: *343 examples: - response-if-users-membership-with-team-is-now-pending: *680 + response-if-users-membership-with-team-is-now-pending: *682 '403': description: Forbidden if team synchronization is set up '422': @@ -102245,7 +102296,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *678 + - *680 - *71 responses: '204': @@ -102273,7 +102324,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *678 + - *680 - *17 - *19 responses: @@ -102315,7 +102366,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *678 + - *680 - *344 - *345 responses: @@ -102323,7 +102374,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *681 + schema: *683 examples: alternative-response-with-extra-repository-information: value: @@ -102474,7 +102525,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *678 + - *680 - *344 - *345 requestBody: @@ -102526,7 +102577,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *678 + - *680 - *344 - *345 responses: @@ -102553,7 +102604,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *678 + - *680 - *17 - *19 responses: @@ -102565,7 +102616,7 @@ paths: type: array items: *197 examples: - response-if-child-teams-exist: *682 + response-if-child-teams-exist: *684 headers: Link: *67 '404': *6 @@ -102598,7 +102649,7 @@ paths: application/json: schema: oneOf: - - &684 + - &686 title: Private User description: Private User type: object @@ -102801,7 +102852,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *683 + - *685 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -102954,7 +103005,7 @@ paths: description: Response content: application/json: - schema: *684 + schema: *686 examples: default: value: @@ -103352,7 +103403,7 @@ paths: type: integer secrets: type: array - items: &685 + items: &687 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -103468,7 +103519,7 @@ paths: description: Response content: application/json: - schema: *685 + schema: *687 examples: default: value: @@ -103881,7 +103932,7 @@ paths: description: Response content: application/json: - schema: &686 + schema: &688 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -103922,7 +103973,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &687 + default: &689 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -103967,9 +104018,9 @@ paths: description: Response content: application/json: - schema: *686 + schema: *688 examples: - default: *687 + default: *689 '404': *6 x-github: githubCloudOnly: false @@ -104006,9 +104057,9 @@ paths: type: integer machines: type: array - items: *688 + items: *690 examples: - default: *689 + default: *691 '304': *37 '500': *55 '401': *25 @@ -104947,7 +104998,7 @@ paths: type: array items: *261 examples: - default: &700 + default: &702 value: - id: 197 name: hello_docker @@ -105048,7 +105099,7 @@ paths: application/json: schema: type: array - items: &690 + items: &692 title: Email description: Email type: object @@ -105113,9 +105164,9 @@ paths: application/json: schema: type: array - items: *690 + items: *692 examples: - default: &702 + default: &704 value: - email: octocat@github.com verified: true @@ -105190,7 +105241,7 @@ paths: application/json: schema: type: array - items: *690 + items: *692 examples: default: value: @@ -105446,7 +105497,7 @@ paths: application/json: schema: type: array - items: &691 + items: &693 title: GPG Key description: A unique encryption key type: object @@ -105577,7 +105628,7 @@ paths: - subkeys - revoked examples: - default: &718 + default: &720 value: - id: 3 name: Octocat's GPG Key @@ -105662,9 +105713,9 @@ paths: description: Response content: application/json: - schema: *691 + schema: *693 examples: - default: &692 + default: &694 value: id: 3 name: Octocat's GPG Key @@ -105721,7 +105772,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &693 + - &695 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -105733,9 +105784,9 @@ paths: description: Response content: application/json: - schema: *691 + schema: *693 examples: - default: *692 + default: *694 '404': *6 '304': *37 '403': *29 @@ -105758,7 +105809,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *693 + - *695 responses: '204': description: Response @@ -106066,7 +106117,7 @@ paths: required: true content: application/json: - schema: *541 + schema: *543 examples: default: value: @@ -106216,7 +106267,7 @@ paths: application/json: schema: type: array - items: &694 + items: &696 title: Key description: Key type: object @@ -106317,9 +106368,9 @@ paths: description: Response content: application/json: - schema: *694 + schema: *696 examples: - default: &695 + default: &697 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -106352,15 +106403,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *576 + - *578 responses: '200': description: Response content: application/json: - schema: *694 + schema: *696 examples: - default: *695 + default: *697 '404': *6 '304': *37 '403': *29 @@ -106383,7 +106434,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *576 + - *578 responses: '204': description: Response @@ -106416,7 +106467,7 @@ paths: application/json: schema: type: array - items: &696 + items: &698 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -106484,7 +106535,7 @@ paths: - account - plan examples: - default: &697 + default: &699 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -106546,9 +106597,9 @@ paths: application/json: schema: type: array - items: *696 + items: *698 examples: - default: *697 + default: *699 headers: Link: *67 '304': *37 @@ -107557,7 +107608,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *255 - - *698 + - *700 responses: '204': description: Response @@ -107690,7 +107741,7 @@ paths: - docker - nuget - container - - *699 + - *701 - *19 - *17 responses: @@ -107702,8 +107753,8 @@ paths: type: array items: *261 examples: - default: *700 - '400': *701 + default: *702 + '400': *703 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107732,7 +107783,7 @@ paths: application/json: schema: *261 examples: - default: &719 + default: &721 value: id: 40201 name: octo-name @@ -108094,9 +108145,9 @@ paths: application/json: schema: type: array - items: *690 + items: *692 examples: - default: *702 + default: *704 headers: Link: *67 '304': *37 @@ -108209,7 +108260,7 @@ paths: type: array items: *79 examples: - default: &709 + default: &711 summary: Default response value: - id: 1296269 @@ -108559,9 +108610,9 @@ paths: application/json: schema: type: array - items: *543 + items: *545 examples: - default: *703 + default: *705 headers: Link: *67 '304': *37 @@ -108646,7 +108697,7 @@ paths: application/json: schema: type: array - items: &704 + items: &706 title: Social account description: Social media account type: object @@ -108661,7 +108712,7 @@ paths: - provider - url examples: - default: &705 + default: &707 value: - provider: twitter url: https://twitter.com/github @@ -108723,9 +108774,9 @@ paths: application/json: schema: type: array - items: *704 + items: *706 examples: - default: *705 + default: *707 '422': *15 '304': *37 '404': *6 @@ -108812,7 +108863,7 @@ paths: application/json: schema: type: array - items: &706 + items: &708 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -108832,7 +108883,7 @@ paths: - title - created_at examples: - default: &737 + default: &739 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -108896,9 +108947,9 @@ paths: description: Response content: application/json: - schema: *706 + schema: *708 examples: - default: &707 + default: &709 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -108928,7 +108979,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: - - &708 + - &710 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -108940,9 +108991,9 @@ paths: description: Response content: application/json: - schema: *706 + schema: *708 examples: - default: *707 + default: *709 '404': *6 '304': *37 '403': *29 @@ -108965,7 +109016,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: - - *708 + - *710 responses: '204': description: Response @@ -108994,7 +109045,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &738 + - &740 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 @@ -109019,11 +109070,11 @@ paths: type: array items: *79 examples: - default-response: *709 + default-response: *711 application/vnd.github.v3.star+json: schema: type: array - items: &739 + items: &741 title: Starred Repository description: Starred Repository type: object @@ -109392,10 +109443,10 @@ paths: application/json: schema: oneOf: - - *684 - - *683 + - *686 + - *685 examples: - default-response: &713 + default-response: &715 summary: Default response value: login: octocat @@ -109430,7 +109481,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &714 + response-with-git-hub-plan-information: &716 summary: Response with GitHub plan information value: login: octocat @@ -109487,7 +109538,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &711 + - &713 name: user_id description: The unique identifier of the user. in: path @@ -109553,7 +109604,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *710 + - *712 - *17 responses: '200': @@ -109588,7 +109639,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *711 + - *713 - *279 requestBody: required: true @@ -109660,7 +109711,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *712 + schema: *714 examples: table_view: summary: Response for creating a table view @@ -109712,11 +109763,11 @@ paths: application/json: schema: oneOf: - - *684 - - *683 + - *686 + - *685 examples: - default-response: *713 - response-with-git-hub-plan-information: *714 + default-response: *715 + response-with-git-hub-plan-information: *716 '404': *6 x-github: githubCloudOnly: false @@ -109766,8 +109817,8 @@ paths: required: - subject_digests examples: - default: *715 - withPredicateType: *716 + default: *717 + withPredicateType: *718 responses: '200': description: Response @@ -109820,7 +109871,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *717 + default: *719 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110095,7 +110146,7 @@ paths: type: array items: *261 examples: - default: *700 + default: *702 '403': *29 '401': *25 x-github: @@ -110479,9 +110530,9 @@ paths: application/json: schema: type: array - items: *691 + items: *693 examples: - default: *718 + default: *720 headers: Link: *67 x-github: @@ -110585,7 +110636,7 @@ paths: application/json: schema: *22 examples: - default: *540 + default: *542 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110709,7 +110760,7 @@ paths: - docker - nuget - container - - *699 + - *701 - *71 - *19 - *17 @@ -110722,10 +110773,10 @@ paths: type: array items: *261 examples: - default: *700 + default: *702 '403': *29 '401': *25 - '400': *701 + '400': *703 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110755,7 +110806,7 @@ paths: application/json: schema: *261 examples: - default: *719 + default: *721 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111104,7 +111155,7 @@ paths: type: array items: *283 examples: - default: *720 + default: *722 headers: Link: *67 '304': *37 @@ -111164,7 +111215,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *721 + items: *723 required: - name - data_type @@ -111180,7 +111231,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *722 + iteration_configuration: *724 required: - name - data_type @@ -111202,8 +111253,8 @@ paths: value: name: Due date data_type: date - single_select_field: *723 - iteration_field: *724 + single_select_field: *725 + iteration_field: *726 responses: '201': description: Response @@ -111211,11 +111262,11 @@ paths: application/json: schema: *283 examples: - text_field: *725 - number_field: *726 - date_field: *727 - single_select_field: *728 - iteration_field: *729 + text_field: *727 + number_field: *728 + date_field: *729 + single_select_field: *730 + iteration_field: *731 '304': *37 '403': *29 '401': *25 @@ -111237,7 +111288,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *279 - - *730 + - *732 - *71 responses: '200': @@ -111246,7 +111297,7 @@ paths: application/json: schema: *283 examples: - default: *731 + default: *733 headers: Link: *67 '304': *37 @@ -111600,7 +111651,7 @@ paths: parameters: - *279 - *71 - - *732 + - *734 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -111875,7 +111926,7 @@ paths: - *123 - *125 - *124 - - *733 + - *735 - *126 responses: '200': @@ -112006,7 +112057,7 @@ paths: parameters: - *71 - *123 - - *734 + - *736 - *124 responses: '200': @@ -112105,9 +112156,9 @@ paths: - *123 - *125 - *124 - - *735 + - *737 - *126 - - *736 + - *738 responses: '200': description: Response when getting a billing usage summary @@ -112241,9 +112292,9 @@ paths: application/json: schema: type: array - items: *704 + items: *706 examples: - default: *705 + default: *707 headers: Link: *67 x-github: @@ -112273,9 +112324,9 @@ paths: application/json: schema: type: array - items: *706 + items: *708 examples: - default: *737 + default: *739 headers: Link: *67 x-github: @@ -112300,7 +112351,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *71 - - *738 + - *740 - *61 - *17 - *19 @@ -112312,11 +112363,11 @@ paths: schema: anyOf: - type: array - items: *739 + items: *741 - type: array items: *79 examples: - default-response: *709 + default-response: *711 headers: Link: *67 x-github: @@ -112475,7 +112526,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &740 + enterprise: &742 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -112533,7 +112584,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &741 + installation: &743 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -112552,7 +112603,7 @@ x-webhooks: required: - id - node_id - organization: &742 + organization: &744 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -112612,13 +112663,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &743 + repository: &745 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: &775 + properties: &777 id: description: Unique identifier of the repository example: 42 @@ -113313,7 +113364,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &776 + required: &778 - archive_url - assignees_url - blobs_url @@ -113387,7 +113438,7 @@ x-webhooks: - watchers_count - created_at - updated_at - x-github-breaking-changes: &777 + x-github-breaking-changes: &779 - changeset: remove_use_squash_pr_title_as_default patch: properties: @@ -113478,10 +113529,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -113557,11 +113608,11 @@ x-webhooks: type: string enum: - created - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 - rule: &744 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 + rule: &746 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) @@ -113784,11 +113835,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 - rule: *744 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 + rule: *746 sender: *4 required: - action @@ -113971,11 +114022,11 @@ x-webhooks: - everyone required: - from - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 - rule: *744 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 + rule: *746 sender: *4 required: - action @@ -114059,7 +114110,7 @@ x-webhooks: type: string enum: - completed - check_run: &746 + check_run: &748 title: CheckRun description: A check performed on the code of a given code change type: object @@ -114150,7 +114201,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *745 + deployment: *747 details_url: example: https://example.com type: string @@ -114235,10 +114286,10 @@ x-webhooks: - output - app - pull_requests - installation: *741 - enterprise: *740 - organization: *742 - repository: *743 + installation: *743 + enterprise: *742 + organization: *744 + repository: *745 sender: *4 required: - check_run @@ -114629,11 +114680,11 @@ x-webhooks: type: string enum: - created - check_run: *746 - installation: *741 - enterprise: *740 - organization: *742 - repository: *743 + check_run: *748 + installation: *743 + enterprise: *742 + organization: *744 + repository: *745 sender: *4 required: - check_run @@ -115027,11 +115078,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *746 - installation: *741 - enterprise: *740 - organization: *742 - repository: *743 + check_run: *748 + installation: *743 + enterprise: *742 + organization: *744 + repository: *745 requested_action: description: The action requested by the user. type: object @@ -115434,11 +115485,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *746 - installation: *741 - enterprise: *740 - organization: *742 - repository: *743 + check_run: *748 + installation: *743 + enterprise: *742 + organization: *744 + repository: *745 sender: *4 required: - check_run @@ -116408,10 +116459,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -117100,10 +117151,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -117786,10 +117837,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -118100,20 +118151,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &747 + commit_oid: &749 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: *740 - installation: *741 - organization: *742 - ref: &748 + enterprise: *742 + installation: *743 + organization: *744 + ref: &750 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: *743 + repository: *745 sender: *4 required: - action @@ -118508,12 +118559,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *747 - enterprise: *740 - installation: *741 - organization: *742 - ref: *748 - repository: *743 + commit_oid: *749 + enterprise: *742 + installation: *743 + organization: *744 + ref: *750 + repository: *745 sender: *4 required: - action @@ -118779,12 +118830,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *747 - enterprise: *740 - installation: *741 - organization: *742 - ref: *748 - repository: *743 + commit_oid: *749 + enterprise: *742 + installation: *743 + organization: *744 + ref: *750 + repository: *745 sender: *4 required: - action @@ -119116,12 +119167,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *747 - enterprise: *740 - installation: *741 - organization: *742 - ref: *748 - repository: *743 + commit_oid: *749 + enterprise: *742 + installation: *743 + organization: *744 + ref: *750 + repository: *745 sender: *4 required: - action @@ -119395,16 +119446,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *740 - installation: *741 - organization: *742 + enterprise: *742 + installation: *743 + organization: *744 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: *743 + repository: *745 sender: *4 required: - action @@ -119641,12 +119692,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *747 - enterprise: *740 - installation: *741 - organization: *742 - ref: *748 - repository: *743 + commit_oid: *749 + enterprise: *742 + installation: *743 + organization: *744 + ref: *750 + repository: *745 sender: *4 required: - action @@ -119957,10 +120008,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -120215,10 +120266,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -120298,18 +120349,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *740 - installation: *741 + enterprise: *742 + installation: *743 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *742 - pusher_type: &749 + organization: *744 + pusher_type: &751 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &750 + ref: &752 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -120319,7 +120370,7 @@ x-webhooks: enum: - tag - branch - repository: *743 + repository: *745 sender: *4 required: - ref @@ -120402,9 +120453,9 @@ x-webhooks: enum: - created definition: *291 - enterprise: *740 - installation: *741 - organization: *742 + enterprise: *742 + installation: *743 + organization: *744 sender: *4 required: - action @@ -120489,9 +120540,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *740 - installation: *741 - organization: *742 + enterprise: *742 + installation: *743 + organization: *744 sender: *4 required: - action @@ -120569,9 +120620,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *291 - enterprise: *740 - installation: *741 - organization: *742 + enterprise: *742 + installation: *743 + organization: *744 sender: *4 required: - action @@ -120649,9 +120700,9 @@ x-webhooks: enum: - updated definition: *291 - enterprise: *740 - installation: *741 - organization: *742 + enterprise: *742 + installation: *743 + organization: *744 sender: *4 required: - action @@ -120728,10 +120779,10 @@ x-webhooks: type: string enum: - updated - enterprise: *740 - installation: *741 - repository: *743 - organization: *742 + enterprise: *742 + installation: *743 + repository: *745 + organization: *744 sender: *4 new_property_values: type: array @@ -120816,18 +120867,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *740 - installation: *741 - organization: *742 - pusher_type: *749 - ref: *750 + enterprise: *742 + installation: *743 + organization: *744 + pusher_type: *751 + ref: *752 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *743 + repository: *745 sender: *4 required: - ref @@ -120907,11 +120958,11 @@ x-webhooks: type: string enum: - assignees_changed - alert: *499 - installation: *741 - organization: *742 - enterprise: *740 - repository: *743 + alert: *501 + installation: *743 + organization: *744 + enterprise: *742 + repository: *745 sender: *4 required: - action @@ -120991,11 +121042,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *499 - installation: *741 - organization: *742 - enterprise: *740 - repository: *743 + alert: *501 + installation: *743 + organization: *744 + enterprise: *742 + repository: *745 sender: *4 required: - action @@ -121076,11 +121127,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *499 - installation: *741 - organization: *742 - enterprise: *740 - repository: *743 + alert: *501 + installation: *743 + organization: *744 + enterprise: *742 + repository: *745 sender: *4 required: - action @@ -121161,11 +121212,11 @@ x-webhooks: type: string enum: - created - alert: *499 - installation: *741 - organization: *742 - enterprise: *740 - repository: *743 + alert: *501 + installation: *743 + organization: *744 + enterprise: *742 + repository: *745 sender: *4 required: - action @@ -121244,11 +121295,11 @@ x-webhooks: type: string enum: - dismissed - alert: *499 - installation: *741 - organization: *742 - enterprise: *740 - repository: *743 + alert: *501 + installation: *743 + organization: *744 + enterprise: *742 + repository: *745 sender: *4 required: - action @@ -121327,11 +121378,11 @@ x-webhooks: type: string enum: - fixed - alert: *499 - installation: *741 - organization: *742 - enterprise: *740 - repository: *743 + alert: *501 + installation: *743 + organization: *744 + enterprise: *742 + repository: *745 sender: *4 required: - action @@ -121411,11 +121462,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *499 - installation: *741 - organization: *742 - enterprise: *740 - repository: *743 + alert: *501 + installation: *743 + organization: *744 + enterprise: *742 + repository: *745 sender: *4 required: - action @@ -121494,11 +121545,11 @@ x-webhooks: type: string enum: - reopened - alert: *499 - installation: *741 - organization: *742 - enterprise: *740 - repository: *743 + alert: *501 + installation: *743 + organization: *744 + enterprise: *742 + repository: *745 sender: *4 required: - action @@ -121575,9 +121626,9 @@ x-webhooks: type: string enum: - created - enterprise: *740 - installation: *741 - key: &751 + enterprise: *742 + installation: *743 + key: &753 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -121613,8 +121664,8 @@ x-webhooks: - verified - created_at - read_only - organization: *742 - repository: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -121691,11 +121742,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *740 - installation: *741 - key: *751 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + key: *753 + organization: *744 + repository: *745 sender: *4 required: - action @@ -122251,12 +122302,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 - workflow: &757 + workflow: &759 title: Workflow type: object nullable: true @@ -122997,15 +123048,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *752 - required: *753 + properties: *754 + required: *755 nullable: true pull_requests: type: array - items: *595 - repository: *743 - organization: *742 - installation: *741 + items: *597 + repository: *745 + organization: *744 + installation: *743 sender: *4 responses: '200': @@ -123076,7 +123127,7 @@ x-webhooks: type: string enum: - approved - approver: &754 + approver: &756 type: object properties: avatar_url: @@ -123119,11 +123170,11 @@ x-webhooks: type: string comment: type: string - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 - reviewers: &755 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 + reviewers: &757 type: array items: type: object @@ -123202,7 +123253,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &756 + workflow_job_run: &758 type: object properties: conclusion: @@ -123933,18 +123984,18 @@ x-webhooks: type: string enum: - rejected - approver: *754 + approver: *756 comment: type: string - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 - reviewers: *755 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 + reviewers: *757 sender: *4 since: type: string - workflow_job_run: *756 + workflow_job_run: *758 workflow_job_runs: type: array items: @@ -124648,13 +124699,13 @@ x-webhooks: type: string enum: - requested - enterprise: *740 + enterprise: *742 environment: type: string - installation: *741 - organization: *742 - repository: *743 - requestor: &762 + installation: *743 + organization: *744 + repository: *745 + requestor: &764 title: User type: object nullable: true @@ -126543,12 +126594,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 - workflow: *757 + workflow: *759 workflow_run: title: Deployment Workflow Run type: object @@ -127228,7 +127279,7 @@ x-webhooks: type: string enum: - answered - answer: &760 + answer: &762 type: object properties: author_association: @@ -127385,11 +127436,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *758 - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + discussion: *760 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -127516,11 +127567,11 @@ x-webhooks: - from required: - category - discussion: *758 - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + discussion: *760 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -127603,11 +127654,11 @@ x-webhooks: type: string enum: - closed - discussion: *758 - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + discussion: *760 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -127689,7 +127740,7 @@ x-webhooks: type: string enum: - created - comment: &759 + comment: &761 type: object properties: author_association: @@ -127846,11 +127897,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *758 - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + discussion: *760 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -127933,12 +127984,12 @@ x-webhooks: type: string enum: - deleted - comment: *759 - discussion: *758 - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + comment: *761 + discussion: *760 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -128033,12 +128084,12 @@ x-webhooks: - from required: - body - comment: *759 - discussion: *758 - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + comment: *761 + discussion: *760 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -128122,11 +128173,11 @@ x-webhooks: type: string enum: - created - discussion: *758 - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + discussion: *760 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -128208,11 +128259,11 @@ x-webhooks: type: string enum: - deleted - discussion: *758 - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + discussion: *760 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -128312,11 +128363,11 @@ x-webhooks: type: string required: - from - discussion: *758 - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + discussion: *760 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -128398,10 +128449,10 @@ x-webhooks: type: string enum: - labeled - discussion: *758 - enterprise: *740 - installation: *741 - label: &761 + discussion: *760 + enterprise: *742 + installation: *743 + label: &763 title: Label type: object properties: @@ -128433,8 +128484,8 @@ x-webhooks: - color - default - description - organization: *742 - repository: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -128517,11 +128568,11 @@ x-webhooks: type: string enum: - locked - discussion: *758 - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + discussion: *760 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -128603,11 +128654,11 @@ x-webhooks: type: string enum: - pinned - discussion: *758 - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + discussion: *760 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -128689,11 +128740,11 @@ x-webhooks: type: string enum: - reopened - discussion: *758 - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + discussion: *760 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -128778,16 +128829,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *758 - new_repository: *743 + new_discussion: *760 + new_repository: *745 required: - new_discussion - new_repository - discussion: *758 - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + discussion: *760 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -128870,10 +128921,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *758 - old_answer: *760 - organization: *742 - repository: *743 + discussion: *760 + old_answer: *762 + organization: *744 + repository: *745 sender: *4 required: - action @@ -128955,12 +129006,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *758 - enterprise: *740 - installation: *741 - label: *761 - organization: *742 - repository: *743 + discussion: *760 + enterprise: *742 + installation: *743 + label: *763 + organization: *744 + repository: *745 sender: *4 required: - action @@ -129043,11 +129094,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *758 - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + discussion: *760 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -129129,11 +129180,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *758 - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + discussion: *760 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -129206,7 +129257,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *740 + enterprise: *742 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -129866,9 +129917,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *741 - organization: *742 - repository: *743 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - forkee @@ -130014,9 +130065,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *740 - installation: *741 - organization: *742 + enterprise: *742 + installation: *743 + organization: *744 pages: description: The pages that were updated. type: array @@ -130053,7 +130104,7 @@ x-webhooks: - action - sha - html_url - repository: *743 + repository: *745 sender: *4 required: - pages @@ -130129,10 +130180,10 @@ x-webhooks: type: string enum: - created - enterprise: *740 + enterprise: *742 installation: *22 - organization: *742 - repositories: &763 + organization: *744 + repositories: &765 description: An array of repository objects that the installation can access. type: array @@ -130158,8 +130209,8 @@ x-webhooks: - name - full_name - private - repository: *743 - requester: *762 + repository: *745 + requester: *764 sender: *4 required: - action @@ -130234,11 +130285,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *740 + enterprise: *742 installation: *22 - organization: *742 - repositories: *763 - repository: *743 + organization: *744 + repositories: *765 + repository: *745 requester: nullable: true sender: *4 @@ -130314,11 +130365,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *740 + enterprise: *742 installation: *22 - organization: *742 - repositories: *763 - repository: *743 + organization: *744 + repositories: *765 + repository: *745 requester: nullable: true sender: *4 @@ -130394,10 +130445,10 @@ x-webhooks: type: string enum: - added - enterprise: *740 + enterprise: *742 installation: *22 - organization: *742 - repositories_added: &764 + organization: *744 + repositories_added: &766 description: An array of repository objects, which were added to the installation. type: array @@ -130443,15 +130494,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *743 - repository_selection: &765 + repository: *745 + repository_selection: &767 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *762 + requester: *764 sender: *4 required: - action @@ -130530,10 +130581,10 @@ x-webhooks: type: string enum: - removed - enterprise: *740 + enterprise: *742 installation: *22 - organization: *742 - repositories_added: *764 + organization: *744 + repositories_added: *766 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -130560,9 +130611,9 @@ x-webhooks: - name - full_name - private - repository: *743 - repository_selection: *765 - requester: *762 + repository: *745 + repository_selection: *767 + requester: *764 sender: *4 required: - action @@ -130641,11 +130692,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *740 + enterprise: *742 installation: *22 - organization: *742 - repositories: *763 - repository: *743 + organization: *744 + repositories: *765 + repository: *745 requester: nullable: true sender: *4 @@ -130823,10 +130874,10 @@ x-webhooks: type: string required: - from - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 target_type: type: string @@ -130905,11 +130956,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *740 + enterprise: *742 installation: *22 - organization: *742 - repositories: *763 - repository: *743 + organization: *744 + repositories: *765 + repository: *745 requester: nullable: true sender: *4 @@ -131083,8 +131134,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *572 - required: *573 + properties: *574 + required: *575 nullable: true user: title: User @@ -131169,8 +131220,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *740 - installation: *741 + enterprise: *742 + installation: *743 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -131959,8 +132010,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *676 - issue_dependencies_summary: *677 + sub_issues_summary: *678 + issue_dependencies_summary: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132309,8 +132360,8 @@ x-webhooks: - state - locked - assignee - organization: *742 - repository: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -132390,7 +132441,7 @@ x-webhooks: type: string enum: - deleted - comment: &766 + comment: &768 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -132547,8 +132598,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *572 - required: *573 + properties: *574 + required: *575 nullable: true required: - url @@ -132563,8 +132614,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *740 - installation: *741 + enterprise: *742 + installation: *743 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -133349,8 +133400,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *676 - issue_dependencies_summary: *677 + sub_issues_summary: *678 + issue_dependencies_summary: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133701,8 +133752,8 @@ x-webhooks: - state - locked - assignee - organization: *742 - repository: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -133782,7 +133833,7 @@ x-webhooks: type: string enum: - edited - changes: &796 + changes: &798 description: The changes to the comment. type: object properties: @@ -133794,9 +133845,9 @@ x-webhooks: type: string required: - from - comment: *766 - enterprise: *740 - installation: *741 + comment: *768 + enterprise: *742 + installation: *743 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -134584,8 +134635,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *676 - issue_dependencies_summary: *677 + sub_issues_summary: *678 + issue_dependencies_summary: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134934,8 +134985,8 @@ x-webhooks: - state - locked - assignee - organization: *742 - repository: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -135016,9 +135067,9 @@ x-webhooks: type: string enum: - pinned - comment: *766 - enterprise: *740 - installation: *741 + comment: *768 + enterprise: *742 + installation: *743 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -135808,8 +135859,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *676 - issue_dependencies_summary: *677 + sub_issues_summary: *678 + issue_dependencies_summary: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136160,8 +136211,8 @@ x-webhooks: - state - locked - assignee - organization: *742 - repository: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -136241,9 +136292,9 @@ x-webhooks: type: string enum: - unpinned - comment: *766 - enterprise: *740 - installation: *741 + comment: *768 + enterprise: *742 + installation: *743 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -137033,8 +137084,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *676 - issue_dependencies_summary: *677 + sub_issues_summary: *678 + issue_dependencies_summary: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137385,8 +137436,8 @@ x-webhooks: - state - locked - assignee - organization: *742 - repository: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -137475,9 +137526,9 @@ x-webhooks: type: number blocking_issue: *85 blocking_issue_repo: *79 - installation: *741 - organization: *742 - repository: *743 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -137566,9 +137617,9 @@ x-webhooks: type: number blocking_issue: *85 blocking_issue_repo: *79 - installation: *741 - organization: *742 - repository: *743 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -137656,9 +137707,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *85 - installation: *741 - organization: *742 - repository: *743 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -137747,9 +137798,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *85 - installation: *741 - organization: *742 - repository: *743 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -137829,10 +137880,10 @@ x-webhooks: type: string enum: - assigned - assignee: *762 - enterprise: *740 - installation: *741 - issue: &769 + assignee: *764 + enterprise: *742 + installation: *743 + issue: &771 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -138624,11 +138675,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *676 - issue_dependencies_summary: *677 + sub_issues_summary: *678 + issue_dependencies_summary: *679 issue_field_values: type: array - items: *557 + items: *559 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138745,8 +138796,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *742 - repository: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -138826,8 +138877,8 @@ x-webhooks: type: string enum: - closed - enterprise: *740 - installation: *741 + enterprise: *742 + installation: *743 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -139624,11 +139675,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *676 - issue_dependencies_summary: *677 + sub_issues_summary: *678 + issue_dependencies_summary: *679 issue_field_values: type: array - items: *557 + items: *559 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139880,8 +139931,8 @@ x-webhooks: required: - state - closed_at - organization: *742 - repository: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -139960,8 +140011,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *740 - installation: *741 + enterprise: *742 + installation: *743 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140749,11 +140800,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *676 - issue_dependencies_summary: *677 + sub_issues_summary: *678 + issue_dependencies_summary: *679 issue_field_values: type: array - items: *557 + items: *559 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140869,8 +140920,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *742 - repository: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -140949,8 +141000,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *740 - installation: *741 + enterprise: *742 + installation: *743 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -141760,11 +141811,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *676 - issue_dependencies_summary: *677 + sub_issues_summary: *678 + issue_dependencies_summary: *679 issue_field_values: type: array - items: *557 + items: *559 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141859,7 +141910,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &767 + milestone: &769 title: Milestone description: A collection of related issues and pull requests. type: object @@ -141997,8 +142048,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *742 - repository: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -142097,8 +142148,8 @@ x-webhooks: type: string required: - from - enterprise: *740 - installation: *741 + enterprise: *742 + installation: *743 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142890,11 +142941,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *676 - issue_dependencies_summary: *677 + sub_issues_summary: *678 + issue_dependencies_summary: *679 issue_field_values: type: array - items: *557 + items: *559 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143011,9 +143062,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *761 - organization: *742 - repository: *743 + label: *763 + organization: *744 + repository: *745 sender: *4 required: - action @@ -143093,8 +143144,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *740 - installation: *741 + enterprise: *742 + installation: *743 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143885,11 +143936,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *676 - issue_dependencies_summary: *677 + sub_issues_summary: *678 + issue_dependencies_summary: *679 issue_field_values: type: array - items: *557 + items: *559 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144006,9 +144057,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *761 - organization: *742 - repository: *743 + label: *763 + organization: *744 + repository: *745 sender: *4 required: - action @@ -144088,8 +144139,8 @@ x-webhooks: type: string enum: - locked - enterprise: *740 - installation: *741 + enterprise: *742 + installation: *743 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144904,11 +144955,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *676 - issue_dependencies_summary: *677 + sub_issues_summary: *678 + issue_dependencies_summary: *679 issue_field_values: type: array - items: *557 + items: *559 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145002,8 +145053,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *742 - repository: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -145082,8 +145133,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *740 - installation: *741 + enterprise: *742 + installation: *743 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145892,11 +145943,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *676 - issue_dependencies_summary: *677 + sub_issues_summary: *678 + issue_dependencies_summary: *679 issue_field_values: type: array - items: *557 + items: *559 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145990,9 +146041,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *767 - organization: *742 - repository: *743 + milestone: *769 + organization: *744 + repository: *745 sender: *4 required: - action @@ -146855,11 +146906,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *676 - issue_dependencies_summary: *677 + sub_issues_summary: *678 + issue_dependencies_summary: *679 issue_field_values: type: array - items: *557 + items: *559 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147440,8 +147491,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *740 - installation: *741 + enterprise: *742 + installation: *743 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148225,11 +148276,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *676 - issue_dependencies_summary: *677 + sub_issues_summary: *678 + issue_dependencies_summary: *679 issue_field_values: type: array - items: *557 + items: *559 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148353,8 +148404,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *742 - repository: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -148434,9 +148485,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *740 - installation: *741 - issue: &768 + enterprise: *742 + installation: *743 + issue: &770 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -149222,11 +149273,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *676 - issue_dependencies_summary: *677 + sub_issues_summary: *678 + issue_dependencies_summary: *679 issue_field_values: type: array - items: *557 + items: *559 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149342,8 +149393,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *742 - repository: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -149422,8 +149473,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *740 - installation: *741 + enterprise: *742 + installation: *743 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150236,11 +150287,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *676 - issue_dependencies_summary: *677 + sub_issues_summary: *678 + issue_dependencies_summary: *679 issue_field_values: type: array - items: *557 + items: *559 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150335,8 +150386,8 @@ x-webhooks: user_view_type: type: string type: *243 - organization: *742 - repository: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -151205,11 +151256,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *676 - issue_dependencies_summary: *677 + sub_issues_summary: *678 + issue_dependencies_summary: *679 issue_field_values: type: array - items: *557 + items: *559 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151804,11 +151855,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *740 - installation: *741 - issue: *768 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + issue: *770 + organization: *744 + repository: *745 sender: *4 required: - action @@ -151888,12 +151939,12 @@ x-webhooks: type: string enum: - typed - enterprise: *740 - installation: *741 - issue: *769 + enterprise: *742 + installation: *743 + issue: *771 type: *243 - organization: *742 - repository: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -151974,7 +152025,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &799 + assignee: &801 title: User type: object nullable: true @@ -152044,11 +152095,11 @@ x-webhooks: required: - login - id - enterprise: *740 - installation: *741 - issue: *769 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + issue: *771 + organization: *744 + repository: *745 sender: *4 required: - action @@ -152127,12 +152178,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *740 - installation: *741 - issue: *769 - label: *761 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + issue: *771 + label: *763 + organization: *744 + repository: *745 sender: *4 required: - action @@ -152212,8 +152263,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *740 - installation: *741 + enterprise: *742 + installation: *743 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -153026,11 +153077,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *676 - issue_dependencies_summary: *677 + sub_issues_summary: *678 + issue_dependencies_summary: *679 issue_field_values: type: array - items: *557 + items: *559 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153124,8 +153175,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *742 - repository: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -153205,11 +153256,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *740 - installation: *741 - issue: *768 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + issue: *770 + organization: *744 + repository: *745 sender: *4 required: - action @@ -153288,12 +153339,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *740 - installation: *741 - issue: *769 + enterprise: *742 + installation: *743 + issue: *771 type: *243 - organization: *742 - repository: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -153373,11 +153424,11 @@ x-webhooks: type: string enum: - created - enterprise: *740 - installation: *741 - label: *761 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + label: *763 + organization: *744 + repository: *745 sender: *4 required: - action @@ -153455,11 +153506,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *740 - installation: *741 - label: *761 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + label: *763 + organization: *744 + repository: *745 sender: *4 required: - action @@ -153569,11 +153620,11 @@ x-webhooks: type: string required: - from - enterprise: *740 - installation: *741 - label: *761 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + label: *763 + organization: *744 + repository: *745 sender: *4 required: - action @@ -153655,9 +153706,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *740 - installation: *741 - marketplace_purchase: &770 + enterprise: *742 + installation: *743 + marketplace_purchase: &772 title: Marketplace Purchase type: object required: @@ -153740,8 +153791,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *742 - previous_marketplace_purchase: &771 + organization: *744 + previous_marketplace_purchase: &773 title: Marketplace Purchase type: object properties: @@ -153821,7 +153872,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *743 + repository: *745 sender: *4 required: - action @@ -153901,10 +153952,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *740 - installation: *741 - marketplace_purchase: *770 - organization: *742 + enterprise: *742 + installation: *743 + marketplace_purchase: *772 + organization: *744 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -153987,7 +154038,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *743 + repository: *745 sender: *4 required: - action @@ -154069,10 +154120,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *740 - installation: *741 - marketplace_purchase: *770 - organization: *742 + enterprise: *742 + installation: *743 + marketplace_purchase: *772 + organization: *744 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -154154,7 +154205,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *743 + repository: *745 sender: *4 required: - action @@ -154235,8 +154286,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *740 - installation: *741 + enterprise: *742 + installation: *743 marketplace_purchase: title: Marketplace Purchase type: object @@ -154318,9 +154369,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *742 - previous_marketplace_purchase: *771 - repository: *743 + organization: *744 + previous_marketplace_purchase: *773 + repository: *745 sender: *4 required: - action @@ -154400,12 +154451,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *740 - installation: *741 - marketplace_purchase: *770 - organization: *742 - previous_marketplace_purchase: *771 - repository: *743 + enterprise: *742 + installation: *743 + marketplace_purchase: *772 + organization: *744 + previous_marketplace_purchase: *773 + repository: *745 sender: *4 required: - action @@ -154507,11 +154558,11 @@ x-webhooks: type: string required: - to - enterprise: *740 - installation: *741 - member: *762 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + member: *764 + organization: *744 + repository: *745 sender: *4 required: - action @@ -154611,11 +154662,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *740 - installation: *741 - member: *762 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + member: *764 + organization: *744 + repository: *745 sender: *4 required: - action @@ -154694,11 +154745,11 @@ x-webhooks: type: string enum: - removed - enterprise: *740 - installation: *741 - member: *762 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + member: *764 + organization: *744 + repository: *745 sender: *4 required: - action @@ -154776,11 +154827,11 @@ x-webhooks: type: string enum: - added - enterprise: *740 - installation: *741 - member: *762 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + member: *764 + organization: *744 + repository: *745 scope: description: The scope of the membership. Currently, can only be `team`. @@ -154856,7 +154907,7 @@ x-webhooks: required: - login - id - team: &772 + team: &774 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -155079,11 +155130,11 @@ x-webhooks: type: string enum: - removed - enterprise: *740 - installation: *741 - member: *762 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + member: *764 + organization: *744 + repository: *745 scope: description: The scope of the membership. Currently, can only be `team`. @@ -155160,7 +155211,7 @@ x-webhooks: required: - login - id - team: *772 + team: *774 required: - action - scope @@ -155242,8 +155293,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *741 - merge_group: &774 + installation: *743 + merge_group: &776 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -155262,15 +155313,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *773 + head_commit: *775 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *742 - repository: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -155356,10 +155407,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *741 - merge_group: *774 - organization: *742 - repository: *743 + installation: *743 + merge_group: *776 + organization: *744 + repository: *745 sender: *4 required: - action @@ -155432,7 +155483,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *740 + enterprise: *742 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -155541,17 +155592,17 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *741 - organization: *742 + installation: *743 + organization: *744 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: *775 - required: *776 - x-github-breaking-changes: *777 + properties: *777 + required: *778 + x-github-breaking-changes: *779 nullable: true sender: *4 required: @@ -155632,11 +155683,11 @@ x-webhooks: type: string enum: - closed - enterprise: *740 - installation: *741 - milestone: *767 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + milestone: *769 + organization: *744 + repository: *745 sender: *4 required: - action @@ -155715,9 +155766,9 @@ x-webhooks: type: string enum: - created - enterprise: *740 - installation: *741 - milestone: &778 + enterprise: *742 + installation: *743 + milestone: &780 title: Milestone description: A collection of related issues and pull requests. type: object @@ -155854,8 +155905,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *742 - repository: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -155934,11 +155985,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *740 - installation: *741 - milestone: *767 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + milestone: *769 + organization: *744 + repository: *745 sender: *4 required: - action @@ -156048,11 +156099,11 @@ x-webhooks: type: string required: - from - enterprise: *740 - installation: *741 - milestone: *767 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + milestone: *769 + organization: *744 + repository: *745 sender: *4 required: - action @@ -156132,11 +156183,11 @@ x-webhooks: type: string enum: - opened - enterprise: *740 - installation: *741 - milestone: *778 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + milestone: *780 + organization: *744 + repository: *745 sender: *4 required: - action @@ -156215,11 +156266,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *762 - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + blocked_user: *764 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -156298,11 +156349,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *762 - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + blocked_user: *764 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -156381,9 +156432,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *740 - installation: *741 - membership: &779 + enterprise: *742 + installation: *743 + membership: &781 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -156490,8 +156541,8 @@ x-webhooks: - role - organization_url - user - organization: *742 - repository: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -156569,11 +156620,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *740 - installation: *741 - membership: *779 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + membership: *781 + organization: *744 + repository: *745 sender: *4 required: - action @@ -156652,8 +156703,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *740 - installation: *741 + enterprise: *742 + installation: *743 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -156769,10 +156820,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *742 - repository: *743 + organization: *744 + repository: *745 sender: *4 - user: *762 + user: *764 required: - action - invitation @@ -156850,11 +156901,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *740 - installation: *741 - membership: *779 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + membership: *781 + organization: *744 + repository: *745 sender: *4 required: - action @@ -156941,11 +156992,11 @@ x-webhooks: properties: from: type: string - enterprise: *740 - installation: *741 - membership: *779 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + membership: *781 + organization: *744 + repository: *745 sender: *4 required: - action @@ -157022,9 +157073,9 @@ x-webhooks: type: string enum: - published - enterprise: *740 - installation: *741 - organization: *742 + enterprise: *742 + installation: *743 + organization: *744 package: description: Information about the package. type: object @@ -157523,7 +157574,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &780 + items: &782 title: Ruby Gems metadata type: object properties: @@ -157618,7 +157669,7 @@ x-webhooks: - owner - package_version - registry - repository: *743 + repository: *745 sender: *4 required: - action @@ -157694,9 +157745,9 @@ x-webhooks: type: string enum: - updated - enterprise: *740 - installation: *741 - organization: *742 + enterprise: *742 + installation: *743 + organization: *744 package: description: Information about the package. type: object @@ -158049,7 +158100,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *780 + items: *782 source_url: type: string format: uri @@ -158119,7 +158170,7 @@ x-webhooks: - owner - package_version - registry - repository: *743 + repository: *745 sender: *4 required: - action @@ -158295,12 +158346,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *740 + enterprise: *742 id: type: integer - installation: *741 - organization: *742 - repository: *743 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - id @@ -158377,7 +158428,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &781 + personal_access_token_request: &783 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -158523,10 +158574,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *740 - organization: *742 + enterprise: *742 + organization: *744 sender: *4 - installation: *741 + installation: *743 required: - action - personal_access_token_request @@ -158603,11 +158654,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *781 - enterprise: *740 - organization: *742 + personal_access_token_request: *783 + enterprise: *742 + organization: *744 sender: *4 - installation: *741 + installation: *743 required: - action - personal_access_token_request @@ -158683,11 +158734,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *781 - enterprise: *740 - organization: *742 + personal_access_token_request: *783 + enterprise: *742 + organization: *744 sender: *4 - installation: *741 + installation: *743 required: - action - personal_access_token_request @@ -158762,11 +158813,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *781 - organization: *742 - enterprise: *740 + personal_access_token_request: *783 + organization: *744 + enterprise: *742 sender: *4 - installation: *741 + installation: *743 required: - action - personal_access_token_request @@ -158871,7 +158922,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *782 + last_response: *784 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -158903,8 +158954,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *742 - repository: *743 + organization: *744 + repository: *745 sender: *4 zen: description: Random string of GitHub zen. @@ -159149,10 +159200,10 @@ x-webhooks: - from required: - note - enterprise: *740 - installation: *741 - organization: *742 - project_card: &783 + enterprise: *742 + installation: *743 + organization: *744 + project_card: &785 title: Project Card type: object properties: @@ -159271,7 +159322,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *743 + repository: *745 sender: *4 required: - action @@ -159352,11 +159403,11 @@ x-webhooks: type: string enum: - created - enterprise: *740 - installation: *741 - organization: *742 - project_card: *783 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + project_card: *785 + repository: *745 sender: *4 required: - action @@ -159436,9 +159487,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *740 - installation: *741 - organization: *742 + enterprise: *742 + installation: *743 + organization: *744 project_card: title: Project Card type: object @@ -159566,9 +159617,9 @@ 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: *775 - required: *776 - x-github-breaking-changes: *777 + properties: *777 + required: *778 + x-github-breaking-changes: *779 nullable: true sender: *4 required: @@ -159662,11 +159713,11 @@ x-webhooks: - from required: - note - enterprise: *740 - installation: *741 - organization: *742 - project_card: *783 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + project_card: *785 + repository: *745 sender: *4 required: - action @@ -159760,9 +159811,9 @@ x-webhooks: - from required: - column_id - enterprise: *740 - installation: *741 - organization: *742 + enterprise: *742 + installation: *743 + organization: *744 project_card: allOf: - title: Project Card @@ -159952,7 +160003,7 @@ x-webhooks: type: string required: - after_id - repository: *743 + repository: *745 sender: *4 required: - action @@ -160032,10 +160083,10 @@ x-webhooks: type: string enum: - closed - enterprise: *740 - installation: *741 - organization: *742 - project: &785 + enterprise: *742 + installation: *743 + organization: *744 + project: &787 title: Project type: object properties: @@ -160159,7 +160210,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *743 + repository: *745 sender: *4 required: - action @@ -160239,10 +160290,10 @@ x-webhooks: type: string enum: - created - enterprise: *740 - installation: *741 - organization: *742 - project_column: &784 + enterprise: *742 + installation: *743 + organization: *744 + project_column: &786 title: Project Column type: object properties: @@ -160281,7 +160332,7 @@ x-webhooks: - name - created_at - updated_at - repository: *743 + repository: *745 sender: *4 required: - action @@ -160360,19 +160411,19 @@ x-webhooks: type: string enum: - deleted - enterprise: *740 - installation: *741 - organization: *742 - project_column: *784 + enterprise: *742 + installation: *743 + organization: *744 + project_column: *786 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: *775 - required: *776 - x-github-breaking-changes: *777 + properties: *777 + required: *778 + x-github-breaking-changes: *779 nullable: true sender: *4 required: @@ -160462,11 +160513,11 @@ x-webhooks: type: string required: - from - enterprise: *740 - installation: *741 - organization: *742 - project_column: *784 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + project_column: *786 + repository: *745 sender: *4 required: - action @@ -160546,11 +160597,11 @@ x-webhooks: type: string enum: - moved - enterprise: *740 - installation: *741 - organization: *742 - project_column: *784 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + project_column: *786 + repository: *745 sender: *4 required: - action @@ -160630,11 +160681,11 @@ x-webhooks: type: string enum: - created - enterprise: *740 - installation: *741 - organization: *742 - project: *785 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + project: *787 + repository: *745 sender: *4 required: - action @@ -160714,19 +160765,19 @@ x-webhooks: type: string enum: - deleted - enterprise: *740 - installation: *741 - organization: *742 - project: *785 + enterprise: *742 + installation: *743 + organization: *744 + project: *787 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: *775 - required: *776 - x-github-breaking-changes: *777 + properties: *777 + required: *778 + x-github-breaking-changes: *779 nullable: true sender: *4 required: @@ -160828,11 +160879,11 @@ x-webhooks: type: string required: - from - enterprise: *740 - installation: *741 - organization: *742 - project: *785 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + project: *787 + repository: *745 sender: *4 required: - action @@ -160911,11 +160962,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *740 - installation: *741 - organization: *742 - project: *785 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + project: *787 + repository: *745 sender: *4 required: - action @@ -160996,8 +161047,8 @@ x-webhooks: type: string enum: - closed - installation: *741 - organization: *742 + installation: *743 + organization: *744 projects_v2: *277 sender: *4 required: @@ -161079,8 +161130,8 @@ x-webhooks: type: string enum: - created - installation: *741 - organization: *742 + installation: *743 + organization: *744 projects_v2: *277 sender: *4 required: @@ -161162,8 +161213,8 @@ x-webhooks: type: string enum: - deleted - installation: *741 - organization: *742 + installation: *743 + organization: *744 projects_v2: *277 sender: *4 required: @@ -161281,8 +161332,8 @@ x-webhooks: type: string to: type: string - installation: *741 - organization: *742 + installation: *743 + organization: *744 projects_v2: *277 sender: *4 required: @@ -161366,7 +161417,7 @@ x-webhooks: type: string enum: - archived - changes: &789 + changes: &791 type: object properties: archived_at: @@ -161380,9 +161431,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *741 - organization: *742 - projects_v2_item: &786 + installation: *743 + organization: *744 + projects_v2_item: &788 title: Projects v2 Item description: An item belonging to a project type: object @@ -161517,9 +161568,9 @@ x-webhooks: nullable: true to: type: string - installation: *741 - organization: *742 - projects_v2_item: *786 + installation: *743 + organization: *744 + projects_v2_item: *788 sender: *4 required: - action @@ -161601,9 +161652,9 @@ x-webhooks: type: string enum: - created - installation: *741 - organization: *742 - projects_v2_item: *786 + installation: *743 + organization: *744 + projects_v2_item: *788 sender: *4 required: - action @@ -161684,9 +161735,9 @@ x-webhooks: type: string enum: - deleted - installation: *741 - organization: *742 - projects_v2_item: *786 + installation: *743 + organization: *744 + projects_v2_item: *788 sender: *4 required: - action @@ -161792,7 +161843,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &787 + - &789 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -161814,7 +161865,7 @@ x-webhooks: required: - id - name - - &788 + - &790 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -161848,8 +161899,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *787 - - *788 + - *789 + - *790 required: - field_value - type: object @@ -161865,9 +161916,9 @@ x-webhooks: nullable: true required: - body - installation: *741 - organization: *742 - projects_v2_item: *786 + installation: *743 + organization: *744 + projects_v2_item: *788 sender: *4 required: - action @@ -161962,9 +162013,9 @@ x-webhooks: to: type: string nullable: true - installation: *741 - organization: *742 - projects_v2_item: *786 + installation: *743 + organization: *744 + projects_v2_item: *788 sender: *4 required: - action @@ -162047,10 +162098,10 @@ x-webhooks: type: string enum: - restored - changes: *789 - installation: *741 - organization: *742 - projects_v2_item: *786 + changes: *791 + installation: *743 + organization: *744 + projects_v2_item: *788 sender: *4 required: - action @@ -162132,8 +162183,8 @@ x-webhooks: type: string enum: - reopened - installation: *741 - organization: *742 + installation: *743 + organization: *744 projects_v2: *277 sender: *4 required: @@ -162215,14 +162266,14 @@ x-webhooks: type: string enum: - created - installation: *741 - organization: *742 - projects_v2_status_update: &792 + installation: *743 + organization: *744 + projects_v2_status_update: &794 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *790 - required: *791 + properties: *792 + required: *793 sender: *4 required: - action @@ -162303,9 +162354,9 @@ x-webhooks: type: string enum: - deleted - installation: *741 - organization: *742 - projects_v2_status_update: *792 + installation: *743 + organization: *744 + projects_v2_status_update: *794 sender: *4 required: - action @@ -162441,9 +162492,9 @@ x-webhooks: type: string format: date nullable: true - installation: *741 - organization: *742 - projects_v2_status_update: *792 + installation: *743 + organization: *744 + projects_v2_status_update: *794 sender: *4 required: - action @@ -162514,10 +162565,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - repository @@ -162594,13 +162645,13 @@ x-webhooks: type: string enum: - assigned - assignee: *762 - enterprise: *740 - installation: *741 - number: &793 + assignee: *764 + enterprise: *742 + installation: *743 + number: &795 description: The pull request number. type: integer - organization: *742 + organization: *744 pull_request: title: Pull Request type: object @@ -164905,7 +164956,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *743 + repository: *745 sender: *4 required: - action @@ -165002,11 +165053,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *740 - installation: *741 + enterprise: *742 + installation: *743 number: type: integer - organization: *742 + organization: *744 pull_request: title: Pull Request type: object @@ -167306,7 +167357,7 @@ x-webhooks: - draft reason: type: string - repository: *743 + repository: *745 sender: *4 required: - action @@ -167403,11 +167454,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *740 - installation: *741 + enterprise: *742 + installation: *743 number: type: integer - organization: *742 + organization: *744 pull_request: title: Pull Request type: object @@ -169707,7 +169758,7 @@ x-webhooks: - draft reason: type: string - repository: *743 + repository: *745 sender: *4 required: - action @@ -169804,13 +169855,13 @@ x-webhooks: type: string enum: - closed - enterprise: *740 - installation: *741 - number: *793 - organization: *742 - pull_request: &794 + enterprise: *742 + installation: *743 + number: *795 + organization: *744 + pull_request: &796 allOf: - - *595 + - *597 - type: object properties: allow_auto_merge: @@ -169872,7 +169923,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *743 + repository: *745 sender: *4 required: - action @@ -169953,12 +170004,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *740 - installation: *741 - number: *793 - organization: *742 - pull_request: *794 - repository: *743 + enterprise: *742 + installation: *743 + number: *795 + organization: *744 + pull_request: *796 + repository: *745 sender: *4 required: - action @@ -170038,11 +170089,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *740 - milestone: *579 - number: *793 - organization: *742 - pull_request: &795 + enterprise: *742 + milestone: *581 + number: *795 + organization: *744 + pull_request: &797 title: Pull Request type: object properties: @@ -172369,7 +172420,7 @@ x-webhooks: - active_lock_reason - draft version: '2026-03-10' - repository: *743 + repository: *745 sender: *4 required: - action @@ -172448,11 +172499,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *740 - installation: *741 + enterprise: *742 + installation: *743 number: type: integer - organization: *742 + organization: *744 pull_request: title: Pull Request type: object @@ -174756,7 +174807,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *743 + repository: *745 sender: *4 required: - action @@ -174888,12 +174939,12 @@ x-webhooks: type: string required: - from - enterprise: *740 - installation: *741 - number: *793 - organization: *742 - pull_request: *794 - repository: *743 + enterprise: *742 + installation: *743 + number: *795 + organization: *744 + pull_request: *796 + repository: *745 sender: *4 required: - action @@ -174973,11 +175024,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *740 - installation: *741 + enterprise: *742 + installation: *743 number: type: integer - organization: *742 + organization: *744 pull_request: title: Pull Request type: object @@ -177266,7 +177317,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *743 + repository: *745 sender: *4 required: - action @@ -177354,11 +177405,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *740 - installation: *741 - label: *761 - number: *793 - organization: *742 + enterprise: *742 + installation: *743 + label: *763 + number: *795 + organization: *744 pull_request: title: Pull Request type: object @@ -179662,7 +179713,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *743 + repository: *745 sender: *4 required: - action @@ -179758,10 +179809,10 @@ x-webhooks: type: string enum: - locked - enterprise: *740 - installation: *741 - number: *793 - organization: *742 + enterprise: *742 + installation: *743 + number: *795 + organization: *744 pull_request: title: Pull Request type: object @@ -182063,7 +182114,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *743 + repository: *745 sender: *4 required: - action @@ -182158,12 +182209,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *740 - milestone: *579 - number: *793 - organization: *742 - pull_request: *795 - repository: *743 + enterprise: *742 + milestone: *581 + number: *795 + organization: *744 + pull_request: *797 + repository: *745 sender: *4 required: - action @@ -182242,12 +182293,12 @@ x-webhooks: type: string enum: - opened - enterprise: *740 - installation: *741 - number: *793 - organization: *742 - pull_request: *794 - repository: *743 + enterprise: *742 + installation: *743 + number: *795 + organization: *744 + pull_request: *796 + repository: *745 sender: *4 required: - action @@ -182328,12 +182379,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *740 - installation: *741 - number: *793 - organization: *742 - pull_request: *794 - repository: *743 + enterprise: *742 + installation: *743 + number: *795 + organization: *744 + pull_request: *796 + repository: *745 sender: *4 required: - action @@ -182413,12 +182464,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *740 - installation: *741 - number: *793 - organization: *742 - pull_request: *794 - repository: *743 + enterprise: *742 + installation: *743 + number: *795 + organization: *744 + pull_request: *796 + repository: *745 sender: *4 required: - action @@ -182784,9 +182835,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *740 - installation: *741 - organization: *742 + enterprise: *742 + installation: *743 + organization: *744 pull_request: type: object properties: @@ -184978,7 +185029,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *743 + repository: *745 sender: *4 required: - action @@ -185073,7 +185124,7 @@ x-webhooks: type: string enum: - deleted - comment: &797 + comment: &799 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -185358,9 +185409,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *740 - installation: *741 - organization: *742 + enterprise: *742 + installation: *743 + organization: *744 pull_request: type: object properties: @@ -187540,7 +187591,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *743 + repository: *745 sender: *4 required: - action @@ -187635,11 +187686,11 @@ x-webhooks: type: string enum: - edited - changes: *796 - comment: *797 - enterprise: *740 - installation: *741 - organization: *742 + changes: *798 + comment: *799 + enterprise: *742 + installation: *743 + organization: *744 pull_request: type: object properties: @@ -189822,7 +189873,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *743 + repository: *745 sender: *4 required: - action @@ -189918,9 +189969,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *740 - installation: *741 - organization: *742 + enterprise: *742 + installation: *743 + organization: *744 pull_request: title: Simple Pull Request type: object @@ -192115,7 +192166,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *743 + repository: *745 review: description: The review that was affected. type: object @@ -192377,9 +192428,9 @@ x-webhooks: type: string required: - from - enterprise: *740 - installation: *741 - organization: *742 + enterprise: *742 + installation: *743 + organization: *744 pull_request: title: Simple Pull Request type: object @@ -194433,8 +194484,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *743 - review: &798 + repository: *745 + review: &800 description: The review that was affected. type: object properties: @@ -194675,12 +194726,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *740 - installation: *741 + enterprise: *742 + installation: *743 number: description: The pull request number. type: integer - organization: *742 + organization: *744 pull_request: title: Pull Request type: object @@ -196985,7 +197036,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *743 + repository: *745 requested_reviewer: title: User type: object @@ -197069,12 +197120,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *740 - installation: *741 + enterprise: *742 + installation: *743 number: description: The pull request number. type: integer - organization: *742 + organization: *744 pull_request: title: Pull Request type: object @@ -199386,7 +199437,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *743 + repository: *745 requested_team: title: Team description: Groups of organization members that gives permissions @@ -199601,12 +199652,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *740 - installation: *741 + enterprise: *742 + installation: *743 number: description: The pull request number. type: integer - organization: *742 + organization: *744 pull_request: title: Pull Request type: object @@ -201913,7 +201964,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *743 + repository: *745 requested_reviewer: title: User type: object @@ -201998,12 +202049,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *740 - installation: *741 + enterprise: *742 + installation: *743 number: description: The pull request number. type: integer - organization: *742 + organization: *744 pull_request: title: Pull Request type: object @@ -204301,7 +204352,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *743 + repository: *745 requested_team: title: Team description: Groups of organization members that gives permissions @@ -204505,9 +204556,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *740 - installation: *741 - organization: *742 + enterprise: *742 + installation: *743 + organization: *744 pull_request: title: Simple Pull Request type: object @@ -206704,8 +206755,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *743 - review: *798 + repository: *745 + review: *800 sender: *4 required: - action @@ -206800,9 +206851,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *740 - installation: *741 - organization: *742 + enterprise: *742 + installation: *743 + organization: *744 pull_request: title: Simple Pull Request type: object @@ -208894,7 +208945,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *743 + repository: *745 sender: *4 thread: type: object @@ -209289,9 +209340,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *740 - installation: *741 - organization: *742 + enterprise: *742 + installation: *743 + organization: *744 pull_request: title: Simple Pull Request type: object @@ -211369,7 +211420,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *743 + repository: *745 sender: *4 thread: type: object @@ -211767,10 +211818,10 @@ x-webhooks: type: string before: type: string - enterprise: *740 - installation: *741 - number: *793 - organization: *742 + enterprise: *742 + installation: *743 + number: *795 + organization: *744 pull_request: title: Pull Request type: object @@ -214063,7 +214114,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *743 + repository: *745 sender: *4 required: - action @@ -214160,11 +214211,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *799 - enterprise: *740 - installation: *741 - number: *793 - organization: *742 + assignee: *801 + enterprise: *742 + installation: *743 + number: *795 + organization: *744 pull_request: title: Pull Request type: object @@ -216469,7 +216520,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *743 + repository: *745 sender: *4 required: - action @@ -216563,11 +216614,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *740 - installation: *741 - label: *761 - number: *793 - organization: *742 + enterprise: *742 + installation: *743 + label: *763 + number: *795 + organization: *744 pull_request: title: Pull Request type: object @@ -218862,7 +218913,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *743 + repository: *745 sender: *4 required: - action @@ -218958,10 +219009,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *740 - installation: *741 - number: *793 - organization: *742 + enterprise: *742 + installation: *743 + number: *795 + organization: *744 pull_request: title: Pull Request type: object @@ -221248,7 +221299,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *743 + repository: *745 sender: *4 required: - action @@ -221463,7 +221514,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *740 + enterprise: *742 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -221555,8 +221606,8 @@ x-webhooks: - url - author - committer - installation: *741 - organization: *742 + installation: *743 + organization: *744 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -222142,9 +222193,9 @@ x-webhooks: type: string enum: - published - enterprise: *740 - installation: *741 - organization: *742 + enterprise: *742 + installation: *743 + organization: *744 registry_package: type: object properties: @@ -222590,7 +222641,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *780 + items: *782 summary: type: string tag_name: @@ -222644,7 +222695,7 @@ x-webhooks: - owner - package_version - registry - repository: *743 + repository: *745 sender: *4 required: - action @@ -222722,9 +222773,9 @@ x-webhooks: type: string enum: - updated - enterprise: *740 - installation: *741 - organization: *742 + enterprise: *742 + installation: *743 + organization: *744 registry_package: type: object properties: @@ -223032,7 +223083,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *780 + items: *782 summary: type: string tag_name: @@ -223081,7 +223132,7 @@ x-webhooks: - owner - package_version - registry - repository: *743 + repository: *745 sender: *4 required: - action @@ -223158,10 +223209,10 @@ x-webhooks: type: string enum: - created - enterprise: *740 - installation: *741 - organization: *742 - release: &800 + enterprise: *742 + installation: *743 + organization: *744 + release: &802 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -223479,7 +223530,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *743 + repository: *745 sender: *4 required: - action @@ -223556,11 +223607,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *740 - installation: *741 - organization: *742 - release: *800 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + release: *802 + repository: *745 sender: *4 required: - action @@ -223677,11 +223728,11 @@ x-webhooks: type: boolean required: - to - enterprise: *740 - installation: *741 - organization: *742 - release: *800 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + release: *802 + repository: *745 sender: *4 required: - action @@ -223759,9 +223810,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *740 - installation: *741 - organization: *742 + enterprise: *742 + installation: *743 + organization: *744 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -224083,7 +224134,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *743 + repository: *745 sender: *4 required: - action @@ -224159,10 +224210,10 @@ x-webhooks: type: string enum: - published - enterprise: *740 - installation: *741 - organization: *742 - release: &801 + enterprise: *742 + installation: *743 + organization: *744 + release: &803 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -224481,7 +224532,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *743 + repository: *745 sender: *4 required: - action @@ -224557,11 +224608,11 @@ x-webhooks: type: string enum: - released - enterprise: *740 - installation: *741 - organization: *742 - release: *800 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + release: *802 + repository: *745 sender: *4 required: - action @@ -224637,11 +224688,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *740 - installation: *741 - organization: *742 - release: *801 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + release: *803 + repository: *745 sender: *4 required: - action @@ -224717,11 +224768,11 @@ x-webhooks: type: string enum: - published - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 - repository_advisory: *662 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 + repository_advisory: *664 sender: *4 required: - action @@ -224797,11 +224848,11 @@ x-webhooks: type: string enum: - reported - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 - repository_advisory: *662 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 + repository_advisory: *664 sender: *4 required: - action @@ -224877,10 +224928,10 @@ x-webhooks: type: string enum: - archived - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -224957,10 +225008,10 @@ x-webhooks: type: string enum: - created - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -225038,10 +225089,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -225125,10 +225176,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -225240,10 +225291,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -225315,10 +225366,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 status: type: string @@ -225399,10 +225450,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -225479,10 +225530,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -225576,10 +225627,10 @@ x-webhooks: - name required: - repository - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -225659,10 +225710,10 @@ x-webhooks: type: string enum: - created - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 repository_ruleset: *326 sender: *4 required: @@ -225741,10 +225792,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 repository_ruleset: *326 sender: *4 required: @@ -225823,10 +225874,10 @@ x-webhooks: type: string enum: - edited - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 repository_ruleset: *326 changes: type: object @@ -225888,16 +225939,16 @@ x-webhooks: properties: added: type: array - items: *615 + items: *617 deleted: type: array - items: *615 + items: *617 updated: type: array items: type: object properties: - rule: *615 + rule: *617 changes: type: object properties: @@ -226131,10 +226182,10 @@ x-webhooks: - from required: - owner - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -226212,10 +226263,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -226293,7 +226344,7 @@ x-webhooks: type: string enum: - create - alert: &802 + alert: &804 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -226415,10 +226466,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -226624,10 +226675,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -226705,11 +226756,11 @@ x-webhooks: type: string enum: - reopen - alert: *802 - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + alert: *804 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -226908,10 +226959,10 @@ x-webhooks: enum: - fixed - open - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -226989,7 +227040,7 @@ x-webhooks: type: string enum: - assigned - alert: &803 + alert: &805 type: object properties: number: *178 @@ -227132,10 +227183,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -227213,11 +227264,11 @@ x-webhooks: type: string enum: - created - alert: *803 - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + alert: *805 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -227298,11 +227349,11 @@ x-webhooks: type: string enum: - created - alert: *803 - installation: *741 - location: *804 - organization: *742 - repository: *743 + alert: *805 + installation: *743 + location: *806 + organization: *744 + repository: *745 sender: *4 required: - location @@ -227540,11 +227591,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *803 - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + alert: *805 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -227622,11 +227673,11 @@ x-webhooks: type: string enum: - reopened - alert: *803 - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + alert: *805 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -227704,11 +227755,11 @@ x-webhooks: type: string enum: - resolved - alert: *803 - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + alert: *805 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -227786,12 +227837,12 @@ x-webhooks: type: string enum: - unassigned - alert: *803 + alert: *805 assignee: *4 - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -227869,11 +227920,11 @@ x-webhooks: type: string enum: - validated - alert: *803 - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + alert: *805 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -227999,10 +228050,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *743 - enterprise: *740 - installation: *741 - organization: *742 + repository: *745 + enterprise: *742 + installation: *743 + organization: *744 sender: *4 required: - action @@ -228080,11 +228131,11 @@ x-webhooks: type: string enum: - published - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 - security_advisory: &805 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 + security_advisory: &807 description: The details of the security advisory, including summary, description, and severity. type: object @@ -228285,11 +228336,11 @@ x-webhooks: type: string enum: - updated - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 - security_advisory: *805 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 + security_advisory: *807 sender: *4 required: - action @@ -228362,10 +228413,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -228558,9 +228609,9 @@ x-webhooks: type: object properties: security_and_analysis: *299 - enterprise: *740 - installation: *741 - organization: *742 + enterprise: *742 + installation: *743 + organization: *744 repository: *347 sender: *4 required: @@ -228639,12 +228690,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 - sponsorship: &806 + sponsorship: &808 type: object properties: created_at: @@ -228945,12 +228996,12 @@ x-webhooks: type: string enum: - created - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 - sponsorship: *806 + sponsorship: *808 required: - action - sponsorship @@ -229038,12 +229089,12 @@ x-webhooks: type: string required: - from - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 - sponsorship: *806 + sponsorship: *808 required: - action - changes @@ -229120,17 +229171,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &807 + effective_date: &809 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: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 - sponsorship: *806 + sponsorship: *808 required: - action - sponsorship @@ -229204,7 +229255,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &808 + changes: &810 type: object properties: tier: @@ -229248,13 +229299,13 @@ x-webhooks: - from required: - tier - effective_date: *807 - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + effective_date: *809 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 - sponsorship: *806 + sponsorship: *808 required: - action - changes @@ -229331,13 +229382,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *808 - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + changes: *810 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 - sponsorship: *806 + sponsorship: *808 required: - action - changes @@ -229411,10 +229462,10 @@ x-webhooks: type: string enum: - created - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -229497,10 +229548,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -229920,15 +229971,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *740 + enterprise: *742 id: description: The unique identifier of the status. type: integer - installation: *741 + installation: *743 name: type: string - organization: *742 - repository: *743 + organization: *744 + repository: *745 sender: *4 sha: description: The Commit SHA. @@ -230043,9 +230094,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *85 - installation: *741 - organization: *742 - repository: *743 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -230135,9 +230186,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *85 - installation: *741 - organization: *742 - repository: *743 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -230227,9 +230278,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *85 - installation: *741 - organization: *742 - repository: *743 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -230319,9 +230370,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *85 - installation: *741 - organization: *742 - repository: *743 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -230398,12 +230449,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 - team: &809 + team: &811 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -230626,9 +230677,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *740 - installation: *741 - organization: *742 + enterprise: *742 + installation: *743 + organization: *744 repository: title: Repository description: A git repository @@ -231086,7 +231137,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *809 + team: *811 required: - action - team @@ -231162,9 +231213,9 @@ x-webhooks: type: string enum: - created - enterprise: *740 - installation: *741 - organization: *742 + enterprise: *742 + installation: *743 + organization: *744 repository: title: Repository description: A git repository @@ -231622,7 +231673,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *809 + team: *811 required: - action - team @@ -231699,9 +231750,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *740 - installation: *741 - organization: *742 + enterprise: *742 + installation: *743 + organization: *744 repository: title: Repository description: A git repository @@ -232159,7 +232210,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *809 + team: *811 required: - action - team @@ -232303,9 +232354,9 @@ x-webhooks: - from required: - permissions - enterprise: *740 - installation: *741 - organization: *742 + enterprise: *742 + installation: *743 + organization: *744 repository: title: Repository description: A git repository @@ -232763,7 +232814,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *809 + team: *811 required: - action - changes @@ -232841,9 +232892,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *740 - installation: *741 - organization: *742 + enterprise: *742 + installation: *743 + organization: *744 repository: title: Repository description: A git repository @@ -233301,7 +233352,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *809 + team: *811 required: - action - team @@ -233377,10 +233428,10 @@ x-webhooks: type: string enum: - started - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 required: - action @@ -233453,16 +233504,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *740 + enterprise: *742 inputs: type: object nullable: true additionalProperties: true - installation: *741 - organization: *742 + installation: *743 + organization: *744 ref: type: string - repository: *743 + repository: *745 sender: *4 workflow: type: string @@ -233544,10 +233595,10 @@ x-webhooks: type: string enum: - completed - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 workflow_job: allOf: @@ -233784,7 +233835,7 @@ x-webhooks: type: string required: - conclusion - deployment: *505 + deployment: *507 required: - action - repository @@ -233863,10 +233914,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 workflow_job: allOf: @@ -234126,7 +234177,7 @@ x-webhooks: required: - status - steps - deployment: *505 + deployment: *507 required: - action - repository @@ -234205,10 +234256,10 @@ x-webhooks: type: string enum: - queued - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 workflow_job: type: object @@ -234343,7 +234394,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *505 + deployment: *507 required: - action - repository @@ -234422,10 +234473,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 workflow_job: type: object @@ -234561,7 +234612,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *505 + deployment: *507 required: - action - repository @@ -234641,12 +234692,12 @@ x-webhooks: type: string enum: - completed - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 - workflow: *757 + workflow: *759 workflow_run: title: Workflow Run type: object @@ -235645,12 +235696,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 - workflow: *757 + workflow: *759 workflow_run: title: Workflow Run type: object @@ -236634,12 +236685,12 @@ x-webhooks: type: string enum: - requested - enterprise: *740 - installation: *741 - organization: *742 - repository: *743 + enterprise: *742 + installation: *743 + organization: *744 + repository: *745 sender: *4 - workflow: *757 + workflow: *759 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index 38a6cd274..e18072489 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -377995,6 +377995,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" + } + } } } }, @@ -384883,6 +384913,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/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index a69d221f9..053b766d9 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -1031,7 +1031,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &774 + - &776 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4178,7 +4178,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &784 + schema: &786 title: Scim Error description: Scim Error type: object @@ -11533,7 +11533,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &785 + '401': &787 description: Authorization failure '404': *6 x-github: @@ -20132,7 +20132,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 - - &612 + - &614 name: has in: query description: |- @@ -20255,7 +20255,7 @@ paths: - direct - transitive - inconclusive - security_advisory: &613 + security_advisory: &615 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -20494,14 +20494,14 @@ paths: nullable: true maxLength: 280 fixed_at: *140 - auto_dismissed_at: &614 + auto_dismissed_at: &616 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: &615 + dismissal_request: &617 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -24386,7 +24386,7 @@ paths: - *167 rules: type: array - items: &740 + items: &742 title: Repository Rule type: object description: A repository rule. @@ -24395,7 +24395,7 @@ paths: - *173 - *174 - *175 - - &738 + - &740 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -24991,14 +24991,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &752 + state: &754 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: &753 + resolution: &755 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -25115,8 +25115,8 @@ paths: pull request. ' - oneOf: &754 - - &756 + oneOf: &756 + - &758 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -25174,7 +25174,7 @@ paths: - blob_url - commit_sha - commit_url - - &757 + - &759 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. @@ -25229,7 +25229,7 @@ paths: - page_url - commit_sha - commit_url - - &758 + - &760 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -25249,7 +25249,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &759 + - &761 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -25269,7 +25269,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &760 + - &762 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -25289,7 +25289,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &761 + - &763 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -25303,7 +25303,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &762 + - &764 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -25317,7 +25317,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &763 + - &765 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -25331,7 +25331,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &764 + - &766 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. @@ -25351,7 +25351,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &765 + - &767 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. @@ -25371,7 +25371,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &766 + - &768 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. @@ -25391,7 +25391,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &767 + - &769 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. @@ -25411,7 +25411,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &768 + - &770 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. @@ -29074,7 +29074,7 @@ paths: properties: action: type: string - discussion: &892 + discussion: &894 title: Discussion description: A Discussion in a repository. type: object @@ -29441,7 +29441,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &673 + properties: &675 id: type: integer format: int64 @@ -29817,7 +29817,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &812 + sub_issues_summary: &814 title: Sub-issues Summary type: object properties: @@ -29904,7 +29904,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &695 + properties: &697 pinned_at: type: string format: date-time @@ -29916,7 +29916,7 @@ paths: properties: *20 required: *21 nullable: true - required: &696 + required: &698 - pinned_at - pinned_by nullable: true @@ -29930,7 +29930,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &813 + issue_dependencies_summary: &815 title: Issue Dependencies Summary type: object properties: @@ -29949,7 +29949,7 @@ paths: - total_blocking issue_field_values: type: array - items: &680 + items: &682 title: Issue Field Value description: A value assigned to an issue field type: object @@ -30010,7 +30010,7 @@ paths: - node_id - data_type - value - required: &674 + required: &676 - assignee - closed_at - comments @@ -30048,7 +30048,7 @@ paths: action: type: string issue: *227 - comment: &669 + comment: &671 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -30712,7 +30712,7 @@ paths: type: string release: allOf: - - &731 + - &733 title: Release description: A release. type: object @@ -30783,7 +30783,7 @@ paths: author: *4 assets: type: array - items: &732 + items: &734 title: Release Asset description: Data related to a release. type: object @@ -31362,7 +31362,7 @@ paths: url: type: string format: uri - user: &819 + user: &821 title: Public User description: Public User type: object @@ -34754,7 +34754,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &705 + - &707 name: all description: If `true`, show notifications marked as read. in: query @@ -34762,7 +34762,7 @@ paths: schema: type: boolean default: false - - &706 + - &708 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -34772,7 +34772,7 @@ paths: type: boolean default: false - *234 - - &707 + - &709 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: @@ -35310,7 +35310,7 @@ paths: - url - subscription_url examples: - default: &708 + default: &710 value: - id: '1' repository: @@ -36427,7 +36427,7 @@ paths: type: array items: *158 examples: - default: &714 + default: &716 value: - property_name: environment value: production @@ -36477,7 +36477,7 @@ paths: required: - properties examples: - default: &715 + default: &717 value: properties: - property_name: environment @@ -42286,12 +42286,12 @@ paths: required: - subject_digests examples: - default: &851 + default: &853 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &852 + withPredicateType: &854 value: subject_digests: - sha256:abc123 @@ -42349,7 +42349,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &853 + default: &855 value: attestations_subject_digests: - sha256:abc: @@ -48019,7 +48019,7 @@ paths: description: Response content: application/json: - schema: &618 + schema: &620 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -48036,7 +48036,7 @@ paths: - key_id - key examples: - default: &619 + default: &621 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -48364,7 +48364,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *89 - - &627 + - &629 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -48372,7 +48372,7 @@ paths: required: false schema: type: string - - &628 + - &630 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -48380,7 +48380,7 @@ paths: required: false schema: type: string - - &629 + - &631 name: time_period description: |- The time period to filter by. @@ -48396,7 +48396,7 @@ paths: - week - month default: month - - &630 + - &632 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -48421,7 +48421,7 @@ paths: application/json: schema: type: array - items: &631 + items: &633 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -48577,7 +48577,7 @@ paths: format: uri example: https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &632 + default: &634 value: - id: 21 number: 42 @@ -48679,7 +48679,7 @@ paths: application/json: schema: type: array - items: &633 + items: &635 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -48796,7 +48796,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &634 + default: &636 value: - id: 21 number: 42 @@ -50838,7 +50838,7 @@ paths: required: true content: application/json: - schema: &665 + schema: &667 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -53395,7 +53395,7 @@ paths: parameters: - *89 - *399 - - &834 + - &836 name: repo_name description: repo_name parameter in: path @@ -54723,7 +54723,7 @@ paths: - nuget - container - *89 - - &835 + - &837 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -54764,7 +54764,7 @@ paths: default: *405 '403': *29 '401': *25 - '400': &837 + '400': &839 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -56754,7 +56754,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &928 + properties: &930 id: type: number description: The unique identifier of the status update. @@ -56802,7 +56802,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &929 + required: &931 - id - node_id - created_at @@ -57242,7 +57242,7 @@ paths: - review_comment - self author_association: *224 - auto_merge: &717 + auto_merge: &719 title: Auto merge description: The status of auto merging a pull request. type: object @@ -57620,7 +57620,7 @@ paths: - updated_at - project_url examples: - default: &856 + default: &858 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -57797,7 +57797,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &857 + items: &859 type: object properties: name: @@ -57834,7 +57834,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &858 + iteration_configuration: &860 type: object description: The configuration for iteration fields. properties: @@ -57884,7 +57884,7 @@ paths: value: name: Due date data_type: date - single_select_field: &859 + single_select_field: &861 summary: Create a single select field value: name: Priority @@ -57911,7 +57911,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &860 + iteration_field: &862 summary: Create an iteration field value: name: Sprint @@ -57937,7 +57937,7 @@ paths: application/json: schema: *426 examples: - text_field: &861 + text_field: &863 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -57946,7 +57946,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: &862 + number_field: &864 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -57955,7 +57955,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: &863 + date_field: &865 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -57964,7 +57964,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: &864 + single_select_field: &866 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -57998,7 +57998,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &865 + iteration_field: &867 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -58044,7 +58044,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - *422 - - &866 + - &868 name: field_id description: The unique identifier of the field. in: path @@ -58059,7 +58059,7 @@ paths: application/json: schema: *426 examples: - default: &867 + default: &869 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -59256,7 +59256,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &848 + schema: &850 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -59433,7 +59433,7 @@ paths: parameters: - *422 - *89 - - &868 + - &870 name: view_number description: The number that identifies the project view. in: path @@ -61261,7 +61261,7 @@ paths: - *89 - *17 - *19 - - &739 + - &741 name: targets description: | A comma-separated list of rule targets to filter by. @@ -61477,7 +61477,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *89 - - &741 + - &743 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 @@ -61489,14 +61489,14 @@ paths: x-multi-segment: true - *316 - *107 - - &742 + - &744 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 - - &743 + - &745 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -61516,7 +61516,7 @@ paths: description: Response content: application/json: - schema: &744 + schema: &746 title: Rule Suites description: Response type: array @@ -61571,7 +61571,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &745 + default: &747 value: - id: 21 actor_id: 12 @@ -61615,7 +61615,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *89 - - &746 + - &748 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -61631,7 +61631,7 @@ paths: description: Response content: application/json: - schema: &747 + schema: &749 title: Rule Suite description: Response type: object @@ -61730,7 +61730,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &748 + default: &750 value: id: 21 actor_id: 12 @@ -62066,7 +62066,7 @@ paths: - *112 - *19 - *17 - - &750 + - &752 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -62076,7 +62076,7 @@ paths: required: false schema: type: string - - &751 + - &753 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -62289,7 +62289,7 @@ paths: application/json: schema: type: array - items: &772 + items: &774 description: A repository security advisory. type: object properties: @@ -62580,7 +62580,7 @@ paths: - private_fork additionalProperties: false examples: - default: &773 + default: &775 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -64675,7 +64675,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &815 + response-if-user-is-a-team-maintainer: &817 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -64740,7 +64740,7 @@ paths: application/json: schema: *477 examples: - response-if-users-membership-with-team-is-now-pending: &816 + response-if-users-membership-with-team-is-now-pending: &818 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -64854,7 +64854,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &817 + schema: &819 title: Team Repository description: A team's access to a repository. type: object @@ -65622,7 +65622,7 @@ paths: type: array items: *319 examples: - response-if-child-teams-exist: &818 + response-if-child-teams-exist: &820 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -67094,7 +67094,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': &668 + '410': &670 description: Gone content: application/json: @@ -70714,7 +70714,7 @@ paths: items: type: object properties: - type: &635 + type: &637 type: string description: The type of reviewer. enum: @@ -70848,12 +70848,12 @@ paths: application/json: schema: type: array - items: &622 + items: &624 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &886 + properties: &888 url: type: string format: uri @@ -70938,7 +70938,7 @@ paths: nullable: true properties: *222 required: *223 - required: &887 + required: &889 - id - node_id - sha @@ -70954,7 +70954,7 @@ paths: - created_at - updated_at examples: - default: &623 + default: &625 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -71338,7 +71338,7 @@ paths: application/json: schema: *509 examples: - default: &648 + default: &650 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -71557,7 +71557,7 @@ paths: application/json: schema: *513 examples: - default: &649 + default: &651 value: name: USERNAME value: octocat @@ -73363,7 +73363,7 @@ paths: required: - sha - url - verification: &655 + verification: &657 title: Verification type: object properties: @@ -76876,7 +76876,7 @@ paths: check. type: array items: *232 - deployment: &879 + deployment: &881 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -77788,7 +77788,7 @@ paths: type: string format: date-time nullable: true - head_commit: &912 + head_commit: &914 title: Simple Commit description: A commit. type: object @@ -80184,7 +80184,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': &610 + '302': &612 description: Found '403': *558 '404': *6 @@ -82059,14 +82059,14 @@ paths: type: integer machines: type: array - items: &824 + items: &826 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *583 required: *584 examples: - default: &825 + default: &827 value: total_count: 2 machines: @@ -82749,7 +82749,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &667 + schema: &669 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -83453,7 +83453,7 @@ paths: - content - created_at examples: - default: &671 + default: &673 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -83590,7 +83590,7 @@ paths: - *478 - *479 - *243 - - &672 + - &674 name: reaction_id description: The unique identifier of the reaction. in: path @@ -83704,7 +83704,7 @@ paths: type: array items: *595 examples: - default: &724 + default: &726 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -83995,7 +83995,7 @@ paths: type: array items: *599 examples: - default: &716 + default: &718 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -84553,7 +84553,7 @@ paths: application/json: schema: *595 examples: - default: &701 + default: &703 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -84637,6 +84637,47 @@ paths: patch: |- @@ -29,7 +29,7 @@ ..... + application/vnd.github.diff: + schema: + type: string + examples: + default: &609 + 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: &610 + 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': *40 @@ -85171,7 +85212,7 @@ paths: application/json: schema: type: array - items: &777 + items: &779 title: Status description: The status of a commit. type: object @@ -85793,6 +85834,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: *609 + application/vnd.github.patch: + schema: + type: string + examples: + default: *610 '404': *6 '500': *40 '503': *198 @@ -85998,7 +86049,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &609 + response-if-content-is-a-file-github-object: &611 summary: Response if content is a file value: type: file @@ -86130,7 +86181,7 @@ paths: - size - type - url - - &729 + - &731 title: Content File description: Content File type: object @@ -86331,7 +86382,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *609 + response-if-content-is-a-file: *611 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -86400,7 +86451,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *610 + '302': *612 '304': *37 x-github: githubCloudOnly: false @@ -86517,7 +86568,7 @@ paths: description: Response content: application/json: - schema: &611 + schema: &613 title: File Commit description: File Commit type: object @@ -86669,7 +86720,7 @@ paths: description: Response content: application/json: - schema: *611 + schema: *613 examples: example-for-creating-a-file: value: @@ -86723,7 +86774,7 @@ paths: schema: oneOf: - *3 - - &650 + - &652 description: Repository rule violation was detected type: object properties: @@ -86744,7 +86795,7 @@ paths: items: type: object properties: - placeholder_id: &769 + placeholder_id: &771 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -86838,7 +86889,7 @@ paths: description: Response content: application/json: - schema: *611 + schema: *613 examples: default: value: @@ -87031,7 +87082,7 @@ paths: schema: type: string - *345 - - *612 + - *614 - *346 - *347 - *348 @@ -87046,7 +87097,7 @@ paths: application/json: schema: type: array - items: &616 + items: &618 type: object description: A Dependabot alert. properties: @@ -87093,7 +87144,7 @@ paths: - direct - transitive - inconclusive - security_advisory: *613 + security_advisory: *615 security_vulnerability: *134 url: *135 html_url: *136 @@ -87124,8 +87175,8 @@ paths: nullable: true maxLength: 280 fixed_at: *140 - auto_dismissed_at: *614 - dismissal_request: *615 + auto_dismissed_at: *616 + dismissal_request: *617 assignees: type: array description: The users assigned to this alert. @@ -87382,7 +87433,7 @@ paths: parameters: - *478 - *479 - - &617 + - &619 name: alert_number in: path description: |- @@ -87397,7 +87448,7 @@ paths: description: Response content: application/json: - schema: *616 + schema: *618 examples: default: value: @@ -87531,7 +87582,7 @@ paths: parameters: - *478 - *479 - - *617 + - *619 requestBody: required: true content: @@ -87587,7 +87638,7 @@ paths: description: Response content: application/json: - schema: *616 + schema: *618 examples: default: value: @@ -87736,7 +87787,7 @@ paths: type: integer secrets: type: array - items: &620 + items: &622 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -87796,9 +87847,9 @@ paths: description: Response content: application/json: - schema: *618 + schema: *620 examples: - default: *619 + default: *621 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87826,7 +87877,7 @@ paths: description: Response content: application/json: - schema: *620 + schema: *622 examples: default: value: @@ -88407,7 +88458,7 @@ paths: - version - url additionalProperties: false - metadata: &621 + metadata: &623 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -88440,7 +88491,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *621 + metadata: *623 resolved: type: object description: A collection of resolved package dependencies. @@ -88453,7 +88504,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *621 + metadata: *623 relationship: type: string description: A notation of whether a dependency is requested @@ -88623,9 +88674,9 @@ paths: application/json: schema: type: array - items: *622 + items: *624 examples: - default: *623 + default: *625 headers: Link: *47 x-github: @@ -88773,7 +88824,7 @@ paths: description: Response content: application/json: - schema: *622 + schema: *624 examples: simple-example: summary: Simple example @@ -88848,7 +88899,7 @@ paths: parameters: - *478 - *479 - - &624 + - &626 name: deployment_id description: deployment_id parameter in: path @@ -88860,7 +88911,7 @@ paths: description: Response content: application/json: - schema: *622 + schema: *624 examples: default: value: @@ -88927,7 +88978,7 @@ paths: parameters: - *478 - *479 - - *624 + - *626 responses: '204': description: Response @@ -88951,7 +89002,7 @@ paths: parameters: - *478 - *479 - - *624 + - *626 - *17 - *19 responses: @@ -88961,7 +89012,7 @@ paths: application/json: schema: type: array - items: &625 + items: &627 title: Deployment Status description: The status of a deployment. type: object @@ -89124,7 +89175,7 @@ paths: parameters: - *478 - *479 - - *624 + - *626 requestBody: required: true content: @@ -89199,9 +89250,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *627 examples: - default: &626 + default: &628 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -89259,7 +89310,7 @@ paths: parameters: - *478 - *479 - - *624 + - *626 - name: status_id in: path required: true @@ -89270,9 +89321,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *627 examples: - default: *626 + default: *628 '404': *6 x-github: githubCloudOnly: false @@ -89301,10 +89352,10 @@ paths: parameters: - *478 - *479 - - *627 - - *628 - *629 - *630 + - *631 + - *632 - *17 - *19 responses: @@ -89314,9 +89365,9 @@ paths: application/json: schema: type: array - items: *631 + items: *633 examples: - default: *632 + default: *634 '404': *6 '403': *29 '500': *40 @@ -89353,7 +89404,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *631 + schema: *633 examples: default: value: @@ -89471,10 +89522,10 @@ paths: parameters: - *478 - *479 - - *627 - - *628 - *629 - *630 + - *631 + - *632 - *17 - *19 responses: @@ -89484,9 +89535,9 @@ paths: application/json: schema: type: array - items: *633 + items: *635 examples: - default: *634 + default: *636 '404': *6 '403': *29 '500': *40 @@ -89523,7 +89574,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *633 + schema: *635 examples: default: value: @@ -89613,7 +89664,7 @@ paths: description: The created dismissal request. content: application/json: - schema: *633 + schema: *635 examples: default: value: @@ -90029,7 +90080,7 @@ paths: type: integer environments: type: array - items: &636 + items: &638 title: Environment description: Details of a deployment environment type: object @@ -90081,7 +90132,7 @@ paths: type: type: string example: wait_timer - wait_timer: &638 + wait_timer: &640 type: integer example: 30 description: The amount of time to delay a job after @@ -90118,7 +90169,7 @@ paths: items: type: object properties: - type: *635 + type: *637 reviewer: anyOf: - *4 @@ -90142,7 +90193,7 @@ paths: - id - node_id - type - deployment_branch_policy: &639 + deployment_branch_policy: &641 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -90260,7 +90311,7 @@ paths: parameters: - *478 - *479 - - &637 + - &639 name: environment_name in: path required: true @@ -90273,9 +90324,9 @@ paths: description: Response content: application/json: - schema: *636 + schema: *638 examples: - default: &640 + default: &642 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -90361,7 +90412,7 @@ paths: parameters: - *478 - *479 - - *637 + - *639 requestBody: required: false content: @@ -90370,7 +90421,7 @@ paths: type: object nullable: true properties: - wait_timer: *638 + wait_timer: *640 prevent_self_review: type: boolean example: false @@ -90387,13 +90438,13 @@ paths: items: type: object properties: - type: *635 + type: *637 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *639 + deployment_branch_policy: *641 additionalProperties: false examples: default: @@ -90413,9 +90464,9 @@ paths: description: Response content: application/json: - schema: *636 + schema: *638 examples: - default: *640 + default: *642 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -90441,7 +90492,7 @@ paths: parameters: - *478 - *479 - - *637 + - *639 responses: '204': description: Default response @@ -90468,7 +90519,7 @@ paths: parameters: - *478 - *479 - - *637 + - *639 - *17 - *19 responses: @@ -90486,7 +90537,7 @@ paths: example: 2 branch_policies: type: array - items: &641 + items: &643 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -90545,7 +90596,7 @@ paths: parameters: - *478 - *479 - - *637 + - *639 requestBody: required: true content: @@ -90591,9 +90642,9 @@ paths: description: Response content: application/json: - schema: *641 + schema: *643 examples: - example-wildcard: &642 + example-wildcard: &644 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -90637,8 +90688,8 @@ paths: parameters: - *478 - *479 - - *637 - - &643 + - *639 + - &645 name: branch_policy_id in: path required: true @@ -90650,9 +90701,9 @@ paths: description: Response content: application/json: - schema: *641 + schema: *643 examples: - default: *642 + default: *644 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90673,8 +90724,8 @@ paths: parameters: - *478 - *479 - - *637 - - *643 + - *639 + - *645 requestBody: required: true content: @@ -90702,9 +90753,9 @@ paths: description: Response content: application/json: - schema: *641 + schema: *643 examples: - default: *642 + default: *644 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90725,8 +90776,8 @@ paths: parameters: - *478 - *479 - - *637 - - *643 + - *639 + - *645 responses: '204': description: Response @@ -90751,7 +90802,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *637 + - *639 - *479 - *478 responses: @@ -90769,7 +90820,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &644 + items: &646 title: Deployment protection rule description: Deployment protection rule type: object @@ -90788,7 +90839,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &645 + app: &647 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -90887,7 +90938,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *637 + - *639 - *479 - *478 requestBody: @@ -90910,9 +90961,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *644 + schema: *646 examples: - default: &646 + default: &648 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -90947,7 +90998,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *637 + - *639 - *479 - *478 - *19 @@ -90968,7 +91019,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *645 + items: *647 examples: default: value: @@ -91005,8 +91056,8 @@ paths: parameters: - *478 - *479 - - *637 - - &647 + - *639 + - &649 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -91018,9 +91069,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *646 examples: - default: *646 + default: *648 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91041,10 +91092,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *637 + - *639 - *479 - *478 - - *647 + - *649 responses: '204': description: Response @@ -91072,7 +91123,7 @@ paths: parameters: - *478 - *479 - - *637 + - *639 - *17 - *19 responses: @@ -91119,7 +91170,7 @@ paths: parameters: - *478 - *479 - - *637 + - *639 responses: '200': description: Response @@ -91151,7 +91202,7 @@ paths: parameters: - *478 - *479 - - *637 + - *639 - *300 responses: '200': @@ -91160,7 +91211,7 @@ paths: application/json: schema: *509 examples: - default: *648 + default: *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91184,7 +91235,7 @@ paths: parameters: - *478 - *479 - - *637 + - *639 - *300 requestBody: required: true @@ -91244,7 +91295,7 @@ paths: parameters: - *478 - *479 - - *637 + - *639 - *300 responses: '204': @@ -91272,7 +91323,7 @@ paths: parameters: - *478 - *479 - - *637 + - *639 - *496 - *19 responses: @@ -91317,7 +91368,7 @@ paths: parameters: - *478 - *479 - - *637 + - *639 requestBody: required: true content: @@ -91371,7 +91422,7 @@ paths: parameters: - *478 - *479 - - *637 + - *639 - *303 responses: '200': @@ -91380,7 +91431,7 @@ paths: application/json: schema: *513 examples: - default: *649 + default: *651 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91404,7 +91455,7 @@ paths: - *478 - *479 - *303 - - *637 + - *639 requestBody: required: true content: @@ -91449,7 +91500,7 @@ paths: - *478 - *479 - *303 - - *637 + - *639 responses: '204': description: Response @@ -91817,7 +91868,7 @@ paths: schema: oneOf: - *265 - - *650 + - *652 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92052,7 +92103,7 @@ paths: description: Response content: application/json: - schema: &651 + schema: &653 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -92274,7 +92325,7 @@ paths: description: Response content: application/json: - schema: *651 + schema: *653 examples: default: value: @@ -92332,7 +92383,7 @@ paths: parameters: - *478 - *479 - - &652 + - &654 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. @@ -92349,7 +92400,7 @@ paths: application/json: schema: type: array - items: &653 + items: &655 title: Git Reference description: Git references within a repository type: object @@ -92426,15 +92477,15 @@ paths: parameters: - *478 - *479 - - *652 + - *654 responses: '200': description: Response content: application/json: - schema: *653 + schema: *655 examples: - default: &654 + default: &656 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -92493,9 +92544,9 @@ paths: description: Response content: application/json: - schema: *653 + schema: *655 examples: - default: *654 + default: *656 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -92523,7 +92574,7 @@ paths: parameters: - *478 - *479 - - *652 + - *654 requestBody: required: true content: @@ -92552,9 +92603,9 @@ paths: description: Response content: application/json: - schema: *653 + schema: *655 examples: - default: *654 + default: *656 '422': *15 '409': *121 x-github: @@ -92574,7 +92625,7 @@ paths: parameters: - *478 - *479 - - *652 + - *654 responses: '204': description: Response @@ -92697,7 +92748,7 @@ paths: description: Response content: application/json: - schema: &656 + schema: &658 title: Git Tag description: Metadata for a Git tag type: object @@ -92748,7 +92799,7 @@ paths: - sha - type - url - verification: *655 + verification: *657 required: - sha - url @@ -92758,7 +92809,7 @@ paths: - tag - message examples: - default: &657 + default: &659 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -92843,9 +92894,9 @@ paths: description: Response content: application/json: - schema: *656 + schema: *658 examples: - default: *657 + default: *659 '404': *6 '409': *121 x-github: @@ -92943,7 +92994,7 @@ paths: description: Response content: application/json: - schema: &658 + schema: &660 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -93063,7 +93114,7 @@ paths: description: Response content: application/json: - schema: *658 + schema: *660 examples: default-response: summary: Default response @@ -93133,7 +93184,7 @@ paths: application/json: schema: type: array - items: &659 + items: &661 title: Webhook description: Webhooks for repositories. type: object @@ -93187,7 +93238,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &920 + last_response: &922 title: Hook Response type: object properties: @@ -93314,9 +93365,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *661 examples: - default: &660 + default: &662 value: type: Repository id: 12345678 @@ -93372,9 +93423,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *661 examples: - default: *660 + default: *662 '404': *6 x-github: githubCloudOnly: false @@ -93441,9 +93492,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *661 examples: - default: *660 + default: *662 '422': *15 '404': *6 x-github: @@ -93839,7 +93890,7 @@ paths: description: Response content: application/json: - schema: &661 + schema: &663 title: Import description: A repository import from an external source. type: object @@ -93938,7 +93989,7 @@ paths: - html_url - authors_url examples: - default: &664 + default: &666 value: vcs: subversion use_lfs: true @@ -93954,7 +94005,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': &662 + '503': &664 description: Unavailable due to service under maintenance. content: application/json: @@ -94032,7 +94083,7 @@ paths: description: Response content: application/json: - schema: *661 + schema: *663 examples: default: value: @@ -94057,7 +94108,7 @@ paths: type: string '422': *15 '404': *6 - '503': *662 + '503': *664 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94135,7 +94186,7 @@ paths: description: Response content: application/json: - schema: *661 + schema: *663 examples: example-1: summary: Example 1 @@ -94183,7 +94234,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': *662 + '503': *664 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94211,7 +94262,7 @@ paths: responses: '204': description: Response - '503': *662 + '503': *664 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94239,7 +94290,7 @@ paths: parameters: - *478 - *479 - - &846 + - &848 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -94253,7 +94304,7 @@ paths: application/json: schema: type: array - items: &663 + items: &665 title: Porter Author description: Porter Author type: object @@ -94307,7 +94358,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': *662 + '503': *664 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94363,7 +94414,7 @@ paths: description: Response content: application/json: - schema: *663 + schema: *665 examples: default: value: @@ -94376,7 +94427,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *662 + '503': *664 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94442,7 +94493,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *662 + '503': *664 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94498,11 +94549,11 @@ paths: description: Response content: application/json: - schema: *661 + schema: *663 examples: - default: *664 + default: *666 '422': *15 - '503': *662 + '503': *664 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94569,7 +94620,7 @@ paths: properties: {} additionalProperties: false examples: - default: &666 + default: &668 value: limit: collaborators_only origin: repository @@ -94600,7 +94651,7 @@ paths: required: true content: application/json: - schema: *665 + schema: *667 examples: default: summary: Example request body @@ -94614,7 +94665,7 @@ paths: application/json: schema: *380 examples: - default: *666 + default: *668 '409': description: Response x-github: @@ -94671,9 +94722,9 @@ paths: application/json: schema: type: array - items: *667 + items: *669 examples: - default: &839 + default: &841 value: - id: 1 repository: @@ -94835,7 +94886,7 @@ paths: description: Response content: application/json: - schema: *667 + schema: *669 examples: default: value: @@ -95073,7 +95124,7 @@ paths: type: array items: *227 examples: - default: &679 + default: &681 value: - id: 1 node_id: MDU6SXNzdWUx @@ -95336,7 +95387,7 @@ paths: application/json: schema: *227 examples: - default: &676 + default: &678 value: id: 1 node_id: MDU6SXNzdWUx @@ -95493,7 +95544,7 @@ paths: '422': *15 '503': *198 '404': *6 - '410': *668 + '410': *670 x-github: triggersNotification: true githubCloudOnly: false @@ -95543,9 +95594,9 @@ paths: application/json: schema: type: array - items: *669 + items: *671 examples: - default: &678 + default: &680 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -95611,9 +95662,9 @@ paths: description: Response content: application/json: - schema: *669 + schema: *671 examples: - default: &670 + default: &672 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -95692,9 +95743,9 @@ paths: description: Response content: application/json: - schema: *669 + schema: *671 examples: - default: *670 + default: *672 '422': *15 x-github: githubCloudOnly: false @@ -95750,7 +95801,7 @@ paths: description: Response content: application/json: - schema: *669 + schema: *671 examples: default: value: @@ -95806,7 +95857,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *668 + '410': *670 '422': *15 x-github: githubCloudOnly: false @@ -95832,7 +95883,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *668 + '410': *670 '503': *198 x-github: githubCloudOnly: false @@ -95880,7 +95931,7 @@ paths: type: array items: *593 examples: - default: *671 + default: *673 headers: Link: *47 '404': *6 @@ -95969,7 +96020,7 @@ paths: - *478 - *479 - *243 - - *672 + - *674 responses: '204': description: Response @@ -96000,7 +96051,7 @@ paths: application/json: schema: type: array - items: &675 + items: &677 title: Issue Event description: Issue Event type: object @@ -96043,8 +96094,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *673 - required: *674 + properties: *675 + required: *676 nullable: true label: title: Issue Event Label @@ -96364,7 +96415,7 @@ paths: description: Response content: application/json: - schema: *675 + schema: *677 examples: default: value: @@ -96557,7 +96608,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *668 + '410': *670 '403': *29 x-github: githubCloudOnly: false @@ -96593,7 +96644,7 @@ paths: parameters: - *478 - *479 - - &677 + - &679 name: issue_number description: The number that identifies the issue. in: path @@ -96609,7 +96660,7 @@ paths: examples: default: summary: Issue - value: *676 + value: *678 pinned_comment: summary: Issue with pinned comment value: @@ -96810,7 +96861,7 @@ paths: state_reason: completed '301': *484 '404': *6 - '410': *668 + '410': *670 '304': *37 x-github: githubCloudOnly: false @@ -96837,7 +96888,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 requestBody: required: false content: @@ -96963,13 +97014,13 @@ paths: application/json: schema: *227 examples: - default: *676 + default: *678 '422': *15 '503': *198 '403': *29 '301': *484 '404': *6 - '410': *668 + '410': *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96989,7 +97040,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 requestBody: required: false content: @@ -97017,7 +97068,7 @@ paths: application/json: schema: *227 examples: - default: *676 + default: *678 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97035,7 +97086,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 requestBody: content: application/json: @@ -97062,7 +97113,7 @@ paths: application/json: schema: *227 examples: - default: *676 + default: *678 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97086,7 +97137,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 - name: assignee in: path required: true @@ -97128,7 +97179,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 - *234 - *17 - *19 @@ -97139,13 +97190,13 @@ paths: application/json: schema: type: array - items: *669 + items: *671 examples: - default: *678 + default: *680 headers: Link: *47 '404': *6 - '410': *668 + '410': *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97176,7 +97227,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 requestBody: required: true content: @@ -97198,16 +97249,16 @@ paths: description: Response content: application/json: - schema: *669 + schema: *671 examples: - default: *670 + default: *672 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *668 + '410': *670 '422': *15 '404': *6 x-github: @@ -97237,7 +97288,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 - *17 - *19 responses: @@ -97249,12 +97300,12 @@ paths: type: array items: *227 examples: - default: *679 + default: *681 headers: Link: *47 '301': *484 '404': *6 - '410': *668 + '410': *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97284,7 +97335,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 requestBody: required: true content: @@ -97308,7 +97359,7 @@ paths: application/json: schema: *227 examples: - default: *676 + default: *678 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -97316,7 +97367,7 @@ paths: type: string '301': *484 '403': *29 - '410': *668 + '410': *670 '422': *15 '404': *6 x-github: @@ -97349,7 +97400,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -97363,13 +97414,13 @@ paths: application/json: schema: *227 examples: - default: *676 + default: *678 '301': *484 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *668 + '410': *670 x-github: triggersNotification: true githubCloudOnly: false @@ -97397,7 +97448,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 - *17 - *19 responses: @@ -97409,12 +97460,12 @@ paths: type: array items: *227 examples: - default: *679 + default: *681 headers: Link: *47 '301': *484 '404': *6 - '410': *668 + '410': *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97433,7 +97484,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 - *17 - *19 responses: @@ -97447,7 +97498,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &682 + - &684 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -97501,7 +97552,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &683 + - &685 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -97637,7 +97688,7 @@ paths: - performed_via_github_app - assignee - assigner - - &684 + - &686 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -97688,7 +97739,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &685 + - &687 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -97739,7 +97790,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &686 + - &688 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -97793,7 +97844,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &687 + - &689 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -97840,7 +97891,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &688 + - &690 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -97887,7 +97938,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &689 + - &691 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -97947,7 +97998,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &690 + - &692 title: Locked Issue Event description: Locked Issue Event type: object @@ -97995,7 +98046,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &691 + - &693 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -98061,7 +98112,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &692 + - &694 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -98127,7 +98178,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &693 + - &695 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -98193,7 +98244,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &694 + - &696 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -98284,7 +98335,7 @@ paths: color: red headers: Link: *47 - '410': *668 + '410': *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98303,7 +98354,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 - *17 - *19 responses: @@ -98313,9 +98364,9 @@ paths: application/json: schema: type: array - items: *680 + items: *682 examples: - default: &783 + default: &785 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -98341,7 +98392,7 @@ paths: Link: *47 '301': *484 '404': *6 - '410': *668 + '410': *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98360,7 +98411,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 - *17 - *19 responses: @@ -98372,7 +98423,7 @@ paths: type: array items: *226 examples: - default: &681 + default: &683 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -98392,7 +98443,7 @@ paths: Link: *47 '301': *484 '404': *6 - '410': *668 + '410': *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98410,7 +98461,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 requestBody: required: false content: @@ -98455,10 +98506,10 @@ paths: type: array items: *226 examples: - default: *681 + default: *683 '301': *484 '404': *6 - '410': *668 + '410': *670 '422': *15 x-github: githubCloudOnly: false @@ -98477,7 +98528,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 requestBody: required: false content: @@ -98539,10 +98590,10 @@ paths: type: array items: *226 examples: - default: *681 + default: *683 '301': *484 '404': *6 - '410': *668 + '410': *670 '422': *15 x-github: githubCloudOnly: false @@ -98561,13 +98612,13 @@ paths: parameters: - *478 - *479 - - *677 + - *679 responses: '204': description: Response '301': *484 '404': *6 - '410': *668 + '410': *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98588,7 +98639,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 - name: name in: path required: true @@ -98614,7 +98665,7 @@ paths: default: true '301': *484 '404': *6 - '410': *668 + '410': *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98636,7 +98687,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 requestBody: required: false content: @@ -98664,7 +98715,7 @@ paths: '204': description: Response '403': *29 - '410': *668 + '410': *670 '404': *6 '422': *15 x-github: @@ -98684,7 +98735,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 responses: '204': description: Response @@ -98716,7 +98767,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 responses: '200': description: Response @@ -98724,10 +98775,10 @@ paths: application/json: schema: *227 examples: - default: *676 + default: *678 '301': *484 '404': *6 - '410': *668 + '410': *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98746,7 +98797,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -98774,11 +98825,11 @@ paths: type: array items: *593 examples: - default: *671 + default: *673 headers: Link: *47 '404': *6 - '410': *668 + '410': *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98798,7 +98849,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 requestBody: required: true content: @@ -98863,8 +98914,8 @@ paths: parameters: - *478 - *479 - - *677 - - *672 + - *679 + - *674 responses: '204': description: Response @@ -98895,7 +98946,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 requestBody: required: true content: @@ -98919,7 +98970,7 @@ paths: application/json: schema: *227 examples: - default: *676 + default: *678 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -98954,7 +99005,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 - *17 - *19 responses: @@ -98966,11 +99017,11 @@ paths: type: array items: *227 examples: - default: *679 + default: *681 headers: Link: *47 '404': *6 - '410': *668 + '410': *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99000,7 +99051,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 requestBody: required: true content: @@ -99029,14 +99080,14 @@ paths: application/json: schema: *227 examples: - default: *676 + default: *678 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *668 + '410': *670 '422': *15 '404': *6 x-github: @@ -99058,7 +99109,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 requestBody: required: true content: @@ -99091,7 +99142,7 @@ paths: application/json: schema: *227 examples: - default: *676 + default: *678 '403': *29 '404': *6 '422': *7 @@ -99115,7 +99166,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 - *17 - *19 responses: @@ -99130,8 +99181,6 @@ paths: description: Timeline Event type: object anyOf: - - *682 - - *683 - *684 - *685 - *686 @@ -99143,6 +99192,8 @@ paths: - *692 - *693 - *694 + - *695 + - *696 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -99203,8 +99254,8 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *695 - required: *696 + properties: *697 + required: *698 nullable: true required: - event @@ -99459,7 +99510,7 @@ paths: type: string comments: type: array - items: &718 + items: &720 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -99963,7 +100014,7 @@ paths: headers: Link: *47 '404': *6 - '410': *668 + '410': *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99991,7 +100042,7 @@ paths: application/json: schema: type: array - items: &697 + items: &699 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -100094,9 +100145,9 @@ paths: description: Response content: application/json: - schema: *697 + schema: *699 examples: - default: &698 + default: &700 value: id: 1 key: ssh-rsa AAA... @@ -100132,7 +100183,7 @@ paths: parameters: - *478 - *479 - - &699 + - &701 name: key_id description: The unique identifier of the key. in: path @@ -100144,9 +100195,9 @@ paths: description: Response content: application/json: - schema: *697 + schema: *699 examples: - default: *698 + default: *700 '404': *6 x-github: githubCloudOnly: false @@ -100166,7 +100217,7 @@ paths: parameters: - *478 - *479 - - *699 + - *701 responses: '204': description: Response @@ -100199,7 +100250,7 @@ paths: type: array items: *226 examples: - default: *681 + default: *683 headers: Link: *47 '404': *6 @@ -100259,7 +100310,7 @@ paths: application/json: schema: *226 examples: - default: &700 + default: &702 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -100305,7 +100356,7 @@ paths: application/json: schema: *226 examples: - default: *700 + default: *702 '404': *6 x-github: githubCloudOnly: false @@ -100758,7 +100809,7 @@ paths: application/json: schema: *595 examples: - default: *701 + default: *703 '204': description: Response when already merged '404': @@ -100825,7 +100876,7 @@ paths: application/json: schema: type: array - items: &702 + items: &704 title: Milestone description: A collection of related issues and pull requests. type: object @@ -100927,9 +100978,9 @@ paths: description: Response content: application/json: - schema: *702 + schema: *704 examples: - default: &703 + default: &705 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -100990,7 +101041,7 @@ paths: parameters: - *478 - *479 - - &704 + - &706 name: milestone_number description: The number that identifies the milestone. in: path @@ -101002,9 +101053,9 @@ paths: description: Response content: application/json: - schema: *702 + schema: *704 examples: - default: *703 + default: *705 '404': *6 x-github: githubCloudOnly: false @@ -101023,7 +101074,7 @@ paths: parameters: - *478 - *479 - - *704 + - *706 requestBody: required: false content: @@ -101061,9 +101112,9 @@ paths: description: Response content: application/json: - schema: *702 + schema: *704 examples: - default: *703 + default: *705 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101081,7 +101132,7 @@ paths: parameters: - *478 - *479 - - *704 + - *706 responses: '204': description: Response @@ -101104,7 +101155,7 @@ paths: parameters: - *478 - *479 - - *704 + - *706 - *17 - *19 responses: @@ -101116,7 +101167,7 @@ paths: type: array items: *226 examples: - default: *681 + default: *683 headers: Link: *47 x-github: @@ -101137,10 +101188,10 @@ paths: parameters: - *478 - *479 - - *705 - - *706 - - *234 - *707 + - *708 + - *234 + - *709 - *17 - *19 responses: @@ -101152,7 +101203,7 @@ paths: type: array items: *254 examples: - default: *708 + default: *710 headers: Link: *47 x-github: @@ -101242,7 +101293,7 @@ paths: description: Response content: application/json: - schema: &709 + schema: &711 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -101367,7 +101418,7 @@ paths: - custom_404 - public examples: - default: &710 + default: &712 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -101463,9 +101514,9 @@ paths: description: Response content: application/json: - schema: *709 + schema: *711 examples: - default: *710 + default: *712 '422': *15 '409': *121 x-github: @@ -101634,7 +101685,7 @@ paths: application/json: schema: type: array - items: &711 + items: &713 title: Page Build description: Page Build type: object @@ -101781,9 +101832,9 @@ paths: description: Response content: application/json: - schema: *711 + schema: *713 examples: - default: &712 + default: &714 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -101843,9 +101894,9 @@ paths: description: Response content: application/json: - schema: *711 + schema: *713 examples: - default: *712 + default: *714 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101973,7 +102024,7 @@ paths: parameters: - *478 - *479 - - &713 + - &715 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -102033,7 +102084,7 @@ paths: parameters: - *478 - *479 - - *713 + - *715 responses: '204': *157 '404': *6 @@ -102413,7 +102464,7 @@ paths: type: array items: *158 examples: - default: *714 + default: *716 '403': *29 '404': *6 x-github: @@ -102452,7 +102503,7 @@ paths: required: - properties examples: - default: *715 + default: *717 responses: '204': description: No Content when custom property values are successfully created @@ -102553,7 +102604,7 @@ paths: type: array items: *599 examples: - default: *716 + default: *718 headers: Link: *47 '304': *37 @@ -102651,7 +102702,7 @@ paths: description: Response content: application/json: - schema: &720 + schema: &722 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -102862,7 +102913,7 @@ paths: - review_comment - self author_association: *224 - auto_merge: *717 + auto_merge: *719 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -102954,7 +103005,7 @@ paths: - merged_by - review_comments examples: - default: &721 + default: &723 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -103511,9 +103562,9 @@ paths: application/json: schema: type: array - items: *718 + items: *720 examples: - default: &723 + default: &725 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -103598,9 +103649,9 @@ paths: description: Response content: application/json: - schema: *718 + schema: *720 examples: - default: &719 + default: &721 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -103699,9 +103750,9 @@ paths: description: Response content: application/json: - schema: *718 + schema: *720 examples: - default: *719 + default: *721 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103770,7 +103821,7 @@ paths: type: array items: *593 examples: - default: *671 + default: *673 headers: Link: *47 '404': *6 @@ -103859,7 +103910,7 @@ paths: - *478 - *479 - *243 - - *672 + - *674 responses: '204': description: Response @@ -103904,7 +103955,7 @@ paths: parameters: - *478 - *479 - - &722 + - &724 name: pull_number description: The number that identifies the pull request. in: path @@ -103917,9 +103968,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *720 + schema: *722 examples: - default: *721 + default: *723 '304': *37 '404': *6 '406': @@ -103956,7 +104007,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 requestBody: required: false content: @@ -103998,9 +104049,9 @@ paths: description: Response content: application/json: - schema: *720 + schema: *722 examples: - default: *721 + default: *723 '422': *15 '403': *29 x-github: @@ -104024,7 +104075,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 requestBody: required: true content: @@ -104126,7 +104177,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 - *251 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -104147,9 +104198,9 @@ paths: application/json: schema: type: array - items: *718 + items: *720 examples: - default: *723 + default: *725 headers: Link: *47 x-github: @@ -104184,7 +104235,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 requestBody: required: true content: @@ -104289,7 +104340,7 @@ paths: description: Response content: application/json: - schema: *718 + schema: *720 examples: example-for-a-multi-line-comment: value: @@ -104379,7 +104430,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 - *243 requestBody: required: true @@ -104402,7 +104453,7 @@ paths: description: Response content: application/json: - schema: *718 + schema: *720 examples: default: value: @@ -104490,7 +104541,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 - *17 - *19 responses: @@ -104502,7 +104553,7 @@ paths: type: array items: *595 examples: - default: *724 + default: *726 headers: Link: *47 x-github: @@ -104534,7 +104585,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 - *17 - *19 responses: @@ -104584,7 +104635,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 responses: '204': description: Response if pull request has been merged @@ -104609,7 +104660,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 requestBody: required: false content: @@ -104722,7 +104773,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 responses: '200': description: Response @@ -104799,7 +104850,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 requestBody: required: false content: @@ -105374,7 +105425,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 requestBody: required: true content: @@ -105915,7 +105966,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 - *17 - *19 responses: @@ -105925,7 +105976,7 @@ paths: application/json: schema: type: array - items: &725 + items: &727 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -106078,7 +106129,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 requestBody: required: false content: @@ -106164,9 +106215,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *727 examples: - default: &727 + default: &729 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -106231,8 +106282,8 @@ paths: parameters: - *478 - *479 - - *722 - - &726 + - *724 + - &728 name: review_id description: The unique identifier of the review. in: path @@ -106244,9 +106295,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *727 examples: - default: &728 + default: &730 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -106307,8 +106358,8 @@ paths: parameters: - *478 - *479 - - *722 - - *726 + - *724 + - *728 requestBody: required: true content: @@ -106331,7 +106382,7 @@ paths: description: Response content: application/json: - schema: *725 + schema: *727 examples: default: value: @@ -106395,16 +106446,16 @@ paths: parameters: - *478 - *479 - - *722 - - *726 + - *724 + - *728 responses: '200': description: Response content: application/json: - schema: *725 + schema: *727 examples: - default: *727 + default: *729 '422': *7 '404': *6 x-github: @@ -106433,8 +106484,8 @@ paths: parameters: - *478 - *479 - - *722 - - *726 + - *724 + - *728 - *17 - *19 responses: @@ -106671,8 +106722,8 @@ paths: parameters: - *478 - *479 - - *722 - - *726 + - *724 + - *728 requestBody: required: true content: @@ -106700,7 +106751,7 @@ paths: description: Response content: application/json: - schema: *725 + schema: *727 examples: default: value: @@ -106765,8 +106816,8 @@ paths: parameters: - *478 - *479 - - *722 - - *726 + - *724 + - *728 requestBody: required: true content: @@ -106801,9 +106852,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *727 examples: - default: *728 + default: *730 '404': *6 '422': *7 '403': *29 @@ -106827,7 +106878,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 requestBody: required: false content: @@ -106904,9 +106955,9 @@ paths: description: Response content: application/json: - schema: *729 + schema: *731 examples: - default: &730 + default: &732 value: type: file encoding: base64 @@ -106969,9 +107020,9 @@ paths: description: Response content: application/json: - schema: *729 + schema: *731 examples: - default: *730 + default: *732 '404': *6 '422': *15 x-github: @@ -107004,7 +107055,7 @@ paths: application/json: schema: type: array - items: *731 + items: *733 examples: default: value: @@ -107175,9 +107226,9 @@ paths: description: Response content: application/json: - schema: *731 + schema: *733 examples: - default: &735 + default: &737 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -107284,7 +107335,7 @@ paths: parameters: - *478 - *479 - - &733 + - &735 name: asset_id description: The unique identifier of the asset. in: path @@ -107296,9 +107347,9 @@ paths: description: Response content: application/json: - schema: *732 + schema: *734 examples: - default: &734 + default: &736 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 @@ -107333,7 +107384,7 @@ paths: type: User site_admin: false '404': *6 - '302': *610 + '302': *612 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107351,7 +107402,7 @@ paths: parameters: - *478 - *479 - - *733 + - *735 requestBody: required: false content: @@ -107379,9 +107430,9 @@ paths: description: Response content: application/json: - schema: *732 + schema: *734 examples: - default: *734 + default: *736 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107399,7 +107450,7 @@ paths: parameters: - *478 - *479 - - *733 + - *735 responses: '204': description: Response @@ -107517,9 +107568,9 @@ paths: description: Response content: application/json: - schema: *731 + schema: *733 examples: - default: *735 + default: *737 '404': *6 x-github: githubCloudOnly: false @@ -107551,9 +107602,9 @@ paths: description: Response content: application/json: - schema: *731 + schema: *733 examples: - default: *735 + default: *737 '404': *6 x-github: githubCloudOnly: false @@ -107577,7 +107628,7 @@ paths: parameters: - *478 - *479 - - &736 + - &738 name: release_id description: The unique identifier of the release. in: path @@ -107591,9 +107642,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *731 + schema: *733 examples: - default: *735 + default: *737 '401': description: Unauthorized x-github: @@ -107613,7 +107664,7 @@ paths: parameters: - *478 - *479 - - *736 + - *738 requestBody: required: false content: @@ -107677,9 +107728,9 @@ paths: description: Response content: application/json: - schema: *731 + schema: *733 examples: - default: *735 + default: *737 '404': description: Not Found if the discussion category name is invalid content: @@ -107702,7 +107753,7 @@ paths: parameters: - *478 - *479 - - *736 + - *738 responses: '204': description: Response @@ -107725,7 +107776,7 @@ paths: parameters: - *478 - *479 - - *736 + - *738 - *17 - *19 responses: @@ -107735,7 +107786,7 @@ paths: application/json: schema: type: array - items: *732 + items: *734 examples: default: value: @@ -107819,7 +107870,7 @@ paths: parameters: - *478 - *479 - - *736 + - *738 - name: name in: query required: true @@ -107845,7 +107896,7 @@ paths: description: Response for successful upload content: application/json: - schema: *732 + schema: *734 examples: response-for-successful-upload: value: @@ -107902,7 +107953,7 @@ paths: parameters: - *478 - *479 - - *736 + - *738 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -107928,7 +107979,7 @@ paths: type: array items: *593 examples: - default: *671 + default: *673 headers: Link: *47 '404': *6 @@ -107951,7 +108002,7 @@ paths: parameters: - *478 - *479 - - *736 + - *738 requestBody: required: true content: @@ -108014,8 +108065,8 @@ paths: parameters: - *478 - *479 - - *736 - - *672 + - *738 + - *674 responses: '204': description: Response @@ -108058,7 +108109,7 @@ paths: oneOf: - allOf: - *172 - - &737 + - &739 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -108079,67 +108130,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *173 - - *737 + - *739 - allOf: - *174 - - *737 + - *739 - allOf: - *175 - - *737 + - *739 - allOf: - - *738 - - *737 + - *740 + - *739 - allOf: - *176 - - *737 + - *739 - allOf: - *177 - - *737 + - *739 - allOf: - *178 - - *737 + - *739 - allOf: - *179 - - *737 + - *739 - allOf: - *180 - - *737 + - *739 - allOf: - *181 - - *737 + - *739 - allOf: - *182 - - *737 + - *739 - allOf: - *183 - - *737 + - *739 - allOf: - *184 - - *737 + - *739 - allOf: - *185 - - *737 + - *739 - allOf: - *186 - - *737 + - *739 - allOf: - *187 - - *737 + - *739 - allOf: - *188 - - *737 + - *739 - allOf: - *189 - - *737 + - *739 - allOf: - *190 - - *737 + - *739 - allOf: - *191 - - *737 + - *739 - allOf: - *192 - - *737 + - *739 examples: default: value: @@ -108190,7 +108241,7 @@ paths: schema: type: boolean default: true - - *739 + - *741 responses: '200': description: Response @@ -108275,7 +108326,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *740 + items: *742 required: - name - enforcement @@ -108308,7 +108359,7 @@ paths: application/json: schema: *193 examples: - default: &749 + default: &751 value: id: 42 name: super cool ruleset @@ -108358,10 +108409,10 @@ paths: parameters: - *478 - *479 - - *741 - - *107 - - *742 - *743 + - *107 + - *744 + - *745 - *17 - *19 responses: @@ -108369,9 +108420,9 @@ paths: description: Response content: application/json: - schema: *744 + schema: *746 examples: - default: *745 + default: *747 '404': *6 '500': *40 x-github: @@ -108394,15 +108445,15 @@ paths: parameters: - *478 - *479 - - *746 + - *748 responses: '200': description: Response content: application/json: - schema: *747 + schema: *749 examples: - default: *748 + default: *750 '404': *6 '500': *40 x-github: @@ -108453,7 +108504,7 @@ paths: application/json: schema: *193 examples: - default: *749 + default: *751 '404': *6 '500': *40 put: @@ -108506,7 +108557,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *740 + items: *742 examples: default: value: @@ -108536,7 +108587,7 @@ paths: application/json: schema: *193 examples: - default: *749 + default: *751 '404': *6 '422': *15 '500': *40 @@ -108704,8 +108755,8 @@ paths: - *112 - *19 - *17 - - *750 - - *751 + - *752 + - *753 - *453 - *454 - *455 @@ -108717,7 +108768,7 @@ paths: application/json: schema: type: array - items: &755 + items: &757 type: object properties: number: *130 @@ -108736,8 +108787,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *752 - resolution: *753 + state: *754 + resolution: *755 resolved_at: type: string format: date-time @@ -108843,7 +108894,7 @@ paths: pull request. ' - oneOf: *754 + oneOf: *756 nullable: true has_more_locations: type: boolean @@ -109016,7 +109067,7 @@ paths: description: Response content: application/json: - schema: *755 + schema: *757 examples: default: value: @@ -109080,8 +109131,8 @@ paths: schema: type: object properties: - state: *752 - resolution: *753 + state: *754 + resolution: *755 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -109117,7 +109168,7 @@ paths: description: Response content: application/json: - schema: *755 + schema: *757 examples: default: value: @@ -109225,7 +109276,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &942 + items: &944 type: object properties: type: @@ -109251,8 +109302,6 @@ paths: example: commit details: oneOf: - - *756 - - *757 - *758 - *759 - *760 @@ -109264,6 +109313,8 @@ paths: - *766 - *767 - *768 + - *769 + - *770 examples: default: value: @@ -109358,14 +109409,14 @@ paths: schema: type: object properties: - reason: &770 + reason: &772 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *769 + placeholder_id: *771 required: - reason - placeholder_id @@ -109382,7 +109433,7 @@ paths: schema: type: object properties: - reason: *770 + reason: *772 expire_at: type: string format: date-time @@ -109444,7 +109495,7 @@ paths: properties: incremental_scans: type: array - items: &771 + items: &773 description: Information on a single scan performed by secret scanning on the repository type: object @@ -109470,15 +109521,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *771 + items: *773 backfill_scans: type: array - items: *771 + items: *773 custom_pattern_backfill_scans: type: array items: allOf: - - *771 + - *773 - type: object properties: pattern_name: @@ -109593,9 +109644,9 @@ paths: application/json: schema: type: array - items: *772 + items: *774 examples: - default: *773 + default: *775 '400': *14 '404': *6 x-github: @@ -109779,9 +109830,9 @@ paths: description: Response content: application/json: - schema: *772 + schema: *774 examples: - default: &775 + default: &777 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -110119,7 +110170,7 @@ paths: description: Response content: application/json: - schema: *772 + schema: *774 examples: default: value: @@ -110268,15 +110319,15 @@ paths: parameters: - *478 - *479 - - *774 + - *776 responses: '200': description: Response content: application/json: - schema: *772 + schema: *774 examples: - default: *775 + default: *777 '403': *29 '404': *6 x-github: @@ -110302,7 +110353,7 @@ paths: parameters: - *478 - *479 - - *774 + - *776 requestBody: required: true content: @@ -110461,10 +110512,10 @@ paths: description: Response content: application/json: - schema: *772 + schema: *774 examples: - default: *775 - add_credit: *775 + default: *777 + add_credit: *777 '403': *29 '404': *6 '422': @@ -110504,7 +110555,7 @@ paths: parameters: - *478 - *479 - - *774 + - *776 responses: '202': *39 '400': *14 @@ -110533,7 +110584,7 @@ paths: parameters: - *478 - *479 - - *774 + - *776 responses: '202': description: Response @@ -110677,7 +110728,7 @@ paths: application/json: schema: type: array - items: &776 + items: &778 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -111050,7 +111101,7 @@ paths: application/json: schema: type: array - items: *776 + items: *778 examples: default: value: @@ -111138,7 +111189,7 @@ paths: description: Response content: application/json: - schema: *777 + schema: *779 examples: default: value: @@ -111232,7 +111283,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &778 + schema: &780 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -111327,7 +111378,7 @@ paths: description: Response content: application/json: - schema: *778 + schema: *780 examples: default: value: @@ -111534,7 +111585,7 @@ paths: description: Response content: application/json: - schema: &779 + schema: &781 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -111546,7 +111597,7 @@ paths: required: - names examples: - default: &780 + default: &782 value: names: - octocat @@ -111601,9 +111652,9 @@ paths: description: Response content: application/json: - schema: *779 + schema: *781 examples: - default: *780 + default: *782 '404': *6 '422': *7 x-github: @@ -111626,7 +111677,7 @@ paths: parameters: - *478 - *479 - - &781 + - &783 name: per description: The time frame to display results for. in: query @@ -111655,7 +111706,7 @@ paths: example: 128 clones: type: array - items: &782 + items: &784 title: Traffic type: object properties: @@ -111896,7 +111947,7 @@ paths: parameters: - *478 - *479 - - *781 + - *783 responses: '200': description: Response @@ -111915,7 +111966,7 @@ paths: example: 3782 views: type: array - items: *782 + items: *784 required: - uniques - count @@ -112584,7 +112635,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *284 - - *677 + - *679 requestBody: required: true content: @@ -112648,9 +112699,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *680 + items: *682 examples: - default: *783 + default: *785 '400': *14 '403': *29 '404': *6 @@ -112687,7 +112738,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *284 - - *677 + - *679 requestBody: required: true content: @@ -112752,9 +112803,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *680 + items: *682 examples: - default: *783 + default: *785 '400': *14 '403': *29 '404': *6 @@ -112786,7 +112837,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *284 - - *677 + - *679 - *387 responses: '204': @@ -112829,7 +112880,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &791 + - &793 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -112838,7 +112889,7 @@ paths: schema: type: string example: members - - &796 + - &798 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -112849,7 +112900,7 @@ paths: default: 1 format: int32 example: 1 - - &797 + - &799 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -112891,7 +112942,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &786 + items: &788 allOf: - type: object required: @@ -112966,7 +113017,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &798 + meta: &800 type: object description: The metadata associated with the creation/updates to the user. @@ -113026,30 +113077,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &787 + '400': &789 description: Bad request content: application/json: - schema: *784 + schema: *786 application/scim+json: - schema: *784 - '401': *785 - '403': &788 + schema: *786 + '401': *787 + '403': &790 description: Permission denied - '429': &789 + '429': &791 description: Too many requests content: application/json: - schema: *784 + schema: *786 application/scim+json: - schema: *784 - '500': &790 + schema: *786 + '500': &792 description: Internal server error content: application/json: - schema: *784 + schema: *786 application/scim+json: - schema: *784 + schema: *786 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113073,7 +113124,7 @@ paths: required: true content: application/json: - schema: &794 + schema: &796 type: object required: - schemas @@ -113133,9 +113184,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *786 + schema: *788 examples: - group: &792 + group: &794 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -113154,13 +113205,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *787 - '401': *785 - '403': *788 - '409': &795 + '400': *789 + '401': *787 + '403': *790 + '409': &797 description: Duplicate record detected - '429': *789 - '500': *790 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113177,7 +113228,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &793 + - &795 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -113185,22 +113236,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *791 + - *793 - *41 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *786 + schema: *788 examples: - default: *792 - '400': *787 - '401': *785 - '403': *788 + default: *794 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '429': *789 - '500': *790 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113219,13 +113270,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *793 + - *795 - *41 requestBody: required: true content: application/json: - schema: *794 + schema: *796 examples: group: summary: Group @@ -113251,17 +113302,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *786 + schema: *788 examples: - group: *792 - groupWithMembers: *792 - '400': *787 - '401': *785 - '403': *788 + group: *794 + groupWithMembers: *794 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '409': *795 - '429': *789 - '500': *790 + '409': *797 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113285,13 +113336,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *793 + - *795 - *41 requestBody: required: true content: application/json: - schema: &805 + schema: &807 type: object required: - Operations @@ -113351,17 +113402,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *786 + schema: *788 examples: - updateGroup: *792 - addMembers: *792 - '400': *787 - '401': *785 - '403': *788 + updateGroup: *794 + addMembers: *794 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '409': *795 - '429': *789 - '500': *790 + '409': *797 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113377,17 +113428,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *793 + - *795 - *41 responses: '204': description: Group was deleted, no content - '400': *787 - '401': *785 - '403': *788 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '429': *789 - '500': *790 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113421,8 +113472,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *796 - - *797 + - *798 + - *799 - *41 responses: '200': @@ -113455,7 +113506,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &800 + items: &802 allOf: - type: object required: @@ -113534,7 +113585,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &799 + roles: &801 type: array description: The roles assigned to the user. items: @@ -113590,7 +113641,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *798 + meta: *800 startIndex: type: integer description: A starting index for the returned page @@ -113627,11 +113678,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *787 - '401': *785 - '403': *788 - '429': *789 - '500': *790 + '400': *789 + '401': *787 + '403': *790 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113655,7 +113706,7 @@ paths: required: true content: application/json: - schema: &803 + schema: &805 type: object required: - schemas @@ -113737,9 +113788,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *799 + roles: *801 examples: - user: &804 + user: &806 summary: User value: schemas: @@ -113786,9 +113837,9 @@ paths: description: User has been created content: application/scim+json: - schema: *800 + schema: *802 examples: - user: &801 + user: &803 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -113814,13 +113865,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *801 - '400': *787 - '401': *785 - '403': *788 - '409': *795 - '429': *789 - '500': *790 + enterpriseOwner: *803 + '400': *789 + '401': *787 + '403': *790 + '409': *797 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113837,7 +113888,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &802 + - &804 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -113850,15 +113901,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *800 + schema: *802 examples: - default: *801 - '400': *787 - '401': *785 - '403': *788 + default: *803 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '429': *789 - '500': *790 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113909,30 +113960,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *802 + - *804 - *41 requestBody: required: true content: application/json: - schema: *803 + schema: *805 examples: - user: *804 + user: *806 responses: '200': description: User was updated content: application/scim+json: - schema: *800 + schema: *802 examples: - user: *801 - '400': *787 - '401': *785 - '403': *788 + user: *803 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '409': *795 - '429': *789 - '500': *790 + '409': *797 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113973,13 +114024,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *802 + - *804 - *41 requestBody: required: true content: application/json: - schema: *805 + schema: *807 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -114019,18 +114070,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *800 + schema: *802 examples: - userMultiValuedProperties: *801 - userSingleValuedProperties: *801 - disableUser: *801 - '400': *787 - '401': *785 - '403': *788 + userMultiValuedProperties: *803 + userSingleValuedProperties: *803 + disableUser: *803 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '409': *795 - '429': *789 - '500': *790 + '409': *797 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -114050,17 +114101,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *802 + - *804 - *41 responses: '204': description: User was deleted, no content - '400': *787 - '401': *785 - '403': *788 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '429': *789 - '500': *790 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -114147,7 +114198,7 @@ paths: example: 1 Resources: type: array - items: &806 + items: &808 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -114378,22 +114429,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *37 - '404': &807 + '404': &809 description: Resource not found content: application/json: - schema: *784 + schema: *786 application/scim+json: - schema: *784 - '403': &808 + schema: *786 + '403': &810 description: Forbidden content: application/json: - schema: *784 + schema: *786 application/scim+json: - schema: *784 - '400': *787 - '429': *789 + schema: *786 + '400': *789 + '429': *791 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -114419,9 +114470,9 @@ paths: description: Response content: application/scim+json: - schema: *806 + schema: *808 examples: - default: &809 + default: &811 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -114444,17 +114495,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *37 - '404': *807 - '403': *808 - '500': *790 + '404': *809 + '403': *810 + '500': *792 '409': description: Conflict content: application/json: - schema: *784 + schema: *786 application/scim+json: - schema: *784 - '400': *787 + schema: *786 + '400': *789 requestBody: required: true content: @@ -114552,17 +114603,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *89 - - *802 + - *804 responses: '200': description: Response content: application/scim+json: - schema: *806 + schema: *808 examples: - default: *809 - '404': *807 - '403': *808 + default: *811 + '404': *809 + '403': *810 '304': *37 x-github: githubCloudOnly: true @@ -114586,18 +114637,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *89 - - *802 + - *804 responses: '200': description: Response content: application/scim+json: - schema: *806 + schema: *808 examples: - default: *809 + default: *811 '304': *37 - '404': *807 - '403': *808 + '404': *809 + '403': *810 requestBody: required: true content: @@ -114710,19 +114761,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *89 - - *802 + - *804 responses: '200': description: Response content: application/scim+json: - schema: *806 + schema: *808 examples: - default: *809 + default: *811 '304': *37 - '404': *807 - '403': *808 - '400': *787 + '404': *809 + '403': *810 + '400': *789 '429': description: Response content: @@ -114813,12 +114864,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *89 - - *802 + - *804 responses: '204': description: Response - '404': *807 - '403': *808 + '404': *809 + '403': *810 '304': *37 x-github: githubCloudOnly: true @@ -114954,7 +115005,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &810 + text_matches: &812 title: Search Result Text Matches type: array items: @@ -115117,7 +115168,7 @@ paths: enum: - author-date - committer-date - - &811 + - &813 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 @@ -115208,7 +115259,7 @@ paths: url: type: string format: uri - verification: *655 + verification: *657 required: - author - committer @@ -115245,7 +115296,7 @@ paths: type: number node_id: type: string - text_matches: *810 + text_matches: *812 required: - sha - node_id @@ -115438,7 +115489,7 @@ paths: - interactions - created - updated - - *811 + - *813 - *17 - *19 - name: advanced_search @@ -115552,11 +115603,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: type: string state_reason: @@ -115588,7 +115639,7 @@ paths: type: string format: date-time nullable: true - text_matches: *810 + text_matches: *812 pull_request: type: object properties: @@ -115860,7 +115911,7 @@ paths: enum: - created - updated - - *811 + - *813 - *17 - *19 responses: @@ -115904,7 +115955,7 @@ paths: nullable: true score: type: number - text_matches: *810 + text_matches: *812 required: - id - node_id @@ -115990,7 +116041,7 @@ paths: - forks - help-wanted-issues - updated - - *811 + - *813 - *17 - *19 responses: @@ -116238,7 +116289,7 @@ paths: - admin - pull - push - text_matches: *810 + text_matches: *812 temp_clone_token: type: string allow_merge_commit: @@ -116539,7 +116590,7 @@ paths: type: string format: uri nullable: true - text_matches: *810 + text_matches: *812 related: type: array nullable: true @@ -116732,7 +116783,7 @@ paths: - followers - repositories - joined - - *811 + - *813 - *17 - *19 responses: @@ -116836,7 +116887,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *810 + text_matches: *812 blog: type: string nullable: true @@ -116915,7 +116966,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &814 + - &816 name: team_id description: The unique identifier of the team. in: path @@ -116956,7 +117007,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *814 + - *816 requestBody: required: true content: @@ -117056,7 +117107,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *814 + - *816 responses: '204': description: Response @@ -117085,7 +117136,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *814 + - *816 - *17 - *19 responses: @@ -117123,7 +117174,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *814 + - *816 - name: role description: Filters members returned by their role in the team. in: query @@ -117174,7 +117225,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *814 + - *816 - *145 responses: '204': @@ -117211,7 +117262,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *814 + - *816 - *145 responses: '204': @@ -117251,7 +117302,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *814 + - *816 - *145 responses: '204': @@ -117288,7 +117339,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *814 + - *816 - *145 responses: '200': @@ -117297,7 +117348,7 @@ paths: application/json: schema: *477 examples: - response-if-user-is-a-team-maintainer: *815 + response-if-user-is-a-team-maintainer: *817 '404': *6 x-github: githubCloudOnly: false @@ -117330,7 +117381,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *814 + - *816 - *145 requestBody: required: false @@ -117358,7 +117409,7 @@ paths: application/json: schema: *477 examples: - response-if-users-membership-with-team-is-now-pending: *816 + response-if-users-membership-with-team-is-now-pending: *818 '403': description: Forbidden if team synchronization is set up '422': @@ -117392,7 +117443,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *814 + - *816 - *145 responses: '204': @@ -117420,7 +117471,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *814 + - *816 - *17 - *19 responses: @@ -117462,7 +117513,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *814 + - *816 - *478 - *479 responses: @@ -117470,7 +117521,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *817 + schema: *819 examples: alternative-response-with-extra-repository-information: value: @@ -117621,7 +117672,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *814 + - *816 - *478 - *479 requestBody: @@ -117673,7 +117724,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *814 + - *816 - *478 - *479 responses: @@ -117704,7 +117755,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *814 + - *816 responses: '200': description: Response @@ -117739,7 +117790,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *814 + - *816 requestBody: required: true content: @@ -117827,7 +117878,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *814 + - *816 - *17 - *19 responses: @@ -117839,7 +117890,7 @@ paths: type: array items: *319 examples: - response-if-child-teams-exist: *818 + response-if-child-teams-exist: *820 headers: Link: *47 '404': *6 @@ -117872,7 +117923,7 @@ paths: application/json: schema: oneOf: - - &820 + - &822 title: Private User description: Private User type: object @@ -118075,7 +118126,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *819 + - *821 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -118228,7 +118279,7 @@ paths: description: Response content: application/json: - schema: *820 + schema: *822 examples: default: value: @@ -118626,7 +118677,7 @@ paths: type: integer secrets: type: array - items: &821 + items: &823 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -118742,7 +118793,7 @@ paths: description: Response content: application/json: - schema: *821 + schema: *823 examples: default: value: @@ -119155,7 +119206,7 @@ paths: description: Response content: application/json: - schema: &822 + schema: &824 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -119196,7 +119247,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &823 + default: &825 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -119241,9 +119292,9 @@ paths: description: Response content: application/json: - schema: *822 + schema: *824 examples: - default: *823 + default: *825 '404': *6 x-github: githubCloudOnly: false @@ -119280,9 +119331,9 @@ paths: type: integer machines: type: array - items: *824 + items: *826 examples: - default: *825 + default: *827 '304': *37 '500': *40 '401': *25 @@ -120221,7 +120272,7 @@ paths: type: array items: *404 examples: - default: &836 + default: &838 value: - id: 197 name: hello_docker @@ -120322,7 +120373,7 @@ paths: application/json: schema: type: array - items: &826 + items: &828 title: Email description: Email type: object @@ -120387,9 +120438,9 @@ paths: application/json: schema: type: array - items: *826 + items: *828 examples: - default: &838 + default: &840 value: - email: octocat@github.com verified: true @@ -120464,7 +120515,7 @@ paths: application/json: schema: type: array - items: *826 + items: *828 examples: default: value: @@ -120720,7 +120771,7 @@ paths: application/json: schema: type: array - items: &827 + items: &829 title: GPG Key description: A unique encryption key type: object @@ -120851,7 +120902,7 @@ paths: - subkeys - revoked examples: - default: &854 + default: &856 value: - id: 3 name: Octocat's GPG Key @@ -120936,9 +120987,9 @@ paths: description: Response content: application/json: - schema: *827 + schema: *829 examples: - default: &828 + default: &830 value: id: 3 name: Octocat's GPG Key @@ -120995,7 +121046,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &829 + - &831 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -121007,9 +121058,9 @@ paths: description: Response content: application/json: - schema: *827 + schema: *829 examples: - default: *828 + default: *830 '404': *6 '304': *37 '403': *29 @@ -121032,7 +121083,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *829 + - *831 responses: '204': description: Response @@ -121340,7 +121391,7 @@ paths: required: true content: application/json: - schema: *665 + schema: *667 examples: default: value: @@ -121490,7 +121541,7 @@ paths: application/json: schema: type: array - items: &830 + items: &832 title: Key description: Key type: object @@ -121591,9 +121642,9 @@ paths: description: Response content: application/json: - schema: *830 + schema: *832 examples: - default: &831 + default: &833 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -121626,15 +121677,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *699 + - *701 responses: '200': description: Response content: application/json: - schema: *830 + schema: *832 examples: - default: *831 + default: *833 '404': *6 '304': *37 '403': *29 @@ -121657,7 +121708,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *699 + - *701 responses: '204': description: Response @@ -121690,7 +121741,7 @@ paths: application/json: schema: type: array - items: &832 + items: &834 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -121758,7 +121809,7 @@ paths: - account - plan examples: - default: &833 + default: &835 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -121820,9 +121871,9 @@ paths: application/json: schema: type: array - items: *832 + items: *834 examples: - default: *833 + default: *835 headers: Link: *47 '304': *37 @@ -122831,7 +122882,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *399 - - *834 + - *836 responses: '204': description: Response @@ -122946,7 +122997,7 @@ paths: - docker - nuget - container - - *835 + - *837 - *19 - *17 responses: @@ -122958,8 +123009,8 @@ paths: type: array items: *404 examples: - default: *836 - '400': *837 + default: *838 + '400': *839 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -122988,7 +123039,7 @@ paths: application/json: schema: *404 examples: - default: &855 + default: &857 value: id: 40201 name: octo-name @@ -123350,9 +123401,9 @@ paths: application/json: schema: type: array - items: *826 + items: *828 examples: - default: *838 + default: *840 headers: Link: *47 '304': *37 @@ -123465,7 +123516,7 @@ paths: type: array items: *80 examples: - default: &845 + default: &847 summary: Default response value: - id: 1296269 @@ -123809,9 +123860,9 @@ paths: application/json: schema: type: array - items: *667 + items: *669 examples: - default: *839 + default: *841 headers: Link: *47 '304': *37 @@ -123890,7 +123941,7 @@ paths: application/json: schema: type: array - items: &840 + items: &842 title: Social account description: Social media account type: object @@ -123905,7 +123956,7 @@ paths: - provider - url examples: - default: &841 + default: &843 value: - provider: twitter url: https://twitter.com/github @@ -123967,9 +124018,9 @@ paths: application/json: schema: type: array - items: *840 + items: *842 examples: - default: *841 + default: *843 '422': *15 '304': *37 '404': *6 @@ -124056,7 +124107,7 @@ paths: application/json: schema: type: array - items: &842 + items: &844 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -124076,7 +124127,7 @@ paths: - title - created_at examples: - default: &869 + default: &871 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -124140,9 +124191,9 @@ paths: description: Response content: application/json: - schema: *842 + schema: *844 examples: - default: &843 + default: &845 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -124172,7 +124223,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &844 + - &846 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -124184,9 +124235,9 @@ paths: description: Response content: application/json: - schema: *842 + schema: *844 examples: - default: *843 + default: *845 '404': *6 '304': *37 '403': *29 @@ -124209,7 +124260,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *844 + - *846 responses: '204': description: Response @@ -124238,7 +124289,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &870 + - &872 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 @@ -124263,11 +124314,11 @@ paths: type: array items: *80 examples: - default-response: *845 + default-response: *847 application/vnd.github.v3.star+json: schema: type: array - items: &871 + items: &873 title: Starred Repository description: Starred Repository type: object @@ -124636,10 +124687,10 @@ paths: application/json: schema: oneOf: - - *820 - - *819 + - *822 + - *821 examples: - default-response: &849 + default-response: &851 summary: Default response value: login: octocat @@ -124674,7 +124725,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &850 + response-with-git-hub-plan-information: &852 summary: Response with GitHub plan information value: login: octocat @@ -124731,7 +124782,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &847 + - &849 name: user_id description: The unique identifier of the user. in: path @@ -124797,7 +124848,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *846 + - *848 - *17 responses: '200': @@ -124832,7 +124883,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *847 + - *849 - *422 requestBody: required: true @@ -124904,7 +124955,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *848 + schema: *850 examples: table_view: summary: Response for creating a table view @@ -124956,11 +125007,11 @@ paths: application/json: schema: oneOf: - - *820 - - *819 + - *822 + - *821 examples: - default-response: *849 - response-with-git-hub-plan-information: *850 + default-response: *851 + response-with-git-hub-plan-information: *852 '404': *6 x-github: githubCloudOnly: false @@ -125010,8 +125061,8 @@ paths: required: - subject_digests examples: - default: *851 - withPredicateType: *852 + default: *853 + withPredicateType: *854 responses: '200': description: Response @@ -125064,7 +125115,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *853 + default: *855 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -125310,7 +125361,7 @@ paths: type: array items: *404 examples: - default: *836 + default: *838 '403': *29 '401': *25 x-github: @@ -125694,9 +125745,9 @@ paths: application/json: schema: type: array - items: *827 + items: *829 examples: - default: *854 + default: *856 headers: Link: *47 x-github: @@ -125924,7 +125975,7 @@ paths: - docker - nuget - container - - *835 + - *837 - *145 - *19 - *17 @@ -125937,10 +125988,10 @@ paths: type: array items: *404 examples: - default: *836 + default: *838 '403': *29 '401': *25 - '400': *837 + '400': *839 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -125970,7 +126021,7 @@ paths: application/json: schema: *404 examples: - default: *855 + default: *857 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -126319,7 +126370,7 @@ paths: type: array items: *426 examples: - default: *856 + default: *858 headers: Link: *47 '304': *37 @@ -126379,7 +126430,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *857 + items: *859 required: - name - data_type @@ -126395,7 +126446,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *858 + iteration_configuration: *860 required: - name - data_type @@ -126417,8 +126468,8 @@ paths: value: name: Due date data_type: date - single_select_field: *859 - iteration_field: *860 + single_select_field: *861 + iteration_field: *862 responses: '201': description: Response @@ -126426,11 +126477,11 @@ paths: application/json: schema: *426 examples: - text_field: *861 - number_field: *862 - date_field: *863 - single_select_field: *864 - iteration_field: *865 + text_field: *863 + number_field: *864 + date_field: *865 + single_select_field: *866 + iteration_field: *867 '304': *37 '403': *29 '401': *25 @@ -126452,7 +126503,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - *422 - - *866 + - *868 - *145 responses: '200': @@ -126461,7 +126512,7 @@ paths: application/json: schema: *426 examples: - default: *867 + default: *869 headers: Link: *47 '304': *37 @@ -126815,7 +126866,7 @@ paths: parameters: - *422 - *145 - - *868 + - *870 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -127094,9 +127145,9 @@ paths: application/json: schema: type: array - items: *840 + items: *842 examples: - default: *841 + default: *843 headers: Link: *47 x-github: @@ -127126,9 +127177,9 @@ paths: application/json: schema: type: array - items: *842 + items: *844 examples: - default: *869 + default: *871 headers: Link: *47 x-github: @@ -127153,7 +127204,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *145 - - *870 + - *872 - *112 - *17 - *19 @@ -127165,11 +127216,11 @@ paths: schema: anyOf: - type: array - items: *871 + items: *873 - type: array items: *80 examples: - default-response: *845 + default-response: *847 headers: Link: *47 x-github: @@ -127328,7 +127379,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &872 + enterprise: &874 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -127386,7 +127437,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &873 + installation: &875 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -127405,7 +127456,7 @@ x-webhooks: required: - id - node_id - organization: &874 + organization: &876 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -127465,13 +127516,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &875 + repository: &877 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: &914 + properties: &916 id: description: Unique identifier of the repository example: 42 @@ -128166,7 +128217,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &915 + required: &917 - archive_url - assignees_url - blobs_url @@ -128317,10 +128368,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -128396,11 +128447,11 @@ x-webhooks: type: string enum: - created - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 - rule: &876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + rule: &878 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -128623,11 +128674,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 - rule: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + rule: *878 sender: *4 required: - action @@ -128810,11 +128861,11 @@ x-webhooks: - everyone required: - from - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 - rule: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + rule: *878 sender: *4 required: - action @@ -128887,7 +128938,7 @@ x-webhooks: required: true content: application/json: - schema: &898 + schema: &900 title: Exemption request cancellation event type: object properties: @@ -128895,11 +128946,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 - exemption_request: &877 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + exemption_request: &879 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -129203,7 +129254,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &878 + items: &880 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -129313,7 +129364,7 @@ x-webhooks: required: true content: application/json: - schema: &899 + schema: &901 title: Exemption request completed event type: object properties: @@ -129321,11 +129372,11 @@ x-webhooks: type: string enum: - completed - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 - exemption_request: *877 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + exemption_request: *879 sender: *4 required: - action @@ -129397,7 +129448,7 @@ x-webhooks: required: true content: application/json: - schema: &896 + schema: &898 title: Exemption request created event type: object properties: @@ -129405,11 +129456,11 @@ x-webhooks: type: string enum: - created - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 - exemption_request: *877 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + exemption_request: *879 sender: *4 required: - action @@ -129481,7 +129532,7 @@ x-webhooks: required: true content: application/json: - schema: &900 + schema: &902 title: Exemption response dismissed event type: object properties: @@ -129489,12 +129540,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 - exemption_request: *877 - exemption_response: *878 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + exemption_request: *879 + exemption_response: *880 sender: *4 required: - action @@ -129568,7 +129619,7 @@ x-webhooks: required: true content: application/json: - schema: &897 + schema: &899 title: Exemption response submitted event type: object properties: @@ -129576,12 +129627,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 - exemption_request: *877 - exemption_response: *878 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + exemption_request: *879 + exemption_response: *880 sender: *4 required: - action @@ -129665,7 +129716,7 @@ x-webhooks: type: string enum: - completed - check_run: &880 + check_run: &882 title: CheckRun description: A check performed on the code of a given code change type: object @@ -129756,7 +129807,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *879 + deployment: *881 details_url: example: https://example.com type: string @@ -129841,10 +129892,10 @@ x-webhooks: - output - app - pull_requests - installation: *873 - enterprise: *872 - organization: *874 - repository: *875 + installation: *875 + enterprise: *874 + organization: *876 + repository: *877 sender: *4 required: - check_run @@ -130235,11 +130286,11 @@ x-webhooks: type: string enum: - created - check_run: *880 - installation: *873 - enterprise: *872 - organization: *874 - repository: *875 + check_run: *882 + installation: *875 + enterprise: *874 + organization: *876 + repository: *877 sender: *4 required: - check_run @@ -130633,11 +130684,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *880 - installation: *873 - enterprise: *872 - organization: *874 - repository: *875 + check_run: *882 + installation: *875 + enterprise: *874 + organization: *876 + repository: *877 requested_action: description: The action requested by the user. type: object @@ -131040,11 +131091,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *880 - installation: *873 - enterprise: *872 - organization: *874 - repository: *875 + check_run: *882 + installation: *875 + enterprise: *874 + organization: *876 + repository: *877 sender: *4 required: - check_run @@ -132014,10 +132065,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -132706,10 +132757,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -133392,10 +133443,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -133706,20 +133757,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &881 + commit_oid: &883 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: *872 - installation: *873 - organization: *874 - ref: &882 + enterprise: *874 + installation: *875 + organization: *876 + ref: &884 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: *875 + repository: *877 sender: *4 required: - action @@ -134114,12 +134165,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *881 - enterprise: *872 - installation: *873 - organization: *874 - ref: *882 - repository: *875 + commit_oid: *883 + enterprise: *874 + installation: *875 + organization: *876 + ref: *884 + repository: *877 sender: *4 required: - action @@ -134385,12 +134436,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *881 - enterprise: *872 - installation: *873 - organization: *874 - ref: *882 - repository: *875 + commit_oid: *883 + enterprise: *874 + installation: *875 + organization: *876 + ref: *884 + repository: *877 sender: *4 required: - action @@ -134722,12 +134773,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *881 - enterprise: *872 - installation: *873 - organization: *874 - ref: *882 - repository: *875 + commit_oid: *883 + enterprise: *874 + installation: *875 + organization: *876 + ref: *884 + repository: *877 sender: *4 required: - action @@ -135001,16 +135052,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 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: *875 + repository: *877 sender: *4 required: - action @@ -135247,12 +135298,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *881 - enterprise: *872 - installation: *873 - organization: *874 - ref: *882 - repository: *875 + commit_oid: *883 + enterprise: *874 + installation: *875 + organization: *876 + ref: *884 + repository: *877 sender: *4 required: - action @@ -135563,10 +135614,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -135821,10 +135872,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -135904,18 +135955,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *874 - pusher_type: &883 + organization: *876 + pusher_type: &885 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &884 + ref: &886 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -135925,7 +135976,7 @@ x-webhooks: enum: - tag - branch - repository: *875 + repository: *877 sender: *4 required: - ref @@ -136008,9 +136059,9 @@ x-webhooks: enum: - created definition: *159 - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 sender: *4 required: - action @@ -136095,9 +136146,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 sender: *4 required: - action @@ -136175,9 +136226,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *159 - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 sender: *4 required: - action @@ -136255,9 +136306,9 @@ x-webhooks: enum: - updated definition: *159 - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 sender: *4 required: - action @@ -136334,10 +136385,10 @@ x-webhooks: type: string enum: - updated - enterprise: *872 - installation: *873 - repository: *875 - organization: *874 + enterprise: *874 + installation: *875 + repository: *877 + organization: *876 sender: *4 new_property_values: type: array @@ -136422,18 +136473,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *872 - installation: *873 - organization: *874 - pusher_type: *883 - ref: *884 + enterprise: *874 + installation: *875 + organization: *876 + pusher_type: *885 + ref: *886 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *875 + repository: *877 sender: *4 required: - ref @@ -136513,11 +136564,11 @@ x-webhooks: type: string enum: - assignees_changed - alert: *616 - installation: *873 - organization: *874 - enterprise: *872 - repository: *875 + alert: *618 + installation: *875 + organization: *876 + enterprise: *874 + repository: *877 sender: *4 required: - action @@ -136597,11 +136648,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *616 - installation: *873 - organization: *874 - enterprise: *872 - repository: *875 + alert: *618 + installation: *875 + organization: *876 + enterprise: *874 + repository: *877 sender: *4 required: - action @@ -136682,11 +136733,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *616 - installation: *873 - organization: *874 - enterprise: *872 - repository: *875 + alert: *618 + installation: *875 + organization: *876 + enterprise: *874 + repository: *877 sender: *4 required: - action @@ -136767,11 +136818,11 @@ x-webhooks: type: string enum: - created - alert: *616 - installation: *873 - organization: *874 - enterprise: *872 - repository: *875 + alert: *618 + installation: *875 + organization: *876 + enterprise: *874 + repository: *877 sender: *4 required: - action @@ -136850,11 +136901,11 @@ x-webhooks: type: string enum: - dismissed - alert: *616 - installation: *873 - organization: *874 - enterprise: *872 - repository: *875 + alert: *618 + installation: *875 + organization: *876 + enterprise: *874 + repository: *877 sender: *4 required: - action @@ -136933,11 +136984,11 @@ x-webhooks: type: string enum: - fixed - alert: *616 - installation: *873 - organization: *874 - enterprise: *872 - repository: *875 + alert: *618 + installation: *875 + organization: *876 + enterprise: *874 + repository: *877 sender: *4 required: - action @@ -137017,11 +137068,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *616 - installation: *873 - organization: *874 - enterprise: *872 - repository: *875 + alert: *618 + installation: *875 + organization: *876 + enterprise: *874 + repository: *877 sender: *4 required: - action @@ -137100,11 +137151,11 @@ x-webhooks: type: string enum: - reopened - alert: *616 - installation: *873 - organization: *874 - enterprise: *872 - repository: *875 + alert: *618 + installation: *875 + organization: *876 + enterprise: *874 + repository: *877 sender: *4 required: - action @@ -137181,9 +137232,9 @@ x-webhooks: type: string enum: - created - enterprise: *872 - installation: *873 - key: &885 + enterprise: *874 + installation: *875 + key: &887 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -137219,8 +137270,8 @@ x-webhooks: - verified - created_at - read_only - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -137297,11 +137348,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 - installation: *873 - key: *885 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + key: *887 + organization: *876 + repository: *877 sender: *4 required: - action @@ -137857,12 +137908,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - workflow: &891 + workflow: &893 title: Workflow type: object nullable: true @@ -138603,15 +138654,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *886 - required: *887 + properties: *888 + required: *889 nullable: true pull_requests: type: array - items: *720 - repository: *875 - organization: *874 - installation: *873 + items: *722 + repository: *877 + organization: *876 + installation: *875 sender: *4 responses: '200': @@ -138682,7 +138733,7 @@ x-webhooks: type: string enum: - approved - approver: &888 + approver: &890 type: object properties: avatar_url: @@ -138725,11 +138776,11 @@ x-webhooks: type: string comment: type: string - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 - reviewers: &889 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + reviewers: &891 type: array items: type: object @@ -138808,7 +138859,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &890 + workflow_job_run: &892 type: object properties: conclusion: @@ -139539,18 +139590,18 @@ x-webhooks: type: string enum: - rejected - approver: *888 + approver: *890 comment: type: string - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 - reviewers: *889 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + reviewers: *891 sender: *4 since: type: string - workflow_job_run: *890 + workflow_job_run: *892 workflow_job_runs: type: array items: @@ -140254,13 +140305,13 @@ x-webhooks: type: string enum: - requested - enterprise: *872 + enterprise: *874 environment: type: string - installation: *873 - organization: *874 - repository: *875 - requestor: &901 + installation: *875 + organization: *876 + repository: *877 + requestor: &903 title: User type: object nullable: true @@ -142149,12 +142200,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - workflow: *891 + workflow: *893 workflow_run: title: Deployment Workflow Run type: object @@ -142834,7 +142885,7 @@ x-webhooks: type: string enum: - answered - answer: &894 + answer: &896 type: object properties: author_association: @@ -142991,11 +143042,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -143122,11 +143173,11 @@ x-webhooks: - from required: - category - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -143209,11 +143260,11 @@ x-webhooks: type: string enum: - closed - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -143295,7 +143346,7 @@ x-webhooks: type: string enum: - created - comment: &893 + comment: &895 type: object properties: author_association: @@ -143452,11 +143503,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -143539,12 +143590,12 @@ x-webhooks: type: string enum: - deleted - comment: *893 - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + comment: *895 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -143639,12 +143690,12 @@ x-webhooks: - from required: - body - comment: *893 - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + comment: *895 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -143728,11 +143779,11 @@ x-webhooks: type: string enum: - created - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -143814,11 +143865,11 @@ x-webhooks: type: string enum: - deleted - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -143918,11 +143969,11 @@ x-webhooks: type: string required: - from - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -144004,10 +144055,10 @@ x-webhooks: type: string enum: - labeled - discussion: *892 - enterprise: *872 - installation: *873 - label: &895 + discussion: *894 + enterprise: *874 + installation: *875 + label: &897 title: Label type: object properties: @@ -144039,8 +144090,8 @@ x-webhooks: - color - default - description - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -144123,11 +144174,11 @@ x-webhooks: type: string enum: - locked - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -144209,11 +144260,11 @@ x-webhooks: type: string enum: - pinned - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -144295,11 +144346,11 @@ x-webhooks: type: string enum: - reopened - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -144384,16 +144435,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *892 - new_repository: *875 + new_discussion: *894 + new_repository: *877 required: - new_discussion - new_repository - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -144476,10 +144527,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *892 - old_answer: *894 - organization: *874 - repository: *875 + discussion: *894 + old_answer: *896 + organization: *876 + repository: *877 sender: *4 required: - action @@ -144561,12 +144612,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *892 - enterprise: *872 - installation: *873 - label: *895 - organization: *874 - repository: *875 + discussion: *894 + enterprise: *874 + installation: *875 + label: *897 + organization: *876 + repository: *877 sender: *4 required: - action @@ -144649,11 +144700,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -144735,11 +144786,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -144808,7 +144859,7 @@ x-webhooks: required: true content: application/json: - schema: *896 + schema: *898 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144871,7 +144922,7 @@ x-webhooks: required: true content: application/json: - schema: *897 + schema: *899 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144934,7 +144985,7 @@ x-webhooks: required: true content: application/json: - schema: *898 + schema: *900 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144997,7 +145048,7 @@ x-webhooks: required: true content: application/json: - schema: *896 + schema: *898 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145060,7 +145111,7 @@ x-webhooks: required: true content: application/json: - schema: *897 + schema: *899 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145126,7 +145177,7 @@ x-webhooks: required: true content: application/json: - schema: *898 + schema: *900 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145192,7 +145243,7 @@ x-webhooks: required: true content: application/json: - schema: *899 + schema: *901 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145258,7 +145309,7 @@ x-webhooks: required: true content: application/json: - schema: *896 + schema: *898 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145324,7 +145375,7 @@ x-webhooks: required: true content: application/json: - schema: *900 + schema: *902 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145390,7 +145441,7 @@ x-webhooks: required: true content: application/json: - schema: *897 + schema: *899 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145455,7 +145506,7 @@ x-webhooks: required: true content: application/json: - schema: *898 + schema: *900 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145520,7 +145571,7 @@ x-webhooks: required: true content: application/json: - schema: *899 + schema: *901 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145585,7 +145636,7 @@ x-webhooks: required: true content: application/json: - schema: *896 + schema: *898 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145650,7 +145701,7 @@ x-webhooks: required: true content: application/json: - schema: *900 + schema: *902 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145716,7 +145767,7 @@ x-webhooks: required: true content: application/json: - schema: *897 + schema: *899 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145783,7 +145834,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *872 + enterprise: *874 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -146443,9 +146494,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *873 - organization: *874 - repository: *875 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - forkee @@ -146591,9 +146642,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 pages: description: The pages that were updated. type: array @@ -146630,7 +146681,7 @@ x-webhooks: - action - sha - html_url - repository: *875 + repository: *877 sender: *4 required: - pages @@ -146706,10 +146757,10 @@ x-webhooks: type: string enum: - created - enterprise: *872 + enterprise: *874 installation: *22 - organization: *874 - repositories: &902 + organization: *876 + repositories: &904 description: An array of repository objects that the installation can access. type: array @@ -146735,8 +146786,8 @@ x-webhooks: - name - full_name - private - repository: *875 - requester: *901 + repository: *877 + requester: *903 sender: *4 required: - action @@ -146811,11 +146862,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 + enterprise: *874 installation: *22 - organization: *874 - repositories: *902 - repository: *875 + organization: *876 + repositories: *904 + repository: *877 requester: nullable: true sender: *4 @@ -146891,11 +146942,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *872 + enterprise: *874 installation: *22 - organization: *874 - repositories: *902 - repository: *875 + organization: *876 + repositories: *904 + repository: *877 requester: nullable: true sender: *4 @@ -146971,10 +147022,10 @@ x-webhooks: type: string enum: - added - enterprise: *872 + enterprise: *874 installation: *22 - organization: *874 - repositories_added: &903 + organization: *876 + repositories_added: &905 description: An array of repository objects, which were added to the installation. type: array @@ -147020,15 +147071,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *875 - repository_selection: &904 + repository: *877 + repository_selection: &906 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *901 + requester: *903 sender: *4 required: - action @@ -147107,10 +147158,10 @@ x-webhooks: type: string enum: - removed - enterprise: *872 + enterprise: *874 installation: *22 - organization: *874 - repositories_added: *903 + organization: *876 + repositories_added: *905 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -147137,9 +147188,9 @@ x-webhooks: - name - full_name - private - repository: *875 - repository_selection: *904 - requester: *901 + repository: *877 + repository_selection: *906 + requester: *903 sender: *4 required: - action @@ -147218,11 +147269,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *872 + enterprise: *874 installation: *22 - organization: *874 - repositories: *902 - repository: *875 + organization: *876 + repositories: *904 + repository: *877 requester: nullable: true sender: *4 @@ -147401,10 +147452,10 @@ x-webhooks: type: string required: - from - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 target_type: type: string @@ -147483,11 +147534,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *872 + enterprise: *874 installation: *22 - organization: *874 - repositories: *902 - repository: *875 + organization: *876 + repositories: *904 + repository: *877 requester: nullable: true sender: *4 @@ -147661,8 +147712,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *695 - required: *696 + properties: *697 + required: *698 nullable: true user: title: User @@ -147747,8 +147798,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -148537,8 +148588,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148887,8 +148938,8 @@ x-webhooks: - state - locked - assignee - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -148968,7 +149019,7 @@ x-webhooks: type: string enum: - deleted - comment: &905 + comment: &907 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -149125,8 +149176,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *695 - required: *696 + properties: *697 + required: *698 nullable: true required: - url @@ -149141,8 +149192,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -149927,8 +149978,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150279,8 +150330,8 @@ x-webhooks: - state - locked - assignee - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -150360,7 +150411,7 @@ x-webhooks: type: string enum: - edited - changes: &934 + changes: &936 description: The changes to the comment. type: object properties: @@ -150372,9 +150423,9 @@ x-webhooks: type: string required: - from - comment: *905 - enterprise: *872 - installation: *873 + comment: *907 + enterprise: *874 + installation: *875 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -151162,8 +151213,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151512,8 +151563,8 @@ x-webhooks: - state - locked - assignee - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -151594,9 +151645,9 @@ x-webhooks: type: string enum: - pinned - comment: *905 - enterprise: *872 - installation: *873 + comment: *907 + enterprise: *874 + installation: *875 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -152386,8 +152437,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152738,8 +152789,8 @@ x-webhooks: - state - locked - assignee - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -152819,9 +152870,9 @@ x-webhooks: type: string enum: - unpinned - comment: *905 - enterprise: *872 - installation: *873 + comment: *907 + enterprise: *874 + installation: *875 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -153611,8 +153662,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153963,8 +154014,8 @@ x-webhooks: - state - locked - assignee - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -154053,9 +154104,9 @@ x-webhooks: type: number blocking_issue: *227 blocking_issue_repo: *80 - installation: *873 - organization: *874 - repository: *875 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -154144,9 +154195,9 @@ x-webhooks: type: number blocking_issue: *227 blocking_issue_repo: *80 - installation: *873 - organization: *874 - repository: *875 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -154234,9 +154285,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *227 - installation: *873 - organization: *874 - repository: *875 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -154325,9 +154376,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *227 - installation: *873 - organization: *874 - repository: *875 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -154407,10 +154458,10 @@ x-webhooks: type: string enum: - assigned - assignee: *901 - enterprise: *872 - installation: *873 - issue: &908 + assignee: *903 + enterprise: *874 + installation: *875 + issue: &910 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -155202,11 +155253,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155323,8 +155374,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -155404,8 +155455,8 @@ x-webhooks: type: string enum: - closed - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -156202,11 +156253,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156458,8 +156509,8 @@ x-webhooks: required: - state - closed_at - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -156538,8 +156589,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -157327,11 +157378,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157447,8 +157498,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -157527,8 +157578,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -158338,11 +158389,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158437,7 +158488,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &906 + milestone: &908 title: Milestone description: A collection of related issues and pull requests. type: object @@ -158575,8 +158626,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -158675,8 +158726,8 @@ x-webhooks: type: string required: - from - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -159468,11 +159519,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159589,9 +159640,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *895 - organization: *874 - repository: *875 + label: *897 + organization: *876 + repository: *877 sender: *4 required: - action @@ -159671,8 +159722,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -160463,11 +160514,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160584,9 +160635,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *895 - organization: *874 - repository: *875 + label: *897 + organization: *876 + repository: *877 sender: *4 required: - action @@ -160666,8 +160717,8 @@ x-webhooks: type: string enum: - locked - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -161482,11 +161533,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161580,8 +161631,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -161660,8 +161711,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -162470,11 +162521,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162568,9 +162619,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *906 - organization: *874 - repository: *875 + milestone: *908 + organization: *876 + repository: *877 sender: *4 required: - action @@ -163433,11 +163484,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164018,8 +164069,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -164803,11 +164854,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164931,8 +164982,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -165012,9 +165063,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *872 - installation: *873 - issue: &907 + enterprise: *874 + installation: *875 + issue: &909 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -165800,11 +165851,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -165920,8 +165971,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -166000,8 +166051,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -166814,11 +166865,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -166913,8 +166964,8 @@ x-webhooks: user_view_type: type: string type: *388 - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -167783,11 +167834,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -168382,11 +168433,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *872 - installation: *873 - issue: *907 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + issue: *909 + organization: *876 + repository: *877 sender: *4 required: - action @@ -168466,12 +168517,12 @@ x-webhooks: type: string enum: - typed - enterprise: *872 - installation: *873 - issue: *908 + enterprise: *874 + installation: *875 + issue: *910 type: *388 - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -168552,7 +168603,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &937 + assignee: &939 title: User type: object nullable: true @@ -168622,11 +168673,11 @@ x-webhooks: required: - login - id - enterprise: *872 - installation: *873 - issue: *908 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + issue: *910 + organization: *876 + repository: *877 sender: *4 required: - action @@ -168705,12 +168756,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *872 - installation: *873 - issue: *908 - label: *895 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + issue: *910 + label: *897 + organization: *876 + repository: *877 sender: *4 required: - action @@ -168790,8 +168841,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -169604,11 +169655,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -169702,8 +169753,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -169783,11 +169834,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *872 - installation: *873 - issue: *907 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + issue: *909 + organization: *876 + repository: *877 sender: *4 required: - action @@ -169866,12 +169917,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *872 - installation: *873 - issue: *908 + enterprise: *874 + installation: *875 + issue: *910 type: *388 - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -169951,11 +170002,11 @@ x-webhooks: type: string enum: - created - enterprise: *872 - installation: *873 - label: *895 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + label: *897 + organization: *876 + repository: *877 sender: *4 required: - action @@ -170033,11 +170084,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 - installation: *873 - label: *895 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + label: *897 + organization: *876 + repository: *877 sender: *4 required: - action @@ -170147,11 +170198,11 @@ x-webhooks: type: string required: - from - enterprise: *872 - installation: *873 - label: *895 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + label: *897 + organization: *876 + repository: *877 sender: *4 required: - action @@ -170233,9 +170284,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *872 - installation: *873 - marketplace_purchase: &909 + enterprise: *874 + installation: *875 + marketplace_purchase: &911 title: Marketplace Purchase type: object required: @@ -170318,8 +170369,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *874 - previous_marketplace_purchase: &910 + organization: *876 + previous_marketplace_purchase: &912 title: Marketplace Purchase type: object properties: @@ -170399,7 +170450,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *875 + repository: *877 sender: *4 required: - action @@ -170479,10 +170530,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *872 - installation: *873 - marketplace_purchase: *909 - organization: *874 + enterprise: *874 + installation: *875 + marketplace_purchase: *911 + organization: *876 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -170565,7 +170616,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *875 + repository: *877 sender: *4 required: - action @@ -170647,10 +170698,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *872 - installation: *873 - marketplace_purchase: *909 - organization: *874 + enterprise: *874 + installation: *875 + marketplace_purchase: *911 + organization: *876 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -170732,7 +170783,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *875 + repository: *877 sender: *4 required: - action @@ -170813,8 +170864,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 marketplace_purchase: title: Marketplace Purchase type: object @@ -170896,9 +170947,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *874 - previous_marketplace_purchase: *910 - repository: *875 + organization: *876 + previous_marketplace_purchase: *912 + repository: *877 sender: *4 required: - action @@ -170978,12 +171029,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *872 - installation: *873 - marketplace_purchase: *909 - organization: *874 - previous_marketplace_purchase: *910 - repository: *875 + enterprise: *874 + installation: *875 + marketplace_purchase: *911 + organization: *876 + previous_marketplace_purchase: *912 + repository: *877 sender: *4 required: - action @@ -171085,11 +171136,11 @@ x-webhooks: type: string required: - to - enterprise: *872 - installation: *873 - member: *901 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + member: *903 + organization: *876 + repository: *877 sender: *4 required: - action @@ -171189,11 +171240,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *872 - installation: *873 - member: *901 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + member: *903 + organization: *876 + repository: *877 sender: *4 required: - action @@ -171272,11 +171323,11 @@ x-webhooks: type: string enum: - removed - enterprise: *872 - installation: *873 - member: *901 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + member: *903 + organization: *876 + repository: *877 sender: *4 required: - action @@ -171354,11 +171405,11 @@ x-webhooks: type: string enum: - added - enterprise: *872 - installation: *873 - member: *901 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + member: *903 + organization: *876 + repository: *877 scope: description: The scope of the membership. Currently, can only be `team`. @@ -171434,7 +171485,7 @@ x-webhooks: required: - login - id - team: &911 + team: &913 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -171657,11 +171708,11 @@ x-webhooks: type: string enum: - removed - enterprise: *872 - installation: *873 - member: *901 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + member: *903 + organization: *876 + repository: *877 scope: description: The scope of the membership. Currently, can only be `team`. @@ -171738,7 +171789,7 @@ x-webhooks: required: - login - id - team: *911 + team: *913 required: - action - scope @@ -171820,8 +171871,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *873 - merge_group: &913 + installation: *875 + merge_group: &915 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -171840,15 +171891,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *912 + head_commit: *914 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -171934,10 +171985,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *873 - merge_group: *913 - organization: *874 - repository: *875 + installation: *875 + merge_group: *915 + organization: *876 + repository: *877 sender: *4 required: - action @@ -172010,7 +172061,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 + enterprise: *874 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -172119,16 +172170,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *873 - organization: *874 + installation: *875 + organization: *876 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: *914 - required: *915 + properties: *916 + required: *917 nullable: true sender: *4 required: @@ -172209,11 +172260,11 @@ x-webhooks: type: string enum: - closed - enterprise: *872 - installation: *873 - milestone: *906 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + milestone: *908 + organization: *876 + repository: *877 sender: *4 required: - action @@ -172292,9 +172343,9 @@ x-webhooks: type: string enum: - created - enterprise: *872 - installation: *873 - milestone: &916 + enterprise: *874 + installation: *875 + milestone: &918 title: Milestone description: A collection of related issues and pull requests. type: object @@ -172431,8 +172482,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -172511,11 +172562,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 - installation: *873 - milestone: *906 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + milestone: *908 + organization: *876 + repository: *877 sender: *4 required: - action @@ -172625,11 +172676,11 @@ x-webhooks: type: string required: - from - enterprise: *872 - installation: *873 - milestone: *906 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + milestone: *908 + organization: *876 + repository: *877 sender: *4 required: - action @@ -172709,11 +172760,11 @@ x-webhooks: type: string enum: - opened - enterprise: *872 - installation: *873 - milestone: *916 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + milestone: *918 + organization: *876 + repository: *877 sender: *4 required: - action @@ -172792,11 +172843,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *901 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + blocked_user: *903 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -172875,11 +172926,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *901 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + blocked_user: *903 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -172955,7 +173006,7 @@ x-webhooks: enum: - created definition: *153 - enterprise: *872 + enterprise: *874 sender: *4 required: - action @@ -173035,8 +173086,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 sender: *4 required: - action @@ -173109,8 +173160,8 @@ x-webhooks: enum: - updated definition: *153 - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 sender: *4 required: - action @@ -173182,9 +173233,9 @@ x-webhooks: type: string enum: - updated - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 sender: *4 new_property_values: type: array @@ -173272,9 +173323,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 - installation: *873 - membership: &917 + enterprise: *874 + installation: *875 + membership: &919 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -173381,8 +173432,8 @@ x-webhooks: - role - organization_url - user - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -173460,11 +173511,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *872 - installation: *873 - membership: *917 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + membership: *919 + organization: *876 + repository: *877 sender: *4 required: - action @@ -173543,8 +173594,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -173660,10 +173711,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 - user: *901 + user: *903 required: - action - invitation @@ -173741,11 +173792,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *872 - installation: *873 - membership: *917 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + membership: *919 + organization: *876 + repository: *877 sender: *4 required: - action @@ -173832,11 +173883,11 @@ x-webhooks: properties: from: type: string - enterprise: *872 - installation: *873 - membership: *917 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + membership: *919 + organization: *876 + repository: *877 sender: *4 required: - action @@ -173914,9 +173965,9 @@ x-webhooks: type: string enum: - published - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 package: description: Information about the package. type: object @@ -174415,7 +174466,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &918 + items: &920 title: Ruby Gems metadata type: object properties: @@ -174510,7 +174561,7 @@ x-webhooks: - owner - package_version - registry - repository: *875 + repository: *877 sender: *4 required: - action @@ -174587,9 +174638,9 @@ x-webhooks: type: string enum: - updated - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 package: description: Information about the package. type: object @@ -174942,7 +174993,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *918 + items: *920 source_url: type: string format: uri @@ -175012,7 +175063,7 @@ x-webhooks: - owner - package_version - registry - repository: *875 + repository: *877 sender: *4 required: - action @@ -175188,12 +175239,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *872 + enterprise: *874 id: type: integer - installation: *873 - organization: *874 - repository: *875 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - id @@ -175270,7 +175321,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &919 + personal_access_token_request: &921 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -175416,10 +175467,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *872 - organization: *874 + enterprise: *874 + organization: *876 sender: *4 - installation: *873 + installation: *875 required: - action - personal_access_token_request @@ -175496,11 +175547,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *919 - enterprise: *872 - organization: *874 + personal_access_token_request: *921 + enterprise: *874 + organization: *876 sender: *4 - installation: *873 + installation: *875 required: - action - personal_access_token_request @@ -175576,11 +175627,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *919 - enterprise: *872 - organization: *874 + personal_access_token_request: *921 + enterprise: *874 + organization: *876 sender: *4 - installation: *873 + installation: *875 required: - action - personal_access_token_request @@ -175655,11 +175706,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *919 - organization: *874 - enterprise: *872 + personal_access_token_request: *921 + organization: *876 + enterprise: *874 sender: *4 - installation: *873 + installation: *875 required: - action - personal_access_token_request @@ -175764,7 +175815,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *920 + last_response: *922 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -175796,8 +175847,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 zen: description: Random string of GitHub zen. @@ -176042,10 +176093,10 @@ x-webhooks: - from required: - note - enterprise: *872 - installation: *873 - organization: *874 - project_card: &921 + enterprise: *874 + installation: *875 + organization: *876 + project_card: &923 title: Project Card type: object properties: @@ -176164,7 +176215,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *875 + repository: *877 sender: *4 required: - action @@ -176245,11 +176296,11 @@ x-webhooks: type: string enum: - created - enterprise: *872 - installation: *873 - organization: *874 - project_card: *921 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + project_card: *923 + repository: *877 sender: *4 required: - action @@ -176329,9 +176380,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 project_card: title: Project Card type: object @@ -176459,8 +176510,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: *914 - required: *915 + properties: *916 + required: *917 nullable: true sender: *4 required: @@ -176554,11 +176605,11 @@ x-webhooks: - from required: - note - enterprise: *872 - installation: *873 - organization: *874 - project_card: *921 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + project_card: *923 + repository: *877 sender: *4 required: - action @@ -176652,9 +176703,9 @@ x-webhooks: - from required: - column_id - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 project_card: allOf: - title: Project Card @@ -176844,7 +176895,7 @@ x-webhooks: type: string required: - after_id - repository: *875 + repository: *877 sender: *4 required: - action @@ -176924,10 +176975,10 @@ x-webhooks: type: string enum: - closed - enterprise: *872 - installation: *873 - organization: *874 - project: &923 + enterprise: *874 + installation: *875 + organization: *876 + project: &925 title: Project type: object properties: @@ -177051,7 +177102,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *875 + repository: *877 sender: *4 required: - action @@ -177131,10 +177182,10 @@ x-webhooks: type: string enum: - created - enterprise: *872 - installation: *873 - organization: *874 - project_column: &922 + enterprise: *874 + installation: *875 + organization: *876 + project_column: &924 title: Project Column type: object properties: @@ -177173,7 +177224,7 @@ x-webhooks: - name - created_at - updated_at - repository: *875 + repository: *877 sender: *4 required: - action @@ -177252,18 +177303,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 - installation: *873 - organization: *874 - project_column: *922 + enterprise: *874 + installation: *875 + organization: *876 + project_column: *924 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: *914 - required: *915 + properties: *916 + required: *917 nullable: true sender: *4 required: @@ -177353,11 +177404,11 @@ x-webhooks: type: string required: - from - enterprise: *872 - installation: *873 - organization: *874 - project_column: *922 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + project_column: *924 + repository: *877 sender: *4 required: - action @@ -177437,11 +177488,11 @@ x-webhooks: type: string enum: - moved - enterprise: *872 - installation: *873 - organization: *874 - project_column: *922 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + project_column: *924 + repository: *877 sender: *4 required: - action @@ -177521,11 +177572,11 @@ x-webhooks: type: string enum: - created - enterprise: *872 - installation: *873 - organization: *874 - project: *923 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + project: *925 + repository: *877 sender: *4 required: - action @@ -177605,18 +177656,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 - installation: *873 - organization: *874 - project: *923 + enterprise: *874 + installation: *875 + organization: *876 + project: *925 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: *914 - required: *915 + properties: *916 + required: *917 nullable: true sender: *4 required: @@ -177718,11 +177769,11 @@ x-webhooks: type: string required: - from - enterprise: *872 - installation: *873 - organization: *874 - project: *923 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + project: *925 + repository: *877 sender: *4 required: - action @@ -177801,11 +177852,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *872 - installation: *873 - organization: *874 - project: *923 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + project: *925 + repository: *877 sender: *4 required: - action @@ -177886,8 +177937,8 @@ x-webhooks: type: string enum: - closed - installation: *873 - organization: *874 + installation: *875 + organization: *876 projects_v2: *420 sender: *4 required: @@ -177969,8 +178020,8 @@ x-webhooks: type: string enum: - created - installation: *873 - organization: *874 + installation: *875 + organization: *876 projects_v2: *420 sender: *4 required: @@ -178052,8 +178103,8 @@ x-webhooks: type: string enum: - deleted - installation: *873 - organization: *874 + installation: *875 + organization: *876 projects_v2: *420 sender: *4 required: @@ -178171,8 +178222,8 @@ x-webhooks: type: string to: type: string - installation: *873 - organization: *874 + installation: *875 + organization: *876 projects_v2: *420 sender: *4 required: @@ -178256,7 +178307,7 @@ x-webhooks: type: string enum: - archived - changes: &927 + changes: &929 type: object properties: archived_at: @@ -178270,9 +178321,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *873 - organization: *874 - projects_v2_item: &924 + installation: *875 + organization: *876 + projects_v2_item: &926 title: Projects v2 Item description: An item belonging to a project type: object @@ -178407,9 +178458,9 @@ x-webhooks: nullable: true to: type: string - installation: *873 - organization: *874 - projects_v2_item: *924 + installation: *875 + organization: *876 + projects_v2_item: *926 sender: *4 required: - action @@ -178491,9 +178542,9 @@ x-webhooks: type: string enum: - created - installation: *873 - organization: *874 - projects_v2_item: *924 + installation: *875 + organization: *876 + projects_v2_item: *926 sender: *4 required: - action @@ -178574,9 +178625,9 @@ x-webhooks: type: string enum: - deleted - installation: *873 - organization: *874 - projects_v2_item: *924 + installation: *875 + organization: *876 + projects_v2_item: *926 sender: *4 required: - action @@ -178682,7 +178733,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &925 + - &927 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -178704,7 +178755,7 @@ x-webhooks: required: - id - name - - &926 + - &928 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -178738,8 +178789,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *925 - - *926 + - *927 + - *928 required: - field_value - type: object @@ -178755,9 +178806,9 @@ x-webhooks: nullable: true required: - body - installation: *873 - organization: *874 - projects_v2_item: *924 + installation: *875 + organization: *876 + projects_v2_item: *926 sender: *4 required: - action @@ -178852,9 +178903,9 @@ x-webhooks: to: type: string nullable: true - installation: *873 - organization: *874 - projects_v2_item: *924 + installation: *875 + organization: *876 + projects_v2_item: *926 sender: *4 required: - action @@ -178937,10 +178988,10 @@ x-webhooks: type: string enum: - restored - changes: *927 - installation: *873 - organization: *874 - projects_v2_item: *924 + changes: *929 + installation: *875 + organization: *876 + projects_v2_item: *926 sender: *4 required: - action @@ -179022,8 +179073,8 @@ x-webhooks: type: string enum: - reopened - installation: *873 - organization: *874 + installation: *875 + organization: *876 projects_v2: *420 sender: *4 required: @@ -179105,14 +179156,14 @@ x-webhooks: type: string enum: - created - installation: *873 - organization: *874 - projects_v2_status_update: &930 + installation: *875 + organization: *876 + projects_v2_status_update: &932 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *928 - required: *929 + properties: *930 + required: *931 sender: *4 required: - action @@ -179193,9 +179244,9 @@ x-webhooks: type: string enum: - deleted - installation: *873 - organization: *874 - projects_v2_status_update: *930 + installation: *875 + organization: *876 + projects_v2_status_update: *932 sender: *4 required: - action @@ -179331,9 +179382,9 @@ x-webhooks: type: string format: date nullable: true - installation: *873 - organization: *874 - projects_v2_status_update: *930 + installation: *875 + organization: *876 + projects_v2_status_update: *932 sender: *4 required: - action @@ -179404,10 +179455,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - repository @@ -179484,13 +179535,13 @@ x-webhooks: type: string enum: - assigned - assignee: *901 - enterprise: *872 - installation: *873 - number: &931 + assignee: *903 + enterprise: *874 + installation: *875 + number: &933 description: The pull request number. type: integer - organization: *874 + organization: *876 pull_request: title: Pull Request type: object @@ -181795,7 +181846,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *875 + repository: *877 sender: *4 required: - action @@ -181877,11 +181928,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 number: type: integer - organization: *874 + organization: *876 pull_request: title: Pull Request type: object @@ -184181,7 +184232,7 @@ x-webhooks: - draft reason: type: string - repository: *875 + repository: *877 sender: *4 required: - action @@ -184263,11 +184314,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 number: type: integer - organization: *874 + organization: *876 pull_request: title: Pull Request type: object @@ -186567,7 +186618,7 @@ x-webhooks: - draft reason: type: string - repository: *875 + repository: *877 sender: *4 required: - action @@ -186649,13 +186700,13 @@ x-webhooks: type: string enum: - closed - enterprise: *872 - installation: *873 - number: *931 - organization: *874 - pull_request: &932 + enterprise: *874 + installation: *875 + number: *933 + organization: *876 + pull_request: &934 allOf: - - *720 + - *722 - type: object properties: allow_auto_merge: @@ -186717,7 +186768,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *875 + repository: *877 sender: *4 required: - action @@ -186798,12 +186849,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *872 - installation: *873 - number: *931 - organization: *874 - pull_request: *932 - repository: *875 + enterprise: *874 + installation: *875 + number: *933 + organization: *876 + pull_request: *934 + repository: *877 sender: *4 required: - action @@ -186883,11 +186934,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *872 - milestone: *702 - number: *931 - organization: *874 - pull_request: &933 + enterprise: *874 + milestone: *704 + number: *933 + organization: *876 + pull_request: &935 title: Pull Request type: object properties: @@ -189172,7 +189223,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *875 + repository: *877 sender: *4 required: - action @@ -189251,11 +189302,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 number: type: integer - organization: *874 + organization: *876 pull_request: title: Pull Request type: object @@ -191559,7 +191610,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *875 + repository: *877 sender: *4 required: - action @@ -191683,12 +191734,12 @@ x-webhooks: type: string required: - from - enterprise: *872 - installation: *873 - number: *931 - organization: *874 - pull_request: *932 - repository: *875 + enterprise: *874 + installation: *875 + number: *933 + organization: *876 + pull_request: *934 + repository: *877 sender: *4 required: - action @@ -191768,11 +191819,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 number: type: integer - organization: *874 + organization: *876 pull_request: title: Pull Request type: object @@ -194061,7 +194112,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *875 + repository: *877 sender: *4 required: - action @@ -194141,11 +194192,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *872 - installation: *873 - label: *895 - number: *931 - organization: *874 + enterprise: *874 + installation: *875 + label: *897 + number: *933 + organization: *876 pull_request: title: Pull Request type: object @@ -196449,7 +196500,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *875 + repository: *877 sender: *4 required: - action @@ -196530,10 +196581,10 @@ x-webhooks: type: string enum: - locked - enterprise: *872 - installation: *873 - number: *931 - organization: *874 + enterprise: *874 + installation: *875 + number: *933 + organization: *876 pull_request: title: Pull Request type: object @@ -198835,7 +198886,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *875 + repository: *877 sender: *4 required: - action @@ -198915,12 +198966,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *872 - milestone: *702 - number: *931 - organization: *874 - pull_request: *933 - repository: *875 + enterprise: *874 + milestone: *704 + number: *933 + organization: *876 + pull_request: *935 + repository: *877 sender: *4 required: - action @@ -198999,12 +199050,12 @@ x-webhooks: type: string enum: - opened - enterprise: *872 - installation: *873 - number: *931 - organization: *874 - pull_request: *932 - repository: *875 + enterprise: *874 + installation: *875 + number: *933 + organization: *876 + pull_request: *934 + repository: *877 sender: *4 required: - action @@ -199085,12 +199136,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *872 - installation: *873 - number: *931 - organization: *874 - pull_request: *932 - repository: *875 + enterprise: *874 + installation: *875 + number: *933 + organization: *876 + pull_request: *934 + repository: *877 sender: *4 required: - action @@ -199170,12 +199221,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *872 - installation: *873 - number: *931 - organization: *874 - pull_request: *932 - repository: *875 + enterprise: *874 + installation: *875 + number: *933 + organization: *876 + pull_request: *934 + repository: *877 sender: *4 required: - action @@ -199541,9 +199592,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 pull_request: type: object properties: @@ -201735,7 +201786,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *875 + repository: *877 sender: *4 required: - action @@ -201815,7 +201866,7 @@ x-webhooks: type: string enum: - deleted - comment: &935 + comment: &937 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -202100,9 +202151,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 pull_request: type: object properties: @@ -204282,7 +204333,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *875 + repository: *877 sender: *4 required: - action @@ -204362,11 +204413,11 @@ x-webhooks: type: string enum: - edited - changes: *934 - comment: *935 - enterprise: *872 - installation: *873 - organization: *874 + changes: *936 + comment: *937 + enterprise: *874 + installation: *875 + organization: *876 pull_request: type: object properties: @@ -206549,7 +206600,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *875 + repository: *877 sender: *4 required: - action @@ -206630,9 +206681,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 pull_request: title: Simple Pull Request type: object @@ -208827,7 +208878,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *875 + repository: *877 review: description: The review that was affected. type: object @@ -209074,9 +209125,9 @@ x-webhooks: type: string required: - from - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 pull_request: title: Simple Pull Request type: object @@ -211130,8 +211181,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *875 - review: &936 + repository: *877 + review: &938 description: The review that was affected. type: object properties: @@ -211364,12 +211415,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 number: description: The pull request number. type: integer - organization: *874 + organization: *876 pull_request: title: Pull Request type: object @@ -213674,7 +213725,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *875 + repository: *877 requested_reviewer: title: User type: object @@ -213758,12 +213809,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 number: description: The pull request number. type: integer - organization: *874 + organization: *876 pull_request: title: Pull Request type: object @@ -216075,7 +216126,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *875 + repository: *877 requested_team: title: Team description: Groups of organization members that gives permissions @@ -216267,12 +216318,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 number: description: The pull request number. type: integer - organization: *874 + organization: *876 pull_request: title: Pull Request type: object @@ -218579,7 +218630,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *875 + repository: *877 requested_reviewer: title: User type: object @@ -218664,12 +218715,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 number: description: The pull request number. type: integer - organization: *874 + organization: *876 pull_request: title: Pull Request type: object @@ -220967,7 +221018,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *875 + repository: *877 requested_team: title: Team description: Groups of organization members that gives permissions @@ -221148,9 +221199,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 pull_request: title: Simple Pull Request type: object @@ -223347,8 +223398,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *875 - review: *936 + repository: *877 + review: *938 sender: *4 required: - action @@ -223428,9 +223479,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 pull_request: title: Simple Pull Request type: object @@ -225522,7 +225573,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *875 + repository: *877 sender: *4 thread: type: object @@ -225909,9 +225960,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 pull_request: title: Simple Pull Request type: object @@ -227989,7 +228040,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *875 + repository: *877 sender: *4 thread: type: object @@ -228379,10 +228430,10 @@ x-webhooks: type: string before: type: string - enterprise: *872 - installation: *873 - number: *931 - organization: *874 + enterprise: *874 + installation: *875 + number: *933 + organization: *876 pull_request: title: Pull Request type: object @@ -230675,7 +230726,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *875 + repository: *877 sender: *4 required: - action @@ -230757,11 +230808,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *937 - enterprise: *872 - installation: *873 - number: *931 - organization: *874 + assignee: *939 + enterprise: *874 + installation: *875 + number: *933 + organization: *876 pull_request: title: Pull Request type: object @@ -233066,7 +233117,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *875 + repository: *877 sender: *4 required: - action @@ -233145,11 +233196,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *872 - installation: *873 - label: *895 - number: *931 - organization: *874 + enterprise: *874 + installation: *875 + label: *897 + number: *933 + organization: *876 pull_request: title: Pull Request type: object @@ -235444,7 +235495,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *875 + repository: *877 sender: *4 required: - action @@ -235525,10 +235576,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *872 - installation: *873 - number: *931 - organization: *874 + enterprise: *874 + installation: *875 + number: *933 + organization: *876 pull_request: title: Pull Request type: object @@ -237815,7 +237866,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *875 + repository: *877 sender: *4 required: - action @@ -238015,7 +238066,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *872 + enterprise: *874 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -238107,8 +238158,8 @@ x-webhooks: - url - author - committer - installation: *873 - organization: *874 + installation: *875 + organization: *876 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -238694,9 +238745,9 @@ x-webhooks: type: string enum: - published - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 registry_package: type: object properties: @@ -239142,7 +239193,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *918 + items: *920 summary: type: string tag_name: @@ -239196,7 +239247,7 @@ x-webhooks: - owner - package_version - registry - repository: *875 + repository: *877 sender: *4 required: - action @@ -239274,9 +239325,9 @@ x-webhooks: type: string enum: - updated - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 registry_package: type: object properties: @@ -239584,7 +239635,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *918 + items: *920 summary: type: string tag_name: @@ -239633,7 +239684,7 @@ x-webhooks: - owner - package_version - registry - repository: *875 + repository: *877 sender: *4 required: - action @@ -239710,10 +239761,10 @@ x-webhooks: type: string enum: - created - enterprise: *872 - installation: *873 - organization: *874 - release: &938 + enterprise: *874 + installation: *875 + organization: *876 + release: &940 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -240031,7 +240082,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *875 + repository: *877 sender: *4 required: - action @@ -240108,11 +240159,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 - installation: *873 - organization: *874 - release: *938 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + release: *940 + repository: *877 sender: *4 required: - action @@ -240229,11 +240280,11 @@ x-webhooks: type: boolean required: - to - enterprise: *872 - installation: *873 - organization: *874 - release: *938 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + release: *940 + repository: *877 sender: *4 required: - action @@ -240311,9 +240362,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -240635,7 +240686,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *875 + repository: *877 sender: *4 required: - action @@ -240711,10 +240762,10 @@ x-webhooks: type: string enum: - published - enterprise: *872 - installation: *873 - organization: *874 - release: &939 + enterprise: *874 + installation: *875 + organization: *876 + release: &941 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -241033,7 +241084,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *875 + repository: *877 sender: *4 required: - action @@ -241109,11 +241160,11 @@ x-webhooks: type: string enum: - released - enterprise: *872 - installation: *873 - organization: *874 - release: *938 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + release: *940 + repository: *877 sender: *4 required: - action @@ -241189,11 +241240,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *872 - installation: *873 - organization: *874 - release: *939 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + release: *941 + repository: *877 sender: *4 required: - action @@ -241269,11 +241320,11 @@ x-webhooks: type: string enum: - published - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 - repository_advisory: *772 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + repository_advisory: *774 sender: *4 required: - action @@ -241349,11 +241400,11 @@ x-webhooks: type: string enum: - reported - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 - repository_advisory: *772 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + repository_advisory: *774 sender: *4 required: - action @@ -241429,10 +241480,10 @@ x-webhooks: type: string enum: - archived - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -241509,10 +241560,10 @@ x-webhooks: type: string enum: - created - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -241590,10 +241641,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -241677,10 +241728,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -241792,10 +241843,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -241867,10 +241918,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 status: type: string @@ -241951,10 +242002,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -242031,10 +242082,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -242128,10 +242179,10 @@ x-webhooks: - name required: - repository - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -242211,10 +242262,10 @@ x-webhooks: type: string enum: - created - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 repository_ruleset: *193 sender: *4 required: @@ -242293,10 +242344,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 repository_ruleset: *193 sender: *4 required: @@ -242375,10 +242426,10 @@ x-webhooks: type: string enum: - edited - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 repository_ruleset: *193 changes: type: object @@ -242440,16 +242491,16 @@ x-webhooks: properties: added: type: array - items: *740 + items: *742 deleted: type: array - items: *740 + items: *742 updated: type: array items: type: object properties: - rule: *740 + rule: *742 changes: type: object properties: @@ -242683,10 +242734,10 @@ x-webhooks: - from required: - owner - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -242764,10 +242815,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -242845,7 +242896,7 @@ x-webhooks: type: string enum: - create - alert: &940 + alert: &942 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -242967,10 +243018,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -243176,10 +243227,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -243257,11 +243308,11 @@ x-webhooks: type: string enum: - reopen - alert: *940 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + alert: *942 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -243460,10 +243511,10 @@ x-webhooks: enum: - fixed - open - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -243541,7 +243592,7 @@ x-webhooks: type: string enum: - assigned - alert: &941 + alert: &943 type: object properties: number: *130 @@ -243684,10 +243735,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -243765,11 +243816,11 @@ x-webhooks: type: string enum: - created - alert: *941 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + alert: *943 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -243850,11 +243901,11 @@ x-webhooks: type: string enum: - created - alert: *941 - installation: *873 - location: *942 - organization: *874 - repository: *875 + alert: *943 + installation: *875 + location: *944 + organization: *876 + repository: *877 sender: *4 required: - location @@ -244092,11 +244143,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *941 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + alert: *943 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -244174,11 +244225,11 @@ x-webhooks: type: string enum: - reopened - alert: *941 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + alert: *943 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -244256,11 +244307,11 @@ x-webhooks: type: string enum: - resolved - alert: *941 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + alert: *943 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -244338,12 +244389,12 @@ x-webhooks: type: string enum: - unassigned - alert: *941 + alert: *943 assignee: *4 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -244421,11 +244472,11 @@ x-webhooks: type: string enum: - validated - alert: *941 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + alert: *943 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -244551,10 +244602,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *875 - enterprise: *872 - installation: *873 - organization: *874 + repository: *877 + enterprise: *874 + installation: *875 + organization: *876 sender: *4 required: - action @@ -244632,11 +244683,11 @@ x-webhooks: type: string enum: - published - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 - security_advisory: &943 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + security_advisory: &945 description: The details of the security advisory, including summary, description, and severity. type: object @@ -244819,11 +244870,11 @@ x-webhooks: type: string enum: - updated - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 - security_advisory: *943 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + security_advisory: *945 sender: *4 required: - action @@ -244896,10 +244947,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -245084,9 +245135,9 @@ x-webhooks: type: object properties: security_and_analysis: *437 - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 repository: *483 sender: *4 required: @@ -245165,12 +245216,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - sponsorship: &944 + sponsorship: &946 type: object properties: created_at: @@ -245471,12 +245522,12 @@ x-webhooks: type: string enum: - created - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - sponsorship: *944 + sponsorship: *946 required: - action - sponsorship @@ -245564,12 +245615,12 @@ x-webhooks: type: string required: - from - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - sponsorship: *944 + sponsorship: *946 required: - action - changes @@ -245646,17 +245697,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &945 + effective_date: &947 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: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - sponsorship: *944 + sponsorship: *946 required: - action - sponsorship @@ -245730,7 +245781,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &946 + changes: &948 type: object properties: tier: @@ -245774,13 +245825,13 @@ x-webhooks: - from required: - tier - effective_date: *945 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + effective_date: *947 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - sponsorship: *944 + sponsorship: *946 required: - action - changes @@ -245857,13 +245908,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *946 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + changes: *948 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - sponsorship: *944 + sponsorship: *946 required: - action - changes @@ -245937,10 +245988,10 @@ x-webhooks: type: string enum: - created - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -246023,10 +246074,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -246446,15 +246497,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *872 + enterprise: *874 id: description: The unique identifier of the status. type: integer - installation: *873 + installation: *875 name: type: string - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 sha: description: The Commit SHA. @@ -246569,9 +246620,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *227 - installation: *873 - organization: *874 - repository: *875 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -246661,9 +246712,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *227 - installation: *873 - organization: *874 - repository: *875 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -246753,9 +246804,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *227 - installation: *873 - organization: *874 - repository: *875 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -246845,9 +246896,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *227 - installation: *873 - organization: *874 - repository: *875 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -246924,12 +246975,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - team: &947 + team: &949 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -247152,9 +247203,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 repository: title: Repository description: A git repository @@ -247612,7 +247663,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *947 + team: *949 required: - action - team @@ -247688,9 +247739,9 @@ x-webhooks: type: string enum: - created - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 repository: title: Repository description: A git repository @@ -248148,7 +248199,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *947 + team: *949 required: - action - team @@ -248225,9 +248276,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 repository: title: Repository description: A git repository @@ -248685,7 +248736,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *947 + team: *949 required: - action - team @@ -248829,9 +248880,9 @@ x-webhooks: - from required: - permissions - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 repository: title: Repository description: A git repository @@ -249289,7 +249340,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *947 + team: *949 required: - action - changes @@ -249367,9 +249418,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 repository: title: Repository description: A git repository @@ -249827,7 +249878,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *947 + team: *949 required: - action - team @@ -249903,10 +249954,10 @@ x-webhooks: type: string enum: - started - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -249979,16 +250030,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *872 + enterprise: *874 inputs: type: object nullable: true additionalProperties: true - installation: *873 - organization: *874 + installation: *875 + organization: *876 ref: type: string - repository: *875 + repository: *877 sender: *4 workflow: type: string @@ -250070,10 +250121,10 @@ x-webhooks: type: string enum: - completed - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 workflow_job: allOf: @@ -250310,7 +250361,7 @@ x-webhooks: type: string required: - conclusion - deployment: *622 + deployment: *624 required: - action - repository @@ -250389,10 +250440,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 workflow_job: allOf: @@ -250652,7 +250703,7 @@ x-webhooks: required: - status - steps - deployment: *622 + deployment: *624 required: - action - repository @@ -250731,10 +250782,10 @@ x-webhooks: type: string enum: - queued - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 workflow_job: type: object @@ -250869,7 +250920,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *622 + deployment: *624 required: - action - repository @@ -250948,10 +250999,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 workflow_job: type: object @@ -251087,7 +251138,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *622 + deployment: *624 required: - action - repository @@ -251167,12 +251218,12 @@ x-webhooks: type: string enum: - completed - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - workflow: *891 + workflow: *893 workflow_run: title: Workflow Run type: object @@ -252171,12 +252222,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - workflow: *891 + workflow: *893 workflow_run: title: Workflow Run type: object @@ -253160,12 +253211,12 @@ x-webhooks: type: string enum: - requested - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - workflow: *891 + workflow: *893 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json index f99512cd6..44d2f4cee 100644 --- a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json @@ -371457,6 +371457,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" + } + } } } }, @@ -378339,6 +378369,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/ghec/dereferenced/ghec.2026-03-10.deref.yaml b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml index dd1fc743c..69a161396 100644 --- a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml @@ -1002,7 +1002,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &774 + - &776 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4149,7 +4149,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &784 + schema: &786 title: Scim Error description: Scim Error type: object @@ -11488,7 +11488,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &785 + '401': &787 description: Authorization failure '404': *6 x-github: @@ -20087,7 +20087,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 - - &612 + - &614 name: has in: query description: |- @@ -20210,7 +20210,7 @@ paths: - direct - transitive - inconclusive - security_advisory: &613 + security_advisory: &615 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -20427,14 +20427,14 @@ paths: nullable: true maxLength: 280 fixed_at: *140 - auto_dismissed_at: &614 + auto_dismissed_at: &616 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: &615 + dismissal_request: &617 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -24319,7 +24319,7 @@ paths: - *167 rules: type: array - items: &740 + items: &742 title: Repository Rule type: object description: A repository rule. @@ -24328,7 +24328,7 @@ paths: - *173 - *174 - *175 - - &738 + - &740 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -24924,14 +24924,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &752 + state: &754 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: &753 + resolution: &755 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -25048,8 +25048,8 @@ paths: pull request. ' - oneOf: &754 - - &756 + oneOf: &756 + - &758 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -25107,7 +25107,7 @@ paths: - blob_url - commit_sha - commit_url - - &757 + - &759 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. @@ -25162,7 +25162,7 @@ paths: - page_url - commit_sha - commit_url - - &758 + - &760 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -25182,7 +25182,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &759 + - &761 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -25202,7 +25202,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &760 + - &762 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -25222,7 +25222,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &761 + - &763 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -25236,7 +25236,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &762 + - &764 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -25250,7 +25250,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &763 + - &765 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -25264,7 +25264,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &764 + - &766 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. @@ -25284,7 +25284,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &765 + - &767 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. @@ -25304,7 +25304,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &766 + - &768 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. @@ -25324,7 +25324,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &767 + - &769 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. @@ -25344,7 +25344,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &768 + - &770 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. @@ -29007,7 +29007,7 @@ paths: properties: action: type: string - discussion: &892 + discussion: &894 title: Discussion description: A Discussion in a repository. type: object @@ -29374,7 +29374,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &673 + properties: &675 id: type: integer format: int64 @@ -29743,7 +29743,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &812 + sub_issues_summary: &814 title: Sub-issues Summary type: object properties: @@ -29830,7 +29830,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &695 + properties: &697 pinned_at: type: string format: date-time @@ -29842,7 +29842,7 @@ paths: properties: *20 required: *21 nullable: true - required: &696 + required: &698 - pinned_at - pinned_by nullable: true @@ -29856,7 +29856,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &813 + issue_dependencies_summary: &815 title: Issue Dependencies Summary type: object properties: @@ -29875,7 +29875,7 @@ paths: - total_blocking issue_field_values: type: array - items: &680 + items: &682 title: Issue Field Value description: A value assigned to an issue field type: object @@ -29936,7 +29936,7 @@ paths: - node_id - data_type - value - required: &674 + required: &676 - closed_at - comments - comments_url @@ -29973,7 +29973,7 @@ paths: action: type: string issue: *227 - comment: &669 + comment: &671 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -30637,7 +30637,7 @@ paths: type: string release: allOf: - - &731 + - &733 title: Release description: A release. type: object @@ -30708,7 +30708,7 @@ paths: author: *4 assets: type: array - items: &732 + items: &734 title: Release Asset description: Data related to a release. type: object @@ -34454,7 +34454,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &705 + - &707 name: all description: If `true`, show notifications marked as read. in: query @@ -34462,7 +34462,7 @@ paths: schema: type: boolean default: false - - &706 + - &708 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -34472,7 +34472,7 @@ paths: type: boolean default: false - *234 - - &707 + - &709 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: @@ -35008,7 +35008,7 @@ paths: - url - subscription_url examples: - default: &708 + default: &710 value: - id: '1' repository: @@ -36045,7 +36045,7 @@ paths: type: array items: *158 examples: - default: &714 + default: &716 value: - property_name: environment value: production @@ -36095,7 +36095,7 @@ paths: required: - properties examples: - default: &715 + default: &717 value: properties: - property_name: environment @@ -41895,12 +41895,12 @@ paths: required: - subject_digests examples: - default: &851 + default: &853 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &852 + withPredicateType: &854 value: subject_digests: - sha256:abc123 @@ -41944,7 +41944,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &853 + default: &855 value: attestations_subject_digests: - sha256:abc: @@ -47666,7 +47666,7 @@ paths: description: Response content: application/json: - schema: &618 + schema: &620 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -47683,7 +47683,7 @@ paths: - key_id - key examples: - default: &619 + default: &621 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -48009,7 +48009,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *89 - - &627 + - &629 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -48017,7 +48017,7 @@ paths: required: false schema: type: string - - &628 + - &630 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -48025,7 +48025,7 @@ paths: required: false schema: type: string - - &629 + - &631 name: time_period description: |- The time period to filter by. @@ -48041,7 +48041,7 @@ paths: - week - month default: month - - &630 + - &632 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -48066,7 +48066,7 @@ paths: application/json: schema: type: array - items: &631 + items: &633 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -48222,7 +48222,7 @@ paths: format: uri example: https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &632 + default: &634 value: - id: 21 number: 42 @@ -48324,7 +48324,7 @@ paths: application/json: schema: type: array - items: &633 + items: &635 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -48441,7 +48441,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &634 + default: &636 value: - id: 21 number: 42 @@ -50483,7 +50483,7 @@ paths: required: true content: application/json: - schema: &665 + schema: &667 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -53042,7 +53042,7 @@ paths: parameters: - *89 - *399 - - &833 + - &835 name: repo_name description: repo_name parameter in: path @@ -54257,7 +54257,7 @@ paths: - nuget - container - *89 - - &834 + - &836 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -54298,7 +54298,7 @@ paths: default: *405 '403': *29 '401': *25 - '400': &836 + '400': &838 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -56399,7 +56399,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &928 + properties: &930 id: type: number description: The unique identifier of the status update. @@ -56447,7 +56447,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &929 + required: &931 - id - node_id - created_at @@ -56876,7 +56876,7 @@ paths: - review_comment - self author_association: *224 - auto_merge: &717 + auto_merge: &719 title: Auto merge description: The status of auto merging a pull request. type: object @@ -57252,7 +57252,7 @@ paths: - updated_at - project_url examples: - default: &856 + default: &858 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -57429,7 +57429,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &857 + items: &859 type: object properties: name: @@ -57466,7 +57466,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &858 + iteration_configuration: &860 type: object description: The configuration for iteration fields. properties: @@ -57516,7 +57516,7 @@ paths: value: name: Due date data_type: date - single_select_field: &859 + single_select_field: &861 summary: Create a single select field value: name: Priority @@ -57543,7 +57543,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &860 + iteration_field: &862 summary: Create an iteration field value: name: Sprint @@ -57569,7 +57569,7 @@ paths: application/json: schema: *426 examples: - text_field: &861 + text_field: &863 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -57578,7 +57578,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: &862 + number_field: &864 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -57587,7 +57587,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: &863 + date_field: &865 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -57596,7 +57596,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: &864 + single_select_field: &866 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -57630,7 +57630,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &865 + iteration_field: &867 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -57676,7 +57676,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - *422 - - &866 + - &868 name: field_id description: The unique identifier of the field. in: path @@ -57691,7 +57691,7 @@ paths: application/json: schema: *426 examples: - default: &867 + default: &869 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -58888,7 +58888,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &848 + schema: &850 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -59065,7 +59065,7 @@ paths: parameters: - *422 - *89 - - &868 + - &870 name: view_number description: The number that identifies the project view. in: path @@ -60888,7 +60888,7 @@ paths: - *89 - *17 - *19 - - &739 + - &741 name: targets description: | A comma-separated list of rule targets to filter by. @@ -61104,7 +61104,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *89 - - &741 + - &743 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 @@ -61116,14 +61116,14 @@ paths: x-multi-segment: true - *316 - *107 - - &742 + - &744 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 - - &743 + - &745 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -61143,7 +61143,7 @@ paths: description: Response content: application/json: - schema: &744 + schema: &746 title: Rule Suites description: Response type: array @@ -61198,7 +61198,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &745 + default: &747 value: - id: 21 actor_id: 12 @@ -61242,7 +61242,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *89 - - &746 + - &748 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -61258,7 +61258,7 @@ paths: description: Response content: application/json: - schema: &747 + schema: &749 title: Rule Suite description: Response type: object @@ -61357,7 +61357,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &748 + default: &750 value: id: 21 actor_id: 12 @@ -61693,7 +61693,7 @@ paths: - *112 - *19 - *17 - - &750 + - &752 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -61703,7 +61703,7 @@ paths: required: false schema: type: string - - &751 + - &753 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -61916,7 +61916,7 @@ paths: application/json: schema: type: array - items: &772 + items: &774 description: A repository security advisory. type: object properties: @@ -62188,7 +62188,7 @@ paths: - private_fork additionalProperties: false examples: - default: &773 + default: &775 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -64275,7 +64275,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &815 + response-if-user-is-a-team-maintainer: &817 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -64340,7 +64340,7 @@ paths: application/json: schema: *477 examples: - response-if-users-membership-with-team-is-now-pending: &816 + response-if-users-membership-with-team-is-now-pending: &818 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -64454,7 +64454,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &817 + schema: &819 title: Team Repository description: A team's access to a repository. type: object @@ -65216,7 +65216,7 @@ paths: type: array items: *319 examples: - response-if-child-teams-exist: &818 + response-if-child-teams-exist: &820 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -66686,7 +66686,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': &668 + '410': &670 description: Gone content: application/json: @@ -70306,7 +70306,7 @@ paths: items: type: object properties: - type: &635 + type: &637 type: string description: The type of reviewer. enum: @@ -70440,12 +70440,12 @@ paths: application/json: schema: type: array - items: &622 + items: &624 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &886 + properties: &888 url: type: string format: uri @@ -70530,7 +70530,7 @@ paths: nullable: true properties: *222 required: *223 - required: &887 + required: &889 - id - node_id - sha @@ -70546,7 +70546,7 @@ paths: - created_at - updated_at examples: - default: &623 + default: &625 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -70930,7 +70930,7 @@ paths: application/json: schema: *509 examples: - default: &648 + default: &650 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -71149,7 +71149,7 @@ paths: application/json: schema: *513 examples: - default: &649 + default: &651 value: name: USERNAME value: octocat @@ -72933,7 +72933,7 @@ paths: required: - sha - url - verification: &655 + verification: &657 title: Verification type: object properties: @@ -76446,7 +76446,7 @@ paths: check. type: array items: *232 - deployment: &879 + deployment: &881 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -77358,7 +77358,7 @@ paths: type: string format: date-time nullable: true - head_commit: &912 + head_commit: &914 title: Simple Commit description: A commit. type: object @@ -79754,7 +79754,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': &610 + '302': &612 description: Found '403': *558 '404': *6 @@ -81627,14 +81627,14 @@ paths: type: integer machines: type: array - items: &823 + items: &825 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *583 required: *584 examples: - default: &824 + default: &826 value: total_count: 2 machines: @@ -82317,7 +82317,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &667 + schema: &669 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -83021,7 +83021,7 @@ paths: - content - created_at examples: - default: &671 + default: &673 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -83158,7 +83158,7 @@ paths: - *478 - *479 - *243 - - &672 + - &674 name: reaction_id description: The unique identifier of the reaction. in: path @@ -83272,7 +83272,7 @@ paths: type: array items: *595 examples: - default: &724 + default: &726 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -83563,7 +83563,7 @@ paths: type: array items: *599 examples: - default: &716 + default: &718 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -84121,7 +84121,7 @@ paths: application/json: schema: *595 examples: - default: &701 + default: &703 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -84205,6 +84205,47 @@ paths: patch: |- @@ -29,7 +29,7 @@ ..... + application/vnd.github.diff: + schema: + type: string + examples: + default: &609 + 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: &610 + 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': *40 @@ -84739,7 +84780,7 @@ paths: application/json: schema: type: array - items: &777 + items: &779 title: Status description: The status of a commit. type: object @@ -85361,6 +85402,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: *609 + application/vnd.github.patch: + schema: + type: string + examples: + default: *610 '404': *6 '500': *40 '503': *198 @@ -85566,7 +85617,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &609 + response-if-content-is-a-file-github-object: &611 summary: Response if content is a file value: type: file @@ -85698,7 +85749,7 @@ paths: - size - type - url - - &729 + - &731 title: Content File description: Content File type: object @@ -85899,7 +85950,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *609 + response-if-content-is-a-file: *611 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -85968,7 +86019,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *610 + '302': *612 '304': *37 x-github: githubCloudOnly: false @@ -86085,7 +86136,7 @@ paths: description: Response content: application/json: - schema: &611 + schema: &613 title: File Commit description: File Commit type: object @@ -86237,7 +86288,7 @@ paths: description: Response content: application/json: - schema: *611 + schema: *613 examples: example-for-creating-a-file: value: @@ -86291,7 +86342,7 @@ paths: schema: oneOf: - *3 - - &650 + - &652 description: Repository rule violation was detected type: object properties: @@ -86312,7 +86363,7 @@ paths: items: type: object properties: - placeholder_id: &769 + placeholder_id: &771 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -86406,7 +86457,7 @@ paths: description: Response content: application/json: - schema: *611 + schema: *613 examples: default: value: @@ -86599,7 +86650,7 @@ paths: schema: type: string - *345 - - *612 + - *614 - *346 - *347 - *348 @@ -86614,7 +86665,7 @@ paths: application/json: schema: type: array - items: &616 + items: &618 type: object description: A Dependabot alert. properties: @@ -86661,7 +86712,7 @@ paths: - direct - transitive - inconclusive - security_advisory: *613 + security_advisory: *615 security_vulnerability: *134 url: *135 html_url: *136 @@ -86692,8 +86743,8 @@ paths: nullable: true maxLength: 280 fixed_at: *140 - auto_dismissed_at: *614 - dismissal_request: *615 + auto_dismissed_at: *616 + dismissal_request: *617 assignees: type: array description: The users assigned to this alert. @@ -86950,7 +87001,7 @@ paths: parameters: - *478 - *479 - - &617 + - &619 name: alert_number in: path description: |- @@ -86965,7 +87016,7 @@ paths: description: Response content: application/json: - schema: *616 + schema: *618 examples: default: value: @@ -87099,7 +87150,7 @@ paths: parameters: - *478 - *479 - - *617 + - *619 requestBody: required: true content: @@ -87155,7 +87206,7 @@ paths: description: Response content: application/json: - schema: *616 + schema: *618 examples: default: value: @@ -87304,7 +87355,7 @@ paths: type: integer secrets: type: array - items: &620 + items: &622 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -87364,9 +87415,9 @@ paths: description: Response content: application/json: - schema: *618 + schema: *620 examples: - default: *619 + default: *621 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87394,7 +87445,7 @@ paths: description: Response content: application/json: - schema: *620 + schema: *622 examples: default: value: @@ -87975,7 +88026,7 @@ paths: - version - url additionalProperties: false - metadata: &621 + metadata: &623 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -88008,7 +88059,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *621 + metadata: *623 resolved: type: object description: A collection of resolved package dependencies. @@ -88021,7 +88072,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *621 + metadata: *623 relationship: type: string description: A notation of whether a dependency is requested @@ -88191,9 +88242,9 @@ paths: application/json: schema: type: array - items: *622 + items: *624 examples: - default: *623 + default: *625 headers: Link: *47 x-github: @@ -88341,7 +88392,7 @@ paths: description: Response content: application/json: - schema: *622 + schema: *624 examples: simple-example: summary: Simple example @@ -88416,7 +88467,7 @@ paths: parameters: - *478 - *479 - - &624 + - &626 name: deployment_id description: deployment_id parameter in: path @@ -88428,7 +88479,7 @@ paths: description: Response content: application/json: - schema: *622 + schema: *624 examples: default: value: @@ -88495,7 +88546,7 @@ paths: parameters: - *478 - *479 - - *624 + - *626 responses: '204': description: Response @@ -88519,7 +88570,7 @@ paths: parameters: - *478 - *479 - - *624 + - *626 - *17 - *19 responses: @@ -88529,7 +88580,7 @@ paths: application/json: schema: type: array - items: &625 + items: &627 title: Deployment Status description: The status of a deployment. type: object @@ -88692,7 +88743,7 @@ paths: parameters: - *478 - *479 - - *624 + - *626 requestBody: required: true content: @@ -88767,9 +88818,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *627 examples: - default: &626 + default: &628 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -88827,7 +88878,7 @@ paths: parameters: - *478 - *479 - - *624 + - *626 - name: status_id in: path required: true @@ -88838,9 +88889,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *627 examples: - default: *626 + default: *628 '404': *6 x-github: githubCloudOnly: false @@ -88869,10 +88920,10 @@ paths: parameters: - *478 - *479 - - *627 - - *628 - *629 - *630 + - *631 + - *632 - *17 - *19 responses: @@ -88882,9 +88933,9 @@ paths: application/json: schema: type: array - items: *631 + items: *633 examples: - default: *632 + default: *634 '404': *6 '403': *29 '500': *40 @@ -88921,7 +88972,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *631 + schema: *633 examples: default: value: @@ -89039,10 +89090,10 @@ paths: parameters: - *478 - *479 - - *627 - - *628 - *629 - *630 + - *631 + - *632 - *17 - *19 responses: @@ -89052,9 +89103,9 @@ paths: application/json: schema: type: array - items: *633 + items: *635 examples: - default: *634 + default: *636 '404': *6 '403': *29 '500': *40 @@ -89091,7 +89142,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *633 + schema: *635 examples: default: value: @@ -89181,7 +89232,7 @@ paths: description: The created dismissal request. content: application/json: - schema: *633 + schema: *635 examples: default: value: @@ -89597,7 +89648,7 @@ paths: type: integer environments: type: array - items: &636 + items: &638 title: Environment description: Details of a deployment environment type: object @@ -89649,7 +89700,7 @@ paths: type: type: string example: wait_timer - wait_timer: &638 + wait_timer: &640 type: integer example: 30 description: The amount of time to delay a job after @@ -89686,7 +89737,7 @@ paths: items: type: object properties: - type: *635 + type: *637 reviewer: anyOf: - *4 @@ -89710,7 +89761,7 @@ paths: - id - node_id - type - deployment_branch_policy: &639 + deployment_branch_policy: &641 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -89828,7 +89879,7 @@ paths: parameters: - *478 - *479 - - &637 + - &639 name: environment_name in: path required: true @@ -89841,9 +89892,9 @@ paths: description: Response content: application/json: - schema: *636 + schema: *638 examples: - default: &640 + default: &642 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -89929,7 +89980,7 @@ paths: parameters: - *478 - *479 - - *637 + - *639 requestBody: required: false content: @@ -89938,7 +89989,7 @@ paths: type: object nullable: true properties: - wait_timer: *638 + wait_timer: *640 prevent_self_review: type: boolean example: false @@ -89955,13 +90006,13 @@ paths: items: type: object properties: - type: *635 + type: *637 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *639 + deployment_branch_policy: *641 additionalProperties: false examples: default: @@ -89981,9 +90032,9 @@ paths: description: Response content: application/json: - schema: *636 + schema: *638 examples: - default: *640 + default: *642 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -90009,7 +90060,7 @@ paths: parameters: - *478 - *479 - - *637 + - *639 responses: '204': description: Default response @@ -90036,7 +90087,7 @@ paths: parameters: - *478 - *479 - - *637 + - *639 - *17 - *19 responses: @@ -90054,7 +90105,7 @@ paths: example: 2 branch_policies: type: array - items: &641 + items: &643 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -90113,7 +90164,7 @@ paths: parameters: - *478 - *479 - - *637 + - *639 requestBody: required: true content: @@ -90159,9 +90210,9 @@ paths: description: Response content: application/json: - schema: *641 + schema: *643 examples: - example-wildcard: &642 + example-wildcard: &644 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -90205,8 +90256,8 @@ paths: parameters: - *478 - *479 - - *637 - - &643 + - *639 + - &645 name: branch_policy_id in: path required: true @@ -90218,9 +90269,9 @@ paths: description: Response content: application/json: - schema: *641 + schema: *643 examples: - default: *642 + default: *644 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90241,8 +90292,8 @@ paths: parameters: - *478 - *479 - - *637 - - *643 + - *639 + - *645 requestBody: required: true content: @@ -90270,9 +90321,9 @@ paths: description: Response content: application/json: - schema: *641 + schema: *643 examples: - default: *642 + default: *644 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90293,8 +90344,8 @@ paths: parameters: - *478 - *479 - - *637 - - *643 + - *639 + - *645 responses: '204': description: Response @@ -90319,7 +90370,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *637 + - *639 - *479 - *478 responses: @@ -90337,7 +90388,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &644 + items: &646 title: Deployment protection rule description: Deployment protection rule type: object @@ -90356,7 +90407,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &645 + app: &647 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -90455,7 +90506,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *637 + - *639 - *479 - *478 requestBody: @@ -90478,9 +90529,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *644 + schema: *646 examples: - default: &646 + default: &648 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -90515,7 +90566,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *637 + - *639 - *479 - *478 - *19 @@ -90536,7 +90587,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *645 + items: *647 examples: default: value: @@ -90573,8 +90624,8 @@ paths: parameters: - *478 - *479 - - *637 - - &647 + - *639 + - &649 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -90586,9 +90637,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *646 examples: - default: *646 + default: *648 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90609,10 +90660,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *637 + - *639 - *479 - *478 - - *647 + - *649 responses: '204': description: Response @@ -90640,7 +90691,7 @@ paths: parameters: - *478 - *479 - - *637 + - *639 - *17 - *19 responses: @@ -90687,7 +90738,7 @@ paths: parameters: - *478 - *479 - - *637 + - *639 responses: '200': description: Response @@ -90719,7 +90770,7 @@ paths: parameters: - *478 - *479 - - *637 + - *639 - *300 responses: '200': @@ -90728,7 +90779,7 @@ paths: application/json: schema: *509 examples: - default: *648 + default: *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90752,7 +90803,7 @@ paths: parameters: - *478 - *479 - - *637 + - *639 - *300 requestBody: required: true @@ -90812,7 +90863,7 @@ paths: parameters: - *478 - *479 - - *637 + - *639 - *300 responses: '204': @@ -90840,7 +90891,7 @@ paths: parameters: - *478 - *479 - - *637 + - *639 - *496 - *19 responses: @@ -90885,7 +90936,7 @@ paths: parameters: - *478 - *479 - - *637 + - *639 requestBody: required: true content: @@ -90939,7 +90990,7 @@ paths: parameters: - *478 - *479 - - *637 + - *639 - *303 responses: '200': @@ -90948,7 +90999,7 @@ paths: application/json: schema: *513 examples: - default: *649 + default: *651 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90972,7 +91023,7 @@ paths: - *478 - *479 - *303 - - *637 + - *639 requestBody: required: true content: @@ -91017,7 +91068,7 @@ paths: - *478 - *479 - *303 - - *637 + - *639 responses: '204': description: Response @@ -91385,7 +91436,7 @@ paths: schema: oneOf: - *265 - - *650 + - *652 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91620,7 +91671,7 @@ paths: description: Response content: application/json: - schema: &651 + schema: &653 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -91842,7 +91893,7 @@ paths: description: Response content: application/json: - schema: *651 + schema: *653 examples: default: value: @@ -91900,7 +91951,7 @@ paths: parameters: - *478 - *479 - - &652 + - &654 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. @@ -91917,7 +91968,7 @@ paths: application/json: schema: type: array - items: &653 + items: &655 title: Git Reference description: Git references within a repository type: object @@ -91994,15 +92045,15 @@ paths: parameters: - *478 - *479 - - *652 + - *654 responses: '200': description: Response content: application/json: - schema: *653 + schema: *655 examples: - default: &654 + default: &656 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -92061,9 +92112,9 @@ paths: description: Response content: application/json: - schema: *653 + schema: *655 examples: - default: *654 + default: *656 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -92091,7 +92142,7 @@ paths: parameters: - *478 - *479 - - *652 + - *654 requestBody: required: true content: @@ -92120,9 +92171,9 @@ paths: description: Response content: application/json: - schema: *653 + schema: *655 examples: - default: *654 + default: *656 '422': *15 '409': *121 x-github: @@ -92142,7 +92193,7 @@ paths: parameters: - *478 - *479 - - *652 + - *654 responses: '204': description: Response @@ -92265,7 +92316,7 @@ paths: description: Response content: application/json: - schema: &656 + schema: &658 title: Git Tag description: Metadata for a Git tag type: object @@ -92316,7 +92367,7 @@ paths: - sha - type - url - verification: *655 + verification: *657 required: - sha - url @@ -92326,7 +92377,7 @@ paths: - tag - message examples: - default: &657 + default: &659 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -92411,9 +92462,9 @@ paths: description: Response content: application/json: - schema: *656 + schema: *658 examples: - default: *657 + default: *659 '404': *6 '409': *121 x-github: @@ -92511,7 +92562,7 @@ paths: description: Response content: application/json: - schema: &658 + schema: &660 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -92631,7 +92682,7 @@ paths: description: Response content: application/json: - schema: *658 + schema: *660 examples: default-response: summary: Default response @@ -92701,7 +92752,7 @@ paths: application/json: schema: type: array - items: &659 + items: &661 title: Webhook description: Webhooks for repositories. type: object @@ -92755,7 +92806,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &920 + last_response: &922 title: Hook Response type: object properties: @@ -92882,9 +92933,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *661 examples: - default: &660 + default: &662 value: type: Repository id: 12345678 @@ -92940,9 +92991,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *661 examples: - default: *660 + default: *662 '404': *6 x-github: githubCloudOnly: false @@ -93009,9 +93060,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *661 examples: - default: *660 + default: *662 '422': *15 '404': *6 x-github: @@ -93407,7 +93458,7 @@ paths: description: Response content: application/json: - schema: &661 + schema: &663 title: Import description: A repository import from an external source. type: object @@ -93506,7 +93557,7 @@ paths: - html_url - authors_url examples: - default: &664 + default: &666 value: vcs: subversion use_lfs: true @@ -93522,7 +93573,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': &662 + '503': &664 description: Unavailable due to service under maintenance. content: application/json: @@ -93600,7 +93651,7 @@ paths: description: Response content: application/json: - schema: *661 + schema: *663 examples: default: value: @@ -93625,7 +93676,7 @@ paths: type: string '422': *15 '404': *6 - '503': *662 + '503': *664 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93703,7 +93754,7 @@ paths: description: Response content: application/json: - schema: *661 + schema: *663 examples: example-1: summary: Example 1 @@ -93751,7 +93802,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': *662 + '503': *664 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93779,7 +93830,7 @@ paths: responses: '204': description: Response - '503': *662 + '503': *664 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93807,7 +93858,7 @@ paths: parameters: - *478 - *479 - - &846 + - &848 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -93821,7 +93872,7 @@ paths: application/json: schema: type: array - items: &663 + items: &665 title: Porter Author description: Porter Author type: object @@ -93875,7 +93926,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': *662 + '503': *664 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93931,7 +93982,7 @@ paths: description: Response content: application/json: - schema: *663 + schema: *665 examples: default: value: @@ -93944,7 +93995,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *662 + '503': *664 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94010,7 +94061,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *662 + '503': *664 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94066,11 +94117,11 @@ paths: description: Response content: application/json: - schema: *661 + schema: *663 examples: - default: *664 + default: *666 '422': *15 - '503': *662 + '503': *664 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94137,7 +94188,7 @@ paths: properties: {} additionalProperties: false examples: - default: &666 + default: &668 value: limit: collaborators_only origin: repository @@ -94168,7 +94219,7 @@ paths: required: true content: application/json: - schema: *665 + schema: *667 examples: default: summary: Example request body @@ -94182,7 +94233,7 @@ paths: application/json: schema: *380 examples: - default: *666 + default: *668 '409': description: Response x-github: @@ -94239,9 +94290,9 @@ paths: application/json: schema: type: array - items: *667 + items: *669 examples: - default: &838 + default: &840 value: - id: 1 repository: @@ -94403,7 +94454,7 @@ paths: description: Response content: application/json: - schema: *667 + schema: *669 examples: default: value: @@ -94641,7 +94692,7 @@ paths: type: array items: *227 examples: - default: &679 + default: &681 value: - id: 1 node_id: MDU6SXNzdWUx @@ -94897,7 +94948,7 @@ paths: application/json: schema: *227 examples: - default: &676 + default: &678 value: id: 1 node_id: MDU6SXNzdWUx @@ -95054,7 +95105,7 @@ paths: '422': *15 '503': *198 '404': *6 - '410': *668 + '410': *670 x-github: triggersNotification: true githubCloudOnly: false @@ -95104,9 +95155,9 @@ paths: application/json: schema: type: array - items: *669 + items: *671 examples: - default: &678 + default: &680 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -95172,9 +95223,9 @@ paths: description: Response content: application/json: - schema: *669 + schema: *671 examples: - default: &670 + default: &672 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -95253,9 +95304,9 @@ paths: description: Response content: application/json: - schema: *669 + schema: *671 examples: - default: *670 + default: *672 '422': *15 x-github: githubCloudOnly: false @@ -95311,7 +95362,7 @@ paths: description: Response content: application/json: - schema: *669 + schema: *671 examples: default: value: @@ -95367,7 +95418,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *668 + '410': *670 '422': *15 x-github: githubCloudOnly: false @@ -95393,7 +95444,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *668 + '410': *670 '503': *198 x-github: githubCloudOnly: false @@ -95441,7 +95492,7 @@ paths: type: array items: *593 examples: - default: *671 + default: *673 headers: Link: *47 '404': *6 @@ -95530,7 +95581,7 @@ paths: - *478 - *479 - *243 - - *672 + - *674 responses: '204': description: Response @@ -95561,7 +95612,7 @@ paths: application/json: schema: type: array - items: &675 + items: &677 title: Issue Event description: Issue Event type: object @@ -95604,8 +95655,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *673 - required: *674 + properties: *675 + required: *676 nullable: true label: title: Issue Event Label @@ -95925,7 +95976,7 @@ paths: description: Response content: application/json: - schema: *675 + schema: *677 examples: default: value: @@ -96118,7 +96169,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *668 + '410': *670 '403': *29 x-github: githubCloudOnly: false @@ -96154,7 +96205,7 @@ paths: parameters: - *478 - *479 - - &677 + - &679 name: issue_number description: The number that identifies the issue. in: path @@ -96170,7 +96221,7 @@ paths: examples: default: summary: Issue - value: *676 + value: *678 pinned_comment: summary: Issue with pinned comment value: @@ -96371,7 +96422,7 @@ paths: state_reason: completed '301': *484 '404': *6 - '410': *668 + '410': *670 '304': *37 x-github: githubCloudOnly: false @@ -96398,7 +96449,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 requestBody: required: false content: @@ -96519,13 +96570,13 @@ paths: application/json: schema: *227 examples: - default: *676 + default: *678 '422': *15 '503': *198 '403': *29 '301': *484 '404': *6 - '410': *668 + '410': *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96545,7 +96596,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 requestBody: required: false content: @@ -96573,7 +96624,7 @@ paths: application/json: schema: *227 examples: - default: *676 + default: *678 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96591,7 +96642,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 requestBody: content: application/json: @@ -96618,7 +96669,7 @@ paths: application/json: schema: *227 examples: - default: *676 + default: *678 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96642,7 +96693,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 - name: assignee in: path required: true @@ -96684,7 +96735,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 - *234 - *17 - *19 @@ -96695,13 +96746,13 @@ paths: application/json: schema: type: array - items: *669 + items: *671 examples: - default: *678 + default: *680 headers: Link: *47 '404': *6 - '410': *668 + '410': *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96732,7 +96783,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 requestBody: required: true content: @@ -96754,16 +96805,16 @@ paths: description: Response content: application/json: - schema: *669 + schema: *671 examples: - default: *670 + default: *672 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *668 + '410': *670 '422': *15 '404': *6 x-github: @@ -96793,7 +96844,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 - *17 - *19 responses: @@ -96805,12 +96856,12 @@ paths: type: array items: *227 examples: - default: *679 + default: *681 headers: Link: *47 '301': *484 '404': *6 - '410': *668 + '410': *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96840,7 +96891,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 requestBody: required: true content: @@ -96864,7 +96915,7 @@ paths: application/json: schema: *227 examples: - default: *676 + default: *678 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -96872,7 +96923,7 @@ paths: type: string '301': *484 '403': *29 - '410': *668 + '410': *670 '422': *15 '404': *6 x-github: @@ -96905,7 +96956,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -96919,13 +96970,13 @@ paths: application/json: schema: *227 examples: - default: *676 + default: *678 '301': *484 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *668 + '410': *670 x-github: triggersNotification: true githubCloudOnly: false @@ -96953,7 +97004,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 - *17 - *19 responses: @@ -96965,12 +97016,12 @@ paths: type: array items: *227 examples: - default: *679 + default: *681 headers: Link: *47 '301': *484 '404': *6 - '410': *668 + '410': *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96989,7 +97040,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 - *17 - *19 responses: @@ -97003,7 +97054,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &682 + - &684 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -97057,7 +97108,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &683 + - &685 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -97193,7 +97244,7 @@ paths: - performed_via_github_app - assignee - assigner - - &684 + - &686 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -97244,7 +97295,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &685 + - &687 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -97295,7 +97346,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &686 + - &688 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -97349,7 +97400,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &687 + - &689 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -97396,7 +97447,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &688 + - &690 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -97443,7 +97494,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &689 + - &691 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -97503,7 +97554,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &690 + - &692 title: Locked Issue Event description: Locked Issue Event type: object @@ -97551,7 +97602,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &691 + - &693 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -97617,7 +97668,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &692 + - &694 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -97683,7 +97734,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &693 + - &695 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -97749,7 +97800,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &694 + - &696 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -97840,7 +97891,7 @@ paths: color: red headers: Link: *47 - '410': *668 + '410': *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97859,7 +97910,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 - *17 - *19 responses: @@ -97869,9 +97920,9 @@ paths: application/json: schema: type: array - items: *680 + items: *682 examples: - default: &783 + default: &785 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -97897,7 +97948,7 @@ paths: Link: *47 '301': *484 '404': *6 - '410': *668 + '410': *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97916,7 +97967,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 - *17 - *19 responses: @@ -97928,7 +97979,7 @@ paths: type: array items: *226 examples: - default: &681 + default: &683 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -97948,7 +97999,7 @@ paths: Link: *47 '301': *484 '404': *6 - '410': *668 + '410': *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97966,7 +98017,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 requestBody: required: false content: @@ -98011,10 +98062,10 @@ paths: type: array items: *226 examples: - default: *681 + default: *683 '301': *484 '404': *6 - '410': *668 + '410': *670 '422': *15 x-github: githubCloudOnly: false @@ -98033,7 +98084,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 requestBody: required: false content: @@ -98095,10 +98146,10 @@ paths: type: array items: *226 examples: - default: *681 + default: *683 '301': *484 '404': *6 - '410': *668 + '410': *670 '422': *15 x-github: githubCloudOnly: false @@ -98117,13 +98168,13 @@ paths: parameters: - *478 - *479 - - *677 + - *679 responses: '204': description: Response '301': *484 '404': *6 - '410': *668 + '410': *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98144,7 +98195,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 - name: name in: path required: true @@ -98170,7 +98221,7 @@ paths: default: true '301': *484 '404': *6 - '410': *668 + '410': *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98192,7 +98243,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 requestBody: required: false content: @@ -98220,7 +98271,7 @@ paths: '204': description: Response '403': *29 - '410': *668 + '410': *670 '404': *6 '422': *15 x-github: @@ -98240,7 +98291,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 responses: '204': description: Response @@ -98272,7 +98323,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 responses: '200': description: Response @@ -98280,10 +98331,10 @@ paths: application/json: schema: *227 examples: - default: *676 + default: *678 '301': *484 '404': *6 - '410': *668 + '410': *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98302,7 +98353,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -98330,11 +98381,11 @@ paths: type: array items: *593 examples: - default: *671 + default: *673 headers: Link: *47 '404': *6 - '410': *668 + '410': *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98354,7 +98405,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 requestBody: required: true content: @@ -98419,8 +98470,8 @@ paths: parameters: - *478 - *479 - - *677 - - *672 + - *679 + - *674 responses: '204': description: Response @@ -98451,7 +98502,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 requestBody: required: true content: @@ -98475,7 +98526,7 @@ paths: application/json: schema: *227 examples: - default: *676 + default: *678 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -98510,7 +98561,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 - *17 - *19 responses: @@ -98522,11 +98573,11 @@ paths: type: array items: *227 examples: - default: *679 + default: *681 headers: Link: *47 '404': *6 - '410': *668 + '410': *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98556,7 +98607,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 requestBody: required: true content: @@ -98585,14 +98636,14 @@ paths: application/json: schema: *227 examples: - default: *676 + default: *678 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *668 + '410': *670 '422': *15 '404': *6 x-github: @@ -98614,7 +98665,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 requestBody: required: true content: @@ -98647,7 +98698,7 @@ paths: application/json: schema: *227 examples: - default: *676 + default: *678 '403': *29 '404': *6 '422': *7 @@ -98671,7 +98722,7 @@ paths: parameters: - *478 - *479 - - *677 + - *679 - *17 - *19 responses: @@ -98686,8 +98737,6 @@ paths: description: Timeline Event type: object anyOf: - - *682 - - *683 - *684 - *685 - *686 @@ -98699,6 +98748,8 @@ paths: - *692 - *693 - *694 + - *695 + - *696 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -98759,8 +98810,8 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *695 - required: *696 + properties: *697 + required: *698 nullable: true required: - event @@ -99015,7 +99066,7 @@ paths: type: string comments: type: array - items: &718 + items: &720 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -99519,7 +99570,7 @@ paths: headers: Link: *47 '404': *6 - '410': *668 + '410': *670 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99547,7 +99598,7 @@ paths: application/json: schema: type: array - items: &697 + items: &699 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -99650,9 +99701,9 @@ paths: description: Response content: application/json: - schema: *697 + schema: *699 examples: - default: &698 + default: &700 value: id: 1 key: ssh-rsa AAA... @@ -99688,7 +99739,7 @@ paths: parameters: - *478 - *479 - - &699 + - &701 name: key_id description: The unique identifier of the key. in: path @@ -99700,9 +99751,9 @@ paths: description: Response content: application/json: - schema: *697 + schema: *699 examples: - default: *698 + default: *700 '404': *6 x-github: githubCloudOnly: false @@ -99722,7 +99773,7 @@ paths: parameters: - *478 - *479 - - *699 + - *701 responses: '204': description: Response @@ -99755,7 +99806,7 @@ paths: type: array items: *226 examples: - default: *681 + default: *683 headers: Link: *47 '404': *6 @@ -99815,7 +99866,7 @@ paths: application/json: schema: *226 examples: - default: &700 + default: &702 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -99861,7 +99912,7 @@ paths: application/json: schema: *226 examples: - default: *700 + default: *702 '404': *6 x-github: githubCloudOnly: false @@ -100314,7 +100365,7 @@ paths: application/json: schema: *595 examples: - default: *701 + default: *703 '204': description: Response when already merged '404': @@ -100381,7 +100432,7 @@ paths: application/json: schema: type: array - items: &702 + items: &704 title: Milestone description: A collection of related issues and pull requests. type: object @@ -100483,9 +100534,9 @@ paths: description: Response content: application/json: - schema: *702 + schema: *704 examples: - default: &703 + default: &705 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -100546,7 +100597,7 @@ paths: parameters: - *478 - *479 - - &704 + - &706 name: milestone_number description: The number that identifies the milestone. in: path @@ -100558,9 +100609,9 @@ paths: description: Response content: application/json: - schema: *702 + schema: *704 examples: - default: *703 + default: *705 '404': *6 x-github: githubCloudOnly: false @@ -100579,7 +100630,7 @@ paths: parameters: - *478 - *479 - - *704 + - *706 requestBody: required: false content: @@ -100617,9 +100668,9 @@ paths: description: Response content: application/json: - schema: *702 + schema: *704 examples: - default: *703 + default: *705 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100637,7 +100688,7 @@ paths: parameters: - *478 - *479 - - *704 + - *706 responses: '204': description: Response @@ -100660,7 +100711,7 @@ paths: parameters: - *478 - *479 - - *704 + - *706 - *17 - *19 responses: @@ -100672,7 +100723,7 @@ paths: type: array items: *226 examples: - default: *681 + default: *683 headers: Link: *47 x-github: @@ -100693,10 +100744,10 @@ paths: parameters: - *478 - *479 - - *705 - - *706 - - *234 - *707 + - *708 + - *234 + - *709 - *17 - *19 responses: @@ -100708,7 +100759,7 @@ paths: type: array items: *254 examples: - default: *708 + default: *710 headers: Link: *47 x-github: @@ -100798,7 +100849,7 @@ paths: description: Response content: application/json: - schema: &709 + schema: &711 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -100923,7 +100974,7 @@ paths: - custom_404 - public examples: - default: &710 + default: &712 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -101019,9 +101070,9 @@ paths: description: Response content: application/json: - schema: *709 + schema: *711 examples: - default: *710 + default: *712 '422': *15 '409': *121 x-github: @@ -101190,7 +101241,7 @@ paths: application/json: schema: type: array - items: &711 + items: &713 title: Page Build description: Page Build type: object @@ -101337,9 +101388,9 @@ paths: description: Response content: application/json: - schema: *711 + schema: *713 examples: - default: &712 + default: &714 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -101399,9 +101450,9 @@ paths: description: Response content: application/json: - schema: *711 + schema: *713 examples: - default: *712 + default: *714 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101529,7 +101580,7 @@ paths: parameters: - *478 - *479 - - &713 + - &715 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -101589,7 +101640,7 @@ paths: parameters: - *478 - *479 - - *713 + - *715 responses: '204': *157 '404': *6 @@ -101969,7 +102020,7 @@ paths: type: array items: *158 examples: - default: *714 + default: *716 '403': *29 '404': *6 x-github: @@ -102008,7 +102059,7 @@ paths: required: - properties examples: - default: *715 + default: *717 responses: '204': description: No Content when custom property values are successfully created @@ -102109,7 +102160,7 @@ paths: type: array items: *599 examples: - default: *716 + default: *718 headers: Link: *47 '304': *37 @@ -102207,7 +102258,7 @@ paths: description: Response content: application/json: - schema: &720 + schema: &722 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -102407,7 +102458,7 @@ paths: - review_comment - self author_association: *224 - auto_merge: *717 + auto_merge: *719 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -102497,7 +102548,7 @@ paths: - merged_by - review_comments examples: - default: &721 + default: &723 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -103054,9 +103105,9 @@ paths: application/json: schema: type: array - items: *718 + items: *720 examples: - default: &723 + default: &725 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -103141,9 +103192,9 @@ paths: description: Response content: application/json: - schema: *718 + schema: *720 examples: - default: &719 + default: &721 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -103242,9 +103293,9 @@ paths: description: Response content: application/json: - schema: *718 + schema: *720 examples: - default: *719 + default: *721 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103313,7 +103364,7 @@ paths: type: array items: *593 examples: - default: *671 + default: *673 headers: Link: *47 '404': *6 @@ -103402,7 +103453,7 @@ paths: - *478 - *479 - *243 - - *672 + - *674 responses: '204': description: Response @@ -103447,7 +103498,7 @@ paths: parameters: - *478 - *479 - - &722 + - &724 name: pull_number description: The number that identifies the pull request. in: path @@ -103460,9 +103511,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *720 + schema: *722 examples: - default: *721 + default: *723 '304': *37 '404': *6 '406': @@ -103499,7 +103550,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 requestBody: required: false content: @@ -103541,9 +103592,9 @@ paths: description: Response content: application/json: - schema: *720 + schema: *722 examples: - default: *721 + default: *723 '422': *15 '403': *29 x-github: @@ -103567,7 +103618,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 requestBody: required: true content: @@ -103669,7 +103720,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 - *251 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -103690,9 +103741,9 @@ paths: application/json: schema: type: array - items: *718 + items: *720 examples: - default: *723 + default: *725 headers: Link: *47 x-github: @@ -103727,7 +103778,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 requestBody: required: true content: @@ -103832,7 +103883,7 @@ paths: description: Response content: application/json: - schema: *718 + schema: *720 examples: example-for-a-multi-line-comment: value: @@ -103922,7 +103973,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 - *243 requestBody: required: true @@ -103945,7 +103996,7 @@ paths: description: Response content: application/json: - schema: *718 + schema: *720 examples: default: value: @@ -104033,7 +104084,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 - *17 - *19 responses: @@ -104045,7 +104096,7 @@ paths: type: array items: *595 examples: - default: *724 + default: *726 headers: Link: *47 x-github: @@ -104077,7 +104128,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 - *17 - *19 responses: @@ -104127,7 +104178,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 responses: '204': description: Response if pull request has been merged @@ -104152,7 +104203,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 requestBody: required: false content: @@ -104265,7 +104316,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 responses: '200': description: Response @@ -104342,7 +104393,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 requestBody: required: false content: @@ -104917,7 +104968,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 requestBody: required: true content: @@ -105458,7 +105509,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 - *17 - *19 responses: @@ -105468,7 +105519,7 @@ paths: application/json: schema: type: array - items: &725 + items: &727 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -105621,7 +105672,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 requestBody: required: false content: @@ -105707,9 +105758,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *727 examples: - default: &727 + default: &729 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -105774,8 +105825,8 @@ paths: parameters: - *478 - *479 - - *722 - - &726 + - *724 + - &728 name: review_id description: The unique identifier of the review. in: path @@ -105787,9 +105838,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *727 examples: - default: &728 + default: &730 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -105850,8 +105901,8 @@ paths: parameters: - *478 - *479 - - *722 - - *726 + - *724 + - *728 requestBody: required: true content: @@ -105874,7 +105925,7 @@ paths: description: Response content: application/json: - schema: *725 + schema: *727 examples: default: value: @@ -105938,16 +105989,16 @@ paths: parameters: - *478 - *479 - - *722 - - *726 + - *724 + - *728 responses: '200': description: Response content: application/json: - schema: *725 + schema: *727 examples: - default: *727 + default: *729 '422': *7 '404': *6 x-github: @@ -105976,8 +106027,8 @@ paths: parameters: - *478 - *479 - - *722 - - *726 + - *724 + - *728 - *17 - *19 responses: @@ -106214,8 +106265,8 @@ paths: parameters: - *478 - *479 - - *722 - - *726 + - *724 + - *728 requestBody: required: true content: @@ -106243,7 +106294,7 @@ paths: description: Response content: application/json: - schema: *725 + schema: *727 examples: default: value: @@ -106308,8 +106359,8 @@ paths: parameters: - *478 - *479 - - *722 - - *726 + - *724 + - *728 requestBody: required: true content: @@ -106344,9 +106395,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *727 examples: - default: *728 + default: *730 '404': *6 '422': *7 '403': *29 @@ -106370,7 +106421,7 @@ paths: parameters: - *478 - *479 - - *722 + - *724 requestBody: required: false content: @@ -106447,9 +106498,9 @@ paths: description: Response content: application/json: - schema: *729 + schema: *731 examples: - default: &730 + default: &732 value: type: file encoding: base64 @@ -106512,9 +106563,9 @@ paths: description: Response content: application/json: - schema: *729 + schema: *731 examples: - default: *730 + default: *732 '404': *6 '422': *15 x-github: @@ -106547,7 +106598,7 @@ paths: application/json: schema: type: array - items: *731 + items: *733 examples: default: value: @@ -106718,9 +106769,9 @@ paths: description: Response content: application/json: - schema: *731 + schema: *733 examples: - default: &735 + default: &737 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -106827,7 +106878,7 @@ paths: parameters: - *478 - *479 - - &733 + - &735 name: asset_id description: The unique identifier of the asset. in: path @@ -106839,9 +106890,9 @@ paths: description: Response content: application/json: - schema: *732 + schema: *734 examples: - default: &734 + default: &736 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 @@ -106876,7 +106927,7 @@ paths: type: User site_admin: false '404': *6 - '302': *610 + '302': *612 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106894,7 +106945,7 @@ paths: parameters: - *478 - *479 - - *733 + - *735 requestBody: required: false content: @@ -106922,9 +106973,9 @@ paths: description: Response content: application/json: - schema: *732 + schema: *734 examples: - default: *734 + default: *736 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106942,7 +106993,7 @@ paths: parameters: - *478 - *479 - - *733 + - *735 responses: '204': description: Response @@ -107060,9 +107111,9 @@ paths: description: Response content: application/json: - schema: *731 + schema: *733 examples: - default: *735 + default: *737 '404': *6 x-github: githubCloudOnly: false @@ -107094,9 +107145,9 @@ paths: description: Response content: application/json: - schema: *731 + schema: *733 examples: - default: *735 + default: *737 '404': *6 x-github: githubCloudOnly: false @@ -107120,7 +107171,7 @@ paths: parameters: - *478 - *479 - - &736 + - &738 name: release_id description: The unique identifier of the release. in: path @@ -107134,9 +107185,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *731 + schema: *733 examples: - default: *735 + default: *737 '401': description: Unauthorized x-github: @@ -107156,7 +107207,7 @@ paths: parameters: - *478 - *479 - - *736 + - *738 requestBody: required: false content: @@ -107220,9 +107271,9 @@ paths: description: Response content: application/json: - schema: *731 + schema: *733 examples: - default: *735 + default: *737 '404': description: Not Found if the discussion category name is invalid content: @@ -107245,7 +107296,7 @@ paths: parameters: - *478 - *479 - - *736 + - *738 responses: '204': description: Response @@ -107268,7 +107319,7 @@ paths: parameters: - *478 - *479 - - *736 + - *738 - *17 - *19 responses: @@ -107278,7 +107329,7 @@ paths: application/json: schema: type: array - items: *732 + items: *734 examples: default: value: @@ -107362,7 +107413,7 @@ paths: parameters: - *478 - *479 - - *736 + - *738 - name: name in: query required: true @@ -107388,7 +107439,7 @@ paths: description: Response for successful upload content: application/json: - schema: *732 + schema: *734 examples: response-for-successful-upload: value: @@ -107445,7 +107496,7 @@ paths: parameters: - *478 - *479 - - *736 + - *738 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -107471,7 +107522,7 @@ paths: type: array items: *593 examples: - default: *671 + default: *673 headers: Link: *47 '404': *6 @@ -107494,7 +107545,7 @@ paths: parameters: - *478 - *479 - - *736 + - *738 requestBody: required: true content: @@ -107557,8 +107608,8 @@ paths: parameters: - *478 - *479 - - *736 - - *672 + - *738 + - *674 responses: '204': description: Response @@ -107601,7 +107652,7 @@ paths: oneOf: - allOf: - *172 - - &737 + - &739 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -107622,67 +107673,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *173 - - *737 + - *739 - allOf: - *174 - - *737 + - *739 - allOf: - *175 - - *737 + - *739 - allOf: - - *738 - - *737 + - *740 + - *739 - allOf: - *176 - - *737 + - *739 - allOf: - *177 - - *737 + - *739 - allOf: - *178 - - *737 + - *739 - allOf: - *179 - - *737 + - *739 - allOf: - *180 - - *737 + - *739 - allOf: - *181 - - *737 + - *739 - allOf: - *182 - - *737 + - *739 - allOf: - *183 - - *737 + - *739 - allOf: - *184 - - *737 + - *739 - allOf: - *185 - - *737 + - *739 - allOf: - *186 - - *737 + - *739 - allOf: - *187 - - *737 + - *739 - allOf: - *188 - - *737 + - *739 - allOf: - *189 - - *737 + - *739 - allOf: - *190 - - *737 + - *739 - allOf: - *191 - - *737 + - *739 - allOf: - *192 - - *737 + - *739 examples: default: value: @@ -107733,7 +107784,7 @@ paths: schema: type: boolean default: true - - *739 + - *741 responses: '200': description: Response @@ -107818,7 +107869,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *740 + items: *742 required: - name - enforcement @@ -107851,7 +107902,7 @@ paths: application/json: schema: *193 examples: - default: &749 + default: &751 value: id: 42 name: super cool ruleset @@ -107901,10 +107952,10 @@ paths: parameters: - *478 - *479 - - *741 - - *107 - - *742 - *743 + - *107 + - *744 + - *745 - *17 - *19 responses: @@ -107912,9 +107963,9 @@ paths: description: Response content: application/json: - schema: *744 + schema: *746 examples: - default: *745 + default: *747 '404': *6 '500': *40 x-github: @@ -107937,15 +107988,15 @@ paths: parameters: - *478 - *479 - - *746 + - *748 responses: '200': description: Response content: application/json: - schema: *747 + schema: *749 examples: - default: *748 + default: *750 '404': *6 '500': *40 x-github: @@ -107996,7 +108047,7 @@ paths: application/json: schema: *193 examples: - default: *749 + default: *751 '404': *6 '500': *40 put: @@ -108049,7 +108100,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *740 + items: *742 examples: default: value: @@ -108079,7 +108130,7 @@ paths: application/json: schema: *193 examples: - default: *749 + default: *751 '404': *6 '422': *15 '500': *40 @@ -108247,8 +108298,8 @@ paths: - *112 - *19 - *17 - - *750 - - *751 + - *752 + - *753 - *453 - *454 - *455 @@ -108260,7 +108311,7 @@ paths: application/json: schema: type: array - items: &755 + items: &757 type: object properties: number: *130 @@ -108279,8 +108330,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *752 - resolution: *753 + state: *754 + resolution: *755 resolved_at: type: string format: date-time @@ -108386,7 +108437,7 @@ paths: pull request. ' - oneOf: *754 + oneOf: *756 nullable: true has_more_locations: type: boolean @@ -108559,7 +108610,7 @@ paths: description: Response content: application/json: - schema: *755 + schema: *757 examples: default: value: @@ -108623,8 +108674,8 @@ paths: schema: type: object properties: - state: *752 - resolution: *753 + state: *754 + resolution: *755 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -108660,7 +108711,7 @@ paths: description: Response content: application/json: - schema: *755 + schema: *757 examples: default: value: @@ -108768,7 +108819,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &942 + items: &944 type: object properties: type: @@ -108794,8 +108845,6 @@ paths: example: commit details: oneOf: - - *756 - - *757 - *758 - *759 - *760 @@ -108807,6 +108856,8 @@ paths: - *766 - *767 - *768 + - *769 + - *770 examples: default: value: @@ -108901,14 +108952,14 @@ paths: schema: type: object properties: - reason: &770 + reason: &772 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *769 + placeholder_id: *771 required: - reason - placeholder_id @@ -108925,7 +108976,7 @@ paths: schema: type: object properties: - reason: *770 + reason: *772 expire_at: type: string format: date-time @@ -108987,7 +109038,7 @@ paths: properties: incremental_scans: type: array - items: &771 + items: &773 description: Information on a single scan performed by secret scanning on the repository type: object @@ -109013,15 +109064,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *771 + items: *773 backfill_scans: type: array - items: *771 + items: *773 custom_pattern_backfill_scans: type: array items: allOf: - - *771 + - *773 - type: object properties: pattern_name: @@ -109136,9 +109187,9 @@ paths: application/json: schema: type: array - items: *772 + items: *774 examples: - default: *773 + default: *775 '400': *14 '404': *6 x-github: @@ -109322,9 +109373,9 @@ paths: description: Response content: application/json: - schema: *772 + schema: *774 examples: - default: &775 + default: &777 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -109662,7 +109713,7 @@ paths: description: Response content: application/json: - schema: *772 + schema: *774 examples: default: value: @@ -109811,15 +109862,15 @@ paths: parameters: - *478 - *479 - - *774 + - *776 responses: '200': description: Response content: application/json: - schema: *772 + schema: *774 examples: - default: *775 + default: *777 '403': *29 '404': *6 x-github: @@ -109845,7 +109896,7 @@ paths: parameters: - *478 - *479 - - *774 + - *776 requestBody: required: true content: @@ -110004,10 +110055,10 @@ paths: description: Response content: application/json: - schema: *772 + schema: *774 examples: - default: *775 - add_credit: *775 + default: *777 + add_credit: *777 '403': *29 '404': *6 '422': @@ -110047,7 +110098,7 @@ paths: parameters: - *478 - *479 - - *774 + - *776 responses: '202': *39 '400': *14 @@ -110076,7 +110127,7 @@ paths: parameters: - *478 - *479 - - *774 + - *776 responses: '202': description: Response @@ -110220,7 +110271,7 @@ paths: application/json: schema: type: array - items: &776 + items: &778 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -110593,7 +110644,7 @@ paths: application/json: schema: type: array - items: *776 + items: *778 examples: default: value: @@ -110681,7 +110732,7 @@ paths: description: Response content: application/json: - schema: *777 + schema: *779 examples: default: value: @@ -110775,7 +110826,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &778 + schema: &780 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -110870,7 +110921,7 @@ paths: description: Response content: application/json: - schema: *778 + schema: *780 examples: default: value: @@ -111077,7 +111128,7 @@ paths: description: Response content: application/json: - schema: &779 + schema: &781 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -111089,7 +111140,7 @@ paths: required: - names examples: - default: &780 + default: &782 value: names: - octocat @@ -111144,9 +111195,9 @@ paths: description: Response content: application/json: - schema: *779 + schema: *781 examples: - default: *780 + default: *782 '404': *6 '422': *7 x-github: @@ -111169,7 +111220,7 @@ paths: parameters: - *478 - *479 - - &781 + - &783 name: per description: The time frame to display results for. in: query @@ -111198,7 +111249,7 @@ paths: example: 128 clones: type: array - items: &782 + items: &784 title: Traffic type: object properties: @@ -111439,7 +111490,7 @@ paths: parameters: - *478 - *479 - - *781 + - *783 responses: '200': description: Response @@ -111458,7 +111509,7 @@ paths: example: 3782 views: type: array - items: *782 + items: *784 required: - uniques - count @@ -112127,7 +112178,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *284 - - *677 + - *679 requestBody: required: true content: @@ -112191,9 +112242,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *680 + items: *682 examples: - default: *783 + default: *785 '400': *14 '403': *29 '404': *6 @@ -112230,7 +112281,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *284 - - *677 + - *679 requestBody: required: true content: @@ -112295,9 +112346,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *680 + items: *682 examples: - default: *783 + default: *785 '400': *14 '403': *29 '404': *6 @@ -112329,7 +112380,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *284 - - *677 + - *679 - *387 responses: '204': @@ -112372,7 +112423,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &791 + - &793 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -112381,7 +112432,7 @@ paths: schema: type: string example: members - - &796 + - &798 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -112392,7 +112443,7 @@ paths: default: 1 format: int32 example: 1 - - &797 + - &799 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -112434,7 +112485,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &786 + items: &788 allOf: - type: object required: @@ -112509,7 +112560,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &798 + meta: &800 type: object description: The metadata associated with the creation/updates to the user. @@ -112569,30 +112620,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &787 + '400': &789 description: Bad request content: application/json: - schema: *784 + schema: *786 application/scim+json: - schema: *784 - '401': *785 - '403': &788 + schema: *786 + '401': *787 + '403': &790 description: Permission denied - '429': &789 + '429': &791 description: Too many requests content: application/json: - schema: *784 + schema: *786 application/scim+json: - schema: *784 - '500': &790 + schema: *786 + '500': &792 description: Internal server error content: application/json: - schema: *784 + schema: *786 application/scim+json: - schema: *784 + schema: *786 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -112616,7 +112667,7 @@ paths: required: true content: application/json: - schema: &794 + schema: &796 type: object required: - schemas @@ -112676,9 +112727,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *786 + schema: *788 examples: - group: &792 + group: &794 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -112697,13 +112748,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *787 - '401': *785 - '403': *788 - '409': &795 + '400': *789 + '401': *787 + '403': *790 + '409': &797 description: Duplicate record detected - '429': *789 - '500': *790 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -112720,7 +112771,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &793 + - &795 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -112728,22 +112779,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *791 + - *793 - *41 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *786 + schema: *788 examples: - default: *792 - '400': *787 - '401': *785 - '403': *788 + default: *794 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '429': *789 - '500': *790 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -112762,13 +112813,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *793 + - *795 - *41 requestBody: required: true content: application/json: - schema: *794 + schema: *796 examples: group: summary: Group @@ -112794,17 +112845,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *786 + schema: *788 examples: - group: *792 - groupWithMembers: *792 - '400': *787 - '401': *785 - '403': *788 + group: *794 + groupWithMembers: *794 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '409': *795 - '429': *789 - '500': *790 + '409': *797 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -112828,13 +112879,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *793 + - *795 - *41 requestBody: required: true content: application/json: - schema: &805 + schema: &807 type: object required: - Operations @@ -112894,17 +112945,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *786 + schema: *788 examples: - updateGroup: *792 - addMembers: *792 - '400': *787 - '401': *785 - '403': *788 + updateGroup: *794 + addMembers: *794 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '409': *795 - '429': *789 - '500': *790 + '409': *797 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -112920,17 +112971,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *793 + - *795 - *41 responses: '204': description: Group was deleted, no content - '400': *787 - '401': *785 - '403': *788 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '429': *789 - '500': *790 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -112964,8 +113015,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *796 - - *797 + - *798 + - *799 - *41 responses: '200': @@ -112998,7 +113049,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &800 + items: &802 allOf: - type: object required: @@ -113077,7 +113128,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &799 + roles: &801 type: array description: The roles assigned to the user. items: @@ -113133,7 +113184,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *798 + meta: *800 startIndex: type: integer description: A starting index for the returned page @@ -113170,11 +113221,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *787 - '401': *785 - '403': *788 - '429': *789 - '500': *790 + '400': *789 + '401': *787 + '403': *790 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113198,7 +113249,7 @@ paths: required: true content: application/json: - schema: &803 + schema: &805 type: object required: - schemas @@ -113280,9 +113331,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *799 + roles: *801 examples: - user: &804 + user: &806 summary: User value: schemas: @@ -113329,9 +113380,9 @@ paths: description: User has been created content: application/scim+json: - schema: *800 + schema: *802 examples: - user: &801 + user: &803 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -113357,13 +113408,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *801 - '400': *787 - '401': *785 - '403': *788 - '409': *795 - '429': *789 - '500': *790 + enterpriseOwner: *803 + '400': *789 + '401': *787 + '403': *790 + '409': *797 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113380,7 +113431,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &802 + - &804 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -113393,15 +113444,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *800 + schema: *802 examples: - default: *801 - '400': *787 - '401': *785 - '403': *788 + default: *803 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '429': *789 - '500': *790 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113452,30 +113503,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *802 + - *804 - *41 requestBody: required: true content: application/json: - schema: *803 + schema: *805 examples: - user: *804 + user: *806 responses: '200': description: User was updated content: application/scim+json: - schema: *800 + schema: *802 examples: - user: *801 - '400': *787 - '401': *785 - '403': *788 + user: *803 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '409': *795 - '429': *789 - '500': *790 + '409': *797 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113516,13 +113567,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *802 + - *804 - *41 requestBody: required: true content: application/json: - schema: *805 + schema: *807 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -113562,18 +113613,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *800 + schema: *802 examples: - userMultiValuedProperties: *801 - userSingleValuedProperties: *801 - disableUser: *801 - '400': *787 - '401': *785 - '403': *788 + userMultiValuedProperties: *803 + userSingleValuedProperties: *803 + disableUser: *803 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '409': *795 - '429': *789 - '500': *790 + '409': *797 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113593,17 +113644,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *802 + - *804 - *41 responses: '204': description: User was deleted, no content - '400': *787 - '401': *785 - '403': *788 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '429': *789 - '500': *790 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113690,7 +113741,7 @@ paths: example: 1 Resources: type: array - items: &806 + items: &808 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -113921,22 +113972,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *37 - '404': &807 + '404': &809 description: Resource not found content: application/json: - schema: *784 + schema: *786 application/scim+json: - schema: *784 - '403': &808 + schema: *786 + '403': &810 description: Forbidden content: application/json: - schema: *784 + schema: *786 application/scim+json: - schema: *784 - '400': *787 - '429': *789 + schema: *786 + '400': *789 + '429': *791 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -113962,9 +114013,9 @@ paths: description: Response content: application/scim+json: - schema: *806 + schema: *808 examples: - default: &809 + default: &811 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -113987,17 +114038,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *37 - '404': *807 - '403': *808 - '500': *790 + '404': *809 + '403': *810 + '500': *792 '409': description: Conflict content: application/json: - schema: *784 + schema: *786 application/scim+json: - schema: *784 - '400': *787 + schema: *786 + '400': *789 requestBody: required: true content: @@ -114095,17 +114146,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *89 - - *802 + - *804 responses: '200': description: Response content: application/scim+json: - schema: *806 + schema: *808 examples: - default: *809 - '404': *807 - '403': *808 + default: *811 + '404': *809 + '403': *810 '304': *37 x-github: githubCloudOnly: true @@ -114129,18 +114180,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *89 - - *802 + - *804 responses: '200': description: Response content: application/scim+json: - schema: *806 + schema: *808 examples: - default: *809 + default: *811 '304': *37 - '404': *807 - '403': *808 + '404': *809 + '403': *810 requestBody: required: true content: @@ -114253,19 +114304,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *89 - - *802 + - *804 responses: '200': description: Response content: application/scim+json: - schema: *806 + schema: *808 examples: - default: *809 + default: *811 '304': *37 - '404': *807 - '403': *808 - '400': *787 + '404': *809 + '403': *810 + '400': *789 '429': description: Response content: @@ -114356,12 +114407,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *89 - - *802 + - *804 responses: '204': description: Response - '404': *807 - '403': *808 + '404': *809 + '403': *810 '304': *37 x-github: githubCloudOnly: true @@ -114497,7 +114548,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &810 + text_matches: &812 title: Search Result Text Matches type: array items: @@ -114660,7 +114711,7 @@ paths: enum: - author-date - committer-date - - &811 + - &813 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 @@ -114751,7 +114802,7 @@ paths: url: type: string format: uri - verification: *655 + verification: *657 required: - author - committer @@ -114788,7 +114839,7 @@ paths: type: number node_id: type: string - text_matches: *810 + text_matches: *812 required: - sha - node_id @@ -114981,7 +115032,7 @@ paths: - interactions - created - updated - - *811 + - *813 - *17 - *19 - name: advanced_search @@ -115095,11 +115146,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: type: string state_reason: @@ -115124,7 +115175,7 @@ paths: type: string format: date-time nullable: true - text_matches: *810 + text_matches: *812 pull_request: type: object properties: @@ -115395,7 +115446,7 @@ paths: enum: - created - updated - - *811 + - *813 - *17 - *19 responses: @@ -115439,7 +115490,7 @@ paths: nullable: true score: type: number - text_matches: *810 + text_matches: *812 required: - id - node_id @@ -115525,7 +115576,7 @@ paths: - forks - help-wanted-issues - updated - - *811 + - *813 - *17 - *19 responses: @@ -115773,7 +115824,7 @@ paths: - admin - pull - push - text_matches: *810 + text_matches: *812 temp_clone_token: type: string allow_merge_commit: @@ -116074,7 +116125,7 @@ paths: type: string format: uri nullable: true - text_matches: *810 + text_matches: *812 related: type: array nullable: true @@ -116267,7 +116318,7 @@ paths: - followers - repositories - joined - - *811 + - *813 - *17 - *19 responses: @@ -116371,7 +116422,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *810 + text_matches: *812 blog: type: string nullable: true @@ -116450,7 +116501,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &814 + - &816 name: team_id description: The unique identifier of the team. in: path @@ -116491,7 +116542,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *814 + - *816 requestBody: required: true content: @@ -116591,7 +116642,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *814 + - *816 responses: '204': description: Response @@ -116620,7 +116671,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *814 + - *816 - *17 - *19 responses: @@ -116658,7 +116709,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *814 + - *816 - name: role description: Filters members returned by their role in the team. in: query @@ -116709,7 +116760,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *814 + - *816 - *145 responses: '204': @@ -116746,7 +116797,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *814 + - *816 - *145 responses: '204': @@ -116786,7 +116837,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *814 + - *816 - *145 responses: '204': @@ -116823,7 +116874,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *814 + - *816 - *145 responses: '200': @@ -116832,7 +116883,7 @@ paths: application/json: schema: *477 examples: - response-if-user-is-a-team-maintainer: *815 + response-if-user-is-a-team-maintainer: *817 '404': *6 x-github: githubCloudOnly: false @@ -116865,7 +116916,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *814 + - *816 - *145 requestBody: required: false @@ -116893,7 +116944,7 @@ paths: application/json: schema: *477 examples: - response-if-users-membership-with-team-is-now-pending: *816 + response-if-users-membership-with-team-is-now-pending: *818 '403': description: Forbidden if team synchronization is set up '422': @@ -116927,7 +116978,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *814 + - *816 - *145 responses: '204': @@ -116955,7 +117006,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *814 + - *816 - *17 - *19 responses: @@ -116997,7 +117048,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *814 + - *816 - *478 - *479 responses: @@ -117005,7 +117056,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *817 + schema: *819 examples: alternative-response-with-extra-repository-information: value: @@ -117156,7 +117207,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *814 + - *816 - *478 - *479 requestBody: @@ -117208,7 +117259,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *814 + - *816 - *478 - *479 responses: @@ -117239,7 +117290,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *814 + - *816 responses: '200': description: Response @@ -117274,7 +117325,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *814 + - *816 requestBody: required: true content: @@ -117362,7 +117413,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *814 + - *816 - *17 - *19 responses: @@ -117374,7 +117425,7 @@ paths: type: array items: *319 examples: - response-if-child-teams-exist: *818 + response-if-child-teams-exist: *820 headers: Link: *47 '404': *6 @@ -117407,7 +117458,7 @@ paths: application/json: schema: oneOf: - - &819 + - &821 title: Private User description: Private User type: object @@ -117610,7 +117661,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &845 + - &847 title: Public User description: Public User type: object @@ -117922,7 +117973,7 @@ paths: description: Response content: application/json: - schema: *819 + schema: *821 examples: default: value: @@ -118320,7 +118371,7 @@ paths: type: integer secrets: type: array - items: &820 + items: &822 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -118436,7 +118487,7 @@ paths: description: Response content: application/json: - schema: *820 + schema: *822 examples: default: value: @@ -118849,7 +118900,7 @@ paths: description: Response content: application/json: - schema: &821 + schema: &823 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -118890,7 +118941,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &822 + default: &824 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -118935,9 +118986,9 @@ paths: description: Response content: application/json: - schema: *821 + schema: *823 examples: - default: *822 + default: *824 '404': *6 x-github: githubCloudOnly: false @@ -118974,9 +119025,9 @@ paths: type: integer machines: type: array - items: *823 + items: *825 examples: - default: *824 + default: *826 '304': *37 '500': *40 '401': *25 @@ -119915,7 +119966,7 @@ paths: type: array items: *404 examples: - default: &835 + default: &837 value: - id: 197 name: hello_docker @@ -120016,7 +120067,7 @@ paths: application/json: schema: type: array - items: &825 + items: &827 title: Email description: Email type: object @@ -120081,9 +120132,9 @@ paths: application/json: schema: type: array - items: *825 + items: *827 examples: - default: &837 + default: &839 value: - email: octocat@github.com verified: true @@ -120158,7 +120209,7 @@ paths: application/json: schema: type: array - items: *825 + items: *827 examples: default: value: @@ -120414,7 +120465,7 @@ paths: application/json: schema: type: array - items: &826 + items: &828 title: GPG Key description: A unique encryption key type: object @@ -120545,7 +120596,7 @@ paths: - subkeys - revoked examples: - default: &854 + default: &856 value: - id: 3 name: Octocat's GPG Key @@ -120630,9 +120681,9 @@ paths: description: Response content: application/json: - schema: *826 + schema: *828 examples: - default: &827 + default: &829 value: id: 3 name: Octocat's GPG Key @@ -120689,7 +120740,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &828 + - &830 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -120701,9 +120752,9 @@ paths: description: Response content: application/json: - schema: *826 + schema: *828 examples: - default: *827 + default: *829 '404': *6 '304': *37 '403': *29 @@ -120726,7 +120777,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *828 + - *830 responses: '204': description: Response @@ -121034,7 +121085,7 @@ paths: required: true content: application/json: - schema: *665 + schema: *667 examples: default: value: @@ -121184,7 +121235,7 @@ paths: application/json: schema: type: array - items: &829 + items: &831 title: Key description: Key type: object @@ -121285,9 +121336,9 @@ paths: description: Response content: application/json: - schema: *829 + schema: *831 examples: - default: &830 + default: &832 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -121320,15 +121371,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *699 + - *701 responses: '200': description: Response content: application/json: - schema: *829 + schema: *831 examples: - default: *830 + default: *832 '404': *6 '304': *37 '403': *29 @@ -121351,7 +121402,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *699 + - *701 responses: '204': description: Response @@ -121384,7 +121435,7 @@ paths: application/json: schema: type: array - items: &831 + items: &833 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -121452,7 +121503,7 @@ paths: - account - plan examples: - default: &832 + default: &834 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -121514,9 +121565,9 @@ paths: application/json: schema: type: array - items: *831 + items: *833 examples: - default: *832 + default: *834 headers: Link: *47 '304': *37 @@ -122525,7 +122576,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *399 - - *833 + - *835 responses: '204': description: Response @@ -122638,7 +122689,7 @@ paths: - docker - nuget - container - - *834 + - *836 - *19 - *17 responses: @@ -122650,8 +122701,8 @@ paths: type: array items: *404 examples: - default: *835 - '400': *836 + default: *837 + '400': *838 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -122680,7 +122731,7 @@ paths: application/json: schema: *404 examples: - default: &855 + default: &857 value: id: 40201 name: octo-name @@ -123042,9 +123093,9 @@ paths: application/json: schema: type: array - items: *825 + items: *827 examples: - default: *837 + default: *839 headers: Link: *47 '304': *37 @@ -123157,7 +123208,7 @@ paths: type: array items: *80 examples: - default: &844 + default: &846 summary: Default response value: - id: 1296269 @@ -123502,9 +123553,9 @@ paths: application/json: schema: type: array - items: *667 + items: *669 examples: - default: *838 + default: *840 headers: Link: *47 '304': *37 @@ -123584,7 +123635,7 @@ paths: application/json: schema: type: array - items: &839 + items: &841 title: Social account description: Social media account type: object @@ -123599,7 +123650,7 @@ paths: - provider - url examples: - default: &840 + default: &842 value: - provider: twitter url: https://twitter.com/github @@ -123661,9 +123712,9 @@ paths: application/json: schema: type: array - items: *839 + items: *841 examples: - default: *840 + default: *842 '422': *15 '304': *37 '404': *6 @@ -123750,7 +123801,7 @@ paths: application/json: schema: type: array - items: &841 + items: &843 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -123770,7 +123821,7 @@ paths: - title - created_at examples: - default: &869 + default: &871 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -123834,9 +123885,9 @@ paths: description: Response content: application/json: - schema: *841 + schema: *843 examples: - default: &842 + default: &844 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -123866,7 +123917,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &843 + - &845 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -123878,9 +123929,9 @@ paths: description: Response content: application/json: - schema: *841 + schema: *843 examples: - default: *842 + default: *844 '404': *6 '304': *37 '403': *29 @@ -123903,7 +123954,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *843 + - *845 responses: '204': description: Response @@ -123932,7 +123983,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &870 + - &872 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 @@ -123957,11 +124008,11 @@ paths: type: array items: *80 examples: - default-response: *844 + default-response: *846 application/vnd.github.v3.star+json: schema: type: array - items: &871 + items: &873 title: Starred Repository description: Starred Repository type: object @@ -124330,10 +124381,10 @@ paths: application/json: schema: oneOf: - - *819 - - *845 + - *821 + - *847 examples: - default-response: &849 + default-response: &851 summary: Default response value: login: octocat @@ -124368,7 +124419,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &850 + response-with-git-hub-plan-information: &852 summary: Response with GitHub plan information value: login: octocat @@ -124425,7 +124476,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &847 + - &849 name: user_id description: The unique identifier of the user. in: path @@ -124491,7 +124542,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *846 + - *848 - *17 responses: '200': @@ -124526,7 +124577,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *847 + - *849 - *422 requestBody: required: true @@ -124598,7 +124649,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *848 + schema: *850 examples: table_view: summary: Response for creating a table view @@ -124650,11 +124701,11 @@ paths: application/json: schema: oneOf: - - *819 - - *845 + - *821 + - *847 examples: - default-response: *849 - response-with-git-hub-plan-information: *850 + default-response: *851 + response-with-git-hub-plan-information: *852 '404': *6 x-github: githubCloudOnly: false @@ -124704,8 +124755,8 @@ paths: required: - subject_digests examples: - default: *851 - withPredicateType: *852 + default: *853 + withPredicateType: *854 responses: '200': description: Response @@ -124744,7 +124795,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *853 + default: *855 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -124974,7 +125025,7 @@ paths: type: array items: *404 examples: - default: *835 + default: *837 '403': *29 '401': *25 x-github: @@ -125358,9 +125409,9 @@ paths: application/json: schema: type: array - items: *826 + items: *828 examples: - default: *854 + default: *856 headers: Link: *47 x-github: @@ -125588,7 +125639,7 @@ paths: - docker - nuget - container - - *834 + - *836 - *145 - *19 - *17 @@ -125601,10 +125652,10 @@ paths: type: array items: *404 examples: - default: *835 + default: *837 '403': *29 '401': *25 - '400': *836 + '400': *838 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -125634,7 +125685,7 @@ paths: application/json: schema: *404 examples: - default: *855 + default: *857 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -125983,7 +126034,7 @@ paths: type: array items: *426 examples: - default: *856 + default: *858 headers: Link: *47 '304': *37 @@ -126043,7 +126094,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *857 + items: *859 required: - name - data_type @@ -126059,7 +126110,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *858 + iteration_configuration: *860 required: - name - data_type @@ -126081,8 +126132,8 @@ paths: value: name: Due date data_type: date - single_select_field: *859 - iteration_field: *860 + single_select_field: *861 + iteration_field: *862 responses: '201': description: Response @@ -126090,11 +126141,11 @@ paths: application/json: schema: *426 examples: - text_field: *861 - number_field: *862 - date_field: *863 - single_select_field: *864 - iteration_field: *865 + text_field: *863 + number_field: *864 + date_field: *865 + single_select_field: *866 + iteration_field: *867 '304': *37 '403': *29 '401': *25 @@ -126116,7 +126167,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - *422 - - *866 + - *868 - *145 responses: '200': @@ -126125,7 +126176,7 @@ paths: application/json: schema: *426 examples: - default: *867 + default: *869 headers: Link: *47 '304': *37 @@ -126479,7 +126530,7 @@ paths: parameters: - *422 - *145 - - *868 + - *870 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -126758,9 +126809,9 @@ paths: application/json: schema: type: array - items: *839 + items: *841 examples: - default: *840 + default: *842 headers: Link: *47 x-github: @@ -126790,9 +126841,9 @@ paths: application/json: schema: type: array - items: *841 + items: *843 examples: - default: *869 + default: *871 headers: Link: *47 x-github: @@ -126817,7 +126868,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *145 - - *870 + - *872 - *112 - *17 - *19 @@ -126829,11 +126880,11 @@ paths: schema: anyOf: - type: array - items: *871 + items: *873 - type: array items: *80 examples: - default-response: *844 + default-response: *846 headers: Link: *47 x-github: @@ -126992,7 +127043,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &872 + enterprise: &874 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -127050,7 +127101,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &873 + installation: &875 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -127069,7 +127120,7 @@ x-webhooks: required: - id - node_id - organization: &874 + organization: &876 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -127129,13 +127180,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &875 + repository: &877 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: &914 + properties: &916 id: description: Unique identifier of the repository example: 42 @@ -127819,7 +127870,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &915 + required: &917 - archive_url - assignees_url - blobs_url @@ -127970,10 +128021,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -128049,11 +128100,11 @@ x-webhooks: type: string enum: - created - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 - rule: &876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + rule: &878 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -128276,11 +128327,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 - rule: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + rule: *878 sender: *4 required: - action @@ -128463,11 +128514,11 @@ x-webhooks: - everyone required: - from - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 - rule: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + rule: *878 sender: *4 required: - action @@ -128540,7 +128591,7 @@ x-webhooks: required: true content: application/json: - schema: &898 + schema: &900 title: Exemption request cancellation event type: object properties: @@ -128548,11 +128599,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 - exemption_request: &877 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + exemption_request: &879 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -128856,7 +128907,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &878 + items: &880 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -128966,7 +129017,7 @@ x-webhooks: required: true content: application/json: - schema: &899 + schema: &901 title: Exemption request completed event type: object properties: @@ -128974,11 +129025,11 @@ x-webhooks: type: string enum: - completed - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 - exemption_request: *877 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + exemption_request: *879 sender: *4 required: - action @@ -129050,7 +129101,7 @@ x-webhooks: required: true content: application/json: - schema: &896 + schema: &898 title: Exemption request created event type: object properties: @@ -129058,11 +129109,11 @@ x-webhooks: type: string enum: - created - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 - exemption_request: *877 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + exemption_request: *879 sender: *4 required: - action @@ -129134,7 +129185,7 @@ x-webhooks: required: true content: application/json: - schema: &900 + schema: &902 title: Exemption response dismissed event type: object properties: @@ -129142,12 +129193,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 - exemption_request: *877 - exemption_response: *878 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + exemption_request: *879 + exemption_response: *880 sender: *4 required: - action @@ -129221,7 +129272,7 @@ x-webhooks: required: true content: application/json: - schema: &897 + schema: &899 title: Exemption response submitted event type: object properties: @@ -129229,12 +129280,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 - exemption_request: *877 - exemption_response: *878 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + exemption_request: *879 + exemption_response: *880 sender: *4 required: - action @@ -129318,7 +129369,7 @@ x-webhooks: type: string enum: - completed - check_run: &880 + check_run: &882 title: CheckRun description: A check performed on the code of a given code change type: object @@ -129409,7 +129460,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *879 + deployment: *881 details_url: example: https://example.com type: string @@ -129494,10 +129545,10 @@ x-webhooks: - output - app - pull_requests - installation: *873 - enterprise: *872 - organization: *874 - repository: *875 + installation: *875 + enterprise: *874 + organization: *876 + repository: *877 sender: *4 required: - check_run @@ -129888,11 +129939,11 @@ x-webhooks: type: string enum: - created - check_run: *880 - installation: *873 - enterprise: *872 - organization: *874 - repository: *875 + check_run: *882 + installation: *875 + enterprise: *874 + organization: *876 + repository: *877 sender: *4 required: - check_run @@ -130286,11 +130337,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *880 - installation: *873 - enterprise: *872 - organization: *874 - repository: *875 + check_run: *882 + installation: *875 + enterprise: *874 + organization: *876 + repository: *877 requested_action: description: The action requested by the user. type: object @@ -130693,11 +130744,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *880 - installation: *873 - enterprise: *872 - organization: *874 - repository: *875 + check_run: *882 + installation: *875 + enterprise: *874 + organization: *876 + repository: *877 sender: *4 required: - check_run @@ -131667,10 +131718,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -132359,10 +132410,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -133045,10 +133096,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -133359,20 +133410,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &881 + commit_oid: &883 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: *872 - installation: *873 - organization: *874 - ref: &882 + enterprise: *874 + installation: *875 + organization: *876 + ref: &884 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: *875 + repository: *877 sender: *4 required: - action @@ -133767,12 +133818,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *881 - enterprise: *872 - installation: *873 - organization: *874 - ref: *882 - repository: *875 + commit_oid: *883 + enterprise: *874 + installation: *875 + organization: *876 + ref: *884 + repository: *877 sender: *4 required: - action @@ -134038,12 +134089,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *881 - enterprise: *872 - installation: *873 - organization: *874 - ref: *882 - repository: *875 + commit_oid: *883 + enterprise: *874 + installation: *875 + organization: *876 + ref: *884 + repository: *877 sender: *4 required: - action @@ -134375,12 +134426,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *881 - enterprise: *872 - installation: *873 - organization: *874 - ref: *882 - repository: *875 + commit_oid: *883 + enterprise: *874 + installation: *875 + organization: *876 + ref: *884 + repository: *877 sender: *4 required: - action @@ -134654,16 +134705,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 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: *875 + repository: *877 sender: *4 required: - action @@ -134900,12 +134951,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *881 - enterprise: *872 - installation: *873 - organization: *874 - ref: *882 - repository: *875 + commit_oid: *883 + enterprise: *874 + installation: *875 + organization: *876 + ref: *884 + repository: *877 sender: *4 required: - action @@ -135216,10 +135267,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -135474,10 +135525,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -135557,18 +135608,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *874 - pusher_type: &883 + organization: *876 + pusher_type: &885 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &884 + ref: &886 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -135578,7 +135629,7 @@ x-webhooks: enum: - tag - branch - repository: *875 + repository: *877 sender: *4 required: - ref @@ -135661,9 +135712,9 @@ x-webhooks: enum: - created definition: *159 - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 sender: *4 required: - action @@ -135748,9 +135799,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 sender: *4 required: - action @@ -135828,9 +135879,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *159 - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 sender: *4 required: - action @@ -135908,9 +135959,9 @@ x-webhooks: enum: - updated definition: *159 - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 sender: *4 required: - action @@ -135987,10 +136038,10 @@ x-webhooks: type: string enum: - updated - enterprise: *872 - installation: *873 - repository: *875 - organization: *874 + enterprise: *874 + installation: *875 + repository: *877 + organization: *876 sender: *4 new_property_values: type: array @@ -136075,18 +136126,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *872 - installation: *873 - organization: *874 - pusher_type: *883 - ref: *884 + enterprise: *874 + installation: *875 + organization: *876 + pusher_type: *885 + ref: *886 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *875 + repository: *877 sender: *4 required: - ref @@ -136166,11 +136217,11 @@ x-webhooks: type: string enum: - assignees_changed - alert: *616 - installation: *873 - organization: *874 - enterprise: *872 - repository: *875 + alert: *618 + installation: *875 + organization: *876 + enterprise: *874 + repository: *877 sender: *4 required: - action @@ -136250,11 +136301,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *616 - installation: *873 - organization: *874 - enterprise: *872 - repository: *875 + alert: *618 + installation: *875 + organization: *876 + enterprise: *874 + repository: *877 sender: *4 required: - action @@ -136335,11 +136386,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *616 - installation: *873 - organization: *874 - enterprise: *872 - repository: *875 + alert: *618 + installation: *875 + organization: *876 + enterprise: *874 + repository: *877 sender: *4 required: - action @@ -136420,11 +136471,11 @@ x-webhooks: type: string enum: - created - alert: *616 - installation: *873 - organization: *874 - enterprise: *872 - repository: *875 + alert: *618 + installation: *875 + organization: *876 + enterprise: *874 + repository: *877 sender: *4 required: - action @@ -136503,11 +136554,11 @@ x-webhooks: type: string enum: - dismissed - alert: *616 - installation: *873 - organization: *874 - enterprise: *872 - repository: *875 + alert: *618 + installation: *875 + organization: *876 + enterprise: *874 + repository: *877 sender: *4 required: - action @@ -136586,11 +136637,11 @@ x-webhooks: type: string enum: - fixed - alert: *616 - installation: *873 - organization: *874 - enterprise: *872 - repository: *875 + alert: *618 + installation: *875 + organization: *876 + enterprise: *874 + repository: *877 sender: *4 required: - action @@ -136670,11 +136721,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *616 - installation: *873 - organization: *874 - enterprise: *872 - repository: *875 + alert: *618 + installation: *875 + organization: *876 + enterprise: *874 + repository: *877 sender: *4 required: - action @@ -136753,11 +136804,11 @@ x-webhooks: type: string enum: - reopened - alert: *616 - installation: *873 - organization: *874 - enterprise: *872 - repository: *875 + alert: *618 + installation: *875 + organization: *876 + enterprise: *874 + repository: *877 sender: *4 required: - action @@ -136834,9 +136885,9 @@ x-webhooks: type: string enum: - created - enterprise: *872 - installation: *873 - key: &885 + enterprise: *874 + installation: *875 + key: &887 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -136872,8 +136923,8 @@ x-webhooks: - verified - created_at - read_only - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -136950,11 +137001,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 - installation: *873 - key: *885 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + key: *887 + organization: *876 + repository: *877 sender: *4 required: - action @@ -137510,12 +137561,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - workflow: &891 + workflow: &893 title: Workflow type: object nullable: true @@ -138256,15 +138307,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *886 - required: *887 + properties: *888 + required: *889 nullable: true pull_requests: type: array - items: *720 - repository: *875 - organization: *874 - installation: *873 + items: *722 + repository: *877 + organization: *876 + installation: *875 sender: *4 responses: '200': @@ -138335,7 +138386,7 @@ x-webhooks: type: string enum: - approved - approver: &888 + approver: &890 type: object properties: avatar_url: @@ -138378,11 +138429,11 @@ x-webhooks: type: string comment: type: string - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 - reviewers: &889 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + reviewers: &891 type: array items: type: object @@ -138461,7 +138512,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &890 + workflow_job_run: &892 type: object properties: conclusion: @@ -139192,18 +139243,18 @@ x-webhooks: type: string enum: - rejected - approver: *888 + approver: *890 comment: type: string - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 - reviewers: *889 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + reviewers: *891 sender: *4 since: type: string - workflow_job_run: *890 + workflow_job_run: *892 workflow_job_runs: type: array items: @@ -139907,13 +139958,13 @@ x-webhooks: type: string enum: - requested - enterprise: *872 + enterprise: *874 environment: type: string - installation: *873 - organization: *874 - repository: *875 - requestor: &901 + installation: *875 + organization: *876 + repository: *877 + requestor: &903 title: User type: object nullable: true @@ -141802,12 +141853,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - workflow: *891 + workflow: *893 workflow_run: title: Deployment Workflow Run type: object @@ -142487,7 +142538,7 @@ x-webhooks: type: string enum: - answered - answer: &894 + answer: &896 type: object properties: author_association: @@ -142644,11 +142695,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -142775,11 +142826,11 @@ x-webhooks: - from required: - category - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -142862,11 +142913,11 @@ x-webhooks: type: string enum: - closed - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -142948,7 +142999,7 @@ x-webhooks: type: string enum: - created - comment: &893 + comment: &895 type: object properties: author_association: @@ -143105,11 +143156,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -143192,12 +143243,12 @@ x-webhooks: type: string enum: - deleted - comment: *893 - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + comment: *895 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -143292,12 +143343,12 @@ x-webhooks: - from required: - body - comment: *893 - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + comment: *895 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -143381,11 +143432,11 @@ x-webhooks: type: string enum: - created - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -143467,11 +143518,11 @@ x-webhooks: type: string enum: - deleted - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -143571,11 +143622,11 @@ x-webhooks: type: string required: - from - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -143657,10 +143708,10 @@ x-webhooks: type: string enum: - labeled - discussion: *892 - enterprise: *872 - installation: *873 - label: &895 + discussion: *894 + enterprise: *874 + installation: *875 + label: &897 title: Label type: object properties: @@ -143692,8 +143743,8 @@ x-webhooks: - color - default - description - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -143776,11 +143827,11 @@ x-webhooks: type: string enum: - locked - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -143862,11 +143913,11 @@ x-webhooks: type: string enum: - pinned - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -143948,11 +143999,11 @@ x-webhooks: type: string enum: - reopened - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -144037,16 +144088,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *892 - new_repository: *875 + new_discussion: *894 + new_repository: *877 required: - new_discussion - new_repository - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -144129,10 +144180,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *892 - old_answer: *894 - organization: *874 - repository: *875 + discussion: *894 + old_answer: *896 + organization: *876 + repository: *877 sender: *4 required: - action @@ -144214,12 +144265,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *892 - enterprise: *872 - installation: *873 - label: *895 - organization: *874 - repository: *875 + discussion: *894 + enterprise: *874 + installation: *875 + label: *897 + organization: *876 + repository: *877 sender: *4 required: - action @@ -144302,11 +144353,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -144388,11 +144439,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *892 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -144461,7 +144512,7 @@ x-webhooks: required: true content: application/json: - schema: *896 + schema: *898 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144524,7 +144575,7 @@ x-webhooks: required: true content: application/json: - schema: *897 + schema: *899 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144587,7 +144638,7 @@ x-webhooks: required: true content: application/json: - schema: *898 + schema: *900 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144650,7 +144701,7 @@ x-webhooks: required: true content: application/json: - schema: *896 + schema: *898 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144713,7 +144764,7 @@ x-webhooks: required: true content: application/json: - schema: *897 + schema: *899 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144779,7 +144830,7 @@ x-webhooks: required: true content: application/json: - schema: *898 + schema: *900 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144845,7 +144896,7 @@ x-webhooks: required: true content: application/json: - schema: *899 + schema: *901 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144911,7 +144962,7 @@ x-webhooks: required: true content: application/json: - schema: *896 + schema: *898 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144977,7 +145028,7 @@ x-webhooks: required: true content: application/json: - schema: *900 + schema: *902 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145043,7 +145094,7 @@ x-webhooks: required: true content: application/json: - schema: *897 + schema: *899 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145108,7 +145159,7 @@ x-webhooks: required: true content: application/json: - schema: *898 + schema: *900 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145173,7 +145224,7 @@ x-webhooks: required: true content: application/json: - schema: *899 + schema: *901 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145238,7 +145289,7 @@ x-webhooks: required: true content: application/json: - schema: *896 + schema: *898 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145303,7 +145354,7 @@ x-webhooks: required: true content: application/json: - schema: *900 + schema: *902 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145369,7 +145420,7 @@ x-webhooks: required: true content: application/json: - schema: *897 + schema: *899 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145436,7 +145487,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *872 + enterprise: *874 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -146096,9 +146147,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *873 - organization: *874 - repository: *875 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - forkee @@ -146244,9 +146295,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 pages: description: The pages that were updated. type: array @@ -146283,7 +146334,7 @@ x-webhooks: - action - sha - html_url - repository: *875 + repository: *877 sender: *4 required: - pages @@ -146359,10 +146410,10 @@ x-webhooks: type: string enum: - created - enterprise: *872 + enterprise: *874 installation: *22 - organization: *874 - repositories: &902 + organization: *876 + repositories: &904 description: An array of repository objects that the installation can access. type: array @@ -146388,8 +146439,8 @@ x-webhooks: - name - full_name - private - repository: *875 - requester: *901 + repository: *877 + requester: *903 sender: *4 required: - action @@ -146464,11 +146515,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 + enterprise: *874 installation: *22 - organization: *874 - repositories: *902 - repository: *875 + organization: *876 + repositories: *904 + repository: *877 requester: nullable: true sender: *4 @@ -146544,11 +146595,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *872 + enterprise: *874 installation: *22 - organization: *874 - repositories: *902 - repository: *875 + organization: *876 + repositories: *904 + repository: *877 requester: nullable: true sender: *4 @@ -146624,10 +146675,10 @@ x-webhooks: type: string enum: - added - enterprise: *872 + enterprise: *874 installation: *22 - organization: *874 - repositories_added: &903 + organization: *876 + repositories_added: &905 description: An array of repository objects, which were added to the installation. type: array @@ -146673,15 +146724,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *875 - repository_selection: &904 + repository: *877 + repository_selection: &906 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *901 + requester: *903 sender: *4 required: - action @@ -146760,10 +146811,10 @@ x-webhooks: type: string enum: - removed - enterprise: *872 + enterprise: *874 installation: *22 - organization: *874 - repositories_added: *903 + organization: *876 + repositories_added: *905 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -146790,9 +146841,9 @@ x-webhooks: - name - full_name - private - repository: *875 - repository_selection: *904 - requester: *901 + repository: *877 + repository_selection: *906 + requester: *903 sender: *4 required: - action @@ -146871,11 +146922,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *872 + enterprise: *874 installation: *22 - organization: *874 - repositories: *902 - repository: *875 + organization: *876 + repositories: *904 + repository: *877 requester: nullable: true sender: *4 @@ -147054,10 +147105,10 @@ x-webhooks: type: string required: - from - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 target_type: type: string @@ -147136,11 +147187,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *872 + enterprise: *874 installation: *22 - organization: *874 - repositories: *902 - repository: *875 + organization: *876 + repositories: *904 + repository: *877 requester: nullable: true sender: *4 @@ -147314,8 +147365,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *695 - required: *696 + properties: *697 + required: *698 nullable: true user: title: User @@ -147400,8 +147451,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -148190,8 +148241,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148540,8 +148591,8 @@ x-webhooks: - state - locked - assignee - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -148621,7 +148672,7 @@ x-webhooks: type: string enum: - deleted - comment: &905 + comment: &907 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -148778,8 +148829,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *695 - required: *696 + properties: *697 + required: *698 nullable: true required: - url @@ -148794,8 +148845,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -149580,8 +149631,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149932,8 +149983,8 @@ x-webhooks: - state - locked - assignee - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -150013,7 +150064,7 @@ x-webhooks: type: string enum: - edited - changes: &934 + changes: &936 description: The changes to the comment. type: object properties: @@ -150025,9 +150076,9 @@ x-webhooks: type: string required: - from - comment: *905 - enterprise: *872 - installation: *873 + comment: *907 + enterprise: *874 + installation: *875 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -150815,8 +150866,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151165,8 +151216,8 @@ x-webhooks: - state - locked - assignee - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -151247,9 +151298,9 @@ x-webhooks: type: string enum: - pinned - comment: *905 - enterprise: *872 - installation: *873 + comment: *907 + enterprise: *874 + installation: *875 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -152039,8 +152090,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152391,8 +152442,8 @@ x-webhooks: - state - locked - assignee - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -152472,9 +152523,9 @@ x-webhooks: type: string enum: - unpinned - comment: *905 - enterprise: *872 - installation: *873 + comment: *907 + enterprise: *874 + installation: *875 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -153264,8 +153315,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153616,8 +153667,8 @@ x-webhooks: - state - locked - assignee - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -153706,9 +153757,9 @@ x-webhooks: type: number blocking_issue: *227 blocking_issue_repo: *80 - installation: *873 - organization: *874 - repository: *875 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -153797,9 +153848,9 @@ x-webhooks: type: number blocking_issue: *227 blocking_issue_repo: *80 - installation: *873 - organization: *874 - repository: *875 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -153887,9 +153938,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *227 - installation: *873 - organization: *874 - repository: *875 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -153978,9 +154029,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *227 - installation: *873 - organization: *874 - repository: *875 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -154060,10 +154111,10 @@ x-webhooks: type: string enum: - assigned - assignee: *901 - enterprise: *872 - installation: *873 - issue: &908 + assignee: *903 + enterprise: *874 + installation: *875 + issue: &910 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -154855,11 +154906,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154976,8 +155027,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -155057,8 +155108,8 @@ x-webhooks: type: string enum: - closed - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -155855,11 +155906,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156111,8 +156162,8 @@ x-webhooks: required: - state - closed_at - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -156191,8 +156242,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -156980,11 +157031,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157100,8 +157151,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -157180,8 +157231,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -157991,11 +158042,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158090,7 +158141,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &906 + milestone: &908 title: Milestone description: A collection of related issues and pull requests. type: object @@ -158228,8 +158279,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -158328,8 +158379,8 @@ x-webhooks: type: string required: - from - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -159121,11 +159172,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159242,9 +159293,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *895 - organization: *874 - repository: *875 + label: *897 + organization: *876 + repository: *877 sender: *4 required: - action @@ -159324,8 +159375,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -160116,11 +160167,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160237,9 +160288,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *895 - organization: *874 - repository: *875 + label: *897 + organization: *876 + repository: *877 sender: *4 required: - action @@ -160319,8 +160370,8 @@ x-webhooks: type: string enum: - locked - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -161135,11 +161186,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161233,8 +161284,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -161313,8 +161364,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -162123,11 +162174,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162221,9 +162272,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *906 - organization: *874 - repository: *875 + milestone: *908 + organization: *876 + repository: *877 sender: *4 required: - action @@ -163086,11 +163137,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163671,8 +163722,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -164456,11 +164507,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164584,8 +164635,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -164665,9 +164716,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *872 - installation: *873 - issue: &907 + enterprise: *874 + installation: *875 + issue: &909 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -165453,11 +165504,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -165573,8 +165624,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -165653,8 +165704,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -166467,11 +166518,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -166566,8 +166617,8 @@ x-webhooks: user_view_type: type: string type: *388 - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -167436,11 +167487,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -168035,11 +168086,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *872 - installation: *873 - issue: *907 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + issue: *909 + organization: *876 + repository: *877 sender: *4 required: - action @@ -168119,12 +168170,12 @@ x-webhooks: type: string enum: - typed - enterprise: *872 - installation: *873 - issue: *908 + enterprise: *874 + installation: *875 + issue: *910 type: *388 - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -168205,7 +168256,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &937 + assignee: &939 title: User type: object nullable: true @@ -168275,11 +168326,11 @@ x-webhooks: required: - login - id - enterprise: *872 - installation: *873 - issue: *908 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + issue: *910 + organization: *876 + repository: *877 sender: *4 required: - action @@ -168358,12 +168409,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *872 - installation: *873 - issue: *908 - label: *895 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + issue: *910 + label: *897 + organization: *876 + repository: *877 sender: *4 required: - action @@ -168443,8 +168494,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -169257,11 +169308,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *812 - issue_dependencies_summary: *813 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *680 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -169355,8 +169406,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -169436,11 +169487,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *872 - installation: *873 - issue: *907 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + issue: *909 + organization: *876 + repository: *877 sender: *4 required: - action @@ -169519,12 +169570,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *872 - installation: *873 - issue: *908 + enterprise: *874 + installation: *875 + issue: *910 type: *388 - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -169604,11 +169655,11 @@ x-webhooks: type: string enum: - created - enterprise: *872 - installation: *873 - label: *895 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + label: *897 + organization: *876 + repository: *877 sender: *4 required: - action @@ -169686,11 +169737,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 - installation: *873 - label: *895 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + label: *897 + organization: *876 + repository: *877 sender: *4 required: - action @@ -169800,11 +169851,11 @@ x-webhooks: type: string required: - from - enterprise: *872 - installation: *873 - label: *895 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + label: *897 + organization: *876 + repository: *877 sender: *4 required: - action @@ -169886,9 +169937,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *872 - installation: *873 - marketplace_purchase: &909 + enterprise: *874 + installation: *875 + marketplace_purchase: &911 title: Marketplace Purchase type: object required: @@ -169971,8 +170022,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *874 - previous_marketplace_purchase: &910 + organization: *876 + previous_marketplace_purchase: &912 title: Marketplace Purchase type: object properties: @@ -170052,7 +170103,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *875 + repository: *877 sender: *4 required: - action @@ -170132,10 +170183,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *872 - installation: *873 - marketplace_purchase: *909 - organization: *874 + enterprise: *874 + installation: *875 + marketplace_purchase: *911 + organization: *876 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -170218,7 +170269,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *875 + repository: *877 sender: *4 required: - action @@ -170300,10 +170351,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *872 - installation: *873 - marketplace_purchase: *909 - organization: *874 + enterprise: *874 + installation: *875 + marketplace_purchase: *911 + organization: *876 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -170385,7 +170436,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *875 + repository: *877 sender: *4 required: - action @@ -170466,8 +170517,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 marketplace_purchase: title: Marketplace Purchase type: object @@ -170549,9 +170600,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *874 - previous_marketplace_purchase: *910 - repository: *875 + organization: *876 + previous_marketplace_purchase: *912 + repository: *877 sender: *4 required: - action @@ -170631,12 +170682,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *872 - installation: *873 - marketplace_purchase: *909 - organization: *874 - previous_marketplace_purchase: *910 - repository: *875 + enterprise: *874 + installation: *875 + marketplace_purchase: *911 + organization: *876 + previous_marketplace_purchase: *912 + repository: *877 sender: *4 required: - action @@ -170738,11 +170789,11 @@ x-webhooks: type: string required: - to - enterprise: *872 - installation: *873 - member: *901 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + member: *903 + organization: *876 + repository: *877 sender: *4 required: - action @@ -170842,11 +170893,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *872 - installation: *873 - member: *901 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + member: *903 + organization: *876 + repository: *877 sender: *4 required: - action @@ -170925,11 +170976,11 @@ x-webhooks: type: string enum: - removed - enterprise: *872 - installation: *873 - member: *901 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + member: *903 + organization: *876 + repository: *877 sender: *4 required: - action @@ -171007,11 +171058,11 @@ x-webhooks: type: string enum: - added - enterprise: *872 - installation: *873 - member: *901 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + member: *903 + organization: *876 + repository: *877 scope: description: The scope of the membership. Currently, can only be `team`. @@ -171087,7 +171138,7 @@ x-webhooks: required: - login - id - team: &911 + team: &913 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -171310,11 +171361,11 @@ x-webhooks: type: string enum: - removed - enterprise: *872 - installation: *873 - member: *901 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + member: *903 + organization: *876 + repository: *877 scope: description: The scope of the membership. Currently, can only be `team`. @@ -171391,7 +171442,7 @@ x-webhooks: required: - login - id - team: *911 + team: *913 required: - action - scope @@ -171473,8 +171524,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *873 - merge_group: &913 + installation: *875 + merge_group: &915 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -171493,15 +171544,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *912 + head_commit: *914 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -171587,10 +171638,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *873 - merge_group: *913 - organization: *874 - repository: *875 + installation: *875 + merge_group: *915 + organization: *876 + repository: *877 sender: *4 required: - action @@ -171663,7 +171714,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 + enterprise: *874 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -171772,16 +171823,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *873 - organization: *874 + installation: *875 + organization: *876 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: *914 - required: *915 + properties: *916 + required: *917 nullable: true sender: *4 required: @@ -171862,11 +171913,11 @@ x-webhooks: type: string enum: - closed - enterprise: *872 - installation: *873 - milestone: *906 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + milestone: *908 + organization: *876 + repository: *877 sender: *4 required: - action @@ -171945,9 +171996,9 @@ x-webhooks: type: string enum: - created - enterprise: *872 - installation: *873 - milestone: &916 + enterprise: *874 + installation: *875 + milestone: &918 title: Milestone description: A collection of related issues and pull requests. type: object @@ -172084,8 +172135,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -172164,11 +172215,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 - installation: *873 - milestone: *906 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + milestone: *908 + organization: *876 + repository: *877 sender: *4 required: - action @@ -172278,11 +172329,11 @@ x-webhooks: type: string required: - from - enterprise: *872 - installation: *873 - milestone: *906 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + milestone: *908 + organization: *876 + repository: *877 sender: *4 required: - action @@ -172362,11 +172413,11 @@ x-webhooks: type: string enum: - opened - enterprise: *872 - installation: *873 - milestone: *916 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + milestone: *918 + organization: *876 + repository: *877 sender: *4 required: - action @@ -172445,11 +172496,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *901 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + blocked_user: *903 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -172528,11 +172579,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *901 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + blocked_user: *903 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -172608,7 +172659,7 @@ x-webhooks: enum: - created definition: *153 - enterprise: *872 + enterprise: *874 sender: *4 required: - action @@ -172688,8 +172739,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 sender: *4 required: - action @@ -172762,8 +172813,8 @@ x-webhooks: enum: - updated definition: *153 - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 sender: *4 required: - action @@ -172835,9 +172886,9 @@ x-webhooks: type: string enum: - updated - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 sender: *4 new_property_values: type: array @@ -172925,9 +172976,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 - installation: *873 - membership: &917 + enterprise: *874 + installation: *875 + membership: &919 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -173034,8 +173085,8 @@ x-webhooks: - role - organization_url - user - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -173113,11 +173164,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *872 - installation: *873 - membership: *917 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + membership: *919 + organization: *876 + repository: *877 sender: *4 required: - action @@ -173196,8 +173247,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -173313,10 +173364,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 - user: *901 + user: *903 required: - action - invitation @@ -173394,11 +173445,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *872 - installation: *873 - membership: *917 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + membership: *919 + organization: *876 + repository: *877 sender: *4 required: - action @@ -173485,11 +173536,11 @@ x-webhooks: properties: from: type: string - enterprise: *872 - installation: *873 - membership: *917 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + membership: *919 + organization: *876 + repository: *877 sender: *4 required: - action @@ -173567,9 +173618,9 @@ x-webhooks: type: string enum: - published - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 package: description: Information about the package. type: object @@ -174068,7 +174119,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &918 + items: &920 title: Ruby Gems metadata type: object properties: @@ -174163,7 +174214,7 @@ x-webhooks: - owner - package_version - registry - repository: *875 + repository: *877 sender: *4 required: - action @@ -174240,9 +174291,9 @@ x-webhooks: type: string enum: - updated - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 package: description: Information about the package. type: object @@ -174595,7 +174646,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *918 + items: *920 source_url: type: string format: uri @@ -174665,7 +174716,7 @@ x-webhooks: - owner - package_version - registry - repository: *875 + repository: *877 sender: *4 required: - action @@ -174841,12 +174892,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *872 + enterprise: *874 id: type: integer - installation: *873 - organization: *874 - repository: *875 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - id @@ -174923,7 +174974,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &919 + personal_access_token_request: &921 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -175069,10 +175120,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *872 - organization: *874 + enterprise: *874 + organization: *876 sender: *4 - installation: *873 + installation: *875 required: - action - personal_access_token_request @@ -175149,11 +175200,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *919 - enterprise: *872 - organization: *874 + personal_access_token_request: *921 + enterprise: *874 + organization: *876 sender: *4 - installation: *873 + installation: *875 required: - action - personal_access_token_request @@ -175229,11 +175280,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *919 - enterprise: *872 - organization: *874 + personal_access_token_request: *921 + enterprise: *874 + organization: *876 sender: *4 - installation: *873 + installation: *875 required: - action - personal_access_token_request @@ -175308,11 +175359,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *919 - organization: *874 - enterprise: *872 + personal_access_token_request: *921 + organization: *876 + enterprise: *874 sender: *4 - installation: *873 + installation: *875 required: - action - personal_access_token_request @@ -175417,7 +175468,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *920 + last_response: *922 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -175449,8 +175500,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 zen: description: Random string of GitHub zen. @@ -175695,10 +175746,10 @@ x-webhooks: - from required: - note - enterprise: *872 - installation: *873 - organization: *874 - project_card: &921 + enterprise: *874 + installation: *875 + organization: *876 + project_card: &923 title: Project Card type: object properties: @@ -175817,7 +175868,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *875 + repository: *877 sender: *4 required: - action @@ -175898,11 +175949,11 @@ x-webhooks: type: string enum: - created - enterprise: *872 - installation: *873 - organization: *874 - project_card: *921 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + project_card: *923 + repository: *877 sender: *4 required: - action @@ -175982,9 +176033,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 project_card: title: Project Card type: object @@ -176112,8 +176163,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: *914 - required: *915 + properties: *916 + required: *917 nullable: true sender: *4 required: @@ -176207,11 +176258,11 @@ x-webhooks: - from required: - note - enterprise: *872 - installation: *873 - organization: *874 - project_card: *921 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + project_card: *923 + repository: *877 sender: *4 required: - action @@ -176305,9 +176356,9 @@ x-webhooks: - from required: - column_id - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 project_card: allOf: - title: Project Card @@ -176497,7 +176548,7 @@ x-webhooks: type: string required: - after_id - repository: *875 + repository: *877 sender: *4 required: - action @@ -176577,10 +176628,10 @@ x-webhooks: type: string enum: - closed - enterprise: *872 - installation: *873 - organization: *874 - project: &923 + enterprise: *874 + installation: *875 + organization: *876 + project: &925 title: Project type: object properties: @@ -176704,7 +176755,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *875 + repository: *877 sender: *4 required: - action @@ -176784,10 +176835,10 @@ x-webhooks: type: string enum: - created - enterprise: *872 - installation: *873 - organization: *874 - project_column: &922 + enterprise: *874 + installation: *875 + organization: *876 + project_column: &924 title: Project Column type: object properties: @@ -176826,7 +176877,7 @@ x-webhooks: - name - created_at - updated_at - repository: *875 + repository: *877 sender: *4 required: - action @@ -176905,18 +176956,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 - installation: *873 - organization: *874 - project_column: *922 + enterprise: *874 + installation: *875 + organization: *876 + project_column: *924 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: *914 - required: *915 + properties: *916 + required: *917 nullable: true sender: *4 required: @@ -177006,11 +177057,11 @@ x-webhooks: type: string required: - from - enterprise: *872 - installation: *873 - organization: *874 - project_column: *922 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + project_column: *924 + repository: *877 sender: *4 required: - action @@ -177090,11 +177141,11 @@ x-webhooks: type: string enum: - moved - enterprise: *872 - installation: *873 - organization: *874 - project_column: *922 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + project_column: *924 + repository: *877 sender: *4 required: - action @@ -177174,11 +177225,11 @@ x-webhooks: type: string enum: - created - enterprise: *872 - installation: *873 - organization: *874 - project: *923 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + project: *925 + repository: *877 sender: *4 required: - action @@ -177258,18 +177309,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 - installation: *873 - organization: *874 - project: *923 + enterprise: *874 + installation: *875 + organization: *876 + project: *925 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: *914 - required: *915 + properties: *916 + required: *917 nullable: true sender: *4 required: @@ -177371,11 +177422,11 @@ x-webhooks: type: string required: - from - enterprise: *872 - installation: *873 - organization: *874 - project: *923 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + project: *925 + repository: *877 sender: *4 required: - action @@ -177454,11 +177505,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *872 - installation: *873 - organization: *874 - project: *923 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + project: *925 + repository: *877 sender: *4 required: - action @@ -177539,8 +177590,8 @@ x-webhooks: type: string enum: - closed - installation: *873 - organization: *874 + installation: *875 + organization: *876 projects_v2: *420 sender: *4 required: @@ -177622,8 +177673,8 @@ x-webhooks: type: string enum: - created - installation: *873 - organization: *874 + installation: *875 + organization: *876 projects_v2: *420 sender: *4 required: @@ -177705,8 +177756,8 @@ x-webhooks: type: string enum: - deleted - installation: *873 - organization: *874 + installation: *875 + organization: *876 projects_v2: *420 sender: *4 required: @@ -177824,8 +177875,8 @@ x-webhooks: type: string to: type: string - installation: *873 - organization: *874 + installation: *875 + organization: *876 projects_v2: *420 sender: *4 required: @@ -177909,7 +177960,7 @@ x-webhooks: type: string enum: - archived - changes: &927 + changes: &929 type: object properties: archived_at: @@ -177923,9 +177974,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *873 - organization: *874 - projects_v2_item: &924 + installation: *875 + organization: *876 + projects_v2_item: &926 title: Projects v2 Item description: An item belonging to a project type: object @@ -178060,9 +178111,9 @@ x-webhooks: nullable: true to: type: string - installation: *873 - organization: *874 - projects_v2_item: *924 + installation: *875 + organization: *876 + projects_v2_item: *926 sender: *4 required: - action @@ -178144,9 +178195,9 @@ x-webhooks: type: string enum: - created - installation: *873 - organization: *874 - projects_v2_item: *924 + installation: *875 + organization: *876 + projects_v2_item: *926 sender: *4 required: - action @@ -178227,9 +178278,9 @@ x-webhooks: type: string enum: - deleted - installation: *873 - organization: *874 - projects_v2_item: *924 + installation: *875 + organization: *876 + projects_v2_item: *926 sender: *4 required: - action @@ -178335,7 +178386,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &925 + - &927 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -178357,7 +178408,7 @@ x-webhooks: required: - id - name - - &926 + - &928 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -178391,8 +178442,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *925 - - *926 + - *927 + - *928 required: - field_value - type: object @@ -178408,9 +178459,9 @@ x-webhooks: nullable: true required: - body - installation: *873 - organization: *874 - projects_v2_item: *924 + installation: *875 + organization: *876 + projects_v2_item: *926 sender: *4 required: - action @@ -178505,9 +178556,9 @@ x-webhooks: to: type: string nullable: true - installation: *873 - organization: *874 - projects_v2_item: *924 + installation: *875 + organization: *876 + projects_v2_item: *926 sender: *4 required: - action @@ -178590,10 +178641,10 @@ x-webhooks: type: string enum: - restored - changes: *927 - installation: *873 - organization: *874 - projects_v2_item: *924 + changes: *929 + installation: *875 + organization: *876 + projects_v2_item: *926 sender: *4 required: - action @@ -178675,8 +178726,8 @@ x-webhooks: type: string enum: - reopened - installation: *873 - organization: *874 + installation: *875 + organization: *876 projects_v2: *420 sender: *4 required: @@ -178758,14 +178809,14 @@ x-webhooks: type: string enum: - created - installation: *873 - organization: *874 - projects_v2_status_update: &930 + installation: *875 + organization: *876 + projects_v2_status_update: &932 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *928 - required: *929 + properties: *930 + required: *931 sender: *4 required: - action @@ -178846,9 +178897,9 @@ x-webhooks: type: string enum: - deleted - installation: *873 - organization: *874 - projects_v2_status_update: *930 + installation: *875 + organization: *876 + projects_v2_status_update: *932 sender: *4 required: - action @@ -178984,9 +179035,9 @@ x-webhooks: type: string format: date nullable: true - installation: *873 - organization: *874 - projects_v2_status_update: *930 + installation: *875 + organization: *876 + projects_v2_status_update: *932 sender: *4 required: - action @@ -179057,10 +179108,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - repository @@ -179137,13 +179188,13 @@ x-webhooks: type: string enum: - assigned - assignee: *901 - enterprise: *872 - installation: *873 - number: &931 + assignee: *903 + enterprise: *874 + installation: *875 + number: &933 description: The pull request number. type: integer - organization: *874 + organization: *876 pull_request: title: Pull Request type: object @@ -181430,7 +181481,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *875 + repository: *877 sender: *4 required: - action @@ -181512,11 +181563,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 number: type: integer - organization: *874 + organization: *876 pull_request: title: Pull Request type: object @@ -183798,7 +183849,7 @@ x-webhooks: - draft reason: type: string - repository: *875 + repository: *877 sender: *4 required: - action @@ -183880,11 +183931,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 number: type: integer - organization: *874 + organization: *876 pull_request: title: Pull Request type: object @@ -186166,7 +186217,7 @@ x-webhooks: - draft reason: type: string - repository: *875 + repository: *877 sender: *4 required: - action @@ -186248,13 +186299,13 @@ x-webhooks: type: string enum: - closed - enterprise: *872 - installation: *873 - number: *931 - organization: *874 - pull_request: &932 + enterprise: *874 + installation: *875 + number: *933 + organization: *876 + pull_request: &934 allOf: - - *720 + - *722 - type: object properties: allow_auto_merge: @@ -186316,7 +186367,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *875 + repository: *877 sender: *4 required: - action @@ -186397,12 +186448,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *872 - installation: *873 - number: *931 - organization: *874 - pull_request: *932 - repository: *875 + enterprise: *874 + installation: *875 + number: *933 + organization: *876 + pull_request: *934 + repository: *877 sender: *4 required: - action @@ -186482,11 +186533,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *872 - milestone: *702 - number: *931 - organization: *874 - pull_request: &933 + enterprise: *874 + milestone: *704 + number: *933 + organization: *876 + pull_request: &935 title: Pull Request type: object properties: @@ -188767,7 +188818,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *875 + repository: *877 sender: *4 required: - action @@ -188846,11 +188897,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 number: type: integer - organization: *874 + organization: *876 pull_request: title: Pull Request type: object @@ -191150,7 +191201,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *875 + repository: *877 sender: *4 required: - action @@ -191274,12 +191325,12 @@ x-webhooks: type: string required: - from - enterprise: *872 - installation: *873 - number: *931 - organization: *874 - pull_request: *932 - repository: *875 + enterprise: *874 + installation: *875 + number: *933 + organization: *876 + pull_request: *934 + repository: *877 sender: *4 required: - action @@ -191359,11 +191410,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 number: type: integer - organization: *874 + organization: *876 pull_request: title: Pull Request type: object @@ -193648,7 +193699,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *875 + repository: *877 sender: *4 required: - action @@ -193728,11 +193779,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *872 - installation: *873 - label: *895 - number: *931 - organization: *874 + enterprise: *874 + installation: *875 + label: *897 + number: *933 + organization: *876 pull_request: title: Pull Request type: object @@ -196018,7 +196069,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *875 + repository: *877 sender: *4 required: - action @@ -196099,10 +196150,10 @@ x-webhooks: type: string enum: - locked - enterprise: *872 - installation: *873 - number: *931 - organization: *874 + enterprise: *874 + installation: *875 + number: *933 + organization: *876 pull_request: title: Pull Request type: object @@ -198386,7 +198437,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *875 + repository: *877 sender: *4 required: - action @@ -198466,12 +198517,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *872 - milestone: *702 - number: *931 - organization: *874 - pull_request: *933 - repository: *875 + enterprise: *874 + milestone: *704 + number: *933 + organization: *876 + pull_request: *935 + repository: *877 sender: *4 required: - action @@ -198550,12 +198601,12 @@ x-webhooks: type: string enum: - opened - enterprise: *872 - installation: *873 - number: *931 - organization: *874 - pull_request: *932 - repository: *875 + enterprise: *874 + installation: *875 + number: *933 + organization: *876 + pull_request: *934 + repository: *877 sender: *4 required: - action @@ -198636,12 +198687,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *872 - installation: *873 - number: *931 - organization: *874 - pull_request: *932 - repository: *875 + enterprise: *874 + installation: *875 + number: *933 + organization: *876 + pull_request: *934 + repository: *877 sender: *4 required: - action @@ -198721,12 +198772,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *872 - installation: *873 - number: *931 - organization: *874 - pull_request: *932 - repository: *875 + enterprise: *874 + installation: *875 + number: *933 + organization: *876 + pull_request: *934 + repository: *877 sender: *4 required: - action @@ -199092,9 +199143,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 pull_request: type: object properties: @@ -201268,7 +201319,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *875 + repository: *877 sender: *4 required: - action @@ -201348,7 +201399,7 @@ x-webhooks: type: string enum: - deleted - comment: &935 + comment: &937 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -201633,9 +201684,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 pull_request: type: object properties: @@ -203797,7 +203848,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *875 + repository: *877 sender: *4 required: - action @@ -203877,11 +203928,11 @@ x-webhooks: type: string enum: - edited - changes: *934 - comment: *935 - enterprise: *872 - installation: *873 - organization: *874 + changes: *936 + comment: *937 + enterprise: *874 + installation: *875 + organization: *876 pull_request: type: object properties: @@ -206046,7 +206097,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *875 + repository: *877 sender: *4 required: - action @@ -206127,9 +206178,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 pull_request: title: Simple Pull Request type: object @@ -208306,7 +208357,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *875 + repository: *877 review: description: The review that was affected. type: object @@ -208553,9 +208604,9 @@ x-webhooks: type: string required: - from - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 pull_request: title: Simple Pull Request type: object @@ -210605,8 +210656,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *875 - review: &936 + repository: *877 + review: &938 description: The review that was affected. type: object properties: @@ -210839,12 +210890,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 number: description: The pull request number. type: integer - organization: *874 + organization: *876 pull_request: title: Pull Request type: object @@ -213131,7 +213182,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *875 + repository: *877 requested_reviewer: title: User type: object @@ -213215,12 +213266,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 number: description: The pull request number. type: integer - organization: *874 + organization: *876 pull_request: title: Pull Request type: object @@ -215514,7 +215565,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *875 + repository: *877 requested_team: title: Team description: Groups of organization members that gives permissions @@ -215706,12 +215757,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 number: description: The pull request number. type: integer - organization: *874 + organization: *876 pull_request: title: Pull Request type: object @@ -218000,7 +218051,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *875 + repository: *877 requested_reviewer: title: User type: object @@ -218085,12 +218136,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *872 - installation: *873 + enterprise: *874 + installation: *875 number: description: The pull request number. type: integer - organization: *874 + organization: *876 pull_request: title: Pull Request type: object @@ -220370,7 +220421,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *875 + repository: *877 requested_team: title: Team description: Groups of organization members that gives permissions @@ -220551,9 +220602,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 pull_request: title: Simple Pull Request type: object @@ -222732,8 +222783,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *875 - review: *936 + repository: *877 + review: *938 sender: *4 required: - action @@ -222813,9 +222864,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 pull_request: title: Simple Pull Request type: object @@ -224903,7 +224954,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *875 + repository: *877 sender: *4 thread: type: object @@ -225290,9 +225341,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 pull_request: title: Simple Pull Request type: object @@ -227366,7 +227417,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *875 + repository: *877 sender: *4 thread: type: object @@ -227756,10 +227807,10 @@ x-webhooks: type: string before: type: string - enterprise: *872 - installation: *873 - number: *931 - organization: *874 + enterprise: *874 + installation: *875 + number: *933 + organization: *876 pull_request: title: Pull Request type: object @@ -230034,7 +230085,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *875 + repository: *877 sender: *4 required: - action @@ -230116,11 +230167,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *937 - enterprise: *872 - installation: *873 - number: *931 - organization: *874 + assignee: *939 + enterprise: *874 + installation: *875 + number: *933 + organization: *876 pull_request: title: Pull Request type: object @@ -232407,7 +232458,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *875 + repository: *877 sender: *4 required: - action @@ -232486,11 +232537,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *872 - installation: *873 - label: *895 - number: *931 - organization: *874 + enterprise: *874 + installation: *875 + label: *897 + number: *933 + organization: *876 pull_request: title: Pull Request type: object @@ -234767,7 +234818,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *875 + repository: *877 sender: *4 required: - action @@ -234848,10 +234899,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *872 - installation: *873 - number: *931 - organization: *874 + enterprise: *874 + installation: *875 + number: *933 + organization: *876 pull_request: title: Pull Request type: object @@ -237120,7 +237171,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *875 + repository: *877 sender: *4 required: - action @@ -237320,7 +237371,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *872 + enterprise: *874 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -237412,8 +237463,8 @@ x-webhooks: - url - author - committer - installation: *873 - organization: *874 + installation: *875 + organization: *876 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -237999,9 +238050,9 @@ x-webhooks: type: string enum: - published - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 registry_package: type: object properties: @@ -238447,7 +238498,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *918 + items: *920 summary: type: string tag_name: @@ -238501,7 +238552,7 @@ x-webhooks: - owner - package_version - registry - repository: *875 + repository: *877 sender: *4 required: - action @@ -238579,9 +238630,9 @@ x-webhooks: type: string enum: - updated - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 registry_package: type: object properties: @@ -238889,7 +238940,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *918 + items: *920 summary: type: string tag_name: @@ -238938,7 +238989,7 @@ x-webhooks: - owner - package_version - registry - repository: *875 + repository: *877 sender: *4 required: - action @@ -239015,10 +239066,10 @@ x-webhooks: type: string enum: - created - enterprise: *872 - installation: *873 - organization: *874 - release: &938 + enterprise: *874 + installation: *875 + organization: *876 + release: &940 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -239336,7 +239387,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *875 + repository: *877 sender: *4 required: - action @@ -239413,11 +239464,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 - installation: *873 - organization: *874 - release: *938 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + release: *940 + repository: *877 sender: *4 required: - action @@ -239534,11 +239585,11 @@ x-webhooks: type: boolean required: - to - enterprise: *872 - installation: *873 - organization: *874 - release: *938 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + release: *940 + repository: *877 sender: *4 required: - action @@ -239616,9 +239667,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -239940,7 +239991,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *875 + repository: *877 sender: *4 required: - action @@ -240016,10 +240067,10 @@ x-webhooks: type: string enum: - published - enterprise: *872 - installation: *873 - organization: *874 - release: &939 + enterprise: *874 + installation: *875 + organization: *876 + release: &941 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -240338,7 +240389,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *875 + repository: *877 sender: *4 required: - action @@ -240414,11 +240465,11 @@ x-webhooks: type: string enum: - released - enterprise: *872 - installation: *873 - organization: *874 - release: *938 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + release: *940 + repository: *877 sender: *4 required: - action @@ -240494,11 +240545,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *872 - installation: *873 - organization: *874 - release: *939 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + release: *941 + repository: *877 sender: *4 required: - action @@ -240574,11 +240625,11 @@ x-webhooks: type: string enum: - published - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 - repository_advisory: *772 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + repository_advisory: *774 sender: *4 required: - action @@ -240654,11 +240705,11 @@ x-webhooks: type: string enum: - reported - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 - repository_advisory: *772 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + repository_advisory: *774 sender: *4 required: - action @@ -240734,10 +240785,10 @@ x-webhooks: type: string enum: - archived - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -240814,10 +240865,10 @@ x-webhooks: type: string enum: - created - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -240895,10 +240946,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -240982,10 +241033,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -241097,10 +241148,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -241172,10 +241223,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 status: type: string @@ -241256,10 +241307,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -241336,10 +241387,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -241433,10 +241484,10 @@ x-webhooks: - name required: - repository - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -241516,10 +241567,10 @@ x-webhooks: type: string enum: - created - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 repository_ruleset: *193 sender: *4 required: @@ -241598,10 +241649,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 repository_ruleset: *193 sender: *4 required: @@ -241680,10 +241731,10 @@ x-webhooks: type: string enum: - edited - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 repository_ruleset: *193 changes: type: object @@ -241745,16 +241796,16 @@ x-webhooks: properties: added: type: array - items: *740 + items: *742 deleted: type: array - items: *740 + items: *742 updated: type: array items: type: object properties: - rule: *740 + rule: *742 changes: type: object properties: @@ -241988,10 +242039,10 @@ x-webhooks: - from required: - owner - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -242069,10 +242120,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -242150,7 +242201,7 @@ x-webhooks: type: string enum: - create - alert: &940 + alert: &942 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -242272,10 +242323,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -242481,10 +242532,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -242562,11 +242613,11 @@ x-webhooks: type: string enum: - reopen - alert: *940 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + alert: *942 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -242765,10 +242816,10 @@ x-webhooks: enum: - fixed - open - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -242846,7 +242897,7 @@ x-webhooks: type: string enum: - assigned - alert: &941 + alert: &943 type: object properties: number: *130 @@ -242989,10 +243040,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -243070,11 +243121,11 @@ x-webhooks: type: string enum: - created - alert: *941 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + alert: *943 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -243155,11 +243206,11 @@ x-webhooks: type: string enum: - created - alert: *941 - installation: *873 - location: *942 - organization: *874 - repository: *875 + alert: *943 + installation: *875 + location: *944 + organization: *876 + repository: *877 sender: *4 required: - location @@ -243397,11 +243448,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *941 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + alert: *943 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -243479,11 +243530,11 @@ x-webhooks: type: string enum: - reopened - alert: *941 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + alert: *943 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -243561,11 +243612,11 @@ x-webhooks: type: string enum: - resolved - alert: *941 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + alert: *943 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -243643,12 +243694,12 @@ x-webhooks: type: string enum: - unassigned - alert: *941 + alert: *943 assignee: *4 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -243726,11 +243777,11 @@ x-webhooks: type: string enum: - validated - alert: *941 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + alert: *943 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -243856,10 +243907,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *875 - enterprise: *872 - installation: *873 - organization: *874 + repository: *877 + enterprise: *874 + installation: *875 + organization: *876 sender: *4 required: - action @@ -243937,11 +243988,11 @@ x-webhooks: type: string enum: - published - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 - security_advisory: &943 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + security_advisory: &945 description: The details of the security advisory, including summary, description, and severity. type: object @@ -244112,11 +244163,11 @@ x-webhooks: type: string enum: - updated - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 - security_advisory: *943 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + security_advisory: *945 sender: *4 required: - action @@ -244189,10 +244240,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -244365,9 +244416,9 @@ x-webhooks: type: object properties: security_and_analysis: *437 - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 repository: *483 sender: *4 required: @@ -244446,12 +244497,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - sponsorship: &944 + sponsorship: &946 type: object properties: created_at: @@ -244752,12 +244803,12 @@ x-webhooks: type: string enum: - created - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - sponsorship: *944 + sponsorship: *946 required: - action - sponsorship @@ -244845,12 +244896,12 @@ x-webhooks: type: string required: - from - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - sponsorship: *944 + sponsorship: *946 required: - action - changes @@ -244927,17 +244978,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &945 + effective_date: &947 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: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - sponsorship: *944 + sponsorship: *946 required: - action - sponsorship @@ -245011,7 +245062,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &946 + changes: &948 type: object properties: tier: @@ -245055,13 +245106,13 @@ x-webhooks: - from required: - tier - effective_date: *945 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + effective_date: *947 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - sponsorship: *944 + sponsorship: *946 required: - action - changes @@ -245138,13 +245189,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *946 - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + changes: *948 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - sponsorship: *944 + sponsorship: *946 required: - action - changes @@ -245218,10 +245269,10 @@ x-webhooks: type: string enum: - created - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -245304,10 +245355,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -245727,15 +245778,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *872 + enterprise: *874 id: description: The unique identifier of the status. type: integer - installation: *873 + installation: *875 name: type: string - organization: *874 - repository: *875 + organization: *876 + repository: *877 sender: *4 sha: description: The Commit SHA. @@ -245850,9 +245901,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *227 - installation: *873 - organization: *874 - repository: *875 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -245942,9 +245993,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *227 - installation: *873 - organization: *874 - repository: *875 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -246034,9 +246085,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *227 - installation: *873 - organization: *874 - repository: *875 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -246126,9 +246177,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *227 - installation: *873 - organization: *874 - repository: *875 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -246205,12 +246256,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - team: &947 + team: &949 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -246433,9 +246484,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 repository: title: Repository description: A git repository @@ -246893,7 +246944,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *947 + team: *949 required: - action - team @@ -246969,9 +247020,9 @@ x-webhooks: type: string enum: - created - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 repository: title: Repository description: A git repository @@ -247429,7 +247480,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *947 + team: *949 required: - action - team @@ -247506,9 +247557,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 repository: title: Repository description: A git repository @@ -247966,7 +248017,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *947 + team: *949 required: - action - team @@ -248110,9 +248161,9 @@ x-webhooks: - from required: - permissions - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 repository: title: Repository description: A git repository @@ -248570,7 +248621,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *947 + team: *949 required: - action - changes @@ -248648,9 +248699,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *872 - installation: *873 - organization: *874 + enterprise: *874 + installation: *875 + organization: *876 repository: title: Repository description: A git repository @@ -249108,7 +249159,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *947 + team: *949 required: - action - team @@ -249184,10 +249235,10 @@ x-webhooks: type: string enum: - started - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -249260,16 +249311,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *872 + enterprise: *874 inputs: type: object nullable: true additionalProperties: true - installation: *873 - organization: *874 + installation: *875 + organization: *876 ref: type: string - repository: *875 + repository: *877 sender: *4 workflow: type: string @@ -249351,10 +249402,10 @@ x-webhooks: type: string enum: - completed - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 workflow_job: allOf: @@ -249591,7 +249642,7 @@ x-webhooks: type: string required: - conclusion - deployment: *622 + deployment: *624 required: - action - repository @@ -249670,10 +249721,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 workflow_job: allOf: @@ -249933,7 +249984,7 @@ x-webhooks: required: - status - steps - deployment: *622 + deployment: *624 required: - action - repository @@ -250012,10 +250063,10 @@ x-webhooks: type: string enum: - queued - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 workflow_job: type: object @@ -250150,7 +250201,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *622 + deployment: *624 required: - action - repository @@ -250229,10 +250280,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 workflow_job: type: object @@ -250368,7 +250419,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *622 + deployment: *624 required: - action - repository @@ -250448,12 +250499,12 @@ x-webhooks: type: string enum: - completed - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - workflow: *891 + workflow: *893 workflow_run: title: Workflow Run type: object @@ -251452,12 +251503,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - workflow: *891 + workflow: *893 workflow_run: title: Workflow Run type: object @@ -252441,12 +252492,12 @@ x-webhooks: type: string enum: - requested - enterprise: *872 - installation: *873 - organization: *874 - repository: *875 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - workflow: *891 + workflow: *893 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index a4efcb13c..34e2900bf 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -386116,6 +386116,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" + } + } } } }, @@ -393026,6 +393056,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/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 306b143c4..ca39a6c54 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -1082,7 +1082,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &777 + - &779 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4229,7 +4229,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &787 + schema: &789 title: Scim Error description: Scim Error type: object @@ -11681,7 +11681,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &788 + '401': &790 description: Authorization failure '404': *6 x-github: @@ -20280,7 +20280,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 - - &614 + - &616 name: has in: query description: |- @@ -20403,7 +20403,7 @@ paths: - direct - transitive - inconclusive - security_advisory: &615 + security_advisory: &617 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -20661,14 +20661,14 @@ paths: nullable: true maxLength: 280 fixed_at: *140 - auto_dismissed_at: &616 + auto_dismissed_at: &618 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: &617 + dismissal_request: &619 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -24553,7 +24553,7 @@ paths: - *167 rules: type: array - items: &743 + items: &745 title: Repository Rule type: object description: A repository rule. @@ -24562,7 +24562,7 @@ paths: - *173 - *174 - *175 - - &741 + - &743 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -25158,14 +25158,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &755 + state: &757 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: &756 + resolution: &758 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -25282,8 +25282,8 @@ paths: pull request. ' - oneOf: &757 - - &759 + oneOf: &759 + - &761 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -25341,7 +25341,7 @@ paths: - blob_url - commit_sha - commit_url - - &760 + - &762 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. @@ -25396,7 +25396,7 @@ paths: - page_url - commit_sha - commit_url - - &761 + - &763 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -25416,7 +25416,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &762 + - &764 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -25436,7 +25436,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &763 + - &765 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -25456,7 +25456,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &764 + - &766 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -25470,7 +25470,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &765 + - &767 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -25484,7 +25484,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &766 + - &768 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -25498,7 +25498,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &767 + - &769 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. @@ -25518,7 +25518,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &768 + - &770 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. @@ -25538,7 +25538,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &769 + - &771 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. @@ -25558,7 +25558,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &770 + - &772 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. @@ -25578,7 +25578,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &771 + - &773 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. @@ -29241,7 +29241,7 @@ paths: properties: action: type: string - discussion: &895 + discussion: &897 title: Discussion description: A Discussion in a repository. type: object @@ -29608,7 +29608,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &675 + properties: &677 id: type: integer format: int64 @@ -29984,7 +29984,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &815 + sub_issues_summary: &817 title: Sub-issues Summary type: object properties: @@ -30071,7 +30071,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &698 + properties: &700 pinned_at: type: string format: date-time @@ -30083,7 +30083,7 @@ paths: properties: *20 required: *21 nullable: true - required: &699 + required: &701 - pinned_at - pinned_by nullable: true @@ -30097,7 +30097,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &816 + issue_dependencies_summary: &818 title: Issue Dependencies Summary type: object properties: @@ -30116,7 +30116,7 @@ paths: - total_blocking issue_field_values: type: array - items: &683 + items: &685 title: Issue Field Value description: A value assigned to an issue field type: object @@ -30177,7 +30177,7 @@ paths: - node_id - data_type - value - required: &676 + required: &678 - assignee - closed_at - comments @@ -30198,7 +30198,7 @@ paths: - user - created_at - updated_at - x-github-breaking-changes: &677 + x-github-breaking-changes: &679 - changeset: deprecate_beta_media_type patch: properties: @@ -30258,7 +30258,7 @@ paths: action: type: string issue: *227 - comment: &671 + comment: &673 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -30922,7 +30922,7 @@ paths: type: string release: allOf: - - &734 + - &736 title: Release description: A release. type: object @@ -30993,7 +30993,7 @@ paths: author: *4 assets: type: array - items: &735 + items: &737 title: Release Asset description: Data related to a release. type: object @@ -31601,7 +31601,7 @@ paths: url: type: string format: uri - user: &822 + user: &824 title: Public User description: Public User type: object @@ -35001,7 +35001,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &708 + - &710 name: all description: If `true`, show notifications marked as read. in: query @@ -35009,7 +35009,7 @@ paths: schema: type: boolean default: false - - &709 + - &711 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -35019,7 +35019,7 @@ paths: type: boolean default: false - *234 - - &710 + - &712 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: @@ -35563,7 +35563,7 @@ paths: - url - subscription_url examples: - default: &711 + default: &713 value: - id: '1' repository: @@ -36693,7 +36693,7 @@ paths: type: array items: *158 examples: - default: &717 + default: &719 value: - property_name: environment value: production @@ -36743,7 +36743,7 @@ paths: required: - properties examples: - default: &718 + default: &720 value: properties: - property_name: environment @@ -42580,12 +42580,12 @@ paths: required: - subject_digests examples: - default: &854 + default: &856 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &855 + withPredicateType: &857 value: subject_digests: - sha256:abc123 @@ -42643,7 +42643,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &856 + default: &858 value: attestations_subject_digests: - sha256:abc: @@ -48342,7 +48342,7 @@ paths: description: Response content: application/json: - schema: &620 + schema: &622 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -48359,7 +48359,7 @@ paths: - key_id - key examples: - default: &621 + default: &623 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -48695,7 +48695,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *89 - - &629 + - &631 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -48703,7 +48703,7 @@ paths: required: false schema: type: string - - &630 + - &632 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -48711,7 +48711,7 @@ paths: required: false schema: type: string - - &631 + - &633 name: time_period description: |- The time period to filter by. @@ -48727,7 +48727,7 @@ paths: - week - month default: month - - &632 + - &634 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -48752,7 +48752,7 @@ paths: application/json: schema: type: array - items: &633 + items: &635 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -48908,7 +48908,7 @@ paths: format: uri example: https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &634 + default: &636 value: - id: 21 number: 42 @@ -49010,7 +49010,7 @@ paths: application/json: schema: type: array - items: &635 + items: &637 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -49127,7 +49127,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &636 + default: &638 value: - id: 21 number: 42 @@ -51170,7 +51170,7 @@ paths: required: true content: application/json: - schema: &667 + schema: &669 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -53750,7 +53750,7 @@ paths: parameters: - *89 - *400 - - &837 + - &839 name: repo_name description: repo_name parameter in: path @@ -55096,7 +55096,7 @@ paths: - nuget - container - *89 - - &838 + - &840 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -55137,7 +55137,7 @@ paths: default: *406 '403': *29 '401': *25 - '400': &840 + '400': &842 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -57127,7 +57127,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &932 + properties: &934 id: type: number description: The unique identifier of the status update. @@ -57175,7 +57175,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &933 + required: &935 - id - node_id - created_at @@ -57615,7 +57615,7 @@ paths: - review_comment - self author_association: *224 - auto_merge: &720 + auto_merge: &722 title: Auto merge description: The status of auto merging a pull request. type: object @@ -58065,7 +58065,7 @@ paths: - updated_at - project_url examples: - default: &859 + default: &861 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -58242,7 +58242,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &860 + items: &862 type: object properties: name: @@ -58279,7 +58279,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &861 + iteration_configuration: &863 type: object description: The configuration for iteration fields. properties: @@ -58329,7 +58329,7 @@ paths: value: name: Due date data_type: date - single_select_field: &862 + single_select_field: &864 summary: Create a single select field value: name: Priority @@ -58356,7 +58356,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &863 + iteration_field: &865 summary: Create an iteration field value: name: Sprint @@ -58382,7 +58382,7 @@ paths: application/json: schema: *427 examples: - text_field: &864 + text_field: &866 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -58391,7 +58391,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: &865 + number_field: &867 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -58400,7 +58400,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: &866 + date_field: &868 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -58409,7 +58409,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: &867 + single_select_field: &869 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -58443,7 +58443,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &868 + iteration_field: &870 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -58489,7 +58489,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - *423 - - &869 + - &871 name: field_id description: The unique identifier of the field. in: path @@ -58504,7 +58504,7 @@ paths: application/json: schema: *427 examples: - default: &870 + default: &872 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -59701,7 +59701,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &851 + schema: &853 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -59878,7 +59878,7 @@ paths: parameters: - *423 - *89 - - &871 + - &873 name: view_number description: The number that identifies the project view. in: path @@ -61724,7 +61724,7 @@ paths: - *89 - *17 - *19 - - &742 + - &744 name: targets description: | A comma-separated list of rule targets to filter by. @@ -61940,7 +61940,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *89 - - &744 + - &746 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 @@ -61952,14 +61952,14 @@ paths: x-multi-segment: true - *316 - *107 - - &745 + - &747 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 - - &746 + - &748 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -61979,7 +61979,7 @@ paths: description: Response content: application/json: - schema: &747 + schema: &749 title: Rule Suites description: Response type: array @@ -62034,7 +62034,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &748 + default: &750 value: - id: 21 actor_id: 12 @@ -62078,7 +62078,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *89 - - &749 + - &751 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -62094,7 +62094,7 @@ paths: description: Response content: application/json: - schema: &750 + schema: &752 title: Rule Suite description: Response type: object @@ -62193,7 +62193,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &751 + default: &753 value: id: 21 actor_id: 12 @@ -62529,7 +62529,7 @@ paths: - *112 - *19 - *17 - - &753 + - &755 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -62539,7 +62539,7 @@ paths: required: false schema: type: string - - &754 + - &756 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -62752,7 +62752,7 @@ paths: application/json: schema: type: array - items: &775 + items: &777 description: A repository security advisory. type: object properties: @@ -63075,7 +63075,7 @@ paths: - private_fork version: '2026-03-10' examples: - default: &776 + default: &778 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -65181,7 +65181,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &818 + response-if-user-is-a-team-maintainer: &820 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -65246,7 +65246,7 @@ paths: application/json: schema: *479 examples: - response-if-users-membership-with-team-is-now-pending: &819 + response-if-users-membership-with-team-is-now-pending: &821 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -65360,7 +65360,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &820 + schema: &822 title: Team Repository description: A team's access to a repository. type: object @@ -66207,7 +66207,7 @@ paths: type: array items: *319 examples: - response-if-child-teams-exist: &821 + response-if-child-teams-exist: &823 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -67687,7 +67687,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': &670 + '410': &672 description: Gone content: application/json: @@ -71307,7 +71307,7 @@ paths: items: type: object properties: - type: &637 + type: &639 type: string description: The type of reviewer. enum: @@ -71441,12 +71441,12 @@ paths: application/json: schema: type: array - items: &624 + items: &626 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &889 + properties: &891 url: type: string format: uri @@ -71531,7 +71531,7 @@ paths: nullable: true properties: *222 required: *223 - required: &890 + required: &892 - id - node_id - sha @@ -71547,7 +71547,7 @@ paths: - created_at - updated_at examples: - default: &625 + default: &627 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -71931,7 +71931,7 @@ paths: application/json: schema: *511 examples: - default: &650 + default: &652 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -72150,7 +72150,7 @@ paths: application/json: schema: *515 examples: - default: &651 + default: &653 value: name: USERNAME value: octocat @@ -73978,7 +73978,7 @@ paths: required: - sha - url - verification: &657 + verification: &659 title: Verification type: object properties: @@ -77491,7 +77491,7 @@ paths: check. type: array items: *232 - deployment: &882 + deployment: &884 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -78403,7 +78403,7 @@ paths: type: string format: date-time nullable: true - head_commit: &915 + head_commit: &917 title: Simple Commit description: A commit. type: object @@ -80799,7 +80799,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': &612 + '302': &614 description: Found '403': *560 '404': *6 @@ -82691,14 +82691,14 @@ paths: type: integer machines: type: array - items: &827 + items: &829 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *585 required: *586 examples: - default: &828 + default: &830 value: total_count: 2 machines: @@ -83381,7 +83381,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &669 + schema: &671 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -84085,7 +84085,7 @@ paths: - content - created_at examples: - default: &673 + default: &675 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -84222,7 +84222,7 @@ paths: - *480 - *481 - *243 - - &674 + - &676 name: reaction_id description: The unique identifier of the reaction. in: path @@ -84336,7 +84336,7 @@ paths: type: array items: *597 examples: - default: &727 + default: &729 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -84627,7 +84627,7 @@ paths: type: array items: *601 examples: - default: &719 + default: &721 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -85185,7 +85185,7 @@ paths: application/json: schema: *597 examples: - default: &704 + default: &706 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -85269,6 +85269,47 @@ paths: patch: |- @@ -29,7 +29,7 @@ ..... + application/vnd.github.diff: + schema: + type: string + examples: + default: &611 + 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: &612 + 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': *40 @@ -85803,7 +85844,7 @@ paths: application/json: schema: type: array - items: &780 + items: &782 title: Status description: The status of a commit. type: object @@ -86425,6 +86466,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: *611 + application/vnd.github.patch: + schema: + type: string + examples: + default: *612 '404': *6 '500': *40 '503': *198 @@ -86630,7 +86681,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &611 + response-if-content-is-a-file-github-object: &613 summary: Response if content is a file value: type: file @@ -86762,7 +86813,7 @@ paths: - size - type - url - - &732 + - &734 title: Content File description: Content File type: object @@ -86963,7 +87014,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *611 + response-if-content-is-a-file: *613 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -87032,7 +87083,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *612 + '302': *614 '304': *37 x-github: githubCloudOnly: false @@ -87179,7 +87230,7 @@ paths: description: Response content: application/json: - schema: &613 + schema: &615 title: File Commit description: File Commit type: object @@ -87331,7 +87382,7 @@ paths: description: Response content: application/json: - schema: *613 + schema: *615 examples: example-for-creating-a-file: value: @@ -87385,7 +87436,7 @@ paths: schema: oneOf: - *3 - - &652 + - &654 description: Repository rule violation was detected type: object properties: @@ -87406,7 +87457,7 @@ paths: items: type: object properties: - placeholder_id: &772 + placeholder_id: &774 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -87500,7 +87551,7 @@ paths: description: Response content: application/json: - schema: *613 + schema: *615 examples: default: value: @@ -87693,7 +87744,7 @@ paths: schema: type: string - *345 - - *614 + - *616 - *346 - *347 - *348 @@ -87708,7 +87759,7 @@ paths: application/json: schema: type: array - items: &618 + items: &620 type: object description: A Dependabot alert. properties: @@ -87755,7 +87806,7 @@ paths: - direct - transitive - inconclusive - security_advisory: *615 + security_advisory: *617 security_vulnerability: *134 url: *135 html_url: *136 @@ -87786,8 +87837,8 @@ paths: nullable: true maxLength: 280 fixed_at: *140 - auto_dismissed_at: *616 - dismissal_request: *617 + auto_dismissed_at: *618 + dismissal_request: *619 assignees: type: array description: The users assigned to this alert. @@ -88044,7 +88095,7 @@ paths: parameters: - *480 - *481 - - &619 + - &621 name: alert_number in: path description: |- @@ -88059,7 +88110,7 @@ paths: description: Response content: application/json: - schema: *618 + schema: *620 examples: default: value: @@ -88193,7 +88244,7 @@ paths: parameters: - *480 - *481 - - *619 + - *621 requestBody: required: true content: @@ -88249,7 +88300,7 @@ paths: description: Response content: application/json: - schema: *618 + schema: *620 examples: default: value: @@ -88398,7 +88449,7 @@ paths: type: integer secrets: type: array - items: &622 + items: &624 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -88458,9 +88509,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *622 examples: - default: *621 + default: *623 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88488,7 +88539,7 @@ paths: description: Response content: application/json: - schema: *622 + schema: *624 examples: default: value: @@ -89069,7 +89120,7 @@ paths: - version - url additionalProperties: false - metadata: &623 + metadata: &625 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -89102,7 +89153,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *623 + metadata: *625 resolved: type: object description: A collection of resolved package dependencies. @@ -89115,7 +89166,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *623 + metadata: *625 relationship: type: string description: A notation of whether a dependency is requested @@ -89285,9 +89336,9 @@ paths: application/json: schema: type: array - items: *624 + items: *626 examples: - default: *625 + default: *627 headers: Link: *47 x-github: @@ -89435,7 +89486,7 @@ paths: description: Response content: application/json: - schema: *624 + schema: *626 examples: simple-example: summary: Simple example @@ -89510,7 +89561,7 @@ paths: parameters: - *480 - *481 - - &626 + - &628 name: deployment_id description: deployment_id parameter in: path @@ -89522,7 +89573,7 @@ paths: description: Response content: application/json: - schema: *624 + schema: *626 examples: default: value: @@ -89589,7 +89640,7 @@ paths: parameters: - *480 - *481 - - *626 + - *628 responses: '204': description: Response @@ -89613,7 +89664,7 @@ paths: parameters: - *480 - *481 - - *626 + - *628 - *17 - *19 responses: @@ -89623,7 +89674,7 @@ paths: application/json: schema: type: array - items: &627 + items: &629 title: Deployment Status description: The status of a deployment. type: object @@ -89786,7 +89837,7 @@ paths: parameters: - *480 - *481 - - *626 + - *628 requestBody: required: true content: @@ -89861,9 +89912,9 @@ paths: description: Response content: application/json: - schema: *627 + schema: *629 examples: - default: &628 + default: &630 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -89921,7 +89972,7 @@ paths: parameters: - *480 - *481 - - *626 + - *628 - name: status_id in: path required: true @@ -89932,9 +89983,9 @@ paths: description: Response content: application/json: - schema: *627 + schema: *629 examples: - default: *628 + default: *630 '404': *6 x-github: githubCloudOnly: false @@ -89963,10 +90014,10 @@ paths: parameters: - *480 - *481 - - *629 - - *630 - *631 - *632 + - *633 + - *634 - *17 - *19 responses: @@ -89976,9 +90027,9 @@ paths: application/json: schema: type: array - items: *633 + items: *635 examples: - default: *634 + default: *636 '404': *6 '403': *29 '500': *40 @@ -90015,7 +90066,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *633 + schema: *635 examples: default: value: @@ -90133,10 +90184,10 @@ paths: parameters: - *480 - *481 - - *629 - - *630 - *631 - *632 + - *633 + - *634 - *17 - *19 responses: @@ -90146,9 +90197,9 @@ paths: application/json: schema: type: array - items: *635 + items: *637 examples: - default: *636 + default: *638 '404': *6 '403': *29 '500': *40 @@ -90185,7 +90236,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *635 + schema: *637 examples: default: value: @@ -90275,7 +90326,7 @@ paths: description: The created dismissal request. content: application/json: - schema: *635 + schema: *637 examples: default: value: @@ -90691,7 +90742,7 @@ paths: type: integer environments: type: array - items: &638 + items: &640 title: Environment description: Details of a deployment environment type: object @@ -90743,7 +90794,7 @@ paths: type: type: string example: wait_timer - wait_timer: &640 + wait_timer: &642 type: integer example: 30 description: The amount of time to delay a job after @@ -90780,7 +90831,7 @@ paths: items: type: object properties: - type: *637 + type: *639 reviewer: anyOf: - *4 @@ -90804,7 +90855,7 @@ paths: - id - node_id - type - deployment_branch_policy: &641 + deployment_branch_policy: &643 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -90922,7 +90973,7 @@ paths: parameters: - *480 - *481 - - &639 + - &641 name: environment_name in: path required: true @@ -90935,9 +90986,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *640 examples: - default: &642 + default: &644 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -91023,7 +91074,7 @@ paths: parameters: - *480 - *481 - - *639 + - *641 requestBody: required: false content: @@ -91032,7 +91083,7 @@ paths: type: object nullable: true properties: - wait_timer: *640 + wait_timer: *642 prevent_self_review: type: boolean example: false @@ -91049,13 +91100,13 @@ paths: items: type: object properties: - type: *637 + type: *639 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *641 + deployment_branch_policy: *643 additionalProperties: false examples: default: @@ -91075,9 +91126,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *640 examples: - default: *642 + default: *644 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -91103,7 +91154,7 @@ paths: parameters: - *480 - *481 - - *639 + - *641 responses: '204': description: Default response @@ -91130,7 +91181,7 @@ paths: parameters: - *480 - *481 - - *639 + - *641 - *17 - *19 responses: @@ -91148,7 +91199,7 @@ paths: example: 2 branch_policies: type: array - items: &643 + items: &645 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -91207,7 +91258,7 @@ paths: parameters: - *480 - *481 - - *639 + - *641 requestBody: required: true content: @@ -91253,9 +91304,9 @@ paths: description: Response content: application/json: - schema: *643 + schema: *645 examples: - example-wildcard: &644 + example-wildcard: &646 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -91299,8 +91350,8 @@ paths: parameters: - *480 - *481 - - *639 - - &645 + - *641 + - &647 name: branch_policy_id in: path required: true @@ -91312,9 +91363,9 @@ paths: description: Response content: application/json: - schema: *643 + schema: *645 examples: - default: *644 + default: *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91335,8 +91386,8 @@ paths: parameters: - *480 - *481 - - *639 - - *645 + - *641 + - *647 requestBody: required: true content: @@ -91364,9 +91415,9 @@ paths: description: Response content: application/json: - schema: *643 + schema: *645 examples: - default: *644 + default: *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91387,8 +91438,8 @@ paths: parameters: - *480 - *481 - - *639 - - *645 + - *641 + - *647 responses: '204': description: Response @@ -91413,7 +91464,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *639 + - *641 - *481 - *480 responses: @@ -91431,7 +91482,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &646 + items: &648 title: Deployment protection rule description: Deployment protection rule type: object @@ -91450,7 +91501,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &647 + app: &649 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -91549,7 +91600,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *639 + - *641 - *481 - *480 requestBody: @@ -91572,9 +91623,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *646 + schema: *648 examples: - default: &648 + default: &650 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -91609,7 +91660,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *639 + - *641 - *481 - *480 - *19 @@ -91630,7 +91681,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *647 + items: *649 examples: default: value: @@ -91667,8 +91718,8 @@ paths: parameters: - *480 - *481 - - *639 - - &649 + - *641 + - &651 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -91680,9 +91731,9 @@ paths: description: Response content: application/json: - schema: *646 + schema: *648 examples: - default: *648 + default: *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91703,10 +91754,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *639 + - *641 - *481 - *480 - - *649 + - *651 responses: '204': description: Response @@ -91734,7 +91785,7 @@ paths: parameters: - *480 - *481 - - *639 + - *641 - *17 - *19 responses: @@ -91781,7 +91832,7 @@ paths: parameters: - *480 - *481 - - *639 + - *641 responses: '200': description: Response @@ -91813,7 +91864,7 @@ paths: parameters: - *480 - *481 - - *639 + - *641 - *300 responses: '200': @@ -91822,7 +91873,7 @@ paths: application/json: schema: *511 examples: - default: *650 + default: *652 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91846,7 +91897,7 @@ paths: parameters: - *480 - *481 - - *639 + - *641 - *300 requestBody: required: true @@ -91906,7 +91957,7 @@ paths: parameters: - *480 - *481 - - *639 + - *641 - *300 responses: '204': @@ -91934,7 +91985,7 @@ paths: parameters: - *480 - *481 - - *639 + - *641 - *498 - *19 responses: @@ -91979,7 +92030,7 @@ paths: parameters: - *480 - *481 - - *639 + - *641 requestBody: required: true content: @@ -92033,7 +92084,7 @@ paths: parameters: - *480 - *481 - - *639 + - *641 - *303 responses: '200': @@ -92042,7 +92093,7 @@ paths: application/json: schema: *515 examples: - default: *651 + default: *653 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92066,7 +92117,7 @@ paths: - *480 - *481 - *303 - - *639 + - *641 requestBody: required: true content: @@ -92111,7 +92162,7 @@ paths: - *480 - *481 - *303 - - *639 + - *641 responses: '204': description: Response @@ -92479,7 +92530,7 @@ paths: schema: oneOf: - *265 - - *652 + - *654 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92714,7 +92765,7 @@ paths: description: Response content: application/json: - schema: &653 + schema: &655 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -92936,7 +92987,7 @@ paths: description: Response content: application/json: - schema: *653 + schema: *655 examples: default: value: @@ -92994,7 +93045,7 @@ paths: parameters: - *480 - *481 - - &654 + - &656 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. @@ -93011,7 +93062,7 @@ paths: application/json: schema: type: array - items: &655 + items: &657 title: Git Reference description: Git references within a repository type: object @@ -93088,15 +93139,15 @@ paths: parameters: - *480 - *481 - - *654 + - *656 responses: '200': description: Response content: application/json: - schema: *655 + schema: *657 examples: - default: &656 + default: &658 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -93155,9 +93206,9 @@ paths: description: Response content: application/json: - schema: *655 + schema: *657 examples: - default: *656 + default: *658 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -93185,7 +93236,7 @@ paths: parameters: - *480 - *481 - - *654 + - *656 requestBody: required: true content: @@ -93214,9 +93265,9 @@ paths: description: Response content: application/json: - schema: *655 + schema: *657 examples: - default: *656 + default: *658 '422': *15 '409': *121 x-github: @@ -93236,7 +93287,7 @@ paths: parameters: - *480 - *481 - - *654 + - *656 responses: '204': description: Response @@ -93359,7 +93410,7 @@ paths: description: Response content: application/json: - schema: &658 + schema: &660 title: Git Tag description: Metadata for a Git tag type: object @@ -93410,7 +93461,7 @@ paths: - sha - type - url - verification: *657 + verification: *659 required: - sha - url @@ -93420,7 +93471,7 @@ paths: - tag - message examples: - default: &659 + default: &661 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -93505,9 +93556,9 @@ paths: description: Response content: application/json: - schema: *658 + schema: *660 examples: - default: *659 + default: *661 '404': *6 '409': *121 x-github: @@ -93605,7 +93656,7 @@ paths: description: Response content: application/json: - schema: &660 + schema: &662 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -93725,7 +93776,7 @@ paths: description: Response content: application/json: - schema: *660 + schema: *662 examples: default-response: summary: Default response @@ -93795,7 +93846,7 @@ paths: application/json: schema: type: array - items: &661 + items: &663 title: Webhook description: Webhooks for repositories. type: object @@ -93849,7 +93900,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &924 + last_response: &926 title: Hook Response type: object properties: @@ -93976,9 +94027,9 @@ paths: description: Response content: application/json: - schema: *661 + schema: *663 examples: - default: &662 + default: &664 value: type: Repository id: 12345678 @@ -94034,9 +94085,9 @@ paths: description: Response content: application/json: - schema: *661 + schema: *663 examples: - default: *662 + default: *664 '404': *6 x-github: githubCloudOnly: false @@ -94103,9 +94154,9 @@ paths: description: Response content: application/json: - schema: *661 + schema: *663 examples: - default: *662 + default: *664 '422': *15 '404': *6 x-github: @@ -94501,7 +94552,7 @@ paths: description: Response content: application/json: - schema: &663 + schema: &665 title: Import description: A repository import from an external source. type: object @@ -94600,7 +94651,7 @@ paths: - html_url - authors_url examples: - default: &666 + default: &668 value: vcs: subversion use_lfs: true @@ -94616,7 +94667,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': &664 + '503': &666 description: Unavailable due to service under maintenance. content: application/json: @@ -94694,7 +94745,7 @@ paths: description: Response content: application/json: - schema: *663 + schema: *665 examples: default: value: @@ -94719,7 +94770,7 @@ paths: type: string '422': *15 '404': *6 - '503': *664 + '503': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94797,7 +94848,7 @@ paths: description: Response content: application/json: - schema: *663 + schema: *665 examples: example-1: summary: Example 1 @@ -94845,7 +94896,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': *664 + '503': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94873,7 +94924,7 @@ paths: responses: '204': description: Response - '503': *664 + '503': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94901,7 +94952,7 @@ paths: parameters: - *480 - *481 - - &849 + - &851 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -94915,7 +94966,7 @@ paths: application/json: schema: type: array - items: &665 + items: &667 title: Porter Author description: Porter Author type: object @@ -94969,7 +95020,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': *664 + '503': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95025,7 +95076,7 @@ paths: description: Response content: application/json: - schema: *665 + schema: *667 examples: default: value: @@ -95038,7 +95089,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *664 + '503': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95104,7 +95155,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *664 + '503': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95160,11 +95211,11 @@ paths: description: Response content: application/json: - schema: *663 + schema: *665 examples: - default: *666 + default: *668 '422': *15 - '503': *664 + '503': *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95231,7 +95282,7 @@ paths: properties: {} additionalProperties: false examples: - default: &668 + default: &670 value: limit: collaborators_only origin: repository @@ -95262,7 +95313,7 @@ paths: required: true content: application/json: - schema: *667 + schema: *669 examples: default: summary: Example request body @@ -95276,7 +95327,7 @@ paths: application/json: schema: *381 examples: - default: *668 + default: *670 '409': description: Response x-github: @@ -95333,9 +95384,9 @@ paths: application/json: schema: type: array - items: *669 + items: *671 examples: - default: &842 + default: &844 value: - id: 1 repository: @@ -95497,7 +95548,7 @@ paths: description: Response content: application/json: - schema: *669 + schema: *671 examples: default: value: @@ -95735,7 +95786,7 @@ paths: type: array items: *227 examples: - default: &682 + default: &684 value: - id: 1 node_id: MDU6SXNzdWUx @@ -95998,7 +96049,7 @@ paths: application/json: schema: *227 examples: - default: &679 + default: &681 value: id: 1 node_id: MDU6SXNzdWUx @@ -96155,7 +96206,7 @@ paths: '422': *15 '503': *198 '404': *6 - '410': *670 + '410': *672 x-github: triggersNotification: true githubCloudOnly: false @@ -96215,9 +96266,9 @@ paths: application/json: schema: type: array - items: *671 + items: *673 examples: - default: &681 + default: &683 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -96283,9 +96334,9 @@ paths: description: Response content: application/json: - schema: *671 + schema: *673 examples: - default: &672 + default: &674 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -96364,9 +96415,9 @@ paths: description: Response content: application/json: - schema: *671 + schema: *673 examples: - default: *672 + default: *674 '422': *15 x-github: githubCloudOnly: false @@ -96422,7 +96473,7 @@ paths: description: Response content: application/json: - schema: *671 + schema: *673 examples: default: value: @@ -96478,7 +96529,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *670 + '410': *672 '422': *15 x-github: githubCloudOnly: false @@ -96504,7 +96555,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *670 + '410': *672 '503': *198 x-github: githubCloudOnly: false @@ -96552,7 +96603,7 @@ paths: type: array items: *595 examples: - default: *673 + default: *675 headers: Link: *47 '404': *6 @@ -96641,7 +96692,7 @@ paths: - *480 - *481 - *243 - - *674 + - *676 responses: '204': description: Response @@ -96672,7 +96723,7 @@ paths: application/json: schema: type: array - items: &678 + items: &680 title: Issue Event description: Issue Event type: object @@ -96715,9 +96766,9 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *675 - required: *676 - x-github-breaking-changes: *677 + properties: *677 + required: *678 + x-github-breaking-changes: *679 nullable: true label: title: Issue Event Label @@ -97037,7 +97088,7 @@ paths: description: Response content: application/json: - schema: *678 + schema: *680 examples: default: value: @@ -97230,7 +97281,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *670 + '410': *672 '403': *29 x-github: githubCloudOnly: false @@ -97266,7 +97317,7 @@ paths: parameters: - *480 - *481 - - &680 + - &682 name: issue_number description: The number that identifies the issue. in: path @@ -97282,7 +97333,7 @@ paths: examples: default: summary: Issue - value: *679 + value: *681 pinned_comment: summary: Issue with pinned comment value: @@ -97483,7 +97534,7 @@ paths: state_reason: completed '301': *486 '404': *6 - '410': *670 + '410': *672 '304': *37 x-github: githubCloudOnly: false @@ -97510,7 +97561,7 @@ paths: parameters: - *480 - *481 - - *680 + - *682 requestBody: required: false content: @@ -97636,13 +97687,13 @@ paths: application/json: schema: *227 examples: - default: *679 + default: *681 '422': *15 '503': *198 '403': *29 '301': *486 '404': *6 - '410': *670 + '410': *672 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97672,7 +97723,7 @@ paths: parameters: - *480 - *481 - - *680 + - *682 requestBody: required: false content: @@ -97700,7 +97751,7 @@ paths: application/json: schema: *227 examples: - default: *679 + default: *681 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97718,7 +97769,7 @@ paths: parameters: - *480 - *481 - - *680 + - *682 requestBody: content: application/json: @@ -97745,7 +97796,7 @@ paths: application/json: schema: *227 examples: - default: *679 + default: *681 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97769,7 +97820,7 @@ paths: parameters: - *480 - *481 - - *680 + - *682 - name: assignee in: path required: true @@ -97811,7 +97862,7 @@ paths: parameters: - *480 - *481 - - *680 + - *682 - *234 - *17 - *19 @@ -97822,13 +97873,13 @@ paths: application/json: schema: type: array - items: *671 + items: *673 examples: - default: *681 + default: *683 headers: Link: *47 '404': *6 - '410': *670 + '410': *672 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97859,7 +97910,7 @@ paths: parameters: - *480 - *481 - - *680 + - *682 requestBody: required: true content: @@ -97881,16 +97932,16 @@ paths: description: Response content: application/json: - schema: *671 + schema: *673 examples: - default: *672 + default: *674 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *670 + '410': *672 '422': *15 '404': *6 x-github: @@ -97920,7 +97971,7 @@ paths: parameters: - *480 - *481 - - *680 + - *682 - *17 - *19 responses: @@ -97932,12 +97983,12 @@ paths: type: array items: *227 examples: - default: *682 + default: *684 headers: Link: *47 '301': *486 '404': *6 - '410': *670 + '410': *672 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97967,7 +98018,7 @@ paths: parameters: - *480 - *481 - - *680 + - *682 requestBody: required: true content: @@ -97991,7 +98042,7 @@ paths: application/json: schema: *227 examples: - default: *679 + default: *681 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -97999,7 +98050,7 @@ paths: type: string '301': *486 '403': *29 - '410': *670 + '410': *672 '422': *15 '404': *6 x-github: @@ -98032,7 +98083,7 @@ paths: parameters: - *480 - *481 - - *680 + - *682 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -98046,13 +98097,13 @@ paths: application/json: schema: *227 examples: - default: *679 + default: *681 '301': *486 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *670 + '410': *672 x-github: triggersNotification: true githubCloudOnly: false @@ -98080,7 +98131,7 @@ paths: parameters: - *480 - *481 - - *680 + - *682 - *17 - *19 responses: @@ -98092,12 +98143,12 @@ paths: type: array items: *227 examples: - default: *682 + default: *684 headers: Link: *47 '301': *486 '404': *6 - '410': *670 + '410': *672 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98116,7 +98167,7 @@ paths: parameters: - *480 - *481 - - *680 + - *682 - *17 - *19 responses: @@ -98130,7 +98181,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &685 + - &687 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -98184,7 +98235,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &686 + - &688 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -98320,7 +98371,7 @@ paths: - performed_via_github_app - assignee - assigner - - &687 + - &689 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -98371,7 +98422,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &688 + - &690 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -98422,7 +98473,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &689 + - &691 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -98476,7 +98527,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &690 + - &692 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -98523,7 +98574,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &691 + - &693 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -98570,7 +98621,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &692 + - &694 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -98630,7 +98681,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &693 + - &695 title: Locked Issue Event description: Locked Issue Event type: object @@ -98678,7 +98729,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &694 + - &696 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -98744,7 +98795,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &695 + - &697 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -98810,7 +98861,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &696 + - &698 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -98876,7 +98927,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &697 + - &699 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -98967,7 +99018,7 @@ paths: color: red headers: Link: *47 - '410': *670 + '410': *672 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98986,7 +99037,7 @@ paths: parameters: - *480 - *481 - - *680 + - *682 - *17 - *19 responses: @@ -98996,9 +99047,9 @@ paths: application/json: schema: type: array - items: *683 + items: *685 examples: - default: &786 + default: &788 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -99024,7 +99075,7 @@ paths: Link: *47 '301': *486 '404': *6 - '410': *670 + '410': *672 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99043,7 +99094,7 @@ paths: parameters: - *480 - *481 - - *680 + - *682 - *17 - *19 responses: @@ -99055,7 +99106,7 @@ paths: type: array items: *226 examples: - default: &684 + default: &686 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -99075,7 +99126,7 @@ paths: Link: *47 '301': *486 '404': *6 - '410': *670 + '410': *672 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99093,7 +99144,7 @@ paths: parameters: - *480 - *481 - - *680 + - *682 requestBody: required: false content: @@ -99138,10 +99189,10 @@ paths: type: array items: *226 examples: - default: *684 + default: *686 '301': *486 '404': *6 - '410': *670 + '410': *672 '422': *15 x-github: githubCloudOnly: false @@ -99160,7 +99211,7 @@ paths: parameters: - *480 - *481 - - *680 + - *682 requestBody: required: false content: @@ -99222,10 +99273,10 @@ paths: type: array items: *226 examples: - default: *684 + default: *686 '301': *486 '404': *6 - '410': *670 + '410': *672 '422': *15 x-github: githubCloudOnly: false @@ -99244,13 +99295,13 @@ paths: parameters: - *480 - *481 - - *680 + - *682 responses: '204': description: Response '301': *486 '404': *6 - '410': *670 + '410': *672 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99271,7 +99322,7 @@ paths: parameters: - *480 - *481 - - *680 + - *682 - name: name in: path required: true @@ -99297,7 +99348,7 @@ paths: default: true '301': *486 '404': *6 - '410': *670 + '410': *672 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99319,7 +99370,7 @@ paths: parameters: - *480 - *481 - - *680 + - *682 requestBody: required: false content: @@ -99347,7 +99398,7 @@ paths: '204': description: Response '403': *29 - '410': *670 + '410': *672 '404': *6 '422': *15 x-github: @@ -99367,7 +99418,7 @@ paths: parameters: - *480 - *481 - - *680 + - *682 responses: '204': description: Response @@ -99399,7 +99450,7 @@ paths: parameters: - *480 - *481 - - *680 + - *682 responses: '200': description: Response @@ -99407,10 +99458,10 @@ paths: application/json: schema: *227 examples: - default: *679 + default: *681 '301': *486 '404': *6 - '410': *670 + '410': *672 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99429,7 +99480,7 @@ paths: parameters: - *480 - *481 - - *680 + - *682 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -99457,11 +99508,11 @@ paths: type: array items: *595 examples: - default: *673 + default: *675 headers: Link: *47 '404': *6 - '410': *670 + '410': *672 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99481,7 +99532,7 @@ paths: parameters: - *480 - *481 - - *680 + - *682 requestBody: required: true content: @@ -99546,8 +99597,8 @@ paths: parameters: - *480 - *481 - - *680 - - *674 + - *682 + - *676 responses: '204': description: Response @@ -99578,7 +99629,7 @@ paths: parameters: - *480 - *481 - - *680 + - *682 requestBody: required: true content: @@ -99602,7 +99653,7 @@ paths: application/json: schema: *227 examples: - default: *679 + default: *681 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -99637,7 +99688,7 @@ paths: parameters: - *480 - *481 - - *680 + - *682 - *17 - *19 responses: @@ -99649,11 +99700,11 @@ paths: type: array items: *227 examples: - default: *682 + default: *684 headers: Link: *47 '404': *6 - '410': *670 + '410': *672 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99683,7 +99734,7 @@ paths: parameters: - *480 - *481 - - *680 + - *682 requestBody: required: true content: @@ -99712,14 +99763,14 @@ paths: application/json: schema: *227 examples: - default: *679 + default: *681 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *670 + '410': *672 '422': *15 '404': *6 x-github: @@ -99741,7 +99792,7 @@ paths: parameters: - *480 - *481 - - *680 + - *682 requestBody: required: true content: @@ -99774,7 +99825,7 @@ paths: application/json: schema: *227 examples: - default: *679 + default: *681 '403': *29 '404': *6 '422': *7 @@ -99798,7 +99849,7 @@ paths: parameters: - *480 - *481 - - *680 + - *682 - *17 - *19 responses: @@ -99813,8 +99864,6 @@ paths: description: Timeline Event type: object anyOf: - - *685 - - *686 - *687 - *688 - *689 @@ -99826,6 +99875,8 @@ paths: - *695 - *696 - *697 + - *698 + - *699 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -99886,8 +99937,8 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *698 - required: *699 + properties: *700 + required: *701 nullable: true required: - event @@ -100142,7 +100193,7 @@ paths: type: string comments: type: array - items: &721 + items: &723 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -100646,7 +100697,7 @@ paths: headers: Link: *47 '404': *6 - '410': *670 + '410': *672 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100674,7 +100725,7 @@ paths: application/json: schema: type: array - items: &700 + items: &702 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -100777,9 +100828,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *702 examples: - default: &701 + default: &703 value: id: 1 key: ssh-rsa AAA... @@ -100815,7 +100866,7 @@ paths: parameters: - *480 - *481 - - &702 + - &704 name: key_id description: The unique identifier of the key. in: path @@ -100827,9 +100878,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *702 examples: - default: *701 + default: *703 '404': *6 x-github: githubCloudOnly: false @@ -100849,7 +100900,7 @@ paths: parameters: - *480 - *481 - - *702 + - *704 responses: '204': description: Response @@ -100882,7 +100933,7 @@ paths: type: array items: *226 examples: - default: *684 + default: *686 headers: Link: *47 '404': *6 @@ -100942,7 +100993,7 @@ paths: application/json: schema: *226 examples: - default: &703 + default: &705 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -100988,7 +101039,7 @@ paths: application/json: schema: *226 examples: - default: *703 + default: *705 '404': *6 x-github: githubCloudOnly: false @@ -101441,7 +101492,7 @@ paths: application/json: schema: *597 examples: - default: *704 + default: *706 '204': description: Response when already merged '404': @@ -101508,7 +101559,7 @@ paths: application/json: schema: type: array - items: &705 + items: &707 title: Milestone description: A collection of related issues and pull requests. type: object @@ -101610,9 +101661,9 @@ paths: description: Response content: application/json: - schema: *705 + schema: *707 examples: - default: &706 + default: &708 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -101673,7 +101724,7 @@ paths: parameters: - *480 - *481 - - &707 + - &709 name: milestone_number description: The number that identifies the milestone. in: path @@ -101685,9 +101736,9 @@ paths: description: Response content: application/json: - schema: *705 + schema: *707 examples: - default: *706 + default: *708 '404': *6 x-github: githubCloudOnly: false @@ -101706,7 +101757,7 @@ paths: parameters: - *480 - *481 - - *707 + - *709 requestBody: required: false content: @@ -101744,9 +101795,9 @@ paths: description: Response content: application/json: - schema: *705 + schema: *707 examples: - default: *706 + default: *708 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101764,7 +101815,7 @@ paths: parameters: - *480 - *481 - - *707 + - *709 responses: '204': description: Response @@ -101787,7 +101838,7 @@ paths: parameters: - *480 - *481 - - *707 + - *709 - *17 - *19 responses: @@ -101799,7 +101850,7 @@ paths: type: array items: *226 examples: - default: *684 + default: *686 headers: Link: *47 x-github: @@ -101820,10 +101871,10 @@ paths: parameters: - *480 - *481 - - *708 - - *709 - - *234 - *710 + - *711 + - *234 + - *712 - *17 - *19 responses: @@ -101835,7 +101886,7 @@ paths: type: array items: *254 examples: - default: *711 + default: *713 headers: Link: *47 x-github: @@ -101925,7 +101976,7 @@ paths: description: Response content: application/json: - schema: &712 + schema: &714 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -102050,7 +102101,7 @@ paths: - custom_404 - public examples: - default: &713 + default: &715 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -102146,9 +102197,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *714 examples: - default: *713 + default: *715 '422': *15 '409': *121 x-github: @@ -102317,7 +102368,7 @@ paths: application/json: schema: type: array - items: &714 + items: &716 title: Page Build description: Page Build type: object @@ -102464,9 +102515,9 @@ paths: description: Response content: application/json: - schema: *714 + schema: *716 examples: - default: &715 + default: &717 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -102526,9 +102577,9 @@ paths: description: Response content: application/json: - schema: *714 + schema: *716 examples: - default: *715 + default: *717 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102656,7 +102707,7 @@ paths: parameters: - *480 - *481 - - &716 + - &718 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -102716,7 +102767,7 @@ paths: parameters: - *480 - *481 - - *716 + - *718 responses: '204': *157 '404': *6 @@ -103096,7 +103147,7 @@ paths: type: array items: *158 examples: - default: *717 + default: *719 '403': *29 '404': *6 x-github: @@ -103135,7 +103186,7 @@ paths: required: - properties examples: - default: *718 + default: *720 responses: '204': description: No Content when custom property values are successfully created @@ -103236,7 +103287,7 @@ paths: type: array items: *601 examples: - default: *719 + default: *721 headers: Link: *47 '304': *37 @@ -103334,7 +103385,7 @@ paths: description: Response content: application/json: - schema: &723 + schema: &725 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -103545,7 +103596,7 @@ paths: - review_comment - self author_association: *224 - auto_merge: *720 + auto_merge: *722 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -103731,7 +103782,7 @@ paths: - review_comments version: '2026-03-10' examples: - default: &724 + default: &726 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -104288,9 +104339,9 @@ paths: application/json: schema: type: array - items: *721 + items: *723 examples: - default: &726 + default: &728 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -104375,9 +104426,9 @@ paths: description: Response content: application/json: - schema: *721 + schema: *723 examples: - default: &722 + default: &724 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -104476,9 +104527,9 @@ paths: description: Response content: application/json: - schema: *721 + schema: *723 examples: - default: *722 + default: *724 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104547,7 +104598,7 @@ paths: type: array items: *595 examples: - default: *673 + default: *675 headers: Link: *47 '404': *6 @@ -104636,7 +104687,7 @@ paths: - *480 - *481 - *243 - - *674 + - *676 responses: '204': description: Response @@ -104681,7 +104732,7 @@ paths: parameters: - *480 - *481 - - &725 + - &727 name: pull_number description: The number that identifies the pull request. in: path @@ -104694,9 +104745,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *723 + schema: *725 examples: - default: *724 + default: *726 '304': *37 '404': *6 '406': @@ -104733,7 +104784,7 @@ paths: parameters: - *480 - *481 - - *725 + - *727 requestBody: required: false content: @@ -104775,9 +104826,9 @@ paths: description: Response content: application/json: - schema: *723 + schema: *725 examples: - default: *724 + default: *726 '422': *15 '403': *29 x-github: @@ -104801,7 +104852,7 @@ paths: parameters: - *480 - *481 - - *725 + - *727 requestBody: required: true content: @@ -104903,7 +104954,7 @@ paths: parameters: - *480 - *481 - - *725 + - *727 - *251 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -104924,9 +104975,9 @@ paths: application/json: schema: type: array - items: *721 + items: *723 examples: - default: *726 + default: *728 headers: Link: *47 x-github: @@ -104961,7 +105012,7 @@ paths: parameters: - *480 - *481 - - *725 + - *727 requestBody: required: true content: @@ -105066,7 +105117,7 @@ paths: description: Response content: application/json: - schema: *721 + schema: *723 examples: example-for-a-multi-line-comment: value: @@ -105156,7 +105207,7 @@ paths: parameters: - *480 - *481 - - *725 + - *727 - *243 requestBody: required: true @@ -105179,7 +105230,7 @@ paths: description: Response content: application/json: - schema: *721 + schema: *723 examples: default: value: @@ -105267,7 +105318,7 @@ paths: parameters: - *480 - *481 - - *725 + - *727 - *17 - *19 responses: @@ -105279,7 +105330,7 @@ paths: type: array items: *597 examples: - default: *727 + default: *729 headers: Link: *47 x-github: @@ -105311,7 +105362,7 @@ paths: parameters: - *480 - *481 - - *725 + - *727 - *17 - *19 responses: @@ -105361,7 +105412,7 @@ paths: parameters: - *480 - *481 - - *725 + - *727 responses: '204': description: Response if pull request has been merged @@ -105386,7 +105437,7 @@ paths: parameters: - *480 - *481 - - *725 + - *727 requestBody: required: false content: @@ -105499,7 +105550,7 @@ paths: parameters: - *480 - *481 - - *725 + - *727 responses: '200': description: Response @@ -105576,7 +105627,7 @@ paths: parameters: - *480 - *481 - - *725 + - *727 requestBody: required: false content: @@ -106151,7 +106202,7 @@ paths: parameters: - *480 - *481 - - *725 + - *727 requestBody: required: true content: @@ -106692,7 +106743,7 @@ paths: parameters: - *480 - *481 - - *725 + - *727 - *17 - *19 responses: @@ -106702,7 +106753,7 @@ paths: application/json: schema: type: array - items: &728 + items: &730 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -106855,7 +106906,7 @@ paths: parameters: - *480 - *481 - - *725 + - *727 requestBody: required: false content: @@ -106941,9 +106992,9 @@ paths: description: Response content: application/json: - schema: *728 + schema: *730 examples: - default: &730 + default: &732 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -107008,8 +107059,8 @@ paths: parameters: - *480 - *481 - - *725 - - &729 + - *727 + - &731 name: review_id description: The unique identifier of the review. in: path @@ -107021,9 +107072,9 @@ paths: description: Response content: application/json: - schema: *728 + schema: *730 examples: - default: &731 + default: &733 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -107084,8 +107135,8 @@ paths: parameters: - *480 - *481 - - *725 - - *729 + - *727 + - *731 requestBody: required: true content: @@ -107108,7 +107159,7 @@ paths: description: Response content: application/json: - schema: *728 + schema: *730 examples: default: value: @@ -107172,16 +107223,16 @@ paths: parameters: - *480 - *481 - - *725 - - *729 + - *727 + - *731 responses: '200': description: Response content: application/json: - schema: *728 + schema: *730 examples: - default: *730 + default: *732 '422': *7 '404': *6 x-github: @@ -107210,8 +107261,8 @@ paths: parameters: - *480 - *481 - - *725 - - *729 + - *727 + - *731 - *17 - *19 responses: @@ -107448,8 +107499,8 @@ paths: parameters: - *480 - *481 - - *725 - - *729 + - *727 + - *731 requestBody: required: true content: @@ -107477,7 +107528,7 @@ paths: description: Response content: application/json: - schema: *728 + schema: *730 examples: default: value: @@ -107542,8 +107593,8 @@ paths: parameters: - *480 - *481 - - *725 - - *729 + - *727 + - *731 requestBody: required: true content: @@ -107578,9 +107629,9 @@ paths: description: Response content: application/json: - schema: *728 + schema: *730 examples: - default: *731 + default: *733 '404': *6 '422': *7 '403': *29 @@ -107604,7 +107655,7 @@ paths: parameters: - *480 - *481 - - *725 + - *727 requestBody: required: false content: @@ -107681,9 +107732,9 @@ paths: description: Response content: application/json: - schema: *732 + schema: *734 examples: - default: &733 + default: &735 value: type: file encoding: base64 @@ -107746,9 +107797,9 @@ paths: description: Response content: application/json: - schema: *732 + schema: *734 examples: - default: *733 + default: *735 '404': *6 '422': *15 x-github: @@ -107781,7 +107832,7 @@ paths: application/json: schema: type: array - items: *734 + items: *736 examples: default: value: @@ -107952,9 +108003,9 @@ paths: description: Response content: application/json: - schema: *734 + schema: *736 examples: - default: &738 + default: &740 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -108061,7 +108112,7 @@ paths: parameters: - *480 - *481 - - &736 + - &738 name: asset_id description: The unique identifier of the asset. in: path @@ -108073,9 +108124,9 @@ paths: description: Response content: application/json: - schema: *735 + schema: *737 examples: - default: &737 + default: &739 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 @@ -108110,7 +108161,7 @@ paths: type: User site_admin: false '404': *6 - '302': *612 + '302': *614 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108128,7 +108179,7 @@ paths: parameters: - *480 - *481 - - *736 + - *738 requestBody: required: false content: @@ -108156,9 +108207,9 @@ paths: description: Response content: application/json: - schema: *735 + schema: *737 examples: - default: *737 + default: *739 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108176,7 +108227,7 @@ paths: parameters: - *480 - *481 - - *736 + - *738 responses: '204': description: Response @@ -108294,9 +108345,9 @@ paths: description: Response content: application/json: - schema: *734 + schema: *736 examples: - default: *738 + default: *740 '404': *6 x-github: githubCloudOnly: false @@ -108328,9 +108379,9 @@ paths: description: Response content: application/json: - schema: *734 + schema: *736 examples: - default: *738 + default: *740 '404': *6 x-github: githubCloudOnly: false @@ -108354,7 +108405,7 @@ paths: parameters: - *480 - *481 - - &739 + - &741 name: release_id description: The unique identifier of the release. in: path @@ -108368,9 +108419,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *734 + schema: *736 examples: - default: *738 + default: *740 '401': description: Unauthorized x-github: @@ -108390,7 +108441,7 @@ paths: parameters: - *480 - *481 - - *739 + - *741 requestBody: required: false content: @@ -108454,9 +108505,9 @@ paths: description: Response content: application/json: - schema: *734 + schema: *736 examples: - default: *738 + default: *740 '404': description: Not Found if the discussion category name is invalid content: @@ -108479,7 +108530,7 @@ paths: parameters: - *480 - *481 - - *739 + - *741 responses: '204': description: Response @@ -108502,7 +108553,7 @@ paths: parameters: - *480 - *481 - - *739 + - *741 - *17 - *19 responses: @@ -108512,7 +108563,7 @@ paths: application/json: schema: type: array - items: *735 + items: *737 examples: default: value: @@ -108596,7 +108647,7 @@ paths: parameters: - *480 - *481 - - *739 + - *741 - name: name in: query required: true @@ -108622,7 +108673,7 @@ paths: description: Response for successful upload content: application/json: - schema: *735 + schema: *737 examples: response-for-successful-upload: value: @@ -108679,7 +108730,7 @@ paths: parameters: - *480 - *481 - - *739 + - *741 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -108705,7 +108756,7 @@ paths: type: array items: *595 examples: - default: *673 + default: *675 headers: Link: *47 '404': *6 @@ -108728,7 +108779,7 @@ paths: parameters: - *480 - *481 - - *739 + - *741 requestBody: required: true content: @@ -108791,8 +108842,8 @@ paths: parameters: - *480 - *481 - - *739 - - *674 + - *741 + - *676 responses: '204': description: Response @@ -108835,7 +108886,7 @@ paths: oneOf: - allOf: - *172 - - &740 + - &742 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -108856,67 +108907,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *173 - - *740 + - *742 - allOf: - *174 - - *740 + - *742 - allOf: - *175 - - *740 + - *742 - allOf: - - *741 - - *740 + - *743 + - *742 - allOf: - *176 - - *740 + - *742 - allOf: - *177 - - *740 + - *742 - allOf: - *178 - - *740 + - *742 - allOf: - *179 - - *740 + - *742 - allOf: - *180 - - *740 + - *742 - allOf: - *181 - - *740 + - *742 - allOf: - *182 - - *740 + - *742 - allOf: - *183 - - *740 + - *742 - allOf: - *184 - - *740 + - *742 - allOf: - *185 - - *740 + - *742 - allOf: - *186 - - *740 + - *742 - allOf: - *187 - - *740 + - *742 - allOf: - *188 - - *740 + - *742 - allOf: - *189 - - *740 + - *742 - allOf: - *190 - - *740 + - *742 - allOf: - *191 - - *740 + - *742 - allOf: - *192 - - *740 + - *742 examples: default: value: @@ -108967,7 +109018,7 @@ paths: schema: type: boolean default: true - - *742 + - *744 responses: '200': description: Response @@ -109052,7 +109103,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *743 + items: *745 required: - name - enforcement @@ -109085,7 +109136,7 @@ paths: application/json: schema: *193 examples: - default: &752 + default: &754 value: id: 42 name: super cool ruleset @@ -109135,10 +109186,10 @@ paths: parameters: - *480 - *481 - - *744 - - *107 - - *745 - *746 + - *107 + - *747 + - *748 - *17 - *19 responses: @@ -109146,9 +109197,9 @@ paths: description: Response content: application/json: - schema: *747 + schema: *749 examples: - default: *748 + default: *750 '404': *6 '500': *40 x-github: @@ -109171,15 +109222,15 @@ paths: parameters: - *480 - *481 - - *749 + - *751 responses: '200': description: Response content: application/json: - schema: *750 + schema: *752 examples: - default: *751 + default: *753 '404': *6 '500': *40 x-github: @@ -109230,7 +109281,7 @@ paths: application/json: schema: *193 examples: - default: *752 + default: *754 '404': *6 '500': *40 put: @@ -109283,7 +109334,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *743 + items: *745 examples: default: value: @@ -109313,7 +109364,7 @@ paths: application/json: schema: *193 examples: - default: *752 + default: *754 '404': *6 '422': *15 '500': *40 @@ -109481,8 +109532,8 @@ paths: - *112 - *19 - *17 - - *753 - - *754 + - *755 + - *756 - *455 - *456 - *457 @@ -109494,7 +109545,7 @@ paths: application/json: schema: type: array - items: &758 + items: &760 type: object properties: number: *130 @@ -109513,8 +109564,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *755 - resolution: *756 + state: *757 + resolution: *758 resolved_at: type: string format: date-time @@ -109620,7 +109671,7 @@ paths: pull request. ' - oneOf: *757 + oneOf: *759 nullable: true has_more_locations: type: boolean @@ -109793,7 +109844,7 @@ paths: description: Response content: application/json: - schema: *758 + schema: *760 examples: default: value: @@ -109857,8 +109908,8 @@ paths: schema: type: object properties: - state: *755 - resolution: *756 + state: *757 + resolution: *758 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -109894,7 +109945,7 @@ paths: description: Response content: application/json: - schema: *758 + schema: *760 examples: default: value: @@ -110002,7 +110053,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &946 + items: &948 type: object properties: type: @@ -110028,8 +110079,6 @@ paths: example: commit details: oneOf: - - *759 - - *760 - *761 - *762 - *763 @@ -110041,6 +110090,8 @@ paths: - *769 - *770 - *771 + - *772 + - *773 examples: default: value: @@ -110135,14 +110186,14 @@ paths: schema: type: object properties: - reason: &773 + reason: &775 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *772 + placeholder_id: *774 required: - reason - placeholder_id @@ -110159,7 +110210,7 @@ paths: schema: type: object properties: - reason: *773 + reason: *775 expire_at: type: string format: date-time @@ -110221,7 +110272,7 @@ paths: properties: incremental_scans: type: array - items: &774 + items: &776 description: Information on a single scan performed by secret scanning on the repository type: object @@ -110247,15 +110298,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *774 + items: *776 backfill_scans: type: array - items: *774 + items: *776 custom_pattern_backfill_scans: type: array items: allOf: - - *774 + - *776 - type: object properties: pattern_name: @@ -110370,9 +110421,9 @@ paths: application/json: schema: type: array - items: *775 + items: *777 examples: - default: *776 + default: *778 '400': *14 '404': *6 x-github: @@ -110556,9 +110607,9 @@ paths: description: Response content: application/json: - schema: *775 + schema: *777 examples: - default: &778 + default: &780 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -110896,7 +110947,7 @@ paths: description: Response content: application/json: - schema: *775 + schema: *777 examples: default: value: @@ -111045,15 +111096,15 @@ paths: parameters: - *480 - *481 - - *777 + - *779 responses: '200': description: Response content: application/json: - schema: *775 + schema: *777 examples: - default: *778 + default: *780 '403': *29 '404': *6 x-github: @@ -111079,7 +111130,7 @@ paths: parameters: - *480 - *481 - - *777 + - *779 requestBody: required: true content: @@ -111238,10 +111289,10 @@ paths: description: Response content: application/json: - schema: *775 + schema: *777 examples: - default: *778 - add_credit: *778 + default: *780 + add_credit: *780 '403': *29 '404': *6 '422': @@ -111281,7 +111332,7 @@ paths: parameters: - *480 - *481 - - *777 + - *779 responses: '202': *39 '400': *14 @@ -111310,7 +111361,7 @@ paths: parameters: - *480 - *481 - - *777 + - *779 responses: '202': description: Response @@ -111454,7 +111505,7 @@ paths: application/json: schema: type: array - items: &779 + items: &781 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -111827,7 +111878,7 @@ paths: application/json: schema: type: array - items: *779 + items: *781 examples: default: value: @@ -111915,7 +111966,7 @@ paths: description: Response content: application/json: - schema: *780 + schema: *782 examples: default: value: @@ -112009,7 +112060,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &781 + schema: &783 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -112104,7 +112155,7 @@ paths: description: Response content: application/json: - schema: *781 + schema: *783 examples: default: value: @@ -112311,7 +112362,7 @@ paths: description: Response content: application/json: - schema: &782 + schema: &784 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -112323,7 +112374,7 @@ paths: required: - names examples: - default: &783 + default: &785 value: names: - octocat @@ -112378,9 +112429,9 @@ paths: description: Response content: application/json: - schema: *782 + schema: *784 examples: - default: *783 + default: *785 '404': *6 '422': *7 x-github: @@ -112403,7 +112454,7 @@ paths: parameters: - *480 - *481 - - &784 + - &786 name: per description: The time frame to display results for. in: query @@ -112432,7 +112483,7 @@ paths: example: 128 clones: type: array - items: &785 + items: &787 title: Traffic type: object properties: @@ -112673,7 +112724,7 @@ paths: parameters: - *480 - *481 - - *784 + - *786 responses: '200': description: Response @@ -112692,7 +112743,7 @@ paths: example: 3782 views: type: array - items: *785 + items: *787 required: - uniques - count @@ -113361,7 +113412,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *284 - - *680 + - *682 requestBody: required: true content: @@ -113425,9 +113476,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *683 + items: *685 examples: - default: *786 + default: *788 '400': *14 '403': *29 '404': *6 @@ -113464,7 +113515,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *284 - - *680 + - *682 requestBody: required: true content: @@ -113529,9 +113580,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *683 + items: *685 examples: - default: *786 + default: *788 '400': *14 '403': *29 '404': *6 @@ -113563,7 +113614,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *284 - - *680 + - *682 - *388 responses: '204': @@ -113606,7 +113657,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &794 + - &796 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -113615,7 +113666,7 @@ paths: schema: type: string example: members - - &799 + - &801 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -113626,7 +113677,7 @@ paths: default: 1 format: int32 example: 1 - - &800 + - &802 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -113668,7 +113719,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &789 + items: &791 allOf: - type: object required: @@ -113743,7 +113794,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &801 + meta: &803 type: object description: The metadata associated with the creation/updates to the user. @@ -113803,30 +113854,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &790 + '400': &792 description: Bad request content: application/json: - schema: *787 + schema: *789 application/scim+json: - schema: *787 - '401': *788 - '403': &791 + schema: *789 + '401': *790 + '403': &793 description: Permission denied - '429': &792 + '429': &794 description: Too many requests content: application/json: - schema: *787 + schema: *789 application/scim+json: - schema: *787 - '500': &793 + schema: *789 + '500': &795 description: Internal server error content: application/json: - schema: *787 + schema: *789 application/scim+json: - schema: *787 + schema: *789 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113850,7 +113901,7 @@ paths: required: true content: application/json: - schema: &797 + schema: &799 type: object required: - schemas @@ -113910,9 +113961,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *789 + schema: *791 examples: - group: &795 + group: &797 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -113931,13 +113982,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *790 - '401': *788 - '403': *791 - '409': &798 + '400': *792 + '401': *790 + '403': *793 + '409': &800 description: Duplicate record detected - '429': *792 - '500': *793 + '429': *794 + '500': *795 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113954,7 +114005,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &796 + - &798 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -113962,22 +114013,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *794 + - *796 - *41 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *789 + schema: *791 examples: - default: *795 - '400': *790 - '401': *788 - '403': *791 + default: *797 + '400': *792 + '401': *790 + '403': *793 '404': *6 - '429': *792 - '500': *793 + '429': *794 + '500': *795 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113996,13 +114047,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *796 + - *798 - *41 requestBody: required: true content: application/json: - schema: *797 + schema: *799 examples: group: summary: Group @@ -114028,17 +114079,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *789 + schema: *791 examples: - group: *795 - groupWithMembers: *795 - '400': *790 - '401': *788 - '403': *791 + group: *797 + groupWithMembers: *797 + '400': *792 + '401': *790 + '403': *793 '404': *6 - '409': *798 - '429': *792 - '500': *793 + '409': *800 + '429': *794 + '500': *795 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -114062,13 +114113,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *796 + - *798 - *41 requestBody: required: true content: application/json: - schema: &808 + schema: &810 type: object required: - Operations @@ -114128,17 +114179,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *789 + schema: *791 examples: - updateGroup: *795 - addMembers: *795 - '400': *790 - '401': *788 - '403': *791 + updateGroup: *797 + addMembers: *797 + '400': *792 + '401': *790 + '403': *793 '404': *6 - '409': *798 - '429': *792 - '500': *793 + '409': *800 + '429': *794 + '500': *795 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -114154,17 +114205,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *796 + - *798 - *41 responses: '204': description: Group was deleted, no content - '400': *790 - '401': *788 - '403': *791 + '400': *792 + '401': *790 + '403': *793 '404': *6 - '429': *792 - '500': *793 + '429': *794 + '500': *795 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -114198,8 +114249,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *799 - - *800 + - *801 + - *802 - *41 responses: '200': @@ -114232,7 +114283,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &803 + items: &805 allOf: - type: object required: @@ -114311,7 +114362,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &802 + roles: &804 type: array description: The roles assigned to the user. items: @@ -114367,7 +114418,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *801 + meta: *803 startIndex: type: integer description: A starting index for the returned page @@ -114404,11 +114455,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *790 - '401': *788 - '403': *791 - '429': *792 - '500': *793 + '400': *792 + '401': *790 + '403': *793 + '429': *794 + '500': *795 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -114432,7 +114483,7 @@ paths: required: true content: application/json: - schema: &806 + schema: &808 type: object required: - schemas @@ -114514,9 +114565,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *802 + roles: *804 examples: - user: &807 + user: &809 summary: User value: schemas: @@ -114563,9 +114614,9 @@ paths: description: User has been created content: application/scim+json: - schema: *803 + schema: *805 examples: - user: &804 + user: &806 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -114591,13 +114642,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *804 - '400': *790 - '401': *788 - '403': *791 - '409': *798 - '429': *792 - '500': *793 + enterpriseOwner: *806 + '400': *792 + '401': *790 + '403': *793 + '409': *800 + '429': *794 + '500': *795 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -114614,7 +114665,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &805 + - &807 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -114627,15 +114678,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *803 + schema: *805 examples: - default: *804 - '400': *790 - '401': *788 - '403': *791 + default: *806 + '400': *792 + '401': *790 + '403': *793 '404': *6 - '429': *792 - '500': *793 + '429': *794 + '500': *795 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -114686,30 +114737,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *805 + - *807 - *41 requestBody: required: true content: application/json: - schema: *806 + schema: *808 examples: - user: *807 + user: *809 responses: '200': description: User was updated content: application/scim+json: - schema: *803 + schema: *805 examples: - user: *804 - '400': *790 - '401': *788 - '403': *791 + user: *806 + '400': *792 + '401': *790 + '403': *793 '404': *6 - '409': *798 - '429': *792 - '500': *793 + '409': *800 + '429': *794 + '500': *795 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -114750,13 +114801,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *805 + - *807 - *41 requestBody: required: true content: application/json: - schema: *808 + schema: *810 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -114796,18 +114847,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *803 + schema: *805 examples: - userMultiValuedProperties: *804 - userSingleValuedProperties: *804 - disableUser: *804 - '400': *790 - '401': *788 - '403': *791 + userMultiValuedProperties: *806 + userSingleValuedProperties: *806 + disableUser: *806 + '400': *792 + '401': *790 + '403': *793 '404': *6 - '409': *798 - '429': *792 - '500': *793 + '409': *800 + '429': *794 + '500': *795 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -114827,17 +114878,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *805 + - *807 - *41 responses: '204': description: User was deleted, no content - '400': *790 - '401': *788 - '403': *791 + '400': *792 + '401': *790 + '403': *793 '404': *6 - '429': *792 - '500': *793 + '429': *794 + '500': *795 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -114924,7 +114975,7 @@ paths: example: 1 Resources: type: array - items: &809 + items: &811 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -115155,22 +115206,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *37 - '404': &810 + '404': &812 description: Resource not found content: application/json: - schema: *787 + schema: *789 application/scim+json: - schema: *787 - '403': &811 + schema: *789 + '403': &813 description: Forbidden content: application/json: - schema: *787 + schema: *789 application/scim+json: - schema: *787 - '400': *790 - '429': *792 + schema: *789 + '400': *792 + '429': *794 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -115196,9 +115247,9 @@ paths: description: Response content: application/scim+json: - schema: *809 + schema: *811 examples: - default: &812 + default: &814 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -115221,17 +115272,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *37 - '404': *810 - '403': *811 - '500': *793 + '404': *812 + '403': *813 + '500': *795 '409': description: Conflict content: application/json: - schema: *787 + schema: *789 application/scim+json: - schema: *787 - '400': *790 + schema: *789 + '400': *792 requestBody: required: true content: @@ -115329,17 +115380,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *89 - - *805 + - *807 responses: '200': description: Response content: application/scim+json: - schema: *809 + schema: *811 examples: - default: *812 - '404': *810 - '403': *811 + default: *814 + '404': *812 + '403': *813 '304': *37 x-github: githubCloudOnly: true @@ -115363,18 +115414,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *89 - - *805 + - *807 responses: '200': description: Response content: application/scim+json: - schema: *809 + schema: *811 examples: - default: *812 + default: *814 '304': *37 - '404': *810 - '403': *811 + '404': *812 + '403': *813 requestBody: required: true content: @@ -115487,19 +115538,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *89 - - *805 + - *807 responses: '200': description: Response content: application/scim+json: - schema: *809 + schema: *811 examples: - default: *812 + default: *814 '304': *37 - '404': *810 - '403': *811 - '400': *790 + '404': *812 + '403': *813 + '400': *792 '429': description: Response content: @@ -115590,12 +115641,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *89 - - *805 + - *807 responses: '204': description: Response - '404': *810 - '403': *811 + '404': *812 + '403': *813 '304': *37 x-github: githubCloudOnly: true @@ -115731,7 +115782,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &813 + text_matches: &815 title: Search Result Text Matches type: array items: @@ -115894,7 +115945,7 @@ paths: enum: - author-date - committer-date - - &814 + - &816 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 @@ -115985,7 +116036,7 @@ paths: url: type: string format: uri - verification: *657 + verification: *659 required: - author - committer @@ -116022,7 +116073,7 @@ paths: type: number node_id: type: string - text_matches: *813 + text_matches: *815 required: - sha - node_id @@ -116215,7 +116266,7 @@ paths: - interactions - created - updated - - *814 + - *816 - *17 - *19 - name: advanced_search @@ -116329,11 +116380,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *815 - issue_dependencies_summary: *816 + sub_issues_summary: *817 + issue_dependencies_summary: *818 issue_field_values: type: array - items: *683 + items: *685 state: type: string state_reason: @@ -116365,7 +116416,7 @@ paths: type: string format: date-time nullable: true - text_matches: *813 + text_matches: *815 pull_request: type: object properties: @@ -116665,7 +116716,7 @@ paths: enum: - created - updated - - *814 + - *816 - *17 - *19 responses: @@ -116709,7 +116760,7 @@ paths: nullable: true score: type: number - text_matches: *813 + text_matches: *815 required: - id - node_id @@ -116795,7 +116846,7 @@ paths: - forks - help-wanted-issues - updated - - *814 + - *816 - *17 - *19 responses: @@ -117043,7 +117094,7 @@ paths: - admin - pull - push - text_matches: *813 + text_matches: *815 temp_clone_token: type: string allow_merge_commit: @@ -117344,7 +117395,7 @@ paths: type: string format: uri nullable: true - text_matches: *813 + text_matches: *815 related: type: array nullable: true @@ -117537,7 +117588,7 @@ paths: - followers - repositories - joined - - *814 + - *816 - *17 - *19 responses: @@ -117641,7 +117692,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *813 + text_matches: *815 blog: type: string nullable: true @@ -117720,7 +117771,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &817 + - &819 name: team_id description: The unique identifier of the team. in: path @@ -117761,7 +117812,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *817 + - *819 requestBody: required: true content: @@ -117861,7 +117912,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *817 + - *819 responses: '204': description: Response @@ -117890,7 +117941,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *817 + - *819 - *17 - *19 responses: @@ -117928,7 +117979,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *817 + - *819 - name: role description: Filters members returned by their role in the team. in: query @@ -117979,7 +118030,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *817 + - *819 - *145 responses: '204': @@ -118016,7 +118067,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *817 + - *819 - *145 responses: '204': @@ -118056,7 +118107,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *817 + - *819 - *145 responses: '204': @@ -118093,7 +118144,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *817 + - *819 - *145 responses: '200': @@ -118102,7 +118153,7 @@ paths: application/json: schema: *479 examples: - response-if-user-is-a-team-maintainer: *818 + response-if-user-is-a-team-maintainer: *820 '404': *6 x-github: githubCloudOnly: false @@ -118135,7 +118186,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *817 + - *819 - *145 requestBody: required: false @@ -118163,7 +118214,7 @@ paths: application/json: schema: *479 examples: - response-if-users-membership-with-team-is-now-pending: *819 + response-if-users-membership-with-team-is-now-pending: *821 '403': description: Forbidden if team synchronization is set up '422': @@ -118197,7 +118248,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *817 + - *819 - *145 responses: '204': @@ -118225,7 +118276,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *817 + - *819 - *17 - *19 responses: @@ -118267,7 +118318,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *817 + - *819 - *480 - *481 responses: @@ -118275,7 +118326,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *820 + schema: *822 examples: alternative-response-with-extra-repository-information: value: @@ -118426,7 +118477,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *817 + - *819 - *480 - *481 requestBody: @@ -118478,7 +118529,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *817 + - *819 - *480 - *481 responses: @@ -118509,7 +118560,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *817 + - *819 responses: '200': description: Response @@ -118544,7 +118595,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *817 + - *819 requestBody: required: true content: @@ -118632,7 +118683,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *817 + - *819 - *17 - *19 responses: @@ -118644,7 +118695,7 @@ paths: type: array items: *319 examples: - response-if-child-teams-exist: *821 + response-if-child-teams-exist: *823 headers: Link: *47 '404': *6 @@ -118677,7 +118728,7 @@ paths: application/json: schema: oneOf: - - &823 + - &825 title: Private User description: Private User type: object @@ -118880,7 +118931,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *822 + - *824 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -119033,7 +119084,7 @@ paths: description: Response content: application/json: - schema: *823 + schema: *825 examples: default: value: @@ -119431,7 +119482,7 @@ paths: type: integer secrets: type: array - items: &824 + items: &826 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -119547,7 +119598,7 @@ paths: description: Response content: application/json: - schema: *824 + schema: *826 examples: default: value: @@ -119960,7 +120011,7 @@ paths: description: Response content: application/json: - schema: &825 + schema: &827 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -120001,7 +120052,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &826 + default: &828 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -120046,9 +120097,9 @@ paths: description: Response content: application/json: - schema: *825 + schema: *827 examples: - default: *826 + default: *828 '404': *6 x-github: githubCloudOnly: false @@ -120085,9 +120136,9 @@ paths: type: integer machines: type: array - items: *827 + items: *829 examples: - default: *828 + default: *830 '304': *37 '500': *40 '401': *25 @@ -121026,7 +121077,7 @@ paths: type: array items: *405 examples: - default: &839 + default: &841 value: - id: 197 name: hello_docker @@ -121127,7 +121178,7 @@ paths: application/json: schema: type: array - items: &829 + items: &831 title: Email description: Email type: object @@ -121192,9 +121243,9 @@ paths: application/json: schema: type: array - items: *829 + items: *831 examples: - default: &841 + default: &843 value: - email: octocat@github.com verified: true @@ -121269,7 +121320,7 @@ paths: application/json: schema: type: array - items: *829 + items: *831 examples: default: value: @@ -121525,7 +121576,7 @@ paths: application/json: schema: type: array - items: &830 + items: &832 title: GPG Key description: A unique encryption key type: object @@ -121656,7 +121707,7 @@ paths: - subkeys - revoked examples: - default: &857 + default: &859 value: - id: 3 name: Octocat's GPG Key @@ -121741,9 +121792,9 @@ paths: description: Response content: application/json: - schema: *830 + schema: *832 examples: - default: &831 + default: &833 value: id: 3 name: Octocat's GPG Key @@ -121800,7 +121851,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &832 + - &834 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -121812,9 +121863,9 @@ paths: description: Response content: application/json: - schema: *830 + schema: *832 examples: - default: *831 + default: *833 '404': *6 '304': *37 '403': *29 @@ -121837,7 +121888,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *832 + - *834 responses: '204': description: Response @@ -122145,7 +122196,7 @@ paths: required: true content: application/json: - schema: *667 + schema: *669 examples: default: value: @@ -122295,7 +122346,7 @@ paths: application/json: schema: type: array - items: &833 + items: &835 title: Key description: Key type: object @@ -122396,9 +122447,9 @@ paths: description: Response content: application/json: - schema: *833 + schema: *835 examples: - default: &834 + default: &836 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -122431,15 +122482,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *702 + - *704 responses: '200': description: Response content: application/json: - schema: *833 + schema: *835 examples: - default: *834 + default: *836 '404': *6 '304': *37 '403': *29 @@ -122462,7 +122513,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *702 + - *704 responses: '204': description: Response @@ -122495,7 +122546,7 @@ paths: application/json: schema: type: array - items: &835 + items: &837 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -122563,7 +122614,7 @@ paths: - account - plan examples: - default: &836 + default: &838 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -122625,9 +122676,9 @@ paths: application/json: schema: type: array - items: *835 + items: *837 examples: - default: *836 + default: *838 headers: Link: *47 '304': *37 @@ -123636,7 +123687,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *400 - - *837 + - *839 responses: '204': description: Response @@ -123769,7 +123820,7 @@ paths: - docker - nuget - container - - *838 + - *840 - *19 - *17 responses: @@ -123781,8 +123832,8 @@ paths: type: array items: *405 examples: - default: *839 - '400': *840 + default: *841 + '400': *842 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -123811,7 +123862,7 @@ paths: application/json: schema: *405 examples: - default: &858 + default: &860 value: id: 40201 name: octo-name @@ -124173,9 +124224,9 @@ paths: application/json: schema: type: array - items: *829 + items: *831 examples: - default: *841 + default: *843 headers: Link: *47 '304': *37 @@ -124288,7 +124339,7 @@ paths: type: array items: *80 examples: - default: &848 + default: &850 summary: Default response value: - id: 1296269 @@ -124638,9 +124689,9 @@ paths: application/json: schema: type: array - items: *669 + items: *671 examples: - default: *842 + default: *844 headers: Link: *47 '304': *37 @@ -124725,7 +124776,7 @@ paths: application/json: schema: type: array - items: &843 + items: &845 title: Social account description: Social media account type: object @@ -124740,7 +124791,7 @@ paths: - provider - url examples: - default: &844 + default: &846 value: - provider: twitter url: https://twitter.com/github @@ -124802,9 +124853,9 @@ paths: application/json: schema: type: array - items: *843 + items: *845 examples: - default: *844 + default: *846 '422': *15 '304': *37 '404': *6 @@ -124891,7 +124942,7 @@ paths: application/json: schema: type: array - items: &845 + items: &847 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -124911,7 +124962,7 @@ paths: - title - created_at examples: - default: &872 + default: &874 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -124975,9 +125026,9 @@ paths: description: Response content: application/json: - schema: *845 + schema: *847 examples: - default: &846 + default: &848 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -125007,7 +125058,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &847 + - &849 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -125019,9 +125070,9 @@ paths: description: Response content: application/json: - schema: *845 + schema: *847 examples: - default: *846 + default: *848 '404': *6 '304': *37 '403': *29 @@ -125044,7 +125095,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *847 + - *849 responses: '204': description: Response @@ -125073,7 +125124,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &873 + - &875 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 @@ -125098,11 +125149,11 @@ paths: type: array items: *80 examples: - default-response: *848 + default-response: *850 application/vnd.github.v3.star+json: schema: type: array - items: &874 + items: &876 title: Starred Repository description: Starred Repository type: object @@ -125471,10 +125522,10 @@ paths: application/json: schema: oneOf: - - *823 - - *822 + - *825 + - *824 examples: - default-response: &852 + default-response: &854 summary: Default response value: login: octocat @@ -125509,7 +125560,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &853 + response-with-git-hub-plan-information: &855 summary: Response with GitHub plan information value: login: octocat @@ -125566,7 +125617,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &850 + - &852 name: user_id description: The unique identifier of the user. in: path @@ -125632,7 +125683,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *849 + - *851 - *17 responses: '200': @@ -125667,7 +125718,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *850 + - *852 - *423 requestBody: required: true @@ -125739,7 +125790,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *851 + schema: *853 examples: table_view: summary: Response for creating a table view @@ -125791,11 +125842,11 @@ paths: application/json: schema: oneOf: - - *823 - - *822 + - *825 + - *824 examples: - default-response: *852 - response-with-git-hub-plan-information: *853 + default-response: *854 + response-with-git-hub-plan-information: *855 '404': *6 x-github: githubCloudOnly: false @@ -125845,8 +125896,8 @@ paths: required: - subject_digests examples: - default: *854 - withPredicateType: *855 + default: *856 + withPredicateType: *857 responses: '200': description: Response @@ -125899,7 +125950,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *856 + default: *858 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -126174,7 +126225,7 @@ paths: type: array items: *405 examples: - default: *839 + default: *841 '403': *29 '401': *25 x-github: @@ -126558,9 +126609,9 @@ paths: application/json: schema: type: array - items: *830 + items: *832 examples: - default: *857 + default: *859 headers: Link: *47 x-github: @@ -126788,7 +126839,7 @@ paths: - docker - nuget - container - - *838 + - *840 - *145 - *19 - *17 @@ -126801,10 +126852,10 @@ paths: type: array items: *405 examples: - default: *839 + default: *841 '403': *29 '401': *25 - '400': *840 + '400': *842 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -126834,7 +126885,7 @@ paths: application/json: schema: *405 examples: - default: *858 + default: *860 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -127183,7 +127234,7 @@ paths: type: array items: *427 examples: - default: *859 + default: *861 headers: Link: *47 '304': *37 @@ -127243,7 +127294,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *860 + items: *862 required: - name - data_type @@ -127259,7 +127310,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *861 + iteration_configuration: *863 required: - name - data_type @@ -127281,8 +127332,8 @@ paths: value: name: Due date data_type: date - single_select_field: *862 - iteration_field: *863 + single_select_field: *864 + iteration_field: *865 responses: '201': description: Response @@ -127290,11 +127341,11 @@ paths: application/json: schema: *427 examples: - text_field: *864 - number_field: *865 - date_field: *866 - single_select_field: *867 - iteration_field: *868 + text_field: *866 + number_field: *867 + date_field: *868 + single_select_field: *869 + iteration_field: *870 '304': *37 '403': *29 '401': *25 @@ -127316,7 +127367,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - *423 - - *869 + - *871 - *145 responses: '200': @@ -127325,7 +127376,7 @@ paths: application/json: schema: *427 examples: - default: *870 + default: *872 headers: Link: *47 '304': *37 @@ -127679,7 +127730,7 @@ paths: parameters: - *423 - *145 - - *871 + - *873 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -127958,9 +128009,9 @@ paths: application/json: schema: type: array - items: *843 + items: *845 examples: - default: *844 + default: *846 headers: Link: *47 x-github: @@ -127990,9 +128041,9 @@ paths: application/json: schema: type: array - items: *845 + items: *847 examples: - default: *872 + default: *874 headers: Link: *47 x-github: @@ -128017,7 +128068,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *145 - - *873 + - *875 - *112 - *17 - *19 @@ -128029,11 +128080,11 @@ paths: schema: anyOf: - type: array - items: *874 + items: *876 - type: array items: *80 examples: - default-response: *848 + default-response: *850 headers: Link: *47 x-github: @@ -128192,7 +128243,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &875 + enterprise: &877 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -128250,7 +128301,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &876 + installation: &878 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -128269,7 +128320,7 @@ x-webhooks: required: - id - node_id - organization: &877 + organization: &879 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -128329,13 +128380,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &878 + repository: &880 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: &917 + properties: &919 id: description: Unique identifier of the repository example: 42 @@ -129030,7 +129081,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &918 + required: &920 - archive_url - assignees_url - blobs_url @@ -129104,7 +129155,7 @@ x-webhooks: - watchers_count - created_at - updated_at - x-github-breaking-changes: &919 + x-github-breaking-changes: &921 - changeset: remove_use_squash_pr_title_as_default patch: properties: @@ -129195,10 +129246,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -129274,11 +129325,11 @@ x-webhooks: type: string enum: - created - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 - rule: &879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 + rule: &881 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -129501,11 +129552,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 - rule: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 + rule: *881 sender: *4 required: - action @@ -129688,11 +129739,11 @@ x-webhooks: - everyone required: - from - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 - rule: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 + rule: *881 sender: *4 required: - action @@ -129765,7 +129816,7 @@ x-webhooks: required: true content: application/json: - schema: &901 + schema: &903 title: Exemption request cancellation event type: object properties: @@ -129773,11 +129824,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 - exemption_request: &880 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 + exemption_request: &882 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -130081,7 +130132,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &881 + items: &883 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -130191,7 +130242,7 @@ x-webhooks: required: true content: application/json: - schema: &902 + schema: &904 title: Exemption request completed event type: object properties: @@ -130199,11 +130250,11 @@ x-webhooks: type: string enum: - completed - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 - exemption_request: *880 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 + exemption_request: *882 sender: *4 required: - action @@ -130275,7 +130326,7 @@ x-webhooks: required: true content: application/json: - schema: &899 + schema: &901 title: Exemption request created event type: object properties: @@ -130283,11 +130334,11 @@ x-webhooks: type: string enum: - created - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 - exemption_request: *880 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 + exemption_request: *882 sender: *4 required: - action @@ -130359,7 +130410,7 @@ x-webhooks: required: true content: application/json: - schema: &903 + schema: &905 title: Exemption response dismissed event type: object properties: @@ -130367,12 +130418,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 - exemption_request: *880 - exemption_response: *881 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 + exemption_request: *882 + exemption_response: *883 sender: *4 required: - action @@ -130446,7 +130497,7 @@ x-webhooks: required: true content: application/json: - schema: &900 + schema: &902 title: Exemption response submitted event type: object properties: @@ -130454,12 +130505,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 - exemption_request: *880 - exemption_response: *881 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 + exemption_request: *882 + exemption_response: *883 sender: *4 required: - action @@ -130543,7 +130594,7 @@ x-webhooks: type: string enum: - completed - check_run: &883 + check_run: &885 title: CheckRun description: A check performed on the code of a given code change type: object @@ -130634,7 +130685,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *882 + deployment: *884 details_url: example: https://example.com type: string @@ -130719,10 +130770,10 @@ x-webhooks: - output - app - pull_requests - installation: *876 - enterprise: *875 - organization: *877 - repository: *878 + installation: *878 + enterprise: *877 + organization: *879 + repository: *880 sender: *4 required: - check_run @@ -131113,11 +131164,11 @@ x-webhooks: type: string enum: - created - check_run: *883 - installation: *876 - enterprise: *875 - organization: *877 - repository: *878 + check_run: *885 + installation: *878 + enterprise: *877 + organization: *879 + repository: *880 sender: *4 required: - check_run @@ -131511,11 +131562,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *883 - installation: *876 - enterprise: *875 - organization: *877 - repository: *878 + check_run: *885 + installation: *878 + enterprise: *877 + organization: *879 + repository: *880 requested_action: description: The action requested by the user. type: object @@ -131918,11 +131969,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *883 - installation: *876 - enterprise: *875 - organization: *877 - repository: *878 + check_run: *885 + installation: *878 + enterprise: *877 + organization: *879 + repository: *880 sender: *4 required: - check_run @@ -132892,10 +132943,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -133584,10 +133635,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -134270,10 +134321,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -134584,20 +134635,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &884 + commit_oid: &886 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: *875 - installation: *876 - organization: *877 - ref: &885 + enterprise: *877 + installation: *878 + organization: *879 + ref: &887 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: *878 + repository: *880 sender: *4 required: - action @@ -134992,12 +135043,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *884 - enterprise: *875 - installation: *876 - organization: *877 - ref: *885 - repository: *878 + commit_oid: *886 + enterprise: *877 + installation: *878 + organization: *879 + ref: *887 + repository: *880 sender: *4 required: - action @@ -135263,12 +135314,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *884 - enterprise: *875 - installation: *876 - organization: *877 - ref: *885 - repository: *878 + commit_oid: *886 + enterprise: *877 + installation: *878 + organization: *879 + ref: *887 + repository: *880 sender: *4 required: - action @@ -135600,12 +135651,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *884 - enterprise: *875 - installation: *876 - organization: *877 - ref: *885 - repository: *878 + commit_oid: *886 + enterprise: *877 + installation: *878 + organization: *879 + ref: *887 + repository: *880 sender: *4 required: - action @@ -135879,16 +135930,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *875 - installation: *876 - organization: *877 + enterprise: *877 + installation: *878 + organization: *879 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: *878 + repository: *880 sender: *4 required: - action @@ -136125,12 +136176,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *884 - enterprise: *875 - installation: *876 - organization: *877 - ref: *885 - repository: *878 + commit_oid: *886 + enterprise: *877 + installation: *878 + organization: *879 + ref: *887 + repository: *880 sender: *4 required: - action @@ -136441,10 +136492,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -136699,10 +136750,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -136782,18 +136833,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *875 - installation: *876 + enterprise: *877 + installation: *878 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *877 - pusher_type: &886 + organization: *879 + pusher_type: &888 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &887 + ref: &889 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -136803,7 +136854,7 @@ x-webhooks: enum: - tag - branch - repository: *878 + repository: *880 sender: *4 required: - ref @@ -136886,9 +136937,9 @@ x-webhooks: enum: - created definition: *159 - enterprise: *875 - installation: *876 - organization: *877 + enterprise: *877 + installation: *878 + organization: *879 sender: *4 required: - action @@ -136973,9 +137024,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *875 - installation: *876 - organization: *877 + enterprise: *877 + installation: *878 + organization: *879 sender: *4 required: - action @@ -137053,9 +137104,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *159 - enterprise: *875 - installation: *876 - organization: *877 + enterprise: *877 + installation: *878 + organization: *879 sender: *4 required: - action @@ -137133,9 +137184,9 @@ x-webhooks: enum: - updated definition: *159 - enterprise: *875 - installation: *876 - organization: *877 + enterprise: *877 + installation: *878 + organization: *879 sender: *4 required: - action @@ -137212,10 +137263,10 @@ x-webhooks: type: string enum: - updated - enterprise: *875 - installation: *876 - repository: *878 - organization: *877 + enterprise: *877 + installation: *878 + repository: *880 + organization: *879 sender: *4 new_property_values: type: array @@ -137300,18 +137351,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *875 - installation: *876 - organization: *877 - pusher_type: *886 - ref: *887 + enterprise: *877 + installation: *878 + organization: *879 + pusher_type: *888 + ref: *889 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *878 + repository: *880 sender: *4 required: - ref @@ -137391,11 +137442,11 @@ x-webhooks: type: string enum: - assignees_changed - alert: *618 - installation: *876 - organization: *877 - enterprise: *875 - repository: *878 + alert: *620 + installation: *878 + organization: *879 + enterprise: *877 + repository: *880 sender: *4 required: - action @@ -137475,11 +137526,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *618 - installation: *876 - organization: *877 - enterprise: *875 - repository: *878 + alert: *620 + installation: *878 + organization: *879 + enterprise: *877 + repository: *880 sender: *4 required: - action @@ -137560,11 +137611,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *618 - installation: *876 - organization: *877 - enterprise: *875 - repository: *878 + alert: *620 + installation: *878 + organization: *879 + enterprise: *877 + repository: *880 sender: *4 required: - action @@ -137645,11 +137696,11 @@ x-webhooks: type: string enum: - created - alert: *618 - installation: *876 - organization: *877 - enterprise: *875 - repository: *878 + alert: *620 + installation: *878 + organization: *879 + enterprise: *877 + repository: *880 sender: *4 required: - action @@ -137728,11 +137779,11 @@ x-webhooks: type: string enum: - dismissed - alert: *618 - installation: *876 - organization: *877 - enterprise: *875 - repository: *878 + alert: *620 + installation: *878 + organization: *879 + enterprise: *877 + repository: *880 sender: *4 required: - action @@ -137811,11 +137862,11 @@ x-webhooks: type: string enum: - fixed - alert: *618 - installation: *876 - organization: *877 - enterprise: *875 - repository: *878 + alert: *620 + installation: *878 + organization: *879 + enterprise: *877 + repository: *880 sender: *4 required: - action @@ -137895,11 +137946,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *618 - installation: *876 - organization: *877 - enterprise: *875 - repository: *878 + alert: *620 + installation: *878 + organization: *879 + enterprise: *877 + repository: *880 sender: *4 required: - action @@ -137978,11 +138029,11 @@ x-webhooks: type: string enum: - reopened - alert: *618 - installation: *876 - organization: *877 - enterprise: *875 - repository: *878 + alert: *620 + installation: *878 + organization: *879 + enterprise: *877 + repository: *880 sender: *4 required: - action @@ -138059,9 +138110,9 @@ x-webhooks: type: string enum: - created - enterprise: *875 - installation: *876 - key: &888 + enterprise: *877 + installation: *878 + key: &890 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -138097,8 +138148,8 @@ x-webhooks: - verified - created_at - read_only - organization: *877 - repository: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -138175,11 +138226,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *875 - installation: *876 - key: *888 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + key: *890 + organization: *879 + repository: *880 sender: *4 required: - action @@ -138735,12 +138786,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 - workflow: &894 + workflow: &896 title: Workflow type: object nullable: true @@ -139481,15 +139532,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *889 - required: *890 + properties: *891 + required: *892 nullable: true pull_requests: type: array - items: *723 - repository: *878 - organization: *877 - installation: *876 + items: *725 + repository: *880 + organization: *879 + installation: *878 sender: *4 responses: '200': @@ -139560,7 +139611,7 @@ x-webhooks: type: string enum: - approved - approver: &891 + approver: &893 type: object properties: avatar_url: @@ -139603,11 +139654,11 @@ x-webhooks: type: string comment: type: string - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 - reviewers: &892 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 + reviewers: &894 type: array items: type: object @@ -139686,7 +139737,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &893 + workflow_job_run: &895 type: object properties: conclusion: @@ -140417,18 +140468,18 @@ x-webhooks: type: string enum: - rejected - approver: *891 + approver: *893 comment: type: string - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 - reviewers: *892 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 + reviewers: *894 sender: *4 since: type: string - workflow_job_run: *893 + workflow_job_run: *895 workflow_job_runs: type: array items: @@ -141132,13 +141183,13 @@ x-webhooks: type: string enum: - requested - enterprise: *875 + enterprise: *877 environment: type: string - installation: *876 - organization: *877 - repository: *878 - requestor: &904 + installation: *878 + organization: *879 + repository: *880 + requestor: &906 title: User type: object nullable: true @@ -143027,12 +143078,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 - workflow: *894 + workflow: *896 workflow_run: title: Deployment Workflow Run type: object @@ -143712,7 +143763,7 @@ x-webhooks: type: string enum: - answered - answer: &897 + answer: &899 type: object properties: author_association: @@ -143869,11 +143920,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *895 - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + discussion: *897 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -144000,11 +144051,11 @@ x-webhooks: - from required: - category - discussion: *895 - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + discussion: *897 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -144087,11 +144138,11 @@ x-webhooks: type: string enum: - closed - discussion: *895 - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + discussion: *897 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -144173,7 +144224,7 @@ x-webhooks: type: string enum: - created - comment: &896 + comment: &898 type: object properties: author_association: @@ -144330,11 +144381,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *895 - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + discussion: *897 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -144417,12 +144468,12 @@ x-webhooks: type: string enum: - deleted - comment: *896 - discussion: *895 - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + comment: *898 + discussion: *897 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -144517,12 +144568,12 @@ x-webhooks: - from required: - body - comment: *896 - discussion: *895 - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + comment: *898 + discussion: *897 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -144606,11 +144657,11 @@ x-webhooks: type: string enum: - created - discussion: *895 - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + discussion: *897 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -144692,11 +144743,11 @@ x-webhooks: type: string enum: - deleted - discussion: *895 - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + discussion: *897 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -144796,11 +144847,11 @@ x-webhooks: type: string required: - from - discussion: *895 - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + discussion: *897 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -144882,10 +144933,10 @@ x-webhooks: type: string enum: - labeled - discussion: *895 - enterprise: *875 - installation: *876 - label: &898 + discussion: *897 + enterprise: *877 + installation: *878 + label: &900 title: Label type: object properties: @@ -144917,8 +144968,8 @@ x-webhooks: - color - default - description - organization: *877 - repository: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -145001,11 +145052,11 @@ x-webhooks: type: string enum: - locked - discussion: *895 - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + discussion: *897 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -145087,11 +145138,11 @@ x-webhooks: type: string enum: - pinned - discussion: *895 - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + discussion: *897 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -145173,11 +145224,11 @@ x-webhooks: type: string enum: - reopened - discussion: *895 - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + discussion: *897 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -145262,16 +145313,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *895 - new_repository: *878 + new_discussion: *897 + new_repository: *880 required: - new_discussion - new_repository - discussion: *895 - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + discussion: *897 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -145354,10 +145405,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *895 - old_answer: *897 - organization: *877 - repository: *878 + discussion: *897 + old_answer: *899 + organization: *879 + repository: *880 sender: *4 required: - action @@ -145439,12 +145490,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *895 - enterprise: *875 - installation: *876 - label: *898 - organization: *877 - repository: *878 + discussion: *897 + enterprise: *877 + installation: *878 + label: *900 + organization: *879 + repository: *880 sender: *4 required: - action @@ -145527,11 +145578,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *895 - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + discussion: *897 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -145613,11 +145664,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *895 - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + discussion: *897 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -145686,7 +145737,7 @@ x-webhooks: required: true content: application/json: - schema: *899 + schema: *901 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145749,7 +145800,7 @@ x-webhooks: required: true content: application/json: - schema: *900 + schema: *902 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145812,7 +145863,7 @@ x-webhooks: required: true content: application/json: - schema: *901 + schema: *903 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145875,7 +145926,7 @@ x-webhooks: required: true content: application/json: - schema: *899 + schema: *901 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145938,7 +145989,7 @@ x-webhooks: required: true content: application/json: - schema: *900 + schema: *902 responses: '200': description: Return a 200 status to indicate that the data was received @@ -146004,7 +146055,7 @@ x-webhooks: required: true content: application/json: - schema: *901 + schema: *903 responses: '200': description: Return a 200 status to indicate that the data was received @@ -146070,7 +146121,7 @@ x-webhooks: required: true content: application/json: - schema: *902 + schema: *904 responses: '200': description: Return a 200 status to indicate that the data was received @@ -146136,7 +146187,7 @@ x-webhooks: required: true content: application/json: - schema: *899 + schema: *901 responses: '200': description: Return a 200 status to indicate that the data was received @@ -146202,7 +146253,7 @@ x-webhooks: required: true content: application/json: - schema: *903 + schema: *905 responses: '200': description: Return a 200 status to indicate that the data was received @@ -146268,7 +146319,7 @@ x-webhooks: required: true content: application/json: - schema: *900 + schema: *902 responses: '200': description: Return a 200 status to indicate that the data was received @@ -146333,7 +146384,7 @@ x-webhooks: required: true content: application/json: - schema: *901 + schema: *903 responses: '200': description: Return a 200 status to indicate that the data was received @@ -146398,7 +146449,7 @@ x-webhooks: required: true content: application/json: - schema: *902 + schema: *904 responses: '200': description: Return a 200 status to indicate that the data was received @@ -146463,7 +146514,7 @@ x-webhooks: required: true content: application/json: - schema: *899 + schema: *901 responses: '200': description: Return a 200 status to indicate that the data was received @@ -146528,7 +146579,7 @@ x-webhooks: required: true content: application/json: - schema: *903 + schema: *905 responses: '200': description: Return a 200 status to indicate that the data was received @@ -146594,7 +146645,7 @@ x-webhooks: required: true content: application/json: - schema: *900 + schema: *902 responses: '200': description: Return a 200 status to indicate that the data was received @@ -146661,7 +146712,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *875 + enterprise: *877 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -147321,9 +147372,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *876 - organization: *877 - repository: *878 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - forkee @@ -147469,9 +147520,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *875 - installation: *876 - organization: *877 + enterprise: *877 + installation: *878 + organization: *879 pages: description: The pages that were updated. type: array @@ -147508,7 +147559,7 @@ x-webhooks: - action - sha - html_url - repository: *878 + repository: *880 sender: *4 required: - pages @@ -147584,10 +147635,10 @@ x-webhooks: type: string enum: - created - enterprise: *875 + enterprise: *877 installation: *22 - organization: *877 - repositories: &905 + organization: *879 + repositories: &907 description: An array of repository objects that the installation can access. type: array @@ -147613,8 +147664,8 @@ x-webhooks: - name - full_name - private - repository: *878 - requester: *904 + repository: *880 + requester: *906 sender: *4 required: - action @@ -147689,11 +147740,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *875 + enterprise: *877 installation: *22 - organization: *877 - repositories: *905 - repository: *878 + organization: *879 + repositories: *907 + repository: *880 requester: nullable: true sender: *4 @@ -147769,11 +147820,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *875 + enterprise: *877 installation: *22 - organization: *877 - repositories: *905 - repository: *878 + organization: *879 + repositories: *907 + repository: *880 requester: nullable: true sender: *4 @@ -147849,10 +147900,10 @@ x-webhooks: type: string enum: - added - enterprise: *875 + enterprise: *877 installation: *22 - organization: *877 - repositories_added: &906 + organization: *879 + repositories_added: &908 description: An array of repository objects, which were added to the installation. type: array @@ -147898,15 +147949,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *878 - repository_selection: &907 + repository: *880 + repository_selection: &909 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *904 + requester: *906 sender: *4 required: - action @@ -147985,10 +148036,10 @@ x-webhooks: type: string enum: - removed - enterprise: *875 + enterprise: *877 installation: *22 - organization: *877 - repositories_added: *906 + organization: *879 + repositories_added: *908 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -148015,9 +148066,9 @@ x-webhooks: - name - full_name - private - repository: *878 - repository_selection: *907 - requester: *904 + repository: *880 + repository_selection: *909 + requester: *906 sender: *4 required: - action @@ -148096,11 +148147,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *875 + enterprise: *877 installation: *22 - organization: *877 - repositories: *905 - repository: *878 + organization: *879 + repositories: *907 + repository: *880 requester: nullable: true sender: *4 @@ -148279,10 +148330,10 @@ x-webhooks: type: string required: - from - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 target_type: type: string @@ -148361,11 +148412,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *875 + enterprise: *877 installation: *22 - organization: *877 - repositories: *905 - repository: *878 + organization: *879 + repositories: *907 + repository: *880 requester: nullable: true sender: *4 @@ -148539,8 +148590,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *698 - required: *699 + properties: *700 + required: *701 nullable: true user: title: User @@ -148625,8 +148676,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *875 - installation: *876 + enterprise: *877 + installation: *878 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -149415,8 +149466,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *815 - issue_dependencies_summary: *816 + sub_issues_summary: *817 + issue_dependencies_summary: *818 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149765,8 +149816,8 @@ x-webhooks: - state - locked - assignee - organization: *877 - repository: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -149846,7 +149897,7 @@ x-webhooks: type: string enum: - deleted - comment: &908 + comment: &910 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -150003,8 +150054,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *698 - required: *699 + properties: *700 + required: *701 nullable: true required: - url @@ -150019,8 +150070,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *875 - installation: *876 + enterprise: *877 + installation: *878 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -150805,8 +150856,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *815 - issue_dependencies_summary: *816 + sub_issues_summary: *817 + issue_dependencies_summary: *818 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151157,8 +151208,8 @@ x-webhooks: - state - locked - assignee - organization: *877 - repository: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -151238,7 +151289,7 @@ x-webhooks: type: string enum: - edited - changes: &938 + changes: &940 description: The changes to the comment. type: object properties: @@ -151250,9 +151301,9 @@ x-webhooks: type: string required: - from - comment: *908 - enterprise: *875 - installation: *876 + comment: *910 + enterprise: *877 + installation: *878 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -152040,8 +152091,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *815 - issue_dependencies_summary: *816 + sub_issues_summary: *817 + issue_dependencies_summary: *818 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152390,8 +152441,8 @@ x-webhooks: - state - locked - assignee - organization: *877 - repository: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -152472,9 +152523,9 @@ x-webhooks: type: string enum: - pinned - comment: *908 - enterprise: *875 - installation: *876 + comment: *910 + enterprise: *877 + installation: *878 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -153264,8 +153315,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *815 - issue_dependencies_summary: *816 + sub_issues_summary: *817 + issue_dependencies_summary: *818 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153616,8 +153667,8 @@ x-webhooks: - state - locked - assignee - organization: *877 - repository: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -153697,9 +153748,9 @@ x-webhooks: type: string enum: - unpinned - comment: *908 - enterprise: *875 - installation: *876 + comment: *910 + enterprise: *877 + installation: *878 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -154489,8 +154540,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *815 - issue_dependencies_summary: *816 + sub_issues_summary: *817 + issue_dependencies_summary: *818 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154841,8 +154892,8 @@ x-webhooks: - state - locked - assignee - organization: *877 - repository: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -154931,9 +154982,9 @@ x-webhooks: type: number blocking_issue: *227 blocking_issue_repo: *80 - installation: *876 - organization: *877 - repository: *878 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -155022,9 +155073,9 @@ x-webhooks: type: number blocking_issue: *227 blocking_issue_repo: *80 - installation: *876 - organization: *877 - repository: *878 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -155112,9 +155163,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *227 - installation: *876 - organization: *877 - repository: *878 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -155203,9 +155254,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *227 - installation: *876 - organization: *877 - repository: *878 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -155285,10 +155336,10 @@ x-webhooks: type: string enum: - assigned - assignee: *904 - enterprise: *875 - installation: *876 - issue: &911 + assignee: *906 + enterprise: *877 + installation: *878 + issue: &913 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -156080,11 +156131,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *815 - issue_dependencies_summary: *816 + sub_issues_summary: *817 + issue_dependencies_summary: *818 issue_field_values: type: array - items: *683 + items: *685 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156201,8 +156252,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *877 - repository: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -156282,8 +156333,8 @@ x-webhooks: type: string enum: - closed - enterprise: *875 - installation: *876 + enterprise: *877 + installation: *878 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -157080,11 +157131,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *815 - issue_dependencies_summary: *816 + sub_issues_summary: *817 + issue_dependencies_summary: *818 issue_field_values: type: array - items: *683 + items: *685 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157336,8 +157387,8 @@ x-webhooks: required: - state - closed_at - organization: *877 - repository: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -157416,8 +157467,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *875 - installation: *876 + enterprise: *877 + installation: *878 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -158205,11 +158256,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *815 - issue_dependencies_summary: *816 + sub_issues_summary: *817 + issue_dependencies_summary: *818 issue_field_values: type: array - items: *683 + items: *685 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158325,8 +158376,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *877 - repository: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -158405,8 +158456,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *875 - installation: *876 + enterprise: *877 + installation: *878 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -159216,11 +159267,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *815 - issue_dependencies_summary: *816 + sub_issues_summary: *817 + issue_dependencies_summary: *818 issue_field_values: type: array - items: *683 + items: *685 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159315,7 +159366,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &909 + milestone: &911 title: Milestone description: A collection of related issues and pull requests. type: object @@ -159453,8 +159504,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *877 - repository: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -159553,8 +159604,8 @@ x-webhooks: type: string required: - from - enterprise: *875 - installation: *876 + enterprise: *877 + installation: *878 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -160346,11 +160397,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *815 - issue_dependencies_summary: *816 + sub_issues_summary: *817 + issue_dependencies_summary: *818 issue_field_values: type: array - items: *683 + items: *685 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160467,9 +160518,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *898 - organization: *877 - repository: *878 + label: *900 + organization: *879 + repository: *880 sender: *4 required: - action @@ -160549,8 +160600,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *875 - installation: *876 + enterprise: *877 + installation: *878 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -161341,11 +161392,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *815 - issue_dependencies_summary: *816 + sub_issues_summary: *817 + issue_dependencies_summary: *818 issue_field_values: type: array - items: *683 + items: *685 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161462,9 +161513,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *898 - organization: *877 - repository: *878 + label: *900 + organization: *879 + repository: *880 sender: *4 required: - action @@ -161544,8 +161595,8 @@ x-webhooks: type: string enum: - locked - enterprise: *875 - installation: *876 + enterprise: *877 + installation: *878 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -162360,11 +162411,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *815 - issue_dependencies_summary: *816 + sub_issues_summary: *817 + issue_dependencies_summary: *818 issue_field_values: type: array - items: *683 + items: *685 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162458,8 +162509,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *877 - repository: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -162538,8 +162589,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *875 - installation: *876 + enterprise: *877 + installation: *878 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -163348,11 +163399,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *815 - issue_dependencies_summary: *816 + sub_issues_summary: *817 + issue_dependencies_summary: *818 issue_field_values: type: array - items: *683 + items: *685 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163446,9 +163497,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *909 - organization: *877 - repository: *878 + milestone: *911 + organization: *879 + repository: *880 sender: *4 required: - action @@ -164311,11 +164362,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *815 - issue_dependencies_summary: *816 + sub_issues_summary: *817 + issue_dependencies_summary: *818 issue_field_values: type: array - items: *683 + items: *685 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164896,8 +164947,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *875 - installation: *876 + enterprise: *877 + installation: *878 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -165681,11 +165732,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *815 - issue_dependencies_summary: *816 + sub_issues_summary: *817 + issue_dependencies_summary: *818 issue_field_values: type: array - items: *683 + items: *685 state: description: State of the issue; either 'open' or 'closed' type: string @@ -165809,8 +165860,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *877 - repository: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -165890,9 +165941,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *875 - installation: *876 - issue: &910 + enterprise: *877 + installation: *878 + issue: &912 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -166678,11 +166729,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *815 - issue_dependencies_summary: *816 + sub_issues_summary: *817 + issue_dependencies_summary: *818 issue_field_values: type: array - items: *683 + items: *685 state: description: State of the issue; either 'open' or 'closed' type: string @@ -166798,8 +166849,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *877 - repository: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -166878,8 +166929,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *875 - installation: *876 + enterprise: *877 + installation: *878 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -167692,11 +167743,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *815 - issue_dependencies_summary: *816 + sub_issues_summary: *817 + issue_dependencies_summary: *818 issue_field_values: type: array - items: *683 + items: *685 state: description: State of the issue; either 'open' or 'closed' type: string @@ -167791,8 +167842,8 @@ x-webhooks: user_view_type: type: string type: *389 - organization: *877 - repository: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -168661,11 +168712,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *815 - issue_dependencies_summary: *816 + sub_issues_summary: *817 + issue_dependencies_summary: *818 issue_field_values: type: array - items: *683 + items: *685 state: description: State of the issue; either 'open' or 'closed' type: string @@ -169260,11 +169311,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *875 - installation: *876 - issue: *910 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + issue: *912 + organization: *879 + repository: *880 sender: *4 required: - action @@ -169344,12 +169395,12 @@ x-webhooks: type: string enum: - typed - enterprise: *875 - installation: *876 - issue: *911 + enterprise: *877 + installation: *878 + issue: *913 type: *389 - organization: *877 - repository: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -169430,7 +169481,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &941 + assignee: &943 title: User type: object nullable: true @@ -169500,11 +169551,11 @@ x-webhooks: required: - login - id - enterprise: *875 - installation: *876 - issue: *911 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + issue: *913 + organization: *879 + repository: *880 sender: *4 required: - action @@ -169583,12 +169634,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *875 - installation: *876 - issue: *911 - label: *898 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + issue: *913 + label: *900 + organization: *879 + repository: *880 sender: *4 required: - action @@ -169668,8 +169719,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *875 - installation: *876 + enterprise: *877 + installation: *878 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -170482,11 +170533,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *815 - issue_dependencies_summary: *816 + sub_issues_summary: *817 + issue_dependencies_summary: *818 issue_field_values: type: array - items: *683 + items: *685 state: description: State of the issue; either 'open' or 'closed' type: string @@ -170580,8 +170631,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *877 - repository: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -170661,11 +170712,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *875 - installation: *876 - issue: *910 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + issue: *912 + organization: *879 + repository: *880 sender: *4 required: - action @@ -170744,12 +170795,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *875 - installation: *876 - issue: *911 + enterprise: *877 + installation: *878 + issue: *913 type: *389 - organization: *877 - repository: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -170829,11 +170880,11 @@ x-webhooks: type: string enum: - created - enterprise: *875 - installation: *876 - label: *898 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + label: *900 + organization: *879 + repository: *880 sender: *4 required: - action @@ -170911,11 +170962,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *875 - installation: *876 - label: *898 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + label: *900 + organization: *879 + repository: *880 sender: *4 required: - action @@ -171025,11 +171076,11 @@ x-webhooks: type: string required: - from - enterprise: *875 - installation: *876 - label: *898 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + label: *900 + organization: *879 + repository: *880 sender: *4 required: - action @@ -171111,9 +171162,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *875 - installation: *876 - marketplace_purchase: &912 + enterprise: *877 + installation: *878 + marketplace_purchase: &914 title: Marketplace Purchase type: object required: @@ -171196,8 +171247,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *877 - previous_marketplace_purchase: &913 + organization: *879 + previous_marketplace_purchase: &915 title: Marketplace Purchase type: object properties: @@ -171277,7 +171328,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *878 + repository: *880 sender: *4 required: - action @@ -171357,10 +171408,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *875 - installation: *876 - marketplace_purchase: *912 - organization: *877 + enterprise: *877 + installation: *878 + marketplace_purchase: *914 + organization: *879 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -171443,7 +171494,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *878 + repository: *880 sender: *4 required: - action @@ -171525,10 +171576,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *875 - installation: *876 - marketplace_purchase: *912 - organization: *877 + enterprise: *877 + installation: *878 + marketplace_purchase: *914 + organization: *879 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -171610,7 +171661,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *878 + repository: *880 sender: *4 required: - action @@ -171691,8 +171742,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *875 - installation: *876 + enterprise: *877 + installation: *878 marketplace_purchase: title: Marketplace Purchase type: object @@ -171774,9 +171825,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *877 - previous_marketplace_purchase: *913 - repository: *878 + organization: *879 + previous_marketplace_purchase: *915 + repository: *880 sender: *4 required: - action @@ -171856,12 +171907,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *875 - installation: *876 - marketplace_purchase: *912 - organization: *877 - previous_marketplace_purchase: *913 - repository: *878 + enterprise: *877 + installation: *878 + marketplace_purchase: *914 + organization: *879 + previous_marketplace_purchase: *915 + repository: *880 sender: *4 required: - action @@ -171963,11 +172014,11 @@ x-webhooks: type: string required: - to - enterprise: *875 - installation: *876 - member: *904 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + member: *906 + organization: *879 + repository: *880 sender: *4 required: - action @@ -172067,11 +172118,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *875 - installation: *876 - member: *904 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + member: *906 + organization: *879 + repository: *880 sender: *4 required: - action @@ -172150,11 +172201,11 @@ x-webhooks: type: string enum: - removed - enterprise: *875 - installation: *876 - member: *904 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + member: *906 + organization: *879 + repository: *880 sender: *4 required: - action @@ -172232,11 +172283,11 @@ x-webhooks: type: string enum: - added - enterprise: *875 - installation: *876 - member: *904 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + member: *906 + organization: *879 + repository: *880 scope: description: The scope of the membership. Currently, can only be `team`. @@ -172312,7 +172363,7 @@ x-webhooks: required: - login - id - team: &914 + team: &916 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -172535,11 +172586,11 @@ x-webhooks: type: string enum: - removed - enterprise: *875 - installation: *876 - member: *904 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + member: *906 + organization: *879 + repository: *880 scope: description: The scope of the membership. Currently, can only be `team`. @@ -172616,7 +172667,7 @@ x-webhooks: required: - login - id - team: *914 + team: *916 required: - action - scope @@ -172698,8 +172749,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *876 - merge_group: &916 + installation: *878 + merge_group: &918 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -172718,15 +172769,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *915 + head_commit: *917 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *877 - repository: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -172812,10 +172863,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *876 - merge_group: *916 - organization: *877 - repository: *878 + installation: *878 + merge_group: *918 + organization: *879 + repository: *880 sender: *4 required: - action @@ -172888,7 +172939,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *875 + enterprise: *877 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -172997,17 +173048,17 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *876 - organization: *877 + installation: *878 + organization: *879 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: *917 - required: *918 - x-github-breaking-changes: *919 + properties: *919 + required: *920 + x-github-breaking-changes: *921 nullable: true sender: *4 required: @@ -173088,11 +173139,11 @@ x-webhooks: type: string enum: - closed - enterprise: *875 - installation: *876 - milestone: *909 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + milestone: *911 + organization: *879 + repository: *880 sender: *4 required: - action @@ -173171,9 +173222,9 @@ x-webhooks: type: string enum: - created - enterprise: *875 - installation: *876 - milestone: &920 + enterprise: *877 + installation: *878 + milestone: &922 title: Milestone description: A collection of related issues and pull requests. type: object @@ -173310,8 +173361,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *877 - repository: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -173390,11 +173441,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *875 - installation: *876 - milestone: *909 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + milestone: *911 + organization: *879 + repository: *880 sender: *4 required: - action @@ -173504,11 +173555,11 @@ x-webhooks: type: string required: - from - enterprise: *875 - installation: *876 - milestone: *909 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + milestone: *911 + organization: *879 + repository: *880 sender: *4 required: - action @@ -173588,11 +173639,11 @@ x-webhooks: type: string enum: - opened - enterprise: *875 - installation: *876 - milestone: *920 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + milestone: *922 + organization: *879 + repository: *880 sender: *4 required: - action @@ -173671,11 +173722,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *904 - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + blocked_user: *906 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -173754,11 +173805,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *904 - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + blocked_user: *906 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -173834,7 +173885,7 @@ x-webhooks: enum: - created definition: *153 - enterprise: *875 + enterprise: *877 sender: *4 required: - action @@ -173914,8 +173965,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *875 - installation: *876 + enterprise: *877 + installation: *878 sender: *4 required: - action @@ -173988,8 +174039,8 @@ x-webhooks: enum: - updated definition: *153 - enterprise: *875 - installation: *876 + enterprise: *877 + installation: *878 sender: *4 required: - action @@ -174061,9 +174112,9 @@ x-webhooks: type: string enum: - updated - enterprise: *875 - installation: *876 - organization: *877 + enterprise: *877 + installation: *878 + organization: *879 sender: *4 new_property_values: type: array @@ -174151,9 +174202,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *875 - installation: *876 - membership: &921 + enterprise: *877 + installation: *878 + membership: &923 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -174260,8 +174311,8 @@ x-webhooks: - role - organization_url - user - organization: *877 - repository: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -174339,11 +174390,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *875 - installation: *876 - membership: *921 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + membership: *923 + organization: *879 + repository: *880 sender: *4 required: - action @@ -174422,8 +174473,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *875 - installation: *876 + enterprise: *877 + installation: *878 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -174539,10 +174590,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *877 - repository: *878 + organization: *879 + repository: *880 sender: *4 - user: *904 + user: *906 required: - action - invitation @@ -174620,11 +174671,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *875 - installation: *876 - membership: *921 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + membership: *923 + organization: *879 + repository: *880 sender: *4 required: - action @@ -174711,11 +174762,11 @@ x-webhooks: properties: from: type: string - enterprise: *875 - installation: *876 - membership: *921 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + membership: *923 + organization: *879 + repository: *880 sender: *4 required: - action @@ -174793,9 +174844,9 @@ x-webhooks: type: string enum: - published - enterprise: *875 - installation: *876 - organization: *877 + enterprise: *877 + installation: *878 + organization: *879 package: description: Information about the package. type: object @@ -175294,7 +175345,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &922 + items: &924 title: Ruby Gems metadata type: object properties: @@ -175389,7 +175440,7 @@ x-webhooks: - owner - package_version - registry - repository: *878 + repository: *880 sender: *4 required: - action @@ -175466,9 +175517,9 @@ x-webhooks: type: string enum: - updated - enterprise: *875 - installation: *876 - organization: *877 + enterprise: *877 + installation: *878 + organization: *879 package: description: Information about the package. type: object @@ -175821,7 +175872,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *922 + items: *924 source_url: type: string format: uri @@ -175891,7 +175942,7 @@ x-webhooks: - owner - package_version - registry - repository: *878 + repository: *880 sender: *4 required: - action @@ -176067,12 +176118,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *875 + enterprise: *877 id: type: integer - installation: *876 - organization: *877 - repository: *878 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - id @@ -176149,7 +176200,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &923 + personal_access_token_request: &925 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -176295,10 +176346,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *875 - organization: *877 + enterprise: *877 + organization: *879 sender: *4 - installation: *876 + installation: *878 required: - action - personal_access_token_request @@ -176375,11 +176426,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *923 - enterprise: *875 - organization: *877 + personal_access_token_request: *925 + enterprise: *877 + organization: *879 sender: *4 - installation: *876 + installation: *878 required: - action - personal_access_token_request @@ -176455,11 +176506,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *923 - enterprise: *875 - organization: *877 + personal_access_token_request: *925 + enterprise: *877 + organization: *879 sender: *4 - installation: *876 + installation: *878 required: - action - personal_access_token_request @@ -176534,11 +176585,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *923 - organization: *877 - enterprise: *875 + personal_access_token_request: *925 + organization: *879 + enterprise: *877 sender: *4 - installation: *876 + installation: *878 required: - action - personal_access_token_request @@ -176643,7 +176694,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *924 + last_response: *926 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -176675,8 +176726,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *877 - repository: *878 + organization: *879 + repository: *880 sender: *4 zen: description: Random string of GitHub zen. @@ -176921,10 +176972,10 @@ x-webhooks: - from required: - note - enterprise: *875 - installation: *876 - organization: *877 - project_card: &925 + enterprise: *877 + installation: *878 + organization: *879 + project_card: &927 title: Project Card type: object properties: @@ -177043,7 +177094,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *878 + repository: *880 sender: *4 required: - action @@ -177124,11 +177175,11 @@ x-webhooks: type: string enum: - created - enterprise: *875 - installation: *876 - organization: *877 - project_card: *925 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + project_card: *927 + repository: *880 sender: *4 required: - action @@ -177208,9 +177259,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *875 - installation: *876 - organization: *877 + enterprise: *877 + installation: *878 + organization: *879 project_card: title: Project Card type: object @@ -177338,9 +177389,9 @@ 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: *917 - required: *918 - x-github-breaking-changes: *919 + properties: *919 + required: *920 + x-github-breaking-changes: *921 nullable: true sender: *4 required: @@ -177434,11 +177485,11 @@ x-webhooks: - from required: - note - enterprise: *875 - installation: *876 - organization: *877 - project_card: *925 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + project_card: *927 + repository: *880 sender: *4 required: - action @@ -177532,9 +177583,9 @@ x-webhooks: - from required: - column_id - enterprise: *875 - installation: *876 - organization: *877 + enterprise: *877 + installation: *878 + organization: *879 project_card: allOf: - title: Project Card @@ -177724,7 +177775,7 @@ x-webhooks: type: string required: - after_id - repository: *878 + repository: *880 sender: *4 required: - action @@ -177804,10 +177855,10 @@ x-webhooks: type: string enum: - closed - enterprise: *875 - installation: *876 - organization: *877 - project: &927 + enterprise: *877 + installation: *878 + organization: *879 + project: &929 title: Project type: object properties: @@ -177931,7 +177982,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *878 + repository: *880 sender: *4 required: - action @@ -178011,10 +178062,10 @@ x-webhooks: type: string enum: - created - enterprise: *875 - installation: *876 - organization: *877 - project_column: &926 + enterprise: *877 + installation: *878 + organization: *879 + project_column: &928 title: Project Column type: object properties: @@ -178053,7 +178104,7 @@ x-webhooks: - name - created_at - updated_at - repository: *878 + repository: *880 sender: *4 required: - action @@ -178132,19 +178183,19 @@ x-webhooks: type: string enum: - deleted - enterprise: *875 - installation: *876 - organization: *877 - project_column: *926 + enterprise: *877 + installation: *878 + organization: *879 + project_column: *928 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: *917 - required: *918 - x-github-breaking-changes: *919 + properties: *919 + required: *920 + x-github-breaking-changes: *921 nullable: true sender: *4 required: @@ -178234,11 +178285,11 @@ x-webhooks: type: string required: - from - enterprise: *875 - installation: *876 - organization: *877 - project_column: *926 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + project_column: *928 + repository: *880 sender: *4 required: - action @@ -178318,11 +178369,11 @@ x-webhooks: type: string enum: - moved - enterprise: *875 - installation: *876 - organization: *877 - project_column: *926 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + project_column: *928 + repository: *880 sender: *4 required: - action @@ -178402,11 +178453,11 @@ x-webhooks: type: string enum: - created - enterprise: *875 - installation: *876 - organization: *877 - project: *927 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + project: *929 + repository: *880 sender: *4 required: - action @@ -178486,19 +178537,19 @@ x-webhooks: type: string enum: - deleted - enterprise: *875 - installation: *876 - organization: *877 - project: *927 + enterprise: *877 + installation: *878 + organization: *879 + project: *929 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: *917 - required: *918 - x-github-breaking-changes: *919 + properties: *919 + required: *920 + x-github-breaking-changes: *921 nullable: true sender: *4 required: @@ -178600,11 +178651,11 @@ x-webhooks: type: string required: - from - enterprise: *875 - installation: *876 - organization: *877 - project: *927 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + project: *929 + repository: *880 sender: *4 required: - action @@ -178683,11 +178734,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *875 - installation: *876 - organization: *877 - project: *927 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + project: *929 + repository: *880 sender: *4 required: - action @@ -178768,8 +178819,8 @@ x-webhooks: type: string enum: - closed - installation: *876 - organization: *877 + installation: *878 + organization: *879 projects_v2: *421 sender: *4 required: @@ -178851,8 +178902,8 @@ x-webhooks: type: string enum: - created - installation: *876 - organization: *877 + installation: *878 + organization: *879 projects_v2: *421 sender: *4 required: @@ -178934,8 +178985,8 @@ x-webhooks: type: string enum: - deleted - installation: *876 - organization: *877 + installation: *878 + organization: *879 projects_v2: *421 sender: *4 required: @@ -179053,8 +179104,8 @@ x-webhooks: type: string to: type: string - installation: *876 - organization: *877 + installation: *878 + organization: *879 projects_v2: *421 sender: *4 required: @@ -179138,7 +179189,7 @@ x-webhooks: type: string enum: - archived - changes: &931 + changes: &933 type: object properties: archived_at: @@ -179152,9 +179203,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *876 - organization: *877 - projects_v2_item: &928 + installation: *878 + organization: *879 + projects_v2_item: &930 title: Projects v2 Item description: An item belonging to a project type: object @@ -179289,9 +179340,9 @@ x-webhooks: nullable: true to: type: string - installation: *876 - organization: *877 - projects_v2_item: *928 + installation: *878 + organization: *879 + projects_v2_item: *930 sender: *4 required: - action @@ -179373,9 +179424,9 @@ x-webhooks: type: string enum: - created - installation: *876 - organization: *877 - projects_v2_item: *928 + installation: *878 + organization: *879 + projects_v2_item: *930 sender: *4 required: - action @@ -179456,9 +179507,9 @@ x-webhooks: type: string enum: - deleted - installation: *876 - organization: *877 - projects_v2_item: *928 + installation: *878 + organization: *879 + projects_v2_item: *930 sender: *4 required: - action @@ -179564,7 +179615,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &929 + - &931 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -179586,7 +179637,7 @@ x-webhooks: required: - id - name - - &930 + - &932 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -179620,8 +179671,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *929 - - *930 + - *931 + - *932 required: - field_value - type: object @@ -179637,9 +179688,9 @@ x-webhooks: nullable: true required: - body - installation: *876 - organization: *877 - projects_v2_item: *928 + installation: *878 + organization: *879 + projects_v2_item: *930 sender: *4 required: - action @@ -179734,9 +179785,9 @@ x-webhooks: to: type: string nullable: true - installation: *876 - organization: *877 - projects_v2_item: *928 + installation: *878 + organization: *879 + projects_v2_item: *930 sender: *4 required: - action @@ -179819,10 +179870,10 @@ x-webhooks: type: string enum: - restored - changes: *931 - installation: *876 - organization: *877 - projects_v2_item: *928 + changes: *933 + installation: *878 + organization: *879 + projects_v2_item: *930 sender: *4 required: - action @@ -179904,8 +179955,8 @@ x-webhooks: type: string enum: - reopened - installation: *876 - organization: *877 + installation: *878 + organization: *879 projects_v2: *421 sender: *4 required: @@ -179987,14 +180038,14 @@ x-webhooks: type: string enum: - created - installation: *876 - organization: *877 - projects_v2_status_update: &934 + installation: *878 + organization: *879 + projects_v2_status_update: &936 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *932 - required: *933 + properties: *934 + required: *935 sender: *4 required: - action @@ -180075,9 +180126,9 @@ x-webhooks: type: string enum: - deleted - installation: *876 - organization: *877 - projects_v2_status_update: *934 + installation: *878 + organization: *879 + projects_v2_status_update: *936 sender: *4 required: - action @@ -180213,9 +180264,9 @@ x-webhooks: type: string format: date nullable: true - installation: *876 - organization: *877 - projects_v2_status_update: *934 + installation: *878 + organization: *879 + projects_v2_status_update: *936 sender: *4 required: - action @@ -180286,10 +180337,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - repository @@ -180366,13 +180417,13 @@ x-webhooks: type: string enum: - assigned - assignee: *904 - enterprise: *875 - installation: *876 - number: &935 + assignee: *906 + enterprise: *877 + installation: *878 + number: &937 description: The pull request number. type: integer - organization: *877 + organization: *879 pull_request: title: Pull Request type: object @@ -182677,7 +182728,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *878 + repository: *880 sender: *4 required: - action @@ -182774,11 +182825,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *875 - installation: *876 + enterprise: *877 + installation: *878 number: type: integer - organization: *877 + organization: *879 pull_request: title: Pull Request type: object @@ -185078,7 +185129,7 @@ x-webhooks: - draft reason: type: string - repository: *878 + repository: *880 sender: *4 required: - action @@ -185175,11 +185226,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *875 - installation: *876 + enterprise: *877 + installation: *878 number: type: integer - organization: *877 + organization: *879 pull_request: title: Pull Request type: object @@ -187479,7 +187530,7 @@ x-webhooks: - draft reason: type: string - repository: *878 + repository: *880 sender: *4 required: - action @@ -187576,13 +187627,13 @@ x-webhooks: type: string enum: - closed - enterprise: *875 - installation: *876 - number: *935 - organization: *877 - pull_request: &936 + enterprise: *877 + installation: *878 + number: *937 + organization: *879 + pull_request: &938 allOf: - - *723 + - *725 - type: object properties: allow_auto_merge: @@ -187644,7 +187695,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *878 + repository: *880 sender: *4 required: - action @@ -187725,12 +187776,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *875 - installation: *876 - number: *935 - organization: *877 - pull_request: *936 - repository: *878 + enterprise: *877 + installation: *878 + number: *937 + organization: *879 + pull_request: *938 + repository: *880 sender: *4 required: - action @@ -187810,11 +187861,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *875 - milestone: *705 - number: *935 - organization: *877 - pull_request: &937 + enterprise: *877 + milestone: *707 + number: *937 + organization: *879 + pull_request: &939 title: Pull Request type: object properties: @@ -190141,7 +190192,7 @@ x-webhooks: - active_lock_reason - draft version: '2026-03-10' - repository: *878 + repository: *880 sender: *4 required: - action @@ -190220,11 +190271,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *875 - installation: *876 + enterprise: *877 + installation: *878 number: type: integer - organization: *877 + organization: *879 pull_request: title: Pull Request type: object @@ -192528,7 +192579,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *878 + repository: *880 sender: *4 required: - action @@ -192660,12 +192711,12 @@ x-webhooks: type: string required: - from - enterprise: *875 - installation: *876 - number: *935 - organization: *877 - pull_request: *936 - repository: *878 + enterprise: *877 + installation: *878 + number: *937 + organization: *879 + pull_request: *938 + repository: *880 sender: *4 required: - action @@ -192745,11 +192796,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *875 - installation: *876 + enterprise: *877 + installation: *878 number: type: integer - organization: *877 + organization: *879 pull_request: title: Pull Request type: object @@ -195038,7 +195089,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *878 + repository: *880 sender: *4 required: - action @@ -195126,11 +195177,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *875 - installation: *876 - label: *898 - number: *935 - organization: *877 + enterprise: *877 + installation: *878 + label: *900 + number: *937 + organization: *879 pull_request: title: Pull Request type: object @@ -197434,7 +197485,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *878 + repository: *880 sender: *4 required: - action @@ -197530,10 +197581,10 @@ x-webhooks: type: string enum: - locked - enterprise: *875 - installation: *876 - number: *935 - organization: *877 + enterprise: *877 + installation: *878 + number: *937 + organization: *879 pull_request: title: Pull Request type: object @@ -199835,7 +199886,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *878 + repository: *880 sender: *4 required: - action @@ -199930,12 +199981,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *875 - milestone: *705 - number: *935 - organization: *877 - pull_request: *937 - repository: *878 + enterprise: *877 + milestone: *707 + number: *937 + organization: *879 + pull_request: *939 + repository: *880 sender: *4 required: - action @@ -200014,12 +200065,12 @@ x-webhooks: type: string enum: - opened - enterprise: *875 - installation: *876 - number: *935 - organization: *877 - pull_request: *936 - repository: *878 + enterprise: *877 + installation: *878 + number: *937 + organization: *879 + pull_request: *938 + repository: *880 sender: *4 required: - action @@ -200100,12 +200151,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *875 - installation: *876 - number: *935 - organization: *877 - pull_request: *936 - repository: *878 + enterprise: *877 + installation: *878 + number: *937 + organization: *879 + pull_request: *938 + repository: *880 sender: *4 required: - action @@ -200185,12 +200236,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *875 - installation: *876 - number: *935 - organization: *877 - pull_request: *936 - repository: *878 + enterprise: *877 + installation: *878 + number: *937 + organization: *879 + pull_request: *938 + repository: *880 sender: *4 required: - action @@ -200556,9 +200607,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *875 - installation: *876 - organization: *877 + enterprise: *877 + installation: *878 + organization: *879 pull_request: type: object properties: @@ -202750,7 +202801,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *878 + repository: *880 sender: *4 required: - action @@ -202845,7 +202896,7 @@ x-webhooks: type: string enum: - deleted - comment: &939 + comment: &941 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -203130,9 +203181,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *875 - installation: *876 - organization: *877 + enterprise: *877 + installation: *878 + organization: *879 pull_request: type: object properties: @@ -205312,7 +205363,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *878 + repository: *880 sender: *4 required: - action @@ -205407,11 +205458,11 @@ x-webhooks: type: string enum: - edited - changes: *938 - comment: *939 - enterprise: *875 - installation: *876 - organization: *877 + changes: *940 + comment: *941 + enterprise: *877 + installation: *878 + organization: *879 pull_request: type: object properties: @@ -207594,7 +207645,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *878 + repository: *880 sender: *4 required: - action @@ -207690,9 +207741,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *875 - installation: *876 - organization: *877 + enterprise: *877 + installation: *878 + organization: *879 pull_request: title: Simple Pull Request type: object @@ -209887,7 +209938,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *878 + repository: *880 review: description: The review that was affected. type: object @@ -210149,9 +210200,9 @@ x-webhooks: type: string required: - from - enterprise: *875 - installation: *876 - organization: *877 + enterprise: *877 + installation: *878 + organization: *879 pull_request: title: Simple Pull Request type: object @@ -212205,8 +212256,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *878 - review: &940 + repository: *880 + review: &942 description: The review that was affected. type: object properties: @@ -212447,12 +212498,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *875 - installation: *876 + enterprise: *877 + installation: *878 number: description: The pull request number. type: integer - organization: *877 + organization: *879 pull_request: title: Pull Request type: object @@ -214757,7 +214808,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *878 + repository: *880 requested_reviewer: title: User type: object @@ -214841,12 +214892,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *875 - installation: *876 + enterprise: *877 + installation: *878 number: description: The pull request number. type: integer - organization: *877 + organization: *879 pull_request: title: Pull Request type: object @@ -217158,7 +217209,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *878 + repository: *880 requested_team: title: Team description: Groups of organization members that gives permissions @@ -217373,12 +217424,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *875 - installation: *876 + enterprise: *877 + installation: *878 number: description: The pull request number. type: integer - organization: *877 + organization: *879 pull_request: title: Pull Request type: object @@ -219685,7 +219736,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *878 + repository: *880 requested_reviewer: title: User type: object @@ -219770,12 +219821,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *875 - installation: *876 + enterprise: *877 + installation: *878 number: description: The pull request number. type: integer - organization: *877 + organization: *879 pull_request: title: Pull Request type: object @@ -222073,7 +222124,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *878 + repository: *880 requested_team: title: Team description: Groups of organization members that gives permissions @@ -222277,9 +222328,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *875 - installation: *876 - organization: *877 + enterprise: *877 + installation: *878 + organization: *879 pull_request: title: Simple Pull Request type: object @@ -224476,8 +224527,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *878 - review: *940 + repository: *880 + review: *942 sender: *4 required: - action @@ -224572,9 +224623,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *875 - installation: *876 - organization: *877 + enterprise: *877 + installation: *878 + organization: *879 pull_request: title: Simple Pull Request type: object @@ -226666,7 +226717,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *878 + repository: *880 sender: *4 thread: type: object @@ -227061,9 +227112,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *875 - installation: *876 - organization: *877 + enterprise: *877 + installation: *878 + organization: *879 pull_request: title: Simple Pull Request type: object @@ -229141,7 +229192,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *878 + repository: *880 sender: *4 thread: type: object @@ -229539,10 +229590,10 @@ x-webhooks: type: string before: type: string - enterprise: *875 - installation: *876 - number: *935 - organization: *877 + enterprise: *877 + installation: *878 + number: *937 + organization: *879 pull_request: title: Pull Request type: object @@ -231835,7 +231886,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *878 + repository: *880 sender: *4 required: - action @@ -231932,11 +231983,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *941 - enterprise: *875 - installation: *876 - number: *935 - organization: *877 + assignee: *943 + enterprise: *877 + installation: *878 + number: *937 + organization: *879 pull_request: title: Pull Request type: object @@ -234241,7 +234292,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *878 + repository: *880 sender: *4 required: - action @@ -234335,11 +234386,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *875 - installation: *876 - label: *898 - number: *935 - organization: *877 + enterprise: *877 + installation: *878 + label: *900 + number: *937 + organization: *879 pull_request: title: Pull Request type: object @@ -236634,7 +236685,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *878 + repository: *880 sender: *4 required: - action @@ -236730,10 +236781,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *875 - installation: *876 - number: *935 - organization: *877 + enterprise: *877 + installation: *878 + number: *937 + organization: *879 pull_request: title: Pull Request type: object @@ -239020,7 +239071,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *878 + repository: *880 sender: *4 required: - action @@ -239235,7 +239286,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *875 + enterprise: *877 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -239327,8 +239378,8 @@ x-webhooks: - url - author - committer - installation: *876 - organization: *877 + installation: *878 + organization: *879 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -239914,9 +239965,9 @@ x-webhooks: type: string enum: - published - enterprise: *875 - installation: *876 - organization: *877 + enterprise: *877 + installation: *878 + organization: *879 registry_package: type: object properties: @@ -240362,7 +240413,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *922 + items: *924 summary: type: string tag_name: @@ -240416,7 +240467,7 @@ x-webhooks: - owner - package_version - registry - repository: *878 + repository: *880 sender: *4 required: - action @@ -240494,9 +240545,9 @@ x-webhooks: type: string enum: - updated - enterprise: *875 - installation: *876 - organization: *877 + enterprise: *877 + installation: *878 + organization: *879 registry_package: type: object properties: @@ -240804,7 +240855,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *922 + items: *924 summary: type: string tag_name: @@ -240853,7 +240904,7 @@ x-webhooks: - owner - package_version - registry - repository: *878 + repository: *880 sender: *4 required: - action @@ -240930,10 +240981,10 @@ x-webhooks: type: string enum: - created - enterprise: *875 - installation: *876 - organization: *877 - release: &942 + enterprise: *877 + installation: *878 + organization: *879 + release: &944 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -241251,7 +241302,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *878 + repository: *880 sender: *4 required: - action @@ -241328,11 +241379,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *875 - installation: *876 - organization: *877 - release: *942 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + release: *944 + repository: *880 sender: *4 required: - action @@ -241449,11 +241500,11 @@ x-webhooks: type: boolean required: - to - enterprise: *875 - installation: *876 - organization: *877 - release: *942 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + release: *944 + repository: *880 sender: *4 required: - action @@ -241531,9 +241582,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *875 - installation: *876 - organization: *877 + enterprise: *877 + installation: *878 + organization: *879 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -241855,7 +241906,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *878 + repository: *880 sender: *4 required: - action @@ -241931,10 +241982,10 @@ x-webhooks: type: string enum: - published - enterprise: *875 - installation: *876 - organization: *877 - release: &943 + enterprise: *877 + installation: *878 + organization: *879 + release: &945 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -242253,7 +242304,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *878 + repository: *880 sender: *4 required: - action @@ -242329,11 +242380,11 @@ x-webhooks: type: string enum: - released - enterprise: *875 - installation: *876 - organization: *877 - release: *942 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + release: *944 + repository: *880 sender: *4 required: - action @@ -242409,11 +242460,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *875 - installation: *876 - organization: *877 - release: *943 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + release: *945 + repository: *880 sender: *4 required: - action @@ -242489,11 +242540,11 @@ x-webhooks: type: string enum: - published - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 - repository_advisory: *775 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 + repository_advisory: *777 sender: *4 required: - action @@ -242569,11 +242620,11 @@ x-webhooks: type: string enum: - reported - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 - repository_advisory: *775 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 + repository_advisory: *777 sender: *4 required: - action @@ -242649,10 +242700,10 @@ x-webhooks: type: string enum: - archived - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -242729,10 +242780,10 @@ x-webhooks: type: string enum: - created - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -242810,10 +242861,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -242897,10 +242948,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -243012,10 +243063,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -243087,10 +243138,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 status: type: string @@ -243171,10 +243222,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -243251,10 +243302,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -243348,10 +243399,10 @@ x-webhooks: - name required: - repository - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -243431,10 +243482,10 @@ x-webhooks: type: string enum: - created - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 repository_ruleset: *193 sender: *4 required: @@ -243513,10 +243564,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 repository_ruleset: *193 sender: *4 required: @@ -243595,10 +243646,10 @@ x-webhooks: type: string enum: - edited - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 repository_ruleset: *193 changes: type: object @@ -243660,16 +243711,16 @@ x-webhooks: properties: added: type: array - items: *743 + items: *745 deleted: type: array - items: *743 + items: *745 updated: type: array items: type: object properties: - rule: *743 + rule: *745 changes: type: object properties: @@ -243903,10 +243954,10 @@ x-webhooks: - from required: - owner - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -243984,10 +244035,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -244065,7 +244116,7 @@ x-webhooks: type: string enum: - create - alert: &944 + alert: &946 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -244187,10 +244238,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -244396,10 +244447,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -244477,11 +244528,11 @@ x-webhooks: type: string enum: - reopen - alert: *944 - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + alert: *946 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -244680,10 +244731,10 @@ x-webhooks: enum: - fixed - open - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -244761,7 +244812,7 @@ x-webhooks: type: string enum: - assigned - alert: &945 + alert: &947 type: object properties: number: *130 @@ -244904,10 +244955,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -244985,11 +245036,11 @@ x-webhooks: type: string enum: - created - alert: *945 - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + alert: *947 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -245070,11 +245121,11 @@ x-webhooks: type: string enum: - created - alert: *945 - installation: *876 - location: *946 - organization: *877 - repository: *878 + alert: *947 + installation: *878 + location: *948 + organization: *879 + repository: *880 sender: *4 required: - location @@ -245312,11 +245363,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *945 - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + alert: *947 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -245394,11 +245445,11 @@ x-webhooks: type: string enum: - reopened - alert: *945 - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + alert: *947 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -245476,11 +245527,11 @@ x-webhooks: type: string enum: - resolved - alert: *945 - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + alert: *947 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -245558,12 +245609,12 @@ x-webhooks: type: string enum: - unassigned - alert: *945 + alert: *947 assignee: *4 - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -245641,11 +245692,11 @@ x-webhooks: type: string enum: - validated - alert: *945 - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + alert: *947 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -245771,10 +245822,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *878 - enterprise: *875 - installation: *876 - organization: *877 + repository: *880 + enterprise: *877 + installation: *878 + organization: *879 sender: *4 required: - action @@ -245852,11 +245903,11 @@ x-webhooks: type: string enum: - published - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 - security_advisory: &947 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 + security_advisory: &949 description: The details of the security advisory, including summary, description, and severity. type: object @@ -246057,11 +246108,11 @@ x-webhooks: type: string enum: - updated - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 - security_advisory: *947 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 + security_advisory: *949 sender: *4 required: - action @@ -246134,10 +246185,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -246330,9 +246381,9 @@ x-webhooks: type: object properties: security_and_analysis: *439 - enterprise: *875 - installation: *876 - organization: *877 + enterprise: *877 + installation: *878 + organization: *879 repository: *485 sender: *4 required: @@ -246411,12 +246462,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 - sponsorship: &948 + sponsorship: &950 type: object properties: created_at: @@ -246717,12 +246768,12 @@ x-webhooks: type: string enum: - created - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 - sponsorship: *948 + sponsorship: *950 required: - action - sponsorship @@ -246810,12 +246861,12 @@ x-webhooks: type: string required: - from - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 - sponsorship: *948 + sponsorship: *950 required: - action - changes @@ -246892,17 +246943,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &949 + effective_date: &951 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: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 - sponsorship: *948 + sponsorship: *950 required: - action - sponsorship @@ -246976,7 +247027,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &950 + changes: &952 type: object properties: tier: @@ -247020,13 +247071,13 @@ x-webhooks: - from required: - tier - effective_date: *949 - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + effective_date: *951 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 - sponsorship: *948 + sponsorship: *950 required: - action - changes @@ -247103,13 +247154,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *950 - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + changes: *952 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 - sponsorship: *948 + sponsorship: *950 required: - action - changes @@ -247183,10 +247234,10 @@ x-webhooks: type: string enum: - created - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -247269,10 +247320,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -247692,15 +247743,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *875 + enterprise: *877 id: description: The unique identifier of the status. type: integer - installation: *876 + installation: *878 name: type: string - organization: *877 - repository: *878 + organization: *879 + repository: *880 sender: *4 sha: description: The Commit SHA. @@ -247815,9 +247866,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *227 - installation: *876 - organization: *877 - repository: *878 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -247907,9 +247958,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *227 - installation: *876 - organization: *877 - repository: *878 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -247999,9 +248050,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *227 - installation: *876 - organization: *877 - repository: *878 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -248091,9 +248142,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *227 - installation: *876 - organization: *877 - repository: *878 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -248170,12 +248221,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 - team: &951 + team: &953 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -248398,9 +248449,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *875 - installation: *876 - organization: *877 + enterprise: *877 + installation: *878 + organization: *879 repository: title: Repository description: A git repository @@ -248858,7 +248909,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *951 + team: *953 required: - action - team @@ -248934,9 +248985,9 @@ x-webhooks: type: string enum: - created - enterprise: *875 - installation: *876 - organization: *877 + enterprise: *877 + installation: *878 + organization: *879 repository: title: Repository description: A git repository @@ -249394,7 +249445,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *951 + team: *953 required: - action - team @@ -249471,9 +249522,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *875 - installation: *876 - organization: *877 + enterprise: *877 + installation: *878 + organization: *879 repository: title: Repository description: A git repository @@ -249931,7 +249982,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *951 + team: *953 required: - action - team @@ -250075,9 +250126,9 @@ x-webhooks: - from required: - permissions - enterprise: *875 - installation: *876 - organization: *877 + enterprise: *877 + installation: *878 + organization: *879 repository: title: Repository description: A git repository @@ -250535,7 +250586,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *951 + team: *953 required: - action - changes @@ -250613,9 +250664,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *875 - installation: *876 - organization: *877 + enterprise: *877 + installation: *878 + organization: *879 repository: title: Repository description: A git repository @@ -251073,7 +251124,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *951 + team: *953 required: - action - team @@ -251149,10 +251200,10 @@ x-webhooks: type: string enum: - started - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -251225,16 +251276,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *875 + enterprise: *877 inputs: type: object nullable: true additionalProperties: true - installation: *876 - organization: *877 + installation: *878 + organization: *879 ref: type: string - repository: *878 + repository: *880 sender: *4 workflow: type: string @@ -251316,10 +251367,10 @@ x-webhooks: type: string enum: - completed - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 workflow_job: allOf: @@ -251556,7 +251607,7 @@ x-webhooks: type: string required: - conclusion - deployment: *624 + deployment: *626 required: - action - repository @@ -251635,10 +251686,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 workflow_job: allOf: @@ -251898,7 +251949,7 @@ x-webhooks: required: - status - steps - deployment: *624 + deployment: *626 required: - action - repository @@ -251977,10 +252028,10 @@ x-webhooks: type: string enum: - queued - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 workflow_job: type: object @@ -252115,7 +252166,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *624 + deployment: *626 required: - action - repository @@ -252194,10 +252245,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 workflow_job: type: object @@ -252333,7 +252384,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *624 + deployment: *626 required: - action - repository @@ -252413,12 +252464,12 @@ x-webhooks: type: string enum: - completed - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 - workflow: *894 + workflow: *896 workflow_run: title: Workflow Run type: object @@ -253417,12 +253468,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 - workflow: *894 + workflow: *896 workflow_run: title: Workflow Run type: object @@ -254406,12 +254457,12 @@ x-webhooks: type: string enum: - requested - enterprise: *875 - installation: *876 - organization: *877 - repository: *878 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 - workflow: *894 + workflow: *896 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index 3f7d30602..33de20000 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -61838,6 +61838,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" + } + } } } }, @@ -62270,6 +62300,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": { + {"code":"deadline_exceeded","msg":"operation timed out"}