diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index 0bb05b64a..df8d852c9 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -48976,6 +48976,36 @@ "$ref": "#/components/examples/commit" } } + }, + "application/vnd.github.diff": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "$ref": "#/components/examples/diff-media-type" + } + } + }, + "application/vnd.github.patch": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "$ref": "#/components/examples/patch-media-type" + } + } + }, + "application/vnd.github.sha": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "ac3282a2725be3b1d4979169a7a311c89066af1c" + } + } } } }, @@ -49408,6 +49438,26 @@ "$ref": "#/components/examples/commit-comparison" } } + }, + "application/vnd.github.diff": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "$ref": "#/components/examples/diff-media-type" + } + } + }, + "application/vnd.github.patch": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "$ref": "#/components/examples/patch-media-type" + } + } } } }, @@ -315772,6 +315822,12 @@ ] } }, + "diff-media-type": { + "value": "diff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + }, + "patch-media-type": { + "value": "From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001\nFrom: Mona Lisa <87831417+monalisa@users.noreply.github.com>\nDate: Fri, 6 Mar 2026 11:18:45 +0000\nSubject: [PATCH] Change 'test' to 'test change' in testfile\n\n---\ntestfile | 2 +-\n1 file changed, 1 insertion(+), 1 deletion(-)\n\ndiff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + }, "check-suite-paginated": { "value": { "total_count": 1, diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index be203bacf..a9ff155e1 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -35842,6 +35842,24 @@ paths: examples: default: "$ref": "#/components/examples/commit" + application/vnd.github.diff: + schema: + type: string + examples: + default: + "$ref": "#/components/examples/diff-media-type" + application/vnd.github.patch: + schema: + type: string + examples: + default: + "$ref": "#/components/examples/patch-media-type" + application/vnd.github.sha: + schema: + type: string + examples: + default: + value: ac3282a2725be3b1d4979169a7a311c89066af1c '422': "$ref": "#/components/responses/validation_failed" '404': @@ -36192,6 +36210,18 @@ paths: examples: default: "$ref": "#/components/examples/commit-comparison" + application/vnd.github.diff: + schema: + type: string + examples: + default: + "$ref": "#/components/examples/diff-media-type" + application/vnd.github.patch: + schema: + type: string + examples: + default: + "$ref": "#/components/examples/patch-media-type" '404': "$ref": "#/components/responses/not_found" '500': @@ -234434,6 +234464,33 @@ components: patch: |- @@ -29,7 +29,7 @@ ..... + diff-media-type: + value: | + diff --git a/testfile b/testfile + index 9bdeaeb..912c7ef 100644 + --- a/testfile + +++ b/testfile + @@ -1 +1 @@ + -test + +test change + patch-media-type: + value: | + From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001 + From: Mona Lisa <87831417+monalisa@users.noreply.github.com> + Date: Fri, 6 Mar 2026 11:18:45 +0000 + Subject: [PATCH] Change 'test' to 'test change' in testfile + + --- + testfile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + + diff --git a/testfile b/testfile + index 9bdeaeb..912c7ef 100644 + --- a/testfile + +++ b/testfile + @@ -1 +1 @@ + -test + +test change check-suite-paginated: value: total_count: 1 diff --git a/descriptions-next/api.github.com/api.github.com.2026-03-10.json b/descriptions-next/api.github.com/api.github.com.2026-03-10.json index 59d5596b1..69c11cbbe 100644 --- a/descriptions-next/api.github.com/api.github.com.2026-03-10.json +++ b/descriptions-next/api.github.com/api.github.com.2026-03-10.json @@ -48896,6 +48896,36 @@ "$ref": "#/components/examples/commit" } } + }, + "application/vnd.github.diff": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "$ref": "#/components/examples/diff-media-type" + } + } + }, + "application/vnd.github.patch": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "$ref": "#/components/examples/patch-media-type" + } + } + }, + "application/vnd.github.sha": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "ac3282a2725be3b1d4979169a7a311c89066af1c" + } + } } } }, @@ -49328,6 +49358,26 @@ "$ref": "#/components/examples/commit-comparison" } } + }, + "application/vnd.github.diff": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "$ref": "#/components/examples/diff-media-type" + } + } + }, + "application/vnd.github.patch": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "$ref": "#/components/examples/patch-media-type" + } + } } } }, @@ -314926,6 +314976,12 @@ ] } }, + "diff-media-type": { + "value": "diff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + }, + "patch-media-type": { + "value": "From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001\nFrom: Mona Lisa <87831417+monalisa@users.noreply.github.com>\nDate: Fri, 6 Mar 2026 11:18:45 +0000\nSubject: [PATCH] Change 'test' to 'test change' in testfile\n\n---\ntestfile | 2 +-\n1 file changed, 1 insertion(+), 1 deletion(-)\n\ndiff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + }, "check-suite-paginated": { "value": { "total_count": 1, diff --git a/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml b/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml index b3f704672..e45b211cd 100644 --- a/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml +++ b/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml @@ -35779,6 +35779,24 @@ paths: examples: default: "$ref": "#/components/examples/commit" + application/vnd.github.diff: + schema: + type: string + examples: + default: + "$ref": "#/components/examples/diff-media-type" + application/vnd.github.patch: + schema: + type: string + examples: + default: + "$ref": "#/components/examples/patch-media-type" + application/vnd.github.sha: + schema: + type: string + examples: + default: + value: ac3282a2725be3b1d4979169a7a311c89066af1c '422': "$ref": "#/components/responses/validation_failed" '404': @@ -36129,6 +36147,18 @@ paths: examples: default: "$ref": "#/components/examples/commit-comparison" + application/vnd.github.diff: + schema: + type: string + examples: + default: + "$ref": "#/components/examples/diff-media-type" + application/vnd.github.patch: + schema: + type: string + examples: + default: + "$ref": "#/components/examples/patch-media-type" '404': "$ref": "#/components/responses/not_found" '500': @@ -233738,6 +233768,33 @@ components: patch: |- @@ -29,7 +29,7 @@ ..... + diff-media-type: + value: | + diff --git a/testfile b/testfile + index 9bdeaeb..912c7ef 100644 + --- a/testfile + +++ b/testfile + @@ -1 +1 @@ + -test + +test change + patch-media-type: + value: | + From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001 + From: Mona Lisa <87831417+monalisa@users.noreply.github.com> + Date: Fri, 6 Mar 2026 11:18:45 +0000 + Subject: [PATCH] Change 'test' to 'test change' in testfile + + --- + testfile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + + diff --git a/testfile b/testfile + index 9bdeaeb..912c7ef 100644 + --- a/testfile + +++ b/testfile + @@ -1 +1 @@ + -test + +test change check-suite-paginated: value: total_count: 1 diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index db83bed8f..3786e3646 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -49231,6 +49231,36 @@ "$ref": "#/components/examples/commit" } } + }, + "application/vnd.github.diff": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "$ref": "#/components/examples/diff-media-type" + } + } + }, + "application/vnd.github.patch": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "$ref": "#/components/examples/patch-media-type" + } + } + }, + "application/vnd.github.sha": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "ac3282a2725be3b1d4979169a7a311c89066af1c" + } + } } } }, @@ -49663,6 +49693,26 @@ "$ref": "#/components/examples/commit-comparison" } } + }, + "application/vnd.github.diff": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "$ref": "#/components/examples/diff-media-type" + } + } + }, + "application/vnd.github.patch": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "$ref": "#/components/examples/patch-media-type" + } + } } } }, @@ -317680,6 +317730,12 @@ ] } }, + "diff-media-type": { + "value": "diff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + }, + "patch-media-type": { + "value": "From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001\nFrom: Mona Lisa <87831417+monalisa@users.noreply.github.com>\nDate: Fri, 6 Mar 2026 11:18:45 +0000\nSubject: [PATCH] Change 'test' to 'test change' in testfile\n\n---\ntestfile | 2 +-\n1 file changed, 1 insertion(+), 1 deletion(-)\n\ndiff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + }, "check-suite-paginated": { "value": { "total_count": 1, diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 0ceb2c080..b9f5af77d 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -35977,6 +35977,24 @@ paths: examples: default: "$ref": "#/components/examples/commit" + application/vnd.github.diff: + schema: + type: string + examples: + default: + "$ref": "#/components/examples/diff-media-type" + application/vnd.github.patch: + schema: + type: string + examples: + default: + "$ref": "#/components/examples/patch-media-type" + application/vnd.github.sha: + schema: + type: string + examples: + default: + value: ac3282a2725be3b1d4979169a7a311c89066af1c '422': "$ref": "#/components/responses/validation_failed" '404': @@ -36327,6 +36345,18 @@ paths: examples: default: "$ref": "#/components/examples/commit-comparison" + application/vnd.github.diff: + schema: + type: string + examples: + default: + "$ref": "#/components/examples/diff-media-type" + application/vnd.github.patch: + schema: + type: string + examples: + default: + "$ref": "#/components/examples/patch-media-type" '404': "$ref": "#/components/responses/not_found" '500': @@ -235669,6 +235699,33 @@ components: patch: |- @@ -29,7 +29,7 @@ ..... + diff-media-type: + value: | + diff --git a/testfile b/testfile + index 9bdeaeb..912c7ef 100644 + --- a/testfile + +++ b/testfile + @@ -1 +1 @@ + -test + +test change + patch-media-type: + value: | + From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001 + From: Mona Lisa <87831417+monalisa@users.noreply.github.com> + Date: Fri, 6 Mar 2026 11:18:45 +0000 + Subject: [PATCH] Change 'test' to 'test change' in testfile + + --- + testfile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + + diff --git a/testfile b/testfile + index 9bdeaeb..912c7ef 100644 + --- a/testfile + +++ b/testfile + @@ -1 +1 @@ + -test + +test change check-suite-paginated: value: total_count: 1 diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index e830cadc2..9be276b2a 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -371363,6 +371363,36 @@ } } } + }, + "application/vnd.github.diff": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "diff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } + }, + "application/vnd.github.patch": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001\nFrom: Mona Lisa <87831417+monalisa@users.noreply.github.com>\nDate: Fri, 6 Mar 2026 11:18:45 +0000\nSubject: [PATCH] Change 'test' to 'test change' in testfile\n\n---\ntestfile | 2 +-\n1 file changed, 1 insertion(+), 1 deletion(-)\n\ndiff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } + }, + "application/vnd.github.sha": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "ac3282a2725be3b1d4979169a7a311c89066af1c" + } + } } } }, @@ -379720,6 +379750,26 @@ } } } + }, + "application/vnd.github.diff": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "diff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } + }, + "application/vnd.github.patch": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001\nFrom: Mona Lisa <87831417+monalisa@users.noreply.github.com>\nDate: Fri, 6 Mar 2026 11:18:45 +0000\nSubject: [PATCH] Change 'test' to 'test change' in testfile\n\n---\ntestfile | 2 +-\n1 file changed, 1 insertion(+), 1 deletion(-)\n\ndiff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } } } }, diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 340448ad9..8cbd59cbc 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -1073,7 +1073,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &634 + - &636 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -12056,7 +12056,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &471 + - &473 name: has in: query description: |- @@ -12186,7 +12186,7 @@ paths: - transitive - inconclusive - - security_advisory: &472 + security_advisory: &474 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -12461,7 +12461,7 @@ paths: and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - auto_dismissed_at: &473 + auto_dismissed_at: &475 type: - string - 'null' @@ -12469,7 +12469,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissal_request: &474 + dismissal_request: &476 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -13896,7 +13896,7 @@ paths: properties: action: type: string - discussion: &725 + discussion: &727 title: Discussion description: A Discussion in a repository. type: object @@ -14680,7 +14680,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &646 + sub_issues_summary: &648 title: Sub-issues Summary type: object properties: @@ -14764,7 +14764,7 @@ paths: pin: anyOf: - type: 'null' - - &544 + - &546 title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. @@ -14791,7 +14791,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &647 + issue_dependencies_summary: &649 title: Issue Dependencies Summary type: object properties: @@ -14810,7 +14810,7 @@ paths: - total_blocking issue_field_values: type: array - items: &529 + items: &531 title: Issue Field Value description: A value assigned to an issue field type: object @@ -15591,7 +15591,7 @@ paths: type: string release: allOf: - - &576 + - &578 title: Release description: A release. type: object @@ -15673,7 +15673,7 @@ paths: author: *4 assets: type: array - items: &577 + items: &579 title: Release Asset description: Data related to a release. type: object @@ -16276,7 +16276,7 @@ paths: url: type: string format: uri - user: &653 + user: &655 title: Public User description: Public User type: object @@ -19720,7 +19720,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &552 + - &554 name: all description: If `true`, show notifications marked as read. in: query @@ -19728,7 +19728,7 @@ paths: schema: type: boolean default: false - - &553 + - &555 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -19738,7 +19738,7 @@ paths: type: boolean default: false - *86 - - &554 + - &556 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -20331,7 +20331,7 @@ paths: - url - subscription_url examples: - default: &555 + default: &557 value: - id: '1' repository: @@ -21901,7 +21901,7 @@ paths: required: false schema: type: string - - &702 + - &704 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -22047,7 +22047,7 @@ paths: parameters: - *73 - *115 - - &703 + - &705 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -22159,7 +22159,7 @@ paths: - *115 - *117 - *116 - - &704 + - &706 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -22167,7 +22167,7 @@ paths: schema: type: string - *118 - - &705 + - &707 name: sku description: The SKU to query for usage. in: query @@ -29012,12 +29012,12 @@ paths: required: - subject_digests examples: - default: &684 + default: &686 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &685 + withPredicateType: &687 value: subject_digests: - sha256:abc123 @@ -29076,7 +29076,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &686 + default: &688 value: attestations_subject_digests: - sha256:abc: @@ -35254,7 +35254,7 @@ paths: description: Response content: application/json: - schema: &477 + schema: &479 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -35273,7 +35273,7 @@ paths: - key_id - key examples: - default: &478 + default: &480 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -37099,7 +37099,7 @@ paths: application/json: schema: *20 examples: - default: &516 + default: &518 value: id: 1 account: @@ -37327,7 +37327,7 @@ paths: required: true content: application/json: - schema: &517 + schema: &519 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -39908,7 +39908,7 @@ paths: parameters: - *73 - *242 - - &667 + - &669 name: repo_name description: repo_name parameter in: path @@ -40969,7 +40969,7 @@ paths: - nuget - container - *73 - - &668 + - &670 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -41010,7 +41010,7 @@ paths: default: *248 '403': *27 '401': *23 - '400': &670 + '400': &672 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -43034,7 +43034,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &753 + - &755 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -43547,7 +43547,7 @@ paths: - review_comment - self author_association: *78 - auto_merge: &562 + auto_merge: &564 title: Auto merge description: The status of auto merging a pull request. type: @@ -43932,7 +43932,7 @@ paths: - updated_at - project_url examples: - default: &689 + default: &691 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44109,7 +44109,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &690 + items: &692 type: object properties: name: @@ -44146,7 +44146,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &691 + iteration_configuration: &693 type: object description: The configuration for iteration fields. properties: @@ -44196,7 +44196,7 @@ paths: value: name: Due date data_type: date - single_select_field: &692 + single_select_field: &694 summary: Create a single select field value: name: Priority @@ -44223,7 +44223,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &693 + iteration_field: &695 summary: Create an iteration field value: name: Sprint @@ -44249,7 +44249,7 @@ paths: application/json: schema: *268 examples: - text_field: &694 + text_field: &696 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -44258,7 +44258,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &695 + number_field: &697 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -44267,7 +44267,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &696 + date_field: &698 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -44276,7 +44276,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &697 + single_select_field: &699 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44310,7 +44310,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &698 + iteration_field: &700 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -44356,7 +44356,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *265 - - &699 + - &701 name: field_id description: The unique identifier of the field. in: path @@ -44371,7 +44371,7 @@ paths: application/json: schema: *268 examples: - default: &700 + default: &702 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -45582,7 +45582,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &681 + schema: &683 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -45765,7 +45765,7 @@ paths: parameters: - *265 - *73 - - &701 + - &703 name: view_number description: The number that identifies the project view. in: path @@ -47841,7 +47841,7 @@ paths: - *73 - *17 - *19 - - &584 + - &586 name: targets description: | A comma-separated list of rule targets to filter by. @@ -48127,7 +48127,7 @@ paths: - object rules: type: array - items: &585 + items: &587 title: Repository Rule type: object description: A repository rule. @@ -48189,7 +48189,7 @@ paths: type: string enum: - required_linear_history - - &583 + - &585 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -49091,7 +49091,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *73 - - &586 + - &588 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -49106,7 +49106,7 @@ paths: in: query schema: type: string - - &587 + - &589 name: time_period description: |- The time period to filter by. @@ -49122,14 +49122,14 @@ paths: - week - month default: day - - &588 + - &590 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &589 + - &591 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -49149,7 +49149,7 @@ paths: description: Response content: application/json: - schema: &590 + schema: &592 title: Rule Suites description: Response type: array @@ -49205,7 +49205,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &591 + default: &593 value: - id: 21 actor_id: 12 @@ -49249,7 +49249,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *73 - - &592 + - &594 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -49265,7 +49265,7 @@ paths: description: Response content: application/json: - schema: &593 + schema: &595 title: Rule Suite description: Response type: object @@ -49372,7 +49372,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &594 + default: &596 value: id: 21 actor_id: 12 @@ -49619,7 +49619,7 @@ paths: type: string format: date-time examples: - default: &596 + default: &598 value: - version_id: 3 actor: @@ -49672,7 +49672,7 @@ paths: description: Response content: application/json: - schema: &597 + schema: &599 allOf: - *311 - type: object @@ -49744,7 +49744,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *73 - - &598 + - &600 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -49755,7 +49755,7 @@ paths: enum: - open - resolved - - &599 + - &601 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -49765,7 +49765,7 @@ paths: required: false schema: type: string - - &600 + - &602 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -49776,7 +49776,7 @@ paths: required: false schema: type: string - - &601 + - &603 name: exclude_providers in: query description: |- @@ -49787,7 +49787,7 @@ paths: required: false schema: type: string - - &602 + - &604 name: providers in: query description: |- @@ -49798,7 +49798,7 @@ paths: required: false schema: type: string - - &603 + - &605 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -49807,7 +49807,7 @@ paths: required: false schema: type: string - - &604 + - &606 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -49826,7 +49826,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &605 + - &607 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -49841,7 +49841,7 @@ paths: - *59 - *19 - *17 - - &606 + - &608 name: before description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -49851,7 +49851,7 @@ paths: required: false schema: type: string - - &607 + - &609 name: after description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -49861,7 +49861,7 @@ paths: required: false schema: type: string - - &608 + - &610 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -49870,7 +49870,7 @@ paths: required: false schema: type: string - - &609 + - &611 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -49879,7 +49879,7 @@ paths: schema: type: boolean default: false - - &610 + - &612 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -49888,7 +49888,7 @@ paths: schema: type: boolean default: false - - &611 + - &613 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -49920,14 +49920,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &612 + state: &614 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &613 + resolution: &615 type: - string - 'null' @@ -50046,14 +50046,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &614 + - &616 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &616 + - &618 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -50117,7 +50117,7 @@ paths: - blob_url - commit_sha - commit_url - - &617 + - &619 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -50178,7 +50178,7 @@ paths: - page_url - commit_sha - commit_url - - &618 + - &620 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -50200,7 +50200,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &619 + - &621 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -50222,7 +50222,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &620 + - &622 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -50244,7 +50244,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &621 + - &623 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -50259,7 +50259,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &622 + - &624 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -50274,7 +50274,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &623 + - &625 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -50289,7 +50289,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &624 + - &626 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -50311,7 +50311,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &625 + - &627 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -50333,7 +50333,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &626 + - &628 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -50355,7 +50355,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &627 + - &629 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -50377,7 +50377,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &628 + - &630 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull @@ -50898,7 +50898,7 @@ paths: application/json: schema: type: array - items: &632 + items: &634 description: A repository security advisory. type: object properties: @@ -51217,7 +51217,7 @@ paths: - private_fork additionalProperties: false examples: - default: &633 + default: &635 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -53292,7 +53292,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &649 + response-if-user-is-a-team-maintainer: &651 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -53357,7 +53357,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: &650 + response-if-users-membership-with-team-is-now-pending: &652 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -53471,7 +53471,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &651 + schema: &653 title: Team Repository description: A team's access to a repository. type: object @@ -54200,7 +54200,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: &652 + response-if-child-teams-exist: &654 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -55676,7 +55676,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': &520 + '410': &522 description: Gone content: application/json: @@ -59408,7 +59408,7 @@ paths: items: type: object properties: - type: &486 + type: &488 type: string description: The type of reviewer. enum: @@ -59546,7 +59546,7 @@ paths: application/json: schema: type: array - items: &481 + items: &483 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -59658,7 +59658,7 @@ paths: - created_at - updated_at examples: - default: &482 + default: &484 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -60043,7 +60043,7 @@ paths: application/json: schema: *370 examples: - default: &499 + default: &501 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -60262,7 +60262,7 @@ paths: application/json: schema: *374 examples: - default: &500 + default: &502 value: name: USERNAME value: octocat @@ -62130,7 +62130,7 @@ paths: required: - sha - url - verification: &506 + verification: &508 title: Verification type: object properties: @@ -65368,7 +65368,7 @@ paths: check. type: array items: *84 - deployment: &714 + deployment: &716 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -68712,7 +68712,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &469 + '302': &471 description: Found '403': *421 '404': *6 @@ -70623,7 +70623,7 @@ paths: type: array items: *446 examples: - default: &658 + default: &660 value: total_count: 2 machines: @@ -71335,7 +71335,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &519 + schema: &521 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -72037,7 +72037,7 @@ paths: - content - created_at examples: - default: &522 + default: &524 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -72174,7 +72174,7 @@ paths: - *325 - *326 - *95 - - &523 + - &525 name: reaction_id description: The unique identifier of the reaction. in: path @@ -72288,7 +72288,7 @@ paths: type: array items: *456 examples: - default: &569 + default: &571 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -72579,7 +72579,7 @@ paths: type: array items: *460 examples: - default: &561 + default: &563 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -73137,7 +73137,7 @@ paths: application/json: schema: *456 examples: - default: &549 + default: &551 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -73221,6 +73221,47 @@ paths: patch: |- @@ -29,7 +29,7 @@ ..... + application/vnd.github.diff: + schema: + type: string + examples: + default: &468 + value: | + diff --git a/testfile b/testfile + index 9bdeaeb..912c7ef 100644 + --- a/testfile + +++ b/testfile + @@ -1 +1 @@ + -test + +test change + application/vnd.github.patch: + schema: + type: string + examples: + default: &469 + value: | + From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001 + From: Mona Lisa <87831417+monalisa@users.noreply.github.com> + Date: Fri, 6 Mar 2026 11:18:45 +0000 + Subject: [PATCH] Change 'test' to 'test change' in testfile + + --- + testfile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + + diff --git a/testfile b/testfile + index 9bdeaeb..912c7ef 100644 + --- a/testfile + +++ b/testfile + @@ -1 +1 @@ + -test + +test change + application/vnd.github.sha: + schema: + type: string + examples: + default: + value: ac3282a2725be3b1d4979169a7a311c89066af1c '422': *15 '404': *6 '500': *53 @@ -73759,7 +73800,7 @@ paths: application/json: schema: type: array - items: &637 + items: &639 title: Status description: The status of a commit. type: object @@ -74386,6 +74427,16 @@ paths: contents_url: https://api.github.com/repos/octocat/Hello-World/contents/file1.txt?ref=6dcb09b5b57875f334f61aebed695e2e4193db5e patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" + application/vnd.github.diff: + schema: + type: string + examples: + default: *468 + application/vnd.github.patch: + schema: + type: string + examples: + default: *469 '404': *6 '500': *53 '503': *113 @@ -74601,7 +74652,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &468 + response-if-content-is-a-file-github-object: &470 summary: Response if content is a file value: type: file @@ -74738,7 +74789,7 @@ paths: - size - type - url - - &574 + - &576 title: Content File description: Content File type: object @@ -74956,7 +75007,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *468 + response-if-content-is-a-file: *470 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -75025,7 +75076,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *469 + '302': *471 '304': *35 x-github: githubCloudOnly: false @@ -75144,7 +75195,7 @@ paths: description: Response content: application/json: - schema: &470 + schema: &472 title: File Commit description: File Commit type: object @@ -75300,7 +75351,7 @@ paths: description: Response content: application/json: - schema: *470 + schema: *472 examples: example-for-creating-a-file: value: @@ -75354,7 +75405,7 @@ paths: schema: oneOf: - *3 - - &501 + - &503 description: Repository rule violation was detected type: object properties: @@ -75375,7 +75426,7 @@ paths: items: type: object properties: - placeholder_id: &629 + placeholder_id: &631 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -75469,7 +75520,7 @@ paths: description: Response content: application/json: - schema: *470 + schema: *472 examples: default: value: @@ -75663,7 +75714,7 @@ paths: schema: type: string - *194 - - *471 + - *473 - *195 - *196 - *197 @@ -75678,7 +75729,7 @@ paths: application/json: schema: type: array - items: &475 + items: &477 type: object description: A Dependabot alert. properties: @@ -75729,7 +75780,7 @@ paths: - transitive - inconclusive - - security_advisory: *472 + security_advisory: *474 security_vulnerability: *63 url: *173 html_url: *174 @@ -75760,8 +75811,8 @@ paths: dismissal. maxLength: 280 fixed_at: *175 - auto_dismissed_at: *473 - dismissal_request: *474 + auto_dismissed_at: *475 + dismissal_request: *476 assignees: type: array description: The users assigned to this alert. @@ -76018,7 +76069,7 @@ paths: parameters: - *325 - *326 - - &476 + - &478 name: alert_number in: path description: |- @@ -76033,7 +76084,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *477 examples: default: value: @@ -76167,7 +76218,7 @@ paths: parameters: - *325 - *326 - - *476 + - *478 requestBody: required: true content: @@ -76223,7 +76274,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *477 examples: default: value: @@ -76372,7 +76423,7 @@ paths: type: integer secrets: type: array - items: &479 + items: &481 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -76433,9 +76484,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *479 examples: - default: *478 + default: *480 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76463,7 +76514,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *481 examples: default: value: @@ -77087,7 +77138,7 @@ paths: - version - url additionalProperties: false - metadata: &480 + metadata: &482 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -77126,7 +77177,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *480 + metadata: *482 resolved: type: object description: A collection of resolved package dependencies. @@ -77140,7 +77191,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *480 + metadata: *482 relationship: type: string description: A notation of whether a dependency is requested @@ -77315,9 +77366,9 @@ paths: application/json: schema: type: array - items: *481 + items: *483 examples: - default: *482 + default: *484 headers: Link: *65 x-github: @@ -77466,7 +77517,7 @@ paths: description: Response content: application/json: - schema: *481 + schema: *483 examples: simple-example: summary: Simple example @@ -77541,7 +77592,7 @@ paths: parameters: - *325 - *326 - - &483 + - &485 name: deployment_id description: deployment_id parameter in: path @@ -77553,7 +77604,7 @@ paths: description: Response content: application/json: - schema: *481 + schema: *483 examples: default: value: @@ -77620,7 +77671,7 @@ paths: parameters: - *325 - *326 - - *483 + - *485 responses: '204': description: Response @@ -77644,7 +77695,7 @@ paths: parameters: - *325 - *326 - - *483 + - *485 - *17 - *19 responses: @@ -77654,7 +77705,7 @@ paths: application/json: schema: type: array - items: &484 + items: &486 title: Deployment Status description: The status of a deployment. type: object @@ -77820,7 +77871,7 @@ paths: parameters: - *325 - *326 - - *483 + - *485 requestBody: required: true content: @@ -77895,9 +77946,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *486 examples: - default: &485 + default: &487 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -77955,7 +78006,7 @@ paths: parameters: - *325 - *326 - - *483 + - *485 - name: status_id in: path required: true @@ -77966,9 +78017,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *486 examples: - default: *485 + default: *487 '404': *6 x-github: githubCloudOnly: false @@ -78070,7 +78121,7 @@ paths: - 5 environments: type: array - items: &487 + items: &489 title: Environment description: Details of a deployment environment type: object @@ -78132,7 +78183,7 @@ paths: type: string examples: - wait_timer - wait_timer: &489 + wait_timer: &491 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -78174,7 +78225,7 @@ paths: items: type: object properties: - type: *486 + type: *488 reviewer: anyOf: - *4 @@ -78201,7 +78252,7 @@ paths: - id - node_id - type - deployment_branch_policy: &490 + deployment_branch_policy: &492 type: - object - 'null' @@ -78320,7 +78371,7 @@ paths: parameters: - *325 - *326 - - &488 + - &490 name: environment_name in: path required: true @@ -78333,9 +78384,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *489 examples: - default: &491 + default: &493 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -78421,7 +78472,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 requestBody: required: false content: @@ -78431,7 +78482,7 @@ paths: - object - 'null' properties: - wait_timer: *489 + wait_timer: *491 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -78450,14 +78501,14 @@ paths: items: type: object properties: - type: *486 + type: *488 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *490 + deployment_branch_policy: *492 additionalProperties: false examples: default: @@ -78477,9 +78528,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *489 examples: - default: *491 + default: *493 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -78505,7 +78556,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 responses: '204': description: Default response @@ -78532,7 +78583,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *17 - *19 responses: @@ -78551,7 +78602,7 @@ paths: - 2 branch_policies: type: array - items: &492 + items: &494 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -78614,7 +78665,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 requestBody: required: true content: @@ -78662,9 +78713,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *494 examples: - example-wildcard: &493 + example-wildcard: &495 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -78708,8 +78759,8 @@ paths: parameters: - *325 - *326 - - *488 - - &494 + - *490 + - &496 name: branch_policy_id in: path required: true @@ -78721,9 +78772,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *494 examples: - default: *493 + default: *495 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78744,8 +78795,8 @@ paths: parameters: - *325 - *326 - - *488 - - *494 + - *490 + - *496 requestBody: required: true content: @@ -78774,9 +78825,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *494 examples: - default: *493 + default: *495 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78797,8 +78848,8 @@ paths: parameters: - *325 - *326 - - *488 - - *494 + - *490 + - *496 responses: '204': description: Response @@ -78823,7 +78874,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *488 + - *490 - *326 - *325 responses: @@ -78842,7 +78893,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &495 + items: &497 title: Deployment protection rule description: Deployment protection rule type: object @@ -78864,7 +78915,7 @@ paths: for the environment. examples: - true - app: &496 + app: &498 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -78967,7 +79018,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *488 + - *490 - *326 - *325 requestBody: @@ -78990,9 +79041,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *495 + schema: *497 examples: - default: &497 + default: &499 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -79027,7 +79078,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *488 + - *490 - *326 - *325 - *19 @@ -79049,7 +79100,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *496 + items: *498 examples: default: value: @@ -79086,8 +79137,8 @@ paths: parameters: - *325 - *326 - - *488 - - &498 + - *490 + - &500 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -79099,9 +79150,9 @@ paths: description: Response content: application/json: - schema: *495 + schema: *497 examples: - default: *497 + default: *499 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79122,10 +79173,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *488 + - *490 - *326 - *325 - - *498 + - *500 responses: '204': description: Response @@ -79153,7 +79204,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *17 - *19 responses: @@ -79200,7 +79251,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 responses: '200': description: Response @@ -79232,7 +79283,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *160 responses: '200': @@ -79241,7 +79292,7 @@ paths: application/json: schema: *370 examples: - default: *499 + default: *501 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79265,7 +79316,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *160 requestBody: required: true @@ -79325,7 +79376,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *160 responses: '204': @@ -79353,7 +79404,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *341 - *19 responses: @@ -79398,7 +79449,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 requestBody: required: true content: @@ -79452,7 +79503,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *163 responses: '200': @@ -79461,7 +79512,7 @@ paths: application/json: schema: *374 examples: - default: *500 + default: *502 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79485,7 +79536,7 @@ paths: - *325 - *326 - *163 - - *488 + - *490 requestBody: required: true content: @@ -79530,7 +79581,7 @@ paths: - *325 - *326 - *163 - - *488 + - *490 responses: '204': description: Response @@ -79899,7 +79950,7 @@ paths: schema: oneOf: - *121 - - *501 + - *503 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80135,7 +80186,7 @@ paths: description: Response content: application/json: - schema: &502 + schema: &504 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -80370,7 +80421,7 @@ paths: description: Response content: application/json: - schema: *502 + schema: *504 examples: default: value: @@ -80428,7 +80479,7 @@ paths: parameters: - *325 - *326 - - &503 + - &505 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -80445,7 +80496,7 @@ paths: application/json: schema: type: array - items: &504 + items: &506 title: Git Reference description: Git references within a repository type: object @@ -80523,15 +80574,15 @@ paths: parameters: - *325 - *326 - - *503 + - *505 responses: '200': description: Response content: application/json: - schema: *504 + schema: *506 examples: - default: &505 + default: &507 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -80590,9 +80641,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *506 examples: - default: *505 + default: *507 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -80620,7 +80671,7 @@ paths: parameters: - *325 - *326 - - *503 + - *505 requestBody: required: true content: @@ -80649,9 +80700,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *506 examples: - default: *505 + default: *507 '422': *15 '409': *52 x-github: @@ -80671,7 +80722,7 @@ paths: parameters: - *325 - *326 - - *503 + - *505 responses: '204': description: Response @@ -80794,7 +80845,7 @@ paths: description: Response content: application/json: - schema: &507 + schema: &509 title: Git Tag description: Metadata for a Git tag type: object @@ -80850,7 +80901,7 @@ paths: - sha - type - url - verification: *506 + verification: *508 required: - sha - url @@ -80860,7 +80911,7 @@ paths: - tag - message examples: - default: &508 + default: &510 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -80945,9 +80996,9 @@ paths: description: Response content: application/json: - schema: *507 + schema: *509 examples: - default: *508 + default: *510 '404': *6 '409': *52 x-github: @@ -81046,7 +81097,7 @@ paths: description: Response content: application/json: - schema: &509 + schema: &511 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -81172,7 +81223,7 @@ paths: description: Response content: application/json: - schema: *509 + schema: *511 examples: default-response: summary: Default response @@ -81242,7 +81293,7 @@ paths: application/json: schema: type: array - items: &510 + items: &512 title: Webhook description: Webhooks for repositories. type: object @@ -81305,7 +81356,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &745 + last_response: &747 title: Hook Response type: object properties: @@ -81436,9 +81487,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *512 examples: - default: &511 + default: &513 value: type: Repository id: 12345678 @@ -81494,9 +81545,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *512 examples: - default: *511 + default: *513 '404': *6 x-github: githubCloudOnly: false @@ -81563,9 +81614,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *512 examples: - default: *511 + default: *513 '422': *15 '404': *6 x-github: @@ -81963,7 +82014,7 @@ paths: description: Response content: application/json: - schema: &512 + schema: &514 title: Import description: A repository import from an external source. type: object @@ -82070,7 +82121,7 @@ paths: - html_url - authors_url examples: - default: &515 + default: &517 value: vcs: subversion use_lfs: true @@ -82086,7 +82137,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &513 + '503': &515 description: Unavailable due to service under maintenance. content: application/json: @@ -82164,7 +82215,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *514 examples: default: value: @@ -82189,7 +82240,7 @@ paths: type: string '422': *15 '404': *6 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82270,7 +82321,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *514 examples: example-1: summary: Example 1 @@ -82318,7 +82369,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82346,7 +82397,7 @@ paths: responses: '204': description: Response - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82374,7 +82425,7 @@ paths: parameters: - *325 - *326 - - &679 + - &681 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -82388,7 +82439,7 @@ paths: application/json: schema: type: array - items: &514 + items: &516 title: Porter Author description: Porter Author type: object @@ -82442,7 +82493,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82498,7 +82549,7 @@ paths: description: Response content: application/json: - schema: *514 + schema: *516 examples: default: value: @@ -82511,7 +82562,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82577,7 +82628,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82633,11 +82684,11 @@ paths: description: Response content: application/json: - schema: *512 + schema: *514 examples: - default: *515 + default: *517 '422': *15 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82669,7 +82720,7 @@ paths: application/json: schema: *20 examples: - default: *516 + default: *518 '301': *329 '404': *6 x-github: @@ -82704,7 +82755,7 @@ paths: properties: {} additionalProperties: false examples: - default: &518 + default: &520 value: limit: collaborators_only origin: repository @@ -82735,7 +82786,7 @@ paths: required: true content: application/json: - schema: *517 + schema: *519 examples: default: summary: Example request body @@ -82749,7 +82800,7 @@ paths: application/json: schema: *222 examples: - default: *518 + default: *520 '409': description: Response x-github: @@ -82806,9 +82857,9 @@ paths: application/json: schema: type: array - items: *519 + items: *521 examples: - default: &672 + default: &674 value: - id: 1 repository: @@ -82970,7 +83021,7 @@ paths: description: Response content: application/json: - schema: *519 + schema: *521 examples: default: value: @@ -83208,7 +83259,7 @@ paths: type: array items: *81 examples: - default: &528 + default: &530 value: - id: 1 node_id: MDU6SXNzdWUx @@ -83479,7 +83530,7 @@ paths: application/json: schema: *81 examples: - default: &525 + default: &527 value: id: 1 node_id: MDU6SXNzdWUx @@ -83636,7 +83687,7 @@ paths: '422': *15 '503': *113 '404': *6 - '410': *520 + '410': *522 x-github: triggersNotification: true githubCloudOnly: false @@ -83688,7 +83739,7 @@ paths: type: array items: *82 examples: - default: &527 + default: &529 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -83756,7 +83807,7 @@ paths: application/json: schema: *82 examples: - default: &521 + default: &523 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -83837,7 +83888,7 @@ paths: application/json: schema: *82 examples: - default: *521 + default: *523 '422': *15 x-github: githubCloudOnly: false @@ -83949,7 +84000,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *520 + '410': *522 '422': *15 x-github: githubCloudOnly: false @@ -83975,7 +84026,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *520 + '410': *522 '503': *113 x-github: githubCloudOnly: false @@ -84023,7 +84074,7 @@ paths: type: array items: *454 examples: - default: *522 + default: *524 headers: Link: *65 '404': *6 @@ -84112,7 +84163,7 @@ paths: - *325 - *326 - *95 - - *523 + - *525 responses: '204': description: Response @@ -84143,7 +84194,7 @@ paths: application/json: schema: type: array - items: &524 + items: &526 title: Issue Event description: Issue Event type: object @@ -84495,7 +84546,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *526 examples: default: value: @@ -84688,7 +84739,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *520 + '410': *522 '403': *27 x-github: githubCloudOnly: false @@ -84724,7 +84775,7 @@ paths: parameters: - *325 - *326 - - &526 + - &528 name: issue_number description: The number that identifies the issue. in: path @@ -84740,7 +84791,7 @@ paths: examples: default: summary: Issue - value: *525 + value: *527 pinned_comment: summary: Issue with pinned comment value: @@ -84941,7 +84992,7 @@ paths: state_reason: completed '301': *329 '404': *6 - '410': *520 + '410': *522 '304': *35 x-github: githubCloudOnly: false @@ -84968,7 +85019,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -85109,13 +85160,13 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 '422': *15 '503': *113 '403': *27 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85135,7 +85186,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -85163,7 +85214,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85181,7 +85232,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: content: application/json: @@ -85208,7 +85259,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85232,7 +85283,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - name: assignee in: path required: true @@ -85274,7 +85325,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *86 - *17 - *19 @@ -85287,11 +85338,11 @@ paths: type: array items: *82 examples: - default: *527 + default: *529 headers: Link: *65 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85322,7 +85373,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -85346,14 +85397,14 @@ paths: application/json: schema: *82 examples: - default: *521 + default: *523 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *520 + '410': *522 '422': *15 '404': *6 x-github: @@ -85383,7 +85434,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -85395,12 +85446,12 @@ paths: type: array items: *81 examples: - default: *528 + default: *530 headers: Link: *65 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85430,7 +85481,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -85454,7 +85505,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -85462,7 +85513,7 @@ paths: type: string '301': *329 '403': *27 - '410': *520 + '410': *522 '422': *15 '404': *6 x-github: @@ -85495,7 +85546,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -85509,13 +85560,13 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 '301': *329 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *520 + '410': *522 x-github: triggersNotification: true githubCloudOnly: false @@ -85543,7 +85594,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -85555,12 +85606,12 @@ paths: type: array items: *81 examples: - default: *528 + default: *530 headers: Link: *65 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85579,7 +85630,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -85593,7 +85644,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &531 + - &533 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -85642,7 +85693,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &532 + - &534 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -85770,7 +85821,7 @@ paths: - performed_via_github_app - assignee - assigner - - &533 + - &535 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -85816,7 +85867,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &534 + - &536 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -85862,7 +85913,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &535 + - &537 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -85911,7 +85962,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &536 + - &538 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -85953,7 +86004,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &537 + - &539 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -85995,7 +86046,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &538 + - &540 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -86051,7 +86102,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &539 + - &541 title: Locked Issue Event description: Locked Issue Event type: object @@ -86096,7 +86147,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &540 + - &542 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -86157,7 +86208,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &541 + - &543 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -86218,7 +86269,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &542 + - &544 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -86279,7 +86330,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &543 + - &545 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -86372,7 +86423,7 @@ paths: color: red headers: Link: *65 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86391,7 +86442,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -86401,9 +86452,9 @@ paths: application/json: schema: type: array - items: *529 + items: *531 examples: - default: &643 + default: &645 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -86429,7 +86480,7 @@ paths: Link: *65 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86448,7 +86499,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -86460,7 +86511,7 @@ paths: type: array items: *80 examples: - default: &530 + default: &532 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -86480,7 +86531,7 @@ paths: Link: *65 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86498,7 +86549,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -86543,10 +86594,10 @@ paths: type: array items: *80 examples: - default: *530 + default: *532 '301': *329 '404': *6 - '410': *520 + '410': *522 '422': *15 x-github: githubCloudOnly: false @@ -86565,7 +86616,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -86627,10 +86678,10 @@ paths: type: array items: *80 examples: - default: *530 + default: *532 '301': *329 '404': *6 - '410': *520 + '410': *522 '422': *15 x-github: githubCloudOnly: false @@ -86649,13 +86700,13 @@ paths: parameters: - *325 - *326 - - *526 + - *528 responses: '204': description: Response '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86676,7 +86727,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - name: name in: path required: true @@ -86702,7 +86753,7 @@ paths: default: true '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86724,7 +86775,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -86753,7 +86804,7 @@ paths: '204': description: Response '403': *27 - '410': *520 + '410': *522 '404': *6 '422': *15 x-github: @@ -86773,7 +86824,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 responses: '204': description: Response @@ -86805,7 +86856,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 responses: '200': description: Response @@ -86813,10 +86864,10 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86835,7 +86886,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -86863,11 +86914,11 @@ paths: type: array items: *454 examples: - default: *522 + default: *524 headers: Link: *65 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86887,7 +86938,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -86952,8 +87003,8 @@ paths: parameters: - *325 - *326 - - *526 - - *523 + - *528 + - *525 responses: '204': description: Response @@ -86984,7 +87035,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -87008,7 +87059,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -87043,7 +87094,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -87055,11 +87106,11 @@ paths: type: array items: *81 examples: - default: *528 + default: *530 headers: Link: *65 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87089,7 +87140,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -87118,14 +87169,14 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *520 + '410': *522 '422': *15 '404': *6 x-github: @@ -87147,7 +87198,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -87180,7 +87231,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 '403': *27 '404': *6 '422': *7 @@ -87204,7 +87255,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -87219,8 +87270,6 @@ paths: description: Timeline Event type: object anyOf: - - *531 - - *532 - *533 - *534 - *535 @@ -87232,6 +87281,8 @@ paths: - *541 - *542 - *543 + - *544 + - *545 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -87288,7 +87339,7 @@ paths: pin: anyOf: - type: 'null' - - *544 + - *546 required: - event - actor @@ -87564,7 +87615,7 @@ paths: type: string comments: type: array - items: &563 + items: &565 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -88080,7 +88131,7 @@ paths: headers: Link: *65 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88108,7 +88159,7 @@ paths: application/json: schema: type: array - items: &545 + items: &547 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -88213,9 +88264,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *547 examples: - default: &546 + default: &548 value: id: 1 key: ssh-rsa AAA... @@ -88251,7 +88302,7 @@ paths: parameters: - *325 - *326 - - &547 + - &549 name: key_id description: The unique identifier of the key. in: path @@ -88263,9 +88314,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *547 examples: - default: *546 + default: *548 '404': *6 x-github: githubCloudOnly: false @@ -88285,7 +88336,7 @@ paths: parameters: - *325 - *326 - - *547 + - *549 responses: '204': description: Response @@ -88318,7 +88369,7 @@ paths: type: array items: *80 examples: - default: *530 + default: *532 headers: Link: *65 '404': *6 @@ -88378,7 +88429,7 @@ paths: application/json: schema: *80 examples: - default: &548 + default: &550 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -88424,7 +88475,7 @@ paths: application/json: schema: *80 examples: - default: *548 + default: *550 '404': *6 x-github: githubCloudOnly: false @@ -88826,7 +88877,7 @@ paths: application/json: schema: *456 examples: - default: *549 + default: *551 '204': description: Response when already merged '404': @@ -88992,7 +89043,7 @@ paths: application/json: schema: *266 examples: - default: &550 + default: &552 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -89053,7 +89104,7 @@ paths: parameters: - *325 - *326 - - &551 + - &553 name: milestone_number description: The number that identifies the milestone. in: path @@ -89067,7 +89118,7 @@ paths: application/json: schema: *266 examples: - default: *550 + default: *552 '404': *6 x-github: githubCloudOnly: false @@ -89086,7 +89137,7 @@ paths: parameters: - *325 - *326 - - *551 + - *553 requestBody: required: false content: @@ -89126,7 +89177,7 @@ paths: application/json: schema: *266 examples: - default: *550 + default: *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89144,7 +89195,7 @@ paths: parameters: - *325 - *326 - - *551 + - *553 responses: '204': description: Response @@ -89167,7 +89218,7 @@ paths: parameters: - *325 - *326 - - *551 + - *553 - *17 - *19 responses: @@ -89179,7 +89230,7 @@ paths: type: array items: *80 examples: - default: *530 + default: *532 headers: Link: *65 x-github: @@ -89200,10 +89251,10 @@ paths: parameters: - *325 - *326 - - *552 - - *553 - - *86 - *554 + - *555 + - *86 + - *556 - *17 - *19 responses: @@ -89215,7 +89266,7 @@ paths: type: array items: *106 examples: - default: *555 + default: *557 headers: Link: *65 x-github: @@ -89305,7 +89356,7 @@ paths: description: Response content: application/json: - schema: &556 + schema: &558 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -89449,7 +89500,7 @@ paths: - custom_404 - public examples: - default: &557 + default: &559 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -89546,9 +89597,9 @@ paths: description: Response content: application/json: - schema: *556 + schema: *558 examples: - default: *557 + default: *559 '422': *15 '409': *52 x-github: @@ -89710,7 +89761,7 @@ paths: application/json: schema: type: array - items: &558 + items: &560 title: Page Build description: Page Build type: object @@ -89857,9 +89908,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *560 examples: - default: &559 + default: &561 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -89919,9 +89970,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *560 examples: - default: *559 + default: *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90052,7 +90103,7 @@ paths: parameters: - *325 - *326 - - &560 + - &562 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -90112,7 +90163,7 @@ paths: parameters: - *325 - *326 - - *560 + - *562 responses: '204': *183 '404': *6 @@ -90684,7 +90735,7 @@ paths: type: array items: *460 examples: - default: *561 + default: *563 headers: Link: *65 '304': *35 @@ -90784,7 +90835,7 @@ paths: description: Response content: application/json: - schema: &565 + schema: &567 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -91018,7 +91069,7 @@ paths: - review_comment - self author_association: *78 - auto_merge: *562 + auto_merge: *564 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -91120,7 +91171,7 @@ paths: - merged_by - review_comments examples: - default: &566 + default: &568 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -91677,9 +91728,9 @@ paths: application/json: schema: type: array - items: *563 + items: *565 examples: - default: &568 + default: &570 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -91764,9 +91815,9 @@ paths: description: Response content: application/json: - schema: *563 + schema: *565 examples: - default: &564 + default: &566 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -91865,9 +91916,9 @@ paths: description: Response content: application/json: - schema: *563 + schema: *565 examples: - default: *564 + default: *566 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91936,7 +91987,7 @@ paths: type: array items: *454 examples: - default: *522 + default: *524 headers: Link: *65 '404': *6 @@ -92025,7 +92076,7 @@ paths: - *325 - *326 - *95 - - *523 + - *525 responses: '204': description: Response @@ -92070,7 +92121,7 @@ paths: parameters: - *325 - *326 - - &567 + - &569 name: pull_number description: The number that identifies the pull request. in: path @@ -92083,9 +92134,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *565 + schema: *567 examples: - default: *566 + default: *568 '304': *35 '404': *6 '406': @@ -92122,7 +92173,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -92164,9 +92215,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *567 examples: - default: *566 + default: *568 '422': *15 '403': *27 x-github: @@ -92190,7 +92241,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: true content: @@ -92293,7 +92344,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *103 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -92314,9 +92365,9 @@ paths: application/json: schema: type: array - items: *563 + items: *565 examples: - default: *568 + default: *570 headers: Link: *65 x-github: @@ -92351,7 +92402,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: true content: @@ -92457,7 +92508,7 @@ paths: description: Response content: application/json: - schema: *563 + schema: *565 examples: example-for-a-multi-line-comment: value: @@ -92547,7 +92598,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *95 requestBody: required: true @@ -92570,7 +92621,7 @@ paths: description: Response content: application/json: - schema: *563 + schema: *565 examples: default: value: @@ -92658,7 +92709,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *17 - *19 responses: @@ -92670,7 +92721,7 @@ paths: type: array items: *456 examples: - default: *569 + default: *571 headers: Link: *65 x-github: @@ -92702,7 +92753,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *17 - *19 responses: @@ -92752,7 +92803,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 responses: '204': description: Response if pull request has been merged @@ -92777,7 +92828,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -92891,7 +92942,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 responses: '200': description: Response @@ -92968,7 +93019,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -93543,7 +93594,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: true content: @@ -94084,7 +94135,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *17 - *19 responses: @@ -94094,7 +94145,7 @@ paths: application/json: schema: type: array - items: &570 + items: &572 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -94252,7 +94303,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -94342,9 +94393,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: - default: &572 + default: &574 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -94409,8 +94460,8 @@ paths: parameters: - *325 - *326 - - *567 - - &571 + - *569 + - &573 name: review_id description: The unique identifier of the review. in: path @@ -94422,9 +94473,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: - default: &573 + default: &575 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -94485,8 +94536,8 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 requestBody: required: true content: @@ -94509,7 +94560,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: default: value: @@ -94573,16 +94624,16 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 responses: '200': description: Response content: application/json: - schema: *570 + schema: *572 examples: - default: *572 + default: *574 '422': *7 '404': *6 x-github: @@ -94611,8 +94662,8 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 - *17 - *19 responses: @@ -94872,8 +94923,8 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 requestBody: required: true content: @@ -94902,7 +94953,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: default: value: @@ -94967,8 +95018,8 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 requestBody: required: true content: @@ -95003,9 +95054,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: - default: *573 + default: *575 '404': *6 '422': *7 '403': *27 @@ -95029,7 +95080,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -95107,9 +95158,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *576 examples: - default: &575 + default: &577 value: type: file encoding: base64 @@ -95172,9 +95223,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *576 examples: - default: *575 + default: *577 '404': *6 '422': *15 x-github: @@ -95207,7 +95258,7 @@ paths: application/json: schema: type: array - items: *576 + items: *578 examples: default: value: @@ -95378,9 +95429,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: &580 + default: &582 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -95487,7 +95538,7 @@ paths: parameters: - *325 - *326 - - &578 + - &580 name: asset_id description: The unique identifier of the asset. in: path @@ -95499,9 +95550,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *579 examples: - default: &579 + default: &581 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -95536,7 +95587,7 @@ paths: type: User site_admin: false '404': *6 - '302': *469 + '302': *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95554,7 +95605,7 @@ paths: parameters: - *325 - *326 - - *578 + - *580 requestBody: required: false content: @@ -95583,9 +95634,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *579 examples: - default: *579 + default: *581 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95603,7 +95654,7 @@ paths: parameters: - *325 - *326 - - *578 + - *580 responses: '204': description: Response @@ -95722,9 +95773,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: *580 + default: *582 '404': *6 x-github: githubCloudOnly: false @@ -95756,9 +95807,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: *580 + default: *582 '404': *6 x-github: githubCloudOnly: false @@ -95782,7 +95833,7 @@ paths: parameters: - *325 - *326 - - &581 + - &583 name: release_id description: The unique identifier of the release. in: path @@ -95796,9 +95847,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *576 + schema: *578 examples: - default: *580 + default: *582 '401': description: Unauthorized x-github: @@ -95818,7 +95869,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 requestBody: required: false content: @@ -95882,9 +95933,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: *580 + default: *582 '404': description: Not Found if the discussion category name is invalid content: @@ -95907,7 +95958,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 responses: '204': description: Response @@ -95930,7 +95981,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 - *17 - *19 responses: @@ -95940,7 +95991,7 @@ paths: application/json: schema: type: array - items: *577 + items: *579 examples: default: value: @@ -96023,7 +96074,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 - name: name in: query required: true @@ -96049,7 +96100,7 @@ paths: description: Response for successful upload content: application/json: - schema: *577 + schema: *579 examples: response-for-successful-upload: value: @@ -96106,7 +96157,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -96132,7 +96183,7 @@ paths: type: array items: *454 examples: - default: *522 + default: *524 headers: Link: *65 '404': *6 @@ -96155,7 +96206,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 requestBody: required: true content: @@ -96218,8 +96269,8 @@ paths: parameters: - *325 - *326 - - *581 - - *523 + - *583 + - *525 responses: '204': description: Response @@ -96262,7 +96313,7 @@ paths: oneOf: - allOf: - *287 - - &582 + - &584 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -96283,67 +96334,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *288 - - *582 + - *584 - allOf: - *289 - - *582 + - *584 - allOf: - *290 - - *582 + - *584 - allOf: - - *583 - - *582 + - *585 + - *584 - allOf: - *291 - - *582 + - *584 - allOf: - *292 - - *582 + - *584 - allOf: - *293 - - *582 + - *584 - allOf: - *294 - - *582 + - *584 - allOf: - *295 - - *582 + - *584 - allOf: - *296 - - *582 + - *584 - allOf: - *297 - - *582 + - *584 - allOf: - *298 - - *582 + - *584 - allOf: - *299 - - *582 + - *584 - allOf: - *300 - - *582 + - *584 - allOf: - *301 - - *582 + - *584 - allOf: - *302 - - *582 + - *584 - allOf: - *303 - - *582 + - *584 - allOf: - *304 - - *582 + - *584 - allOf: - *305 - - *582 + - *584 - allOf: - *306 - - *582 + - *584 - allOf: - *307 - - *582 + - *584 examples: default: value: @@ -96394,7 +96445,7 @@ paths: schema: type: boolean default: true - - *584 + - *586 responses: '200': description: Response @@ -96479,7 +96530,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *585 + items: *587 required: - name - enforcement @@ -96512,7 +96563,7 @@ paths: application/json: schema: *308 examples: - default: &595 + default: &597 value: id: 42 name: super cool ruleset @@ -96562,10 +96613,10 @@ paths: parameters: - *325 - *326 - - *586 - - *587 - *588 - *589 + - *590 + - *591 - *17 - *19 responses: @@ -96573,9 +96624,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *592 examples: - default: *591 + default: *593 '404': *6 '500': *53 x-github: @@ -96598,15 +96649,15 @@ paths: parameters: - *325 - *326 - - *592 + - *594 responses: '200': description: Response content: application/json: - schema: *593 + schema: *595 examples: - default: *594 + default: *596 '404': *6 '500': *53 x-github: @@ -96657,7 +96708,7 @@ paths: application/json: schema: *308 examples: - default: *595 + default: *597 '404': *6 '500': *53 put: @@ -96710,7 +96761,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *585 + items: *587 examples: default: value: @@ -96740,7 +96791,7 @@ paths: application/json: schema: *308 examples: - default: *595 + default: *597 '404': *6 '422': *15 '500': *53 @@ -96802,7 +96853,7 @@ paths: type: array items: *311 examples: - default: *596 + default: *598 '404': *6 '500': *53 x-github: @@ -96840,7 +96891,7 @@ paths: description: Response content: application/json: - schema: *597 + schema: *599 examples: default: value: @@ -96897,23 +96948,23 @@ paths: parameters: - *325 - *326 - - *598 - - *599 - *600 - *601 - *602 - *603 - *604 - *605 + - *606 + - *607 - *59 - *19 - *17 - - *606 - - *607 - *608 - *609 - *610 - *611 + - *612 + - *613 responses: '200': description: Response @@ -96921,7 +96972,7 @@ paths: application/json: schema: type: array - items: &615 + items: &617 type: object properties: number: *170 @@ -96937,8 +96988,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *612 - resolution: *613 + state: *614 + resolution: *615 resolved_at: type: - string @@ -97044,7 +97095,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *614 + - *616 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -97206,13 +97257,13 @@ paths: - *325 - *326 - *422 - - *611 + - *613 responses: '200': description: Response content: application/json: - schema: *615 + schema: *617 examples: default: value: @@ -97276,8 +97327,8 @@ paths: schema: type: object properties: - state: *612 - resolution: *613 + state: *614 + resolution: *615 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -97315,7 +97366,7 @@ paths: description: Response content: application/json: - schema: *615 + schema: *617 examples: default: value: @@ -97423,7 +97474,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &765 + items: &767 type: object properties: type: @@ -97450,8 +97501,6 @@ paths: - commit details: oneOf: - - *616 - - *617 - *618 - *619 - *620 @@ -97463,6 +97512,8 @@ paths: - *626 - *627 - *628 + - *629 + - *630 examples: default: value: @@ -97557,14 +97608,14 @@ paths: schema: type: object properties: - reason: &630 + reason: &632 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *629 + placeholder_id: *631 required: - reason - placeholder_id @@ -97581,7 +97632,7 @@ paths: schema: type: object properties: - reason: *630 + reason: *632 expire_at: type: - string @@ -97644,7 +97695,7 @@ paths: properties: incremental_scans: type: array - items: &631 + items: &633 description: Information on a single scan performed by secret scanning on the repository type: object @@ -97672,15 +97723,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *631 + items: *633 backfill_scans: type: array - items: *631 + items: *633 custom_pattern_backfill_scans: type: array items: allOf: - - *631 + - *633 - type: object properties: pattern_name: @@ -97795,9 +97846,9 @@ paths: application/json: schema: type: array - items: *632 + items: *634 examples: - default: *633 + default: *635 '400': *14 '404': *6 x-github: @@ -97991,9 +98042,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *634 examples: - default: &635 + default: &637 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -98340,7 +98391,7 @@ paths: description: Response content: application/json: - schema: *632 + schema: *634 examples: default: value: @@ -98489,15 +98540,15 @@ paths: parameters: - *325 - *326 - - *634 + - *636 responses: '200': description: Response content: application/json: - schema: *632 + schema: *634 examples: - default: *635 + default: *637 '403': *27 '404': *6 x-github: @@ -98523,7 +98574,7 @@ paths: parameters: - *325 - *326 - - *634 + - *636 requestBody: required: true content: @@ -98694,10 +98745,10 @@ paths: description: Response content: application/json: - schema: *632 + schema: *634 examples: - default: *635 - add_credit: *635 + default: *637 + add_credit: *637 '403': *27 '404': *6 '422': @@ -98737,7 +98788,7 @@ paths: parameters: - *325 - *326 - - *634 + - *636 responses: '202': *37 '400': *14 @@ -98766,7 +98817,7 @@ paths: parameters: - *325 - *326 - - *634 + - *636 responses: '202': description: Response @@ -98907,7 +98958,7 @@ paths: application/json: schema: type: array - items: &636 + items: &638 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -99280,7 +99331,7 @@ paths: application/json: schema: type: array - items: *636 + items: *638 examples: default: value: @@ -99370,7 +99421,7 @@ paths: description: Response content: application/json: - schema: *637 + schema: *639 examples: default: value: @@ -99464,7 +99515,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &638 + schema: &640 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -99564,7 +99615,7 @@ paths: description: Response content: application/json: - schema: *638 + schema: *640 examples: default: value: @@ -99774,7 +99825,7 @@ paths: description: Response content: application/json: - schema: &639 + schema: &641 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -99786,7 +99837,7 @@ paths: required: - names examples: - default: &640 + default: &642 value: names: - octocat @@ -99841,9 +99892,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *641 examples: - default: *640 + default: *642 '404': *6 '422': *7 x-github: @@ -99866,7 +99917,7 @@ paths: parameters: - *325 - *326 - - &641 + - &643 name: per description: The time frame to display results for. in: query @@ -99897,7 +99948,7 @@ paths: - 128 clones: type: array - items: &642 + items: &644 title: Traffic type: object properties: @@ -100145,7 +100196,7 @@ paths: parameters: - *325 - *326 - - *641 + - *643 responses: '200': description: Response @@ -100166,7 +100217,7 @@ paths: - 3782 views: type: array - items: *642 + items: *644 required: - uniques - count @@ -100835,7 +100886,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *141 - - *526 + - *528 requestBody: required: true content: @@ -100901,9 +100952,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *529 + items: *531 examples: - default: *643 + default: *645 '400': *14 '403': *27 '404': *6 @@ -100940,7 +100991,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *141 - - *526 + - *528 requestBody: required: true content: @@ -101007,9 +101058,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *529 + items: *531 examples: - default: *643 + default: *645 '400': *14 '403': *27 '404': *6 @@ -101041,7 +101092,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *141 - - *526 + - *528 - *229 responses: '204': @@ -101185,7 +101236,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &644 + text_matches: &646 title: Search Result Text Matches type: array items: @@ -101348,7 +101399,7 @@ paths: enum: - author-date - committer-date - - &645 + - &647 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -101436,7 +101487,7 @@ paths: url: type: string format: uri - verification: *506 + verification: *508 required: - author - committer @@ -101468,7 +101519,7 @@ paths: type: number node_id: type: string - text_matches: *644 + text_matches: *646 required: - sha - node_id @@ -101660,7 +101711,7 @@ paths: - interactions - created - updated - - *645 + - *647 - *17 - *19 - name: advanced_search @@ -101774,11 +101825,11 @@ paths: type: - string - 'null' - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: type: string state_reason: @@ -101806,7 +101857,7 @@ paths: - string - 'null' format: date-time - text_matches: *644 + text_matches: *646 pull_request: type: object properties: @@ -102072,7 +102123,7 @@ paths: enum: - created - updated - - *645 + - *647 - *17 - *19 responses: @@ -102117,7 +102168,7 @@ paths: - 'null' score: type: number - text_matches: *644 + text_matches: *646 required: - id - node_id @@ -102202,7 +102253,7 @@ paths: - forks - help-wanted-issues - updated - - *645 + - *647 - *17 - *19 responses: @@ -102448,7 +102499,7 @@ paths: - admin - pull - push - text_matches: *644 + text_matches: *646 temp_clone_token: type: string allow_merge_commit: @@ -102756,7 +102807,7 @@ paths: - string - 'null' format: uri - text_matches: *644 + text_matches: *646 related: type: - array @@ -102949,7 +103000,7 @@ paths: - followers - repositories - joined - - *645 + - *647 - *17 - *19 responses: @@ -103059,7 +103110,7 @@ paths: type: - boolean - 'null' - text_matches: *644 + text_matches: *646 blog: type: - string @@ -103141,7 +103192,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &648 + - &650 name: team_id description: The unique identifier of the team. in: path @@ -103182,7 +103233,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *648 + - *650 requestBody: required: true content: @@ -103283,7 +103334,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *648 + - *650 responses: '204': description: Response @@ -103312,7 +103363,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *648 + - *650 - *17 - *19 responses: @@ -103350,7 +103401,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *648 + - *650 - name: role description: Filters members returned by their role in the team. in: query @@ -103401,7 +103452,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *648 + - *650 - *69 responses: '204': @@ -103438,7 +103489,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *648 + - *650 - *69 responses: '204': @@ -103478,7 +103529,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *648 + - *650 - *69 responses: '204': @@ -103515,7 +103566,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *648 + - *650 - *69 responses: '200': @@ -103524,7 +103575,7 @@ paths: application/json: schema: *324 examples: - response-if-user-is-a-team-maintainer: *649 + response-if-user-is-a-team-maintainer: *651 '404': *6 x-github: githubCloudOnly: false @@ -103557,7 +103608,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *648 + - *650 - *69 requestBody: required: false @@ -103585,7 +103636,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: *650 + response-if-users-membership-with-team-is-now-pending: *652 '403': description: Forbidden if team synchronization is set up '422': @@ -103619,7 +103670,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *648 + - *650 - *69 responses: '204': @@ -103647,7 +103698,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *648 + - *650 - *17 - *19 responses: @@ -103689,7 +103740,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *648 + - *650 - *325 - *326 responses: @@ -103697,7 +103748,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *651 + schema: *653 examples: alternative-response-with-extra-repository-information: value: @@ -103848,7 +103899,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *648 + - *650 - *325 - *326 requestBody: @@ -103900,7 +103951,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *648 + - *650 - *325 - *326 responses: @@ -103927,7 +103978,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *648 + - *650 - *17 - *19 responses: @@ -103939,7 +103990,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: *652 + response-if-child-teams-exist: *654 headers: Link: *65 '404': *6 @@ -103972,7 +104023,7 @@ paths: application/json: schema: oneOf: - - &654 + - &656 title: Private User description: Private User type: object @@ -104222,7 +104273,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *653 + - *655 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -104382,7 +104433,7 @@ paths: description: Response content: application/json: - schema: *654 + schema: *656 examples: default: value: @@ -104780,7 +104831,7 @@ paths: type: integer secrets: type: array - items: &655 + items: &657 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -104900,7 +104951,7 @@ paths: description: Response content: application/json: - schema: *655 + schema: *657 examples: default: value: @@ -105313,7 +105364,7 @@ paths: description: Response content: application/json: - schema: &656 + schema: &658 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -105366,7 +105417,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &657 + default: &659 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -105411,9 +105462,9 @@ paths: description: Response content: application/json: - schema: *656 + schema: *658 examples: - default: *657 + default: *659 '404': *6 x-github: githubCloudOnly: false @@ -105452,7 +105503,7 @@ paths: type: array items: *446 examples: - default: *658 + default: *660 '304': *35 '500': *53 '401': *23 @@ -106418,7 +106469,7 @@ paths: type: array items: *247 examples: - default: &669 + default: &671 value: - id: 197 name: hello_docker @@ -106519,7 +106570,7 @@ paths: application/json: schema: type: array - items: &659 + items: &661 title: Email description: Email type: object @@ -106589,9 +106640,9 @@ paths: application/json: schema: type: array - items: *659 + items: *661 examples: - default: &671 + default: &673 value: - email: octocat@github.com verified: true @@ -106668,7 +106719,7 @@ paths: application/json: schema: type: array - items: *659 + items: *661 examples: default: value: @@ -106926,7 +106977,7 @@ paths: application/json: schema: type: array - items: &660 + items: &662 title: GPG Key description: A unique encryption key type: object @@ -107071,7 +107122,7 @@ paths: - subkeys - revoked examples: - default: &687 + default: &689 value: - id: 3 name: Octocat's GPG Key @@ -107156,9 +107207,9 @@ paths: description: Response content: application/json: - schema: *660 + schema: *662 examples: - default: &661 + default: &663 value: id: 3 name: Octocat's GPG Key @@ -107215,7 +107266,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &662 + - &664 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -107227,9 +107278,9 @@ paths: description: Response content: application/json: - schema: *660 + schema: *662 examples: - default: *661 + default: *663 '404': *6 '304': *35 '403': *27 @@ -107252,7 +107303,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *662 + - *664 responses: '204': description: Response @@ -107560,7 +107611,7 @@ paths: required: true content: application/json: - schema: *517 + schema: *519 examples: default: value: @@ -107710,7 +107761,7 @@ paths: application/json: schema: type: array - items: &663 + items: &665 title: Key description: Key type: object @@ -107813,9 +107864,9 @@ paths: description: Response content: application/json: - schema: *663 + schema: *665 examples: - default: &664 + default: &666 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107848,15 +107899,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *547 + - *549 responses: '200': description: Response content: application/json: - schema: *663 + schema: *665 examples: - default: *664 + default: *666 '404': *6 '304': *35 '403': *27 @@ -107879,7 +107930,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *547 + - *549 responses: '204': description: Response @@ -107912,7 +107963,7 @@ paths: application/json: schema: type: array - items: &665 + items: &667 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -107991,7 +108042,7 @@ paths: - account - plan examples: - default: &666 + default: &668 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -108053,9 +108104,9 @@ paths: application/json: schema: type: array - items: *665 + items: *667 examples: - default: *666 + default: *668 headers: Link: *65 '304': *35 @@ -109073,7 +109124,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *242 - - *667 + - *669 responses: '204': description: Response @@ -109188,7 +109239,7 @@ paths: - docker - nuget - container - - *668 + - *670 - *19 - *17 responses: @@ -109200,8 +109251,8 @@ paths: type: array items: *247 examples: - default: *669 - '400': *670 + default: *671 + '400': *672 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109230,7 +109281,7 @@ paths: application/json: schema: *247 examples: - default: &688 + default: &690 value: id: 40201 name: octo-name @@ -109592,9 +109643,9 @@ paths: application/json: schema: type: array - items: *659 + items: *661 examples: - default: *671 + default: *673 headers: Link: *65 '304': *35 @@ -109707,7 +109758,7 @@ paths: type: array items: *77 examples: - default: &678 + default: &680 summary: Default response value: - id: 1296269 @@ -110065,9 +110116,9 @@ paths: application/json: schema: type: array - items: *519 + items: *521 examples: - default: *672 + default: *674 headers: Link: *65 '304': *35 @@ -110146,7 +110197,7 @@ paths: application/json: schema: type: array - items: &673 + items: &675 title: Social account description: Social media account type: object @@ -110163,7 +110214,7 @@ paths: - provider - url examples: - default: &674 + default: &676 value: - provider: twitter url: https://twitter.com/github @@ -110226,9 +110277,9 @@ paths: application/json: schema: type: array - items: *673 + items: *675 examples: - default: *674 + default: *676 '422': *15 '304': *35 '404': *6 @@ -110316,7 +110367,7 @@ paths: application/json: schema: type: array - items: &675 + items: &677 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -110336,7 +110387,7 @@ paths: - title - created_at examples: - default: &706 + default: &708 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -110401,9 +110452,9 @@ paths: description: Response content: application/json: - schema: *675 + schema: *677 examples: - default: &676 + default: &678 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -110433,7 +110484,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &677 + - &679 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -110445,9 +110496,9 @@ paths: description: Response content: application/json: - schema: *675 + schema: *677 examples: - default: *676 + default: *678 '404': *6 '304': *35 '403': *27 @@ -110470,7 +110521,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *677 + - *679 responses: '204': description: Response @@ -110499,7 +110550,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &707 + - &709 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -110524,11 +110575,11 @@ paths: type: array items: *77 examples: - default-response: *678 + default-response: *680 application/vnd.github.v3.star+json: schema: type: array - items: &708 + items: &710 title: Starred Repository description: Starred Repository type: object @@ -110897,10 +110948,10 @@ paths: application/json: schema: oneOf: - - *654 - - *653 + - *656 + - *655 examples: - default-response: &682 + default-response: &684 summary: Default response value: login: octocat @@ -110935,7 +110986,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &683 + response-with-git-hub-plan-information: &685 summary: Response with GitHub plan information value: login: octocat @@ -110992,7 +111043,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &680 + - &682 name: user_id description: The unique identifier of the user. in: path @@ -111058,7 +111109,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *679 + - *681 - *17 responses: '200': @@ -111093,7 +111144,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *680 + - *682 - *265 requestBody: required: true @@ -111168,7 +111219,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *681 + schema: *683 examples: table_view: summary: Response for creating a table view @@ -111220,11 +111271,11 @@ paths: application/json: schema: oneOf: - - *654 - - *653 + - *656 + - *655 examples: - default-response: *682 - response-with-git-hub-plan-information: *683 + default-response: *684 + response-with-git-hub-plan-information: *685 '404': *6 x-github: githubCloudOnly: false @@ -111274,8 +111325,8 @@ paths: required: - subject_digests examples: - default: *684 - withPredicateType: *685 + default: *686 + withPredicateType: *687 responses: '200': description: Response @@ -111329,7 +111380,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *686 + default: *688 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111575,7 +111626,7 @@ paths: type: array items: *247 examples: - default: *669 + default: *671 '403': *27 '401': *23 x-github: @@ -111959,9 +112010,9 @@ paths: application/json: schema: type: array - items: *660 + items: *662 examples: - default: *687 + default: *689 headers: Link: *65 x-github: @@ -112065,7 +112116,7 @@ paths: application/json: schema: *20 examples: - default: *516 + default: *518 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112190,7 +112241,7 @@ paths: - docker - nuget - container - - *668 + - *670 - *69 - *19 - *17 @@ -112203,10 +112254,10 @@ paths: type: array items: *247 examples: - default: *669 + default: *671 '403': *27 '401': *23 - '400': *670 + '400': *672 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112236,7 +112287,7 @@ paths: application/json: schema: *247 examples: - default: *688 + default: *690 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112585,7 +112636,7 @@ paths: type: array items: *268 examples: - default: *689 + default: *691 headers: Link: *65 '304': *35 @@ -112645,7 +112696,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *690 + items: *692 required: - name - data_type @@ -112661,7 +112712,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *691 + iteration_configuration: *693 required: - name - data_type @@ -112683,8 +112734,8 @@ paths: value: name: Due date data_type: date - single_select_field: *692 - iteration_field: *693 + single_select_field: *694 + iteration_field: *695 responses: '201': description: Response @@ -112692,11 +112743,11 @@ paths: application/json: schema: *268 examples: - text_field: *694 - number_field: *695 - date_field: *696 - single_select_field: *697 - iteration_field: *698 + text_field: *696 + number_field: *697 + date_field: *698 + single_select_field: *699 + iteration_field: *700 '304': *35 '403': *27 '401': *23 @@ -112718,7 +112769,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *265 - - *699 + - *701 - *69 responses: '200': @@ -112727,7 +112778,7 @@ paths: application/json: schema: *268 examples: - default: *700 + default: *702 headers: Link: *65 '304': *35 @@ -113084,7 +113135,7 @@ paths: parameters: - *265 - *69 - - *701 + - *703 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -113359,7 +113410,7 @@ paths: - *115 - *117 - *116 - - *702 + - *704 - *118 responses: '200': @@ -113490,7 +113541,7 @@ paths: parameters: - *69 - *115 - - *703 + - *705 - *116 responses: '200': @@ -113589,9 +113640,9 @@ paths: - *115 - *117 - *116 - - *704 + - *706 - *118 - - *705 + - *707 responses: '200': description: Response when getting a billing usage summary @@ -113725,9 +113776,9 @@ paths: application/json: schema: type: array - items: *673 + items: *675 examples: - default: *674 + default: *676 headers: Link: *65 x-github: @@ -113757,9 +113808,9 @@ paths: application/json: schema: type: array - items: *675 + items: *677 examples: - default: *706 + default: *708 headers: Link: *65 x-github: @@ -113784,7 +113835,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *69 - - *707 + - *709 - *59 - *17 - *19 @@ -113796,11 +113847,11 @@ paths: schema: anyOf: - type: array - items: *708 + items: *710 - type: array items: *77 examples: - default-response: *678 + default-response: *680 headers: Link: *65 x-github: @@ -113960,7 +114011,7 @@ webhooks: type: string enum: - disabled - enterprise: &709 + enterprise: &711 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -114029,7 +114080,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &710 + installation: &712 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -114050,7 +114101,7 @@ webhooks: required: - id - node_id - organization: &711 + organization: &713 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -114123,7 +114174,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &712 + repository: &714 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -115049,10 +115100,10 @@ webhooks: type: string enum: - enabled - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -115128,11 +115179,11 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - rule: &713 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + rule: &715 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -115355,11 +115406,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - rule: *713 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + rule: *715 sender: *4 required: - action @@ -115547,11 +115598,11 @@ webhooks: - everyone required: - from - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - rule: *713 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + rule: *715 sender: *4 required: - action @@ -115635,7 +115686,7 @@ webhooks: type: string enum: - completed - check_run: &715 + check_run: &717 title: CheckRun description: A check performed on the code of a given code change type: object @@ -115745,7 +115796,7 @@ webhooks: - examples: - neutral - deployment: *714 + deployment: *716 details_url: type: string examples: @@ -115843,10 +115894,10 @@ webhooks: - output - app - pull_requests - installation: *710 - enterprise: *709 - organization: *711 - repository: *712 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 sender: *4 required: - check_run @@ -116237,11 +116288,11 @@ webhooks: type: string enum: - created - check_run: *715 - installation: *710 - enterprise: *709 - organization: *711 - repository: *712 + check_run: *717 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 sender: *4 required: - check_run @@ -116635,11 +116686,11 @@ webhooks: type: string enum: - requested_action - check_run: *715 - installation: *710 - enterprise: *709 - organization: *711 - repository: *712 + check_run: *717 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 requested_action: description: The action requested by the user. type: object @@ -117042,11 +117093,11 @@ webhooks: type: string enum: - rerequested - check_run: *715 - installation: *710 - enterprise: *709 - organization: *711 - repository: *712 + check_run: *717 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 sender: *4 required: - check_run @@ -118031,10 +118082,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -118738,10 +118789,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -119439,10 +119490,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -119763,20 +119814,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &716 + commit_oid: &718 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *709 - installation: *710 - organization: *711 - ref: &717 + enterprise: *711 + installation: *712 + organization: *713 + ref: &719 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *712 + repository: *714 sender: *4 required: - action @@ -120184,12 +120235,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *716 - enterprise: *709 - installation: *710 - organization: *711 - ref: *717 - repository: *712 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -120472,12 +120523,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *716 - enterprise: *709 - installation: *710 - organization: *711 - ref: *717 - repository: *712 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -120823,12 +120874,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *716 - enterprise: *709 - installation: *710 - organization: *711 - ref: *717 - repository: *712 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -121118,9 +121169,9 @@ webhooks: type: - string - 'null' - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -121128,7 +121179,7 @@ webhooks: type: - string - 'null' - repository: *712 + repository: *714 sender: *4 required: - action @@ -121374,12 +121425,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *716 - enterprise: *709 - installation: *710 - organization: *711 - ref: *717 - repository: *712 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -121700,10 +121751,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -121963,10 +122014,10 @@ webhooks: - updated_at - author_association - body - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -122047,18 +122098,18 @@ webhooks: type: - string - 'null' - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *711 - pusher_type: &718 + organization: *713 + pusher_type: &720 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &719 + ref: &721 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -122068,7 +122119,7 @@ webhooks: enum: - tag - branch - repository: *712 + repository: *714 sender: *4 required: - ref @@ -122151,9 +122202,9 @@ webhooks: enum: - created definition: *276 - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -122238,9 +122289,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -122318,9 +122369,9 @@ webhooks: enum: - promote_to_enterprise definition: *276 - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -122398,9 +122449,9 @@ webhooks: enum: - updated definition: *276 - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -122477,10 +122528,10 @@ webhooks: type: string enum: - updated - enterprise: *709 - installation: *710 - repository: *712 - organization: *711 + enterprise: *711 + installation: *712 + repository: *714 + organization: *713 sender: *4 new_property_values: type: array @@ -122565,18 +122616,18 @@ webhooks: title: delete event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 - pusher_type: *718 - ref: *719 + enterprise: *711 + installation: *712 + organization: *713 + pusher_type: *720 + ref: *721 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *712 + repository: *714 sender: *4 required: - ref @@ -122656,11 +122707,11 @@ webhooks: type: string enum: - assignees_changed - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -122740,11 +122791,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -122825,11 +122876,11 @@ webhooks: type: string enum: - auto_reopened - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -122910,11 +122961,11 @@ webhooks: type: string enum: - created - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -122993,11 +123044,11 @@ webhooks: type: string enum: - dismissed - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -123076,11 +123127,11 @@ webhooks: type: string enum: - fixed - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -123160,11 +123211,11 @@ webhooks: type: string enum: - reintroduced - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -123243,11 +123294,11 @@ webhooks: type: string enum: - reopened - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -123324,9 +123375,9 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - key: &720 + enterprise: *711 + installation: *712 + key: &722 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -123364,8 +123415,8 @@ webhooks: - verified - created_at - read_only - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -123442,11 +123493,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - key: *720 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + key: *722 + organization: *713 + repository: *714 sender: *4 required: - action @@ -124013,12 +124064,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: &724 + workflow: &726 title: Workflow type: - object @@ -124769,13 +124820,13 @@ webhooks: deployment: anyOf: - type: 'null' - - *481 + - *483 pull_requests: type: array - items: *565 - repository: *712 - organization: *711 - installation: *710 + items: *567 + repository: *714 + organization: *713 + installation: *712 sender: *4 responses: '200': @@ -124846,7 +124897,7 @@ webhooks: type: string enum: - approved - approver: &721 + approver: &723 type: object properties: avatar_url: @@ -124889,11 +124940,11 @@ webhooks: type: string comment: type: string - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - reviewers: &722 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + reviewers: &724 type: array items: type: object @@ -124974,7 +125025,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &723 + workflow_job_run: &725 type: object properties: conclusion: @@ -125720,18 +125771,18 @@ webhooks: type: string enum: - rejected - approver: *721 + approver: *723 comment: type: string - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - reviewers: *722 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + reviewers: *724 sender: *4 since: type: string - workflow_job_run: *723 + workflow_job_run: *725 workflow_job_runs: type: array items: @@ -126448,13 +126499,13 @@ webhooks: type: string enum: - requested - enterprise: *709 + enterprise: *711 environment: type: string - installation: *710 - organization: *711 - repository: *712 - requestor: &729 + installation: *712 + organization: *713 + repository: *714 + requestor: &731 title: User type: - object @@ -128387,12 +128438,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: *724 + workflow: *726 workflow_run: title: Deployment Workflow Run type: @@ -129083,7 +129134,7 @@ webhooks: type: string enum: - answered - answer: &727 + answer: &729 type: object properties: author_association: @@ -129243,11 +129294,11 @@ webhooks: - created_at - updated_at - body - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129374,11 +129425,11 @@ webhooks: - from required: - category - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129461,11 +129512,11 @@ webhooks: type: string enum: - closed - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129547,7 +129598,7 @@ webhooks: type: string enum: - created - comment: &726 + comment: &728 type: object properties: author_association: @@ -129707,11 +129758,11 @@ webhooks: - updated_at - body - reactions - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129794,12 +129845,12 @@ webhooks: type: string enum: - deleted - comment: *726 - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + comment: *728 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129894,12 +129945,12 @@ webhooks: - from required: - body - comment: *726 - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + comment: *728 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129983,11 +130034,11 @@ webhooks: type: string enum: - created - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130069,11 +130120,11 @@ webhooks: type: string enum: - deleted - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130173,11 +130224,11 @@ webhooks: type: string required: - from - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130259,10 +130310,10 @@ webhooks: type: string enum: - labeled - discussion: *725 - enterprise: *709 - installation: *710 - label: &728 + discussion: *727 + enterprise: *711 + installation: *712 + label: &730 title: Label type: object properties: @@ -130295,8 +130346,8 @@ webhooks: - color - default - description - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130379,11 +130430,11 @@ webhooks: type: string enum: - locked - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130465,11 +130516,11 @@ webhooks: type: string enum: - pinned - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130551,11 +130602,11 @@ webhooks: type: string enum: - reopened - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130640,16 +130691,16 @@ webhooks: changes: type: object properties: - new_discussion: *725 - new_repository: *712 + new_discussion: *727 + new_repository: *714 required: - new_discussion - new_repository - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130732,10 +130783,10 @@ webhooks: type: string enum: - unanswered - discussion: *725 - old_answer: *727 - organization: *711 - repository: *712 + discussion: *727 + old_answer: *729 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130817,12 +130868,12 @@ webhooks: type: string enum: - unlabeled - discussion: *725 - enterprise: *709 - installation: *710 - label: *728 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130905,11 +130956,11 @@ webhooks: type: string enum: - unlocked - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130991,11 +131042,11 @@ webhooks: type: string enum: - unpinned - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -131068,7 +131119,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *709 + enterprise: *711 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -131746,9 +131797,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - forkee @@ -131894,9 +131945,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pages: description: The pages that were updated. type: array @@ -131934,7 +131985,7 @@ webhooks: - action - sha - html_url - repository: *712 + repository: *714 sender: *4 required: - pages @@ -132010,10 +132061,10 @@ webhooks: type: string enum: - created - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: &730 + organization: *713 + repositories: &732 description: An array of repository objects that the installation can access. type: array @@ -132039,8 +132090,8 @@ webhooks: - name - full_name - private - repository: *712 - requester: *729 + repository: *714 + requester: *731 sender: *4 required: - action @@ -132115,11 +132166,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: *730 - repository: *712 + organization: *713 + repositories: *732 + repository: *714 requester: type: - 'null' @@ -132196,11 +132247,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: *730 - repository: *712 + organization: *713 + repositories: *732 + repository: *714 requester: type: - 'null' @@ -132277,10 +132328,10 @@ webhooks: type: string enum: - added - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories_added: &731 + organization: *713 + repositories_added: &733 description: An array of repository objects, which were added to the installation. type: array @@ -132326,15 +132377,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *712 - repository_selection: &732 + repository: *714 + repository_selection: &734 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *729 + requester: *731 sender: *4 required: - action @@ -132413,10 +132464,10 @@ webhooks: type: string enum: - removed - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories_added: *731 + organization: *713 + repositories_added: *733 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -132443,9 +132494,9 @@ webhooks: - name - full_name - private - repository: *712 - repository_selection: *732 - requester: *729 + repository: *714 + repository_selection: *734 + requester: *731 sender: *4 required: - action @@ -132524,11 +132575,11 @@ webhooks: type: string enum: - suspend - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: *730 - repository: *712 + organization: *713 + repositories: *732 + repository: *714 requester: type: - 'null' @@ -132710,10 +132761,10 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 target_type: type: string @@ -132792,11 +132843,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: *730 - repository: *712 + organization: *713 + repositories: *732 + repository: *714 requester: type: - 'null' @@ -132962,7 +133013,7 @@ webhooks: pin: anyOf: - type: 'null' - - *544 + - *546 user: title: User type: @@ -133048,8 +133099,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -133861,8 +133912,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134223,8 +134274,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -134304,7 +134355,7 @@ webhooks: type: string enum: - deleted - comment: &733 + comment: &735 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -134461,7 +134512,7 @@ webhooks: pin: anyOf: - type: 'null' - - *544 + - *546 required: - url - html_url @@ -134475,8 +134526,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -135284,8 +135335,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135648,8 +135699,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -135729,7 +135780,7 @@ webhooks: type: string enum: - edited - changes: &757 + changes: &759 description: The changes to the comment. type: object properties: @@ -135741,9 +135792,9 @@ webhooks: type: string required: - from - comment: *733 - enterprise: *709 - installation: *710 + comment: *735 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -136554,8 +136605,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136916,8 +136967,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -136998,9 +137049,9 @@ webhooks: type: string enum: - pinned - comment: *733 - enterprise: *709 - installation: *710 + comment: *735 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -137813,8 +137864,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138177,8 +138228,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -138258,9 +138309,9 @@ webhooks: type: string enum: - unpinned - comment: *733 - enterprise: *709 - installation: *710 + comment: *735 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -139073,8 +139124,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139437,8 +139488,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -139527,9 +139578,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -139618,9 +139669,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -139708,9 +139759,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -139799,9 +139850,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -139881,10 +139932,10 @@ webhooks: type: string enum: - assigned - assignee: *729 - enterprise: *709 - installation: *710 - issue: &736 + assignee: *731 + enterprise: *711 + installation: *712 + issue: &738 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -140695,11 +140746,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140819,8 +140870,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -140900,8 +140951,8 @@ webhooks: type: string enum: - closed - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -141717,11 +141768,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141984,8 +142035,8 @@ webhooks: required: - state - closed_at - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -142064,8 +142115,8 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142872,11 +142923,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142995,8 +143046,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -143075,8 +143126,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143906,11 +143957,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144008,7 +144059,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &734 + milestone: &736 title: Milestone description: A collection of related issues and pull requests. type: object @@ -144151,8 +144202,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -144251,8 +144302,8 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145063,11 +145114,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145187,9 +145238,9 @@ webhooks: - active_lock_reason - body - reactions - label: *728 - organization: *711 - repository: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -145269,8 +145320,8 @@ webhooks: type: string enum: - labeled - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -146080,11 +146131,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146204,9 +146255,9 @@ webhooks: - active_lock_reason - body - reactions - label: *728 - organization: *711 - repository: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -146286,8 +146337,8 @@ webhooks: type: string enum: - locked - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147122,11 +147173,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147223,8 +147274,8 @@ webhooks: format: uri user_view_type: type: string - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -147303,8 +147354,8 @@ webhooks: type: string enum: - milestoned - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148133,11 +148184,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148234,9 +148285,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *734 - organization: *711 - repository: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -149123,11 +149174,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149719,8 +149770,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150527,11 +150578,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150654,8 +150705,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -150735,9 +150786,9 @@ webhooks: type: string enum: - pinned - enterprise: *709 - installation: *710 - issue: &735 + enterprise: *711 + installation: *712 + issue: &737 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -151542,11 +151593,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151665,8 +151716,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -151745,8 +151796,8 @@ webhooks: type: string enum: - reopened - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152579,11 +152630,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152681,8 +152732,8 @@ webhooks: user_view_type: type: string type: *230 - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -153570,11 +153621,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154184,11 +154235,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *709 - installation: *710 - issue: *735 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + issue: *737 + organization: *713 + repository: *714 sender: *4 required: - action @@ -154268,12 +154319,12 @@ webhooks: type: string enum: - typed - enterprise: *709 - installation: *710 - issue: *736 + enterprise: *711 + installation: *712 + issue: *738 type: *230 - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -154354,7 +154405,7 @@ webhooks: type: string enum: - unassigned - assignee: &760 + assignee: &762 title: User type: - object @@ -154426,11 +154477,11 @@ webhooks: required: - login - id - enterprise: *709 - installation: *710 - issue: *736 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + issue: *738 + organization: *713 + repository: *714 sender: *4 required: - action @@ -154509,12 +154560,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *709 - installation: *710 - issue: *736 - label: *728 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + issue: *738 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -154594,8 +154645,8 @@ webhooks: type: string enum: - unlocked - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -155428,11 +155479,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155529,8 +155580,8 @@ webhooks: format: uri user_view_type: type: string - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155610,11 +155661,11 @@ webhooks: type: string enum: - unpinned - enterprise: *709 - installation: *710 - issue: *735 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + issue: *737 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155693,12 +155744,12 @@ webhooks: type: string enum: - untyped - enterprise: *709 - installation: *710 - issue: *736 + enterprise: *711 + installation: *712 + issue: *738 type: *230 - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155778,11 +155829,11 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - label: *728 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155860,11 +155911,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - label: *728 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155974,11 +156025,11 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - label: *728 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -156060,9 +156111,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *709 - installation: *710 - marketplace_purchase: &737 + enterprise: *711 + installation: *712 + marketplace_purchase: &739 title: Marketplace Purchase type: object required: @@ -156150,8 +156201,8 @@ webhooks: type: integer unit_count: type: integer - organization: *711 - previous_marketplace_purchase: &738 + organization: *713 + previous_marketplace_purchase: &740 title: Marketplace Purchase type: object properties: @@ -156235,7 +156286,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *712 + repository: *714 sender: *4 required: - action @@ -156315,10 +156366,10 @@ webhooks: - changed effective_date: type: string - enterprise: *709 - installation: *710 - marketplace_purchase: *737 - organization: *711 + enterprise: *711 + installation: *712 + marketplace_purchase: *739 + organization: *713 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156406,7 +156457,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *712 + repository: *714 sender: *4 required: - action @@ -156488,10 +156539,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *709 - installation: *710 - marketplace_purchase: *737 - organization: *711 + enterprise: *711 + installation: *712 + marketplace_purchase: *739 + organization: *713 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156577,7 +156628,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *712 + repository: *714 sender: *4 required: - action @@ -156658,8 +156709,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 marketplace_purchase: title: Marketplace Purchase type: object @@ -156745,9 +156796,9 @@ webhooks: type: integer unit_count: type: integer - organization: *711 - previous_marketplace_purchase: *738 - repository: *712 + organization: *713 + previous_marketplace_purchase: *740 + repository: *714 sender: *4 required: - action @@ -156827,12 +156878,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *709 - installation: *710 - marketplace_purchase: *737 - organization: *711 - previous_marketplace_purchase: *738 - repository: *712 + enterprise: *711 + installation: *712 + marketplace_purchase: *739 + organization: *713 + previous_marketplace_purchase: *740 + repository: *714 sender: *4 required: - action @@ -156934,11 +156985,11 @@ webhooks: type: string required: - to - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 sender: *4 required: - action @@ -157040,11 +157091,11 @@ webhooks: type: - string - 'null' - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 sender: *4 required: - action @@ -157123,11 +157174,11 @@ webhooks: type: string enum: - removed - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 sender: *4 required: - action @@ -157205,11 +157256,11 @@ webhooks: type: string enum: - added - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 scope: description: The scope of the membership. Currently, can only be `team`. @@ -157287,7 +157338,7 @@ webhooks: required: - login - id - team: &739 + team: &741 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -157517,11 +157568,11 @@ webhooks: type: string enum: - removed - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 scope: description: The scope of the membership. Currently, can only be `team`. @@ -157600,7 +157651,7 @@ webhooks: required: - login - id - team: *739 + team: *741 required: - action - scope @@ -157682,8 +157733,8 @@ webhooks: type: string enum: - checks_requested - installation: *710 - merge_group: &740 + installation: *712 + merge_group: &742 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -157709,8 +157760,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -157796,10 +157847,10 @@ webhooks: - merged - invalidated - dequeued - installation: *710 - merge_group: *740 - organization: *711 - repository: *712 + installation: *712 + merge_group: *742 + organization: *713 + repository: *714 sender: *4 required: - action @@ -157872,7 +157923,7 @@ webhooks: type: string enum: - deleted - enterprise: *709 + enterprise: *711 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -157981,12 +158032,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *710 - organization: *711 + installation: *712 + organization: *713 repository: anyOf: - type: 'null' - - *712 + - *714 sender: *4 required: - action @@ -158066,11 +158117,11 @@ webhooks: type: string enum: - closed - enterprise: *709 - installation: *710 - milestone: *734 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158149,9 +158200,9 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - milestone: &741 + enterprise: *711 + installation: *712 + milestone: &743 title: Milestone description: A collection of related issues and pull requests. type: object @@ -158293,8 +158344,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158373,11 +158424,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - milestone: *734 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158487,11 +158538,11 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - milestone: *734 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158571,11 +158622,11 @@ webhooks: type: string enum: - opened - enterprise: *709 - installation: *710 - milestone: *741 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + milestone: *743 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158654,11 +158705,11 @@ webhooks: type: string enum: - blocked - blocked_user: *729 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + blocked_user: *731 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158737,11 +158788,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *729 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + blocked_user: *731 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158820,9 +158871,9 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - membership: &742 + enterprise: *711 + installation: *712 + membership: &744 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -158932,8 +158983,8 @@ webhooks: - role - organization_url - user - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159011,11 +159062,11 @@ webhooks: type: string enum: - member_added - enterprise: *709 - installation: *710 - membership: *742 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + membership: *744 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159094,8 +159145,8 @@ webhooks: type: string enum: - member_invited - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -159217,10 +159268,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 - user: *729 + user: *731 required: - action - invitation @@ -159298,11 +159349,11 @@ webhooks: type: string enum: - member_removed - enterprise: *709 - installation: *710 - membership: *742 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + membership: *744 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159389,11 +159440,11 @@ webhooks: properties: from: type: string - enterprise: *709 - installation: *710 - membership: *742 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + membership: *744 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159470,9 +159521,9 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 package: description: Information about the package. type: object @@ -159995,7 +160046,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &743 + items: &745 title: Ruby Gems metadata type: object properties: @@ -160092,7 +160143,7 @@ webhooks: - owner - package_version - registry - repository: *712 + repository: *714 sender: *4 required: - action @@ -160168,9 +160219,9 @@ webhooks: type: string enum: - updated - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 package: description: Information about the package. type: object @@ -160532,7 +160583,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *743 + items: *745 source_url: type: string format: uri @@ -160603,7 +160654,7 @@ webhooks: - owner - package_version - registry - repository: *712 + repository: *714 sender: *4 required: - action @@ -160783,12 +160834,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *709 + enterprise: *711 id: type: integer - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - id @@ -160865,7 +160916,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &744 + personal_access_token_request: &746 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -161015,10 +161066,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *709 - organization: *711 + enterprise: *711 + organization: *713 sender: *4 - installation: *710 + installation: *712 required: - action - personal_access_token_request @@ -161095,11 +161146,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *744 - enterprise: *709 - organization: *711 + personal_access_token_request: *746 + enterprise: *711 + organization: *713 sender: *4 - installation: *710 + installation: *712 required: - action - personal_access_token_request @@ -161175,11 +161226,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *744 - enterprise: *709 - organization: *711 + personal_access_token_request: *746 + enterprise: *711 + organization: *713 sender: *4 - installation: *710 + installation: *712 required: - action - personal_access_token_request @@ -161254,11 +161305,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *744 - organization: *711 - enterprise: *709 + personal_access_token_request: *746 + organization: *713 + enterprise: *711 sender: *4 - installation: *710 + installation: *712 required: - action - personal_access_token_request @@ -161363,7 +161414,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *745 + last_response: *747 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -161395,8 +161446,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 zen: description: Random string of GitHub zen. @@ -161641,10 +161692,10 @@ webhooks: - from required: - note - enterprise: *709 - installation: *710 - organization: *711 - project_card: &746 + enterprise: *711 + installation: *712 + organization: *713 + project_card: &748 title: Project Card type: object properties: @@ -161767,7 +161818,7 @@ webhooks: - creator - created_at - updated_at - repository: *712 + repository: *714 sender: *4 required: - action @@ -161848,11 +161899,11 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - project_card: *746 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project_card: *748 + repository: *714 sender: *4 required: - action @@ -161932,9 +161983,9 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 project_card: title: Project Card type: object @@ -162064,7 +162115,7 @@ webhooks: repository: anyOf: - type: 'null' - - *712 + - *714 sender: *4 required: - action @@ -162158,11 +162209,11 @@ webhooks: - from required: - note - enterprise: *709 - installation: *710 - organization: *711 - project_card: *746 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project_card: *748 + repository: *714 sender: *4 required: - action @@ -162256,9 +162307,9 @@ webhooks: - from required: - column_id - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 project_card: allOf: - title: Project Card @@ -162455,7 +162506,7 @@ webhooks: type: string required: - after_id - repository: *712 + repository: *714 sender: *4 required: - action @@ -162535,10 +162586,10 @@ webhooks: type: string enum: - closed - enterprise: *709 - installation: *710 - organization: *711 - project: &748 + enterprise: *711 + installation: *712 + organization: *713 + project: &750 title: Project type: object properties: @@ -162665,7 +162716,7 @@ webhooks: - creator - created_at - updated_at - repository: *712 + repository: *714 sender: *4 required: - action @@ -162745,10 +162796,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - project_column: &747 + enterprise: *711 + installation: *712 + organization: *713 + project_column: &749 title: Project Column type: object properties: @@ -162788,7 +162839,7 @@ webhooks: - name - created_at - updated_at - repository: *712 + repository: *714 sender: *4 required: - action @@ -162867,14 +162918,14 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - project_column: *747 + enterprise: *711 + installation: *712 + organization: *713 + project_column: *749 repository: anyOf: - type: 'null' - - *712 + - *714 sender: *4 required: - action @@ -162963,11 +163014,11 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 - project_column: *747 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project_column: *749 + repository: *714 sender: *4 required: - action @@ -163047,11 +163098,11 @@ webhooks: type: string enum: - moved - enterprise: *709 - installation: *710 - organization: *711 - project_column: *747 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project_column: *749 + repository: *714 sender: *4 required: - action @@ -163131,11 +163182,11 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - project: *748 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project: *750 + repository: *714 sender: *4 required: - action @@ -163215,14 +163266,14 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - project: *748 + enterprise: *711 + installation: *712 + organization: *713 + project: *750 repository: anyOf: - type: 'null' - - *712 + - *714 sender: *4 required: - action @@ -163323,11 +163374,11 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 - project: *748 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project: *750 + repository: *714 sender: *4 required: - action @@ -163406,11 +163457,11 @@ webhooks: type: string enum: - reopened - enterprise: *709 - installation: *710 - organization: *711 - project: *748 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project: *750 + repository: *714 sender: *4 required: - action @@ -163491,8 +163542,8 @@ webhooks: type: string enum: - closed - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -163574,8 +163625,8 @@ webhooks: type: string enum: - created - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -163657,8 +163708,8 @@ webhooks: type: string enum: - deleted - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -163780,8 +163831,8 @@ webhooks: type: string to: type: string - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -163865,7 +163916,7 @@ webhooks: type: string enum: - archived - changes: &752 + changes: &754 type: object properties: archived_at: @@ -163881,9 +163932,9 @@ webhooks: - string - 'null' format: date-time - installation: *710 - organization: *711 - projects_v2_item: &749 + installation: *712 + organization: *713 + projects_v2_item: &751 title: Projects v2 Item description: An item belonging to a project type: object @@ -164023,9 +164074,9 @@ webhooks: - 'null' to: type: string - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -164107,9 +164158,9 @@ webhooks: type: string enum: - created - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -164190,9 +164241,9 @@ webhooks: type: string enum: - deleted - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -164297,7 +164348,7 @@ webhooks: oneOf: - type: string - type: integer - - &750 + - &752 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -164321,7 +164372,7 @@ webhooks: required: - id - name - - &751 + - &753 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -164361,8 +164412,8 @@ webhooks: oneOf: - type: string - type: integer - - *750 - - *751 + - *752 + - *753 type: - 'null' - string @@ -164385,9 +164436,9 @@ webhooks: - 'null' required: - body - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -164484,9 +164535,9 @@ webhooks: type: - string - 'null' - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -164569,10 +164620,10 @@ webhooks: type: string enum: - restored - changes: *752 - installation: *710 - organization: *711 - projects_v2_item: *749 + changes: *754 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -164654,8 +164705,8 @@ webhooks: type: string enum: - reopened - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -164737,9 +164788,9 @@ webhooks: type: string enum: - created - installation: *710 - organization: *711 - projects_v2_status_update: *753 + installation: *712 + organization: *713 + projects_v2_status_update: *755 sender: *4 required: - action @@ -164820,9 +164871,9 @@ webhooks: type: string enum: - deleted - installation: *710 - organization: *711 - projects_v2_status_update: *753 + installation: *712 + organization: *713 + projects_v2_status_update: *755 sender: *4 required: - action @@ -164968,9 +165019,9 @@ webhooks: - string - 'null' format: date - installation: *710 - organization: *711 - projects_v2_status_update: *753 + installation: *712 + organization: *713 + projects_v2_status_update: *755 sender: *4 required: - action @@ -165041,10 +165092,10 @@ webhooks: title: public event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - repository @@ -165121,13 +165172,13 @@ webhooks: type: string enum: - assigned - assignee: *729 - enterprise: *709 - installation: *710 - number: &754 + assignee: *731 + enterprise: *711 + installation: *712 + number: &756 description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -167498,7 +167549,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -167580,11 +167631,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -169948,7 +169999,7 @@ webhooks: - draft reason: type: string - repository: *712 + repository: *714 sender: *4 required: - action @@ -170030,11 +170081,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -172398,7 +172449,7 @@ webhooks: - draft reason: type: string - repository: *712 + repository: *714 sender: *4 required: - action @@ -172480,13 +172531,13 @@ webhooks: type: string enum: - closed - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: &755 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: &757 allOf: - - *565 + - *567 - type: object properties: allow_auto_merge: @@ -172548,7 +172599,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *712 + repository: *714 sender: *4 required: - action @@ -172629,12 +172680,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -172714,11 +172765,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *709 + enterprise: *711 milestone: *266 - number: *754 - organization: *711 - pull_request: &756 + number: *756 + organization: *713 + pull_request: &758 title: Pull Request type: object properties: @@ -175067,7 +175118,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -175146,11 +175197,11 @@ webhooks: type: string enum: - dequeued - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -177518,7 +177569,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *712 + repository: *714 sender: *4 required: - action @@ -177642,12 +177693,12 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -177727,11 +177778,11 @@ webhooks: type: string enum: - enqueued - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -180084,7 +180135,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -180164,11 +180215,11 @@ webhooks: type: string enum: - labeled - enterprise: *709 - installation: *710 - label: *728 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + label: *730 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -182538,7 +182589,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -182619,10 +182670,10 @@ webhooks: type: string enum: - locked - enterprise: *709 - installation: *710 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -184990,7 +185041,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -185070,12 +185121,12 @@ webhooks: type: string enum: - milestoned - enterprise: *709 + enterprise: *711 milestone: *266 - number: *754 - organization: *711 - pull_request: *756 - repository: *712 + number: *756 + organization: *713 + pull_request: *758 + repository: *714 sender: *4 required: - action @@ -185154,12 +185205,12 @@ webhooks: type: string enum: - opened - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -185240,12 +185291,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -185325,12 +185376,12 @@ webhooks: type: string enum: - reopened - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -185705,9 +185756,9 @@ webhooks: - start_side - side - reactions - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: type: object properties: @@ -187959,7 +188010,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *712 + repository: *714 sender: *4 required: - action @@ -188039,7 +188090,7 @@ webhooks: type: string enum: - deleted - comment: &758 + comment: &760 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -188332,9 +188383,9 @@ webhooks: - start_side - side - reactions - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: type: object properties: @@ -190574,7 +190625,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *712 + repository: *714 sender: *4 required: - action @@ -190654,11 +190705,11 @@ webhooks: type: string enum: - edited - changes: *757 - comment: *758 - enterprise: *709 - installation: *710 - organization: *711 + changes: *759 + comment: *760 + enterprise: *711 + installation: *712 + organization: *713 pull_request: type: object properties: @@ -192901,7 +192952,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *712 + repository: *714 sender: *4 required: - action @@ -192982,9 +193033,9 @@ webhooks: type: string enum: - dismissed - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -195239,7 +195290,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 + repository: *714 review: description: The review that was affected. type: object @@ -195490,9 +195541,9 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -197606,8 +197657,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 - review: &759 + repository: *714 + review: &761 description: The review that was affected. type: object properties: @@ -197845,12 +197896,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -200219,7 +200270,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 requested_reviewer: title: User type: @@ -200305,12 +200356,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -202686,7 +202737,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 requested_team: title: Team description: Groups of organization members that gives permissions @@ -202881,12 +202932,12 @@ webhooks: type: string enum: - review_requested - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -205257,7 +205308,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 requested_reviewer: title: User type: @@ -205344,12 +205395,12 @@ webhooks: type: string enum: - review_requested - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -207711,7 +207762,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207895,9 +207946,9 @@ webhooks: type: string enum: - submitted - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -210155,8 +210206,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 - review: *759 + repository: *714 + review: *761 sender: *4 required: - action @@ -210236,9 +210287,9 @@ webhooks: type: string enum: - resolved - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -212391,7 +212442,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 + repository: *714 sender: *4 thread: type: object @@ -212788,9 +212839,9 @@ webhooks: type: string enum: - unresolved - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -214926,7 +214977,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 + repository: *714 sender: *4 thread: type: object @@ -215325,10 +215376,10 @@ webhooks: type: string before: type: string - enterprise: *709 - installation: *710 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -217685,7 +217736,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -217767,11 +217818,11 @@ webhooks: type: string enum: - unassigned - assignee: *760 - enterprise: *709 - installation: *710 - number: *754 - organization: *711 + assignee: *762 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -220143,7 +220194,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -220222,11 +220273,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *709 - installation: *710 - label: *728 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + label: *730 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -222587,7 +222638,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -222668,10 +222719,10 @@ webhooks: type: string enum: - unlocked - enterprise: *709 - installation: *710 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -225022,7 +225073,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -225225,7 +225276,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *709 + enterprise: *711 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -225320,8 +225371,8 @@ webhooks: - url - author - committer - installation: *710 - organization: *711 + installation: *712 + organization: *713 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -225920,9 +225971,9 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 registry_package: type: object properties: @@ -226399,7 +226450,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *743 + items: *745 summary: type: string tag_name: @@ -226455,7 +226506,7 @@ webhooks: - owner - package_version - registry - repository: *712 + repository: *714 sender: *4 required: - action @@ -226533,9 +226584,9 @@ webhooks: type: string enum: - updated - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 registry_package: type: object properties: @@ -226847,7 +226898,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *743 + items: *745 summary: type: string tag_name: @@ -226897,7 +226948,7 @@ webhooks: - owner - package_version - registry - repository: *712 + repository: *714 sender: *4 required: - action @@ -226974,10 +227025,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - release: &761 + enterprise: *711 + installation: *712 + organization: *713 + release: &763 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -227308,7 +227359,7 @@ webhooks: - updated_at - zipball_url - body - repository: *712 + repository: *714 sender: *4 required: - action @@ -227385,11 +227436,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - release: *761 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + release: *763 + repository: *714 sender: *4 required: - action @@ -227506,11 +227557,11 @@ webhooks: type: boolean required: - to - enterprise: *709 - installation: *710 - organization: *711 - release: *761 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + release: *763 + repository: *714 sender: *4 required: - action @@ -227588,9 +227639,9 @@ webhooks: type: string enum: - prereleased - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -227926,7 +227977,7 @@ webhooks: - string - 'null' format: uri - repository: *712 + repository: *714 sender: *4 required: - action @@ -228002,10 +228053,10 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 - release: &762 + enterprise: *711 + installation: *712 + organization: *713 + release: &764 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -228338,7 +228389,7 @@ webhooks: - string - 'null' format: uri - repository: *712 + repository: *714 sender: *4 required: - action @@ -228414,11 +228465,11 @@ webhooks: type: string enum: - released - enterprise: *709 - installation: *710 - organization: *711 - release: *761 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + release: *763 + repository: *714 sender: *4 required: - action @@ -228494,11 +228545,11 @@ webhooks: type: string enum: - unpublished - enterprise: *709 - installation: *710 - organization: *711 - release: *762 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + release: *764 + repository: *714 sender: *4 required: - action @@ -228574,11 +228625,11 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - repository_advisory: *632 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + repository_advisory: *634 sender: *4 required: - action @@ -228654,11 +228705,11 @@ webhooks: type: string enum: - reported - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - repository_advisory: *632 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + repository_advisory: *634 sender: *4 required: - action @@ -228734,10 +228785,10 @@ webhooks: type: string enum: - archived - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -228814,10 +228865,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -228895,10 +228946,10 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -228983,10 +229034,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -229101,10 +229152,10 @@ webhooks: - 'null' items: type: string - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -229176,10 +229227,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 status: type: string @@ -229260,10 +229311,10 @@ webhooks: type: string enum: - privatized - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -229340,10 +229391,10 @@ webhooks: type: string enum: - publicized - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -229437,10 +229488,10 @@ webhooks: - name required: - repository - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -229520,10 +229571,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 repository_ruleset: *308 sender: *4 required: @@ -229602,10 +229653,10 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 repository_ruleset: *308 sender: *4 required: @@ -229684,10 +229735,10 @@ webhooks: type: string enum: - edited - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 repository_ruleset: *308 changes: type: object @@ -229749,16 +229800,16 @@ webhooks: properties: added: type: array - items: *585 + items: *587 deleted: type: array - items: *585 + items: *587 updated: type: array items: type: object properties: - rule: *585 + rule: *587 changes: type: object properties: @@ -229995,10 +230046,10 @@ webhooks: - from required: - owner - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230076,10 +230127,10 @@ webhooks: type: string enum: - unarchived - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230157,7 +230208,7 @@ webhooks: type: string enum: - create - alert: &763 + alert: &765 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -230282,10 +230333,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230495,10 +230546,10 @@ webhooks: type: string enum: - dismissed - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230576,11 +230627,11 @@ webhooks: type: string enum: - reopen - alert: *763 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *765 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230782,10 +230833,10 @@ webhooks: enum: - fixed - open - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230863,7 +230914,7 @@ webhooks: type: string enum: - assigned - alert: &764 + alert: &766 type: object properties: number: *170 @@ -231003,10 +231054,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -231084,11 +231135,11 @@ webhooks: type: string enum: - created - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -231169,11 +231220,11 @@ webhooks: type: string enum: - created - alert: *764 - installation: *710 - location: *765 - organization: *711 - repository: *712 + alert: *766 + installation: *712 + location: *767 + organization: *713 + repository: *714 sender: *4 required: - location @@ -231411,11 +231462,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -231493,11 +231544,11 @@ webhooks: type: string enum: - reopened - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -231575,11 +231626,11 @@ webhooks: type: string enum: - resolved - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -231657,12 +231708,12 @@ webhooks: type: string enum: - unassigned - alert: *764 + alert: *766 assignee: *4 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -231740,11 +231791,11 @@ webhooks: type: string enum: - validated - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -231874,10 +231925,10 @@ webhooks: - organization - enterprise - - repository: *712 - enterprise: *709 - installation: *710 - organization: *711 + repository: *714 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -231955,11 +232006,11 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - security_advisory: &766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + security_advisory: &768 description: The details of the security advisory, including summary, description, and severity. type: object @@ -232145,11 +232196,11 @@ webhooks: type: string enum: - updated - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - security_advisory: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + security_advisory: *768 sender: *4 required: - action @@ -232222,10 +232273,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -232412,9 +232463,9 @@ webhooks: type: object properties: security_and_analysis: *281 - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: *328 sender: *4 required: @@ -232493,12 +232544,12 @@ webhooks: type: string enum: - cancelled - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: &767 + sponsorship: &769 type: object properties: created_at: @@ -232803,12 +232854,12 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - sponsorship @@ -232896,12 +232947,12 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - changes @@ -232978,17 +233029,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &768 + effective_date: &770 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - sponsorship @@ -233062,7 +233113,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &769 + changes: &771 type: object properties: tier: @@ -233106,13 +233157,13 @@ webhooks: - from required: - tier - effective_date: *768 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + effective_date: *770 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - changes @@ -233189,13 +233240,13 @@ webhooks: type: string enum: - tier_changed - changes: *769 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + changes: *771 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - changes @@ -233269,10 +233320,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -233356,10 +233407,10 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -233793,15 +233844,15 @@ webhooks: type: - string - 'null' - enterprise: *709 + enterprise: *711 id: description: The unique identifier of the status. type: integer - installation: *710 + installation: *712 name: type: string - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 sha: description: The Commit SHA. @@ -233917,9 +233968,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -234009,9 +234060,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -234101,9 +234152,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -234193,9 +234244,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -234272,12 +234323,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - team: &770 + team: &772 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -234507,9 +234558,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -234979,7 +235030,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - team @@ -235055,9 +235106,9 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -235527,7 +235578,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - team @@ -235604,9 +235655,9 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -236076,7 +236127,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - team @@ -236220,9 +236271,9 @@ webhooks: - from required: - permissions - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -236692,7 +236743,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - changes @@ -236770,9 +236821,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -237242,7 +237293,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - team @@ -237318,10 +237369,10 @@ webhooks: type: string enum: - started - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -237394,17 +237445,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *709 + enterprise: *711 inputs: type: - object - 'null' additionalProperties: true - installation: *710 - organization: *711 + installation: *712 + organization: *713 ref: type: string - repository: *712 + repository: *714 sender: *4 workflow: type: string @@ -237486,10 +237537,10 @@ webhooks: type: string enum: - completed - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 workflow_job: allOf: @@ -237745,7 +237796,7 @@ webhooks: type: string required: - conclusion - deployment: *481 + deployment: *483 required: - action - repository @@ -237824,10 +237875,10 @@ webhooks: type: string enum: - in_progress - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 workflow_job: allOf: @@ -238109,7 +238160,7 @@ webhooks: required: - status - steps - deployment: *481 + deployment: *483 required: - action - repository @@ -238188,10 +238239,10 @@ webhooks: type: string enum: - queued - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 workflow_job: type: object @@ -238337,7 +238388,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *481 + deployment: *483 required: - action - repository @@ -238416,10 +238467,10 @@ webhooks: type: string enum: - waiting - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 workflow_job: type: object @@ -238566,7 +238617,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *481 + deployment: *483 required: - action - repository @@ -238646,12 +238697,12 @@ webhooks: type: string enum: - completed - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: *724 + workflow: *726 workflow_run: title: Workflow Run type: object @@ -239670,12 +239721,12 @@ webhooks: type: string enum: - in_progress - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: *724 + workflow: *726 workflow_run: title: Workflow Run type: object @@ -240679,12 +240730,12 @@ webhooks: type: string enum: - requested - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: *724 + workflow: *726 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json index b6419618e..fb5461768 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json @@ -363436,6 +363436,36 @@ } } } + }, + "application/vnd.github.diff": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "diff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } + }, + "application/vnd.github.patch": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001\nFrom: Mona Lisa <87831417+monalisa@users.noreply.github.com>\nDate: Fri, 6 Mar 2026 11:18:45 +0000\nSubject: [PATCH] Change 'test' to 'test change' in testfile\n\n---\ntestfile | 2 +-\n1 file changed, 1 insertion(+), 1 deletion(-)\n\ndiff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } + }, + "application/vnd.github.sha": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "ac3282a2725be3b1d4979169a7a311c89066af1c" + } + } } } }, @@ -371787,6 +371817,26 @@ } } } + }, + "application/vnd.github.diff": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "diff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } + }, + "application/vnd.github.patch": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001\nFrom: Mona Lisa <87831417+monalisa@users.noreply.github.com>\nDate: Fri, 6 Mar 2026 11:18:45 +0000\nSubject: [PATCH] Change 'test' to 'test change' in testfile\n\n---\ntestfile | 2 +-\n1 file changed, 1 insertion(+), 1 deletion(-)\n\ndiff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } } } }, diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml index 140d5b00e..5a491879d 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml @@ -1041,7 +1041,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &634 + - &636 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -12007,7 +12007,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &471 + - &473 name: has in: query description: |- @@ -12137,7 +12137,7 @@ paths: - transitive - inconclusive - - security_advisory: &472 + security_advisory: &474 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -12389,7 +12389,7 @@ paths: and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - auto_dismissed_at: &473 + auto_dismissed_at: &475 type: - string - 'null' @@ -12397,7 +12397,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissal_request: &474 + dismissal_request: &476 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -13824,7 +13824,7 @@ paths: properties: action: type: string - discussion: &725 + discussion: &727 title: Discussion description: A Discussion in a repository. type: object @@ -14609,7 +14609,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &646 + sub_issues_summary: &648 title: Sub-issues Summary type: object properties: @@ -14693,7 +14693,7 @@ paths: pin: anyOf: - type: 'null' - - &544 + - &546 title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. @@ -14720,7 +14720,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &647 + issue_dependencies_summary: &649 title: Issue Dependencies Summary type: object properties: @@ -14739,7 +14739,7 @@ paths: - total_blocking issue_field_values: type: array - items: &529 + items: &531 title: Issue Field Value description: A value assigned to an issue field type: object @@ -15519,7 +15519,7 @@ paths: type: string release: allOf: - - &576 + - &578 title: Release description: A release. type: object @@ -15601,7 +15601,7 @@ paths: author: *4 assets: type: array - items: &577 + items: &579 title: Release Asset description: Data related to a release. type: object @@ -19412,7 +19412,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &552 + - &554 name: all description: If `true`, show notifications marked as read. in: query @@ -19420,7 +19420,7 @@ paths: schema: type: boolean default: false - - &553 + - &555 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -19430,7 +19430,7 @@ paths: type: boolean default: false - *86 - - &554 + - &556 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -20021,7 +20021,7 @@ paths: - url - subscription_url examples: - default: &555 + default: &557 value: - id: '1' repository: @@ -21591,7 +21591,7 @@ paths: required: false schema: type: string - - &702 + - &704 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -21737,7 +21737,7 @@ paths: parameters: - *73 - *115 - - &703 + - &705 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -21849,7 +21849,7 @@ paths: - *115 - *117 - *116 - - &704 + - &706 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -21857,7 +21857,7 @@ paths: schema: type: string - *118 - - &705 + - &707 name: sku description: The SKU to query for usage. in: query @@ -28692,12 +28692,12 @@ paths: required: - subject_digests examples: - default: &684 + default: &686 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &685 + withPredicateType: &687 value: subject_digests: - sha256:abc123 @@ -28742,7 +28742,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &686 + default: &688 value: attestations_subject_digests: - sha256:abc: @@ -34902,7 +34902,7 @@ paths: description: Response content: application/json: - schema: &477 + schema: &479 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -34921,7 +34921,7 @@ paths: - key_id - key examples: - default: &478 + default: &480 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -36745,7 +36745,7 @@ paths: application/json: schema: *20 examples: - default: &516 + default: &518 value: id: 1 account: @@ -36973,7 +36973,7 @@ paths: required: true content: application/json: - schema: &517 + schema: &519 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -39556,7 +39556,7 @@ paths: parameters: - *73 - *242 - - &666 + - &668 name: repo_name description: repo_name parameter in: path @@ -40504,7 +40504,7 @@ paths: - nuget - container - *73 - - &667 + - &669 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -40545,7 +40545,7 @@ paths: default: *248 '403': *27 '401': *23 - '400': &669 + '400': &671 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -42680,7 +42680,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &753 + - &755 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -43183,7 +43183,7 @@ paths: - review_comment - self author_association: *78 - auto_merge: &562 + auto_merge: &564 title: Auto merge description: The status of auto merging a pull request. type: @@ -43566,7 +43566,7 @@ paths: - updated_at - project_url examples: - default: &689 + default: &691 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -43743,7 +43743,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &690 + items: &692 type: object properties: name: @@ -43780,7 +43780,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &691 + iteration_configuration: &693 type: object description: The configuration for iteration fields. properties: @@ -43830,7 +43830,7 @@ paths: value: name: Due date data_type: date - single_select_field: &692 + single_select_field: &694 summary: Create a single select field value: name: Priority @@ -43857,7 +43857,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &693 + iteration_field: &695 summary: Create an iteration field value: name: Sprint @@ -43883,7 +43883,7 @@ paths: application/json: schema: *268 examples: - text_field: &694 + text_field: &696 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -43892,7 +43892,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &695 + number_field: &697 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -43901,7 +43901,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &696 + date_field: &698 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -43910,7 +43910,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &697 + single_select_field: &699 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -43944,7 +43944,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &698 + iteration_field: &700 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -43990,7 +43990,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *265 - - &699 + - &701 name: field_id description: The unique identifier of the field. in: path @@ -44005,7 +44005,7 @@ paths: application/json: schema: *268 examples: - default: &700 + default: &702 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -45216,7 +45216,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &681 + schema: &683 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -45399,7 +45399,7 @@ paths: parameters: - *265 - *73 - - &701 + - &703 name: view_number description: The number that identifies the project view. in: path @@ -47468,7 +47468,7 @@ paths: - *73 - *17 - *19 - - &584 + - &586 name: targets description: | A comma-separated list of rule targets to filter by. @@ -47754,7 +47754,7 @@ paths: - object rules: type: array - items: &585 + items: &587 title: Repository Rule type: object description: A repository rule. @@ -47816,7 +47816,7 @@ paths: type: string enum: - required_linear_history - - &583 + - &585 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -48718,7 +48718,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *73 - - &586 + - &588 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -48733,7 +48733,7 @@ paths: in: query schema: type: string - - &587 + - &589 name: time_period description: |- The time period to filter by. @@ -48749,14 +48749,14 @@ paths: - week - month default: day - - &588 + - &590 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &589 + - &591 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -48776,7 +48776,7 @@ paths: description: Response content: application/json: - schema: &590 + schema: &592 title: Rule Suites description: Response type: array @@ -48832,7 +48832,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &591 + default: &593 value: - id: 21 actor_id: 12 @@ -48876,7 +48876,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *73 - - &592 + - &594 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -48892,7 +48892,7 @@ paths: description: Response content: application/json: - schema: &593 + schema: &595 title: Rule Suite description: Response type: object @@ -48999,7 +48999,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &594 + default: &596 value: id: 21 actor_id: 12 @@ -49246,7 +49246,7 @@ paths: type: string format: date-time examples: - default: &596 + default: &598 value: - version_id: 3 actor: @@ -49299,7 +49299,7 @@ paths: description: Response content: application/json: - schema: &597 + schema: &599 allOf: - *311 - type: object @@ -49371,7 +49371,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *73 - - &598 + - &600 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -49382,7 +49382,7 @@ paths: enum: - open - resolved - - &599 + - &601 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -49392,7 +49392,7 @@ paths: required: false schema: type: string - - &600 + - &602 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -49403,7 +49403,7 @@ paths: required: false schema: type: string - - &601 + - &603 name: exclude_providers in: query description: |- @@ -49414,7 +49414,7 @@ paths: required: false schema: type: string - - &602 + - &604 name: providers in: query description: |- @@ -49425,7 +49425,7 @@ paths: required: false schema: type: string - - &603 + - &605 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -49434,7 +49434,7 @@ paths: required: false schema: type: string - - &604 + - &606 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -49453,7 +49453,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &605 + - &607 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -49468,7 +49468,7 @@ paths: - *59 - *19 - *17 - - &606 + - &608 name: before description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -49478,7 +49478,7 @@ paths: required: false schema: type: string - - &607 + - &609 name: after description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -49488,7 +49488,7 @@ paths: required: false schema: type: string - - &608 + - &610 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -49497,7 +49497,7 @@ paths: required: false schema: type: string - - &609 + - &611 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -49506,7 +49506,7 @@ paths: schema: type: boolean default: false - - &610 + - &612 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -49515,7 +49515,7 @@ paths: schema: type: boolean default: false - - &611 + - &613 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -49547,14 +49547,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &612 + state: &614 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &613 + resolution: &615 type: - string - 'null' @@ -49673,14 +49673,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &614 + - &616 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &616 + - &618 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -49744,7 +49744,7 @@ paths: - blob_url - commit_sha - commit_url - - &617 + - &619 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -49805,7 +49805,7 @@ paths: - page_url - commit_sha - commit_url - - &618 + - &620 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -49827,7 +49827,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &619 + - &621 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -49849,7 +49849,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &620 + - &622 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -49871,7 +49871,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &621 + - &623 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -49886,7 +49886,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &622 + - &624 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -49901,7 +49901,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &623 + - &625 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -49916,7 +49916,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &624 + - &626 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -49938,7 +49938,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &625 + - &627 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -49960,7 +49960,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &626 + - &628 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -49982,7 +49982,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &627 + - &629 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -50004,7 +50004,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &628 + - &630 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull @@ -50525,7 +50525,7 @@ paths: application/json: schema: type: array - items: &632 + items: &634 description: A repository security advisory. type: object properties: @@ -50822,7 +50822,7 @@ paths: - private_fork additionalProperties: false examples: - default: &633 + default: &635 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -52889,7 +52889,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &649 + response-if-user-is-a-team-maintainer: &651 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -52954,7 +52954,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: &650 + response-if-users-membership-with-team-is-now-pending: &652 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -53068,7 +53068,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &651 + schema: &653 title: Team Repository description: A team's access to a repository. type: object @@ -53790,7 +53790,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: &652 + response-if-child-teams-exist: &654 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -55264,7 +55264,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': &520 + '410': &522 description: Gone content: application/json: @@ -58996,7 +58996,7 @@ paths: items: type: object properties: - type: &486 + type: &488 type: string description: The type of reviewer. enum: @@ -59134,7 +59134,7 @@ paths: application/json: schema: type: array - items: &481 + items: &483 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -59246,7 +59246,7 @@ paths: - created_at - updated_at examples: - default: &482 + default: &484 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -59631,7 +59631,7 @@ paths: application/json: schema: *370 examples: - default: &499 + default: &501 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -59850,7 +59850,7 @@ paths: application/json: schema: *374 examples: - default: &500 + default: &502 value: name: USERNAME value: octocat @@ -61696,7 +61696,7 @@ paths: required: - sha - url - verification: &506 + verification: &508 title: Verification type: object properties: @@ -64934,7 +64934,7 @@ paths: check. type: array items: *84 - deployment: &714 + deployment: &716 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -68278,7 +68278,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &469 + '302': &471 description: Found '403': *421 '404': *6 @@ -70187,7 +70187,7 @@ paths: type: array items: *446 examples: - default: &657 + default: &659 value: total_count: 2 machines: @@ -70899,7 +70899,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &519 + schema: &521 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -71601,7 +71601,7 @@ paths: - content - created_at examples: - default: &522 + default: &524 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -71738,7 +71738,7 @@ paths: - *325 - *326 - *95 - - &523 + - &525 name: reaction_id description: The unique identifier of the reaction. in: path @@ -71852,7 +71852,7 @@ paths: type: array items: *456 examples: - default: &569 + default: &571 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -72143,7 +72143,7 @@ paths: type: array items: *460 examples: - default: &561 + default: &563 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -72701,7 +72701,7 @@ paths: application/json: schema: *456 examples: - default: &549 + default: &551 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -72785,6 +72785,47 @@ paths: patch: |- @@ -29,7 +29,7 @@ ..... + application/vnd.github.diff: + schema: + type: string + examples: + default: &468 + value: | + diff --git a/testfile b/testfile + index 9bdeaeb..912c7ef 100644 + --- a/testfile + +++ b/testfile + @@ -1 +1 @@ + -test + +test change + application/vnd.github.patch: + schema: + type: string + examples: + default: &469 + value: | + From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001 + From: Mona Lisa <87831417+monalisa@users.noreply.github.com> + Date: Fri, 6 Mar 2026 11:18:45 +0000 + Subject: [PATCH] Change 'test' to 'test change' in testfile + + --- + testfile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + + diff --git a/testfile b/testfile + index 9bdeaeb..912c7ef 100644 + --- a/testfile + +++ b/testfile + @@ -1 +1 @@ + -test + +test change + application/vnd.github.sha: + schema: + type: string + examples: + default: + value: ac3282a2725be3b1d4979169a7a311c89066af1c '422': *15 '404': *6 '500': *53 @@ -73323,7 +73364,7 @@ paths: application/json: schema: type: array - items: &637 + items: &639 title: Status description: The status of a commit. type: object @@ -73950,6 +73991,16 @@ paths: contents_url: https://api.github.com/repos/octocat/Hello-World/contents/file1.txt?ref=6dcb09b5b57875f334f61aebed695e2e4193db5e patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" + application/vnd.github.diff: + schema: + type: string + examples: + default: *468 + application/vnd.github.patch: + schema: + type: string + examples: + default: *469 '404': *6 '500': *53 '503': *113 @@ -74165,7 +74216,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &468 + response-if-content-is-a-file-github-object: &470 summary: Response if content is a file value: type: file @@ -74302,7 +74353,7 @@ paths: - size - type - url - - &574 + - &576 title: Content File description: Content File type: object @@ -74520,7 +74571,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *468 + response-if-content-is-a-file: *470 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -74589,7 +74640,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *469 + '302': *471 '304': *35 x-github: githubCloudOnly: false @@ -74708,7 +74759,7 @@ paths: description: Response content: application/json: - schema: &470 + schema: &472 title: File Commit description: File Commit type: object @@ -74864,7 +74915,7 @@ paths: description: Response content: application/json: - schema: *470 + schema: *472 examples: example-for-creating-a-file: value: @@ -74918,7 +74969,7 @@ paths: schema: oneOf: - *3 - - &501 + - &503 description: Repository rule violation was detected type: object properties: @@ -74939,7 +74990,7 @@ paths: items: type: object properties: - placeholder_id: &629 + placeholder_id: &631 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -75033,7 +75084,7 @@ paths: description: Response content: application/json: - schema: *470 + schema: *472 examples: default: value: @@ -75227,7 +75278,7 @@ paths: schema: type: string - *194 - - *471 + - *473 - *195 - *196 - *197 @@ -75242,7 +75293,7 @@ paths: application/json: schema: type: array - items: &475 + items: &477 type: object description: A Dependabot alert. properties: @@ -75293,7 +75344,7 @@ paths: - transitive - inconclusive - - security_advisory: *472 + security_advisory: *474 security_vulnerability: *63 url: *173 html_url: *174 @@ -75324,8 +75375,8 @@ paths: dismissal. maxLength: 280 fixed_at: *175 - auto_dismissed_at: *473 - dismissal_request: *474 + auto_dismissed_at: *475 + dismissal_request: *476 assignees: type: array description: The users assigned to this alert. @@ -75582,7 +75633,7 @@ paths: parameters: - *325 - *326 - - &476 + - &478 name: alert_number in: path description: |- @@ -75597,7 +75648,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *477 examples: default: value: @@ -75731,7 +75782,7 @@ paths: parameters: - *325 - *326 - - *476 + - *478 requestBody: required: true content: @@ -75787,7 +75838,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *477 examples: default: value: @@ -75936,7 +75987,7 @@ paths: type: integer secrets: type: array - items: &479 + items: &481 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -75997,9 +76048,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *479 examples: - default: *478 + default: *480 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76027,7 +76078,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *481 examples: default: value: @@ -76651,7 +76702,7 @@ paths: - version - url additionalProperties: false - metadata: &480 + metadata: &482 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -76690,7 +76741,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *480 + metadata: *482 resolved: type: object description: A collection of resolved package dependencies. @@ -76704,7 +76755,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *480 + metadata: *482 relationship: type: string description: A notation of whether a dependency is requested @@ -76879,9 +76930,9 @@ paths: application/json: schema: type: array - items: *481 + items: *483 examples: - default: *482 + default: *484 headers: Link: *65 x-github: @@ -77030,7 +77081,7 @@ paths: description: Response content: application/json: - schema: *481 + schema: *483 examples: simple-example: summary: Simple example @@ -77105,7 +77156,7 @@ paths: parameters: - *325 - *326 - - &483 + - &485 name: deployment_id description: deployment_id parameter in: path @@ -77117,7 +77168,7 @@ paths: description: Response content: application/json: - schema: *481 + schema: *483 examples: default: value: @@ -77184,7 +77235,7 @@ paths: parameters: - *325 - *326 - - *483 + - *485 responses: '204': description: Response @@ -77208,7 +77259,7 @@ paths: parameters: - *325 - *326 - - *483 + - *485 - *17 - *19 responses: @@ -77218,7 +77269,7 @@ paths: application/json: schema: type: array - items: &484 + items: &486 title: Deployment Status description: The status of a deployment. type: object @@ -77384,7 +77435,7 @@ paths: parameters: - *325 - *326 - - *483 + - *485 requestBody: required: true content: @@ -77459,9 +77510,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *486 examples: - default: &485 + default: &487 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -77519,7 +77570,7 @@ paths: parameters: - *325 - *326 - - *483 + - *485 - name: status_id in: path required: true @@ -77530,9 +77581,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *486 examples: - default: *485 + default: *487 '404': *6 x-github: githubCloudOnly: false @@ -77634,7 +77685,7 @@ paths: - 5 environments: type: array - items: &487 + items: &489 title: Environment description: Details of a deployment environment type: object @@ -77696,7 +77747,7 @@ paths: type: string examples: - wait_timer - wait_timer: &489 + wait_timer: &491 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -77738,7 +77789,7 @@ paths: items: type: object properties: - type: *486 + type: *488 reviewer: anyOf: - *4 @@ -77765,7 +77816,7 @@ paths: - id - node_id - type - deployment_branch_policy: &490 + deployment_branch_policy: &492 type: - object - 'null' @@ -77884,7 +77935,7 @@ paths: parameters: - *325 - *326 - - &488 + - &490 name: environment_name in: path required: true @@ -77897,9 +77948,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *489 examples: - default: &491 + default: &493 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -77985,7 +78036,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 requestBody: required: false content: @@ -77995,7 +78046,7 @@ paths: - object - 'null' properties: - wait_timer: *489 + wait_timer: *491 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -78014,14 +78065,14 @@ paths: items: type: object properties: - type: *486 + type: *488 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *490 + deployment_branch_policy: *492 additionalProperties: false examples: default: @@ -78041,9 +78092,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *489 examples: - default: *491 + default: *493 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -78069,7 +78120,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 responses: '204': description: Default response @@ -78096,7 +78147,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *17 - *19 responses: @@ -78115,7 +78166,7 @@ paths: - 2 branch_policies: type: array - items: &492 + items: &494 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -78178,7 +78229,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 requestBody: required: true content: @@ -78226,9 +78277,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *494 examples: - example-wildcard: &493 + example-wildcard: &495 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -78272,8 +78323,8 @@ paths: parameters: - *325 - *326 - - *488 - - &494 + - *490 + - &496 name: branch_policy_id in: path required: true @@ -78285,9 +78336,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *494 examples: - default: *493 + default: *495 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78308,8 +78359,8 @@ paths: parameters: - *325 - *326 - - *488 - - *494 + - *490 + - *496 requestBody: required: true content: @@ -78338,9 +78389,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *494 examples: - default: *493 + default: *495 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78361,8 +78412,8 @@ paths: parameters: - *325 - *326 - - *488 - - *494 + - *490 + - *496 responses: '204': description: Response @@ -78387,7 +78438,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *488 + - *490 - *326 - *325 responses: @@ -78406,7 +78457,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &495 + items: &497 title: Deployment protection rule description: Deployment protection rule type: object @@ -78428,7 +78479,7 @@ paths: for the environment. examples: - true - app: &496 + app: &498 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -78531,7 +78582,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *488 + - *490 - *326 - *325 requestBody: @@ -78554,9 +78605,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *495 + schema: *497 examples: - default: &497 + default: &499 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -78591,7 +78642,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *488 + - *490 - *326 - *325 - *19 @@ -78613,7 +78664,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *496 + items: *498 examples: default: value: @@ -78650,8 +78701,8 @@ paths: parameters: - *325 - *326 - - *488 - - &498 + - *490 + - &500 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -78663,9 +78714,9 @@ paths: description: Response content: application/json: - schema: *495 + schema: *497 examples: - default: *497 + default: *499 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78686,10 +78737,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *488 + - *490 - *326 - *325 - - *498 + - *500 responses: '204': description: Response @@ -78717,7 +78768,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *17 - *19 responses: @@ -78764,7 +78815,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 responses: '200': description: Response @@ -78796,7 +78847,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *160 responses: '200': @@ -78805,7 +78856,7 @@ paths: application/json: schema: *370 examples: - default: *499 + default: *501 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78829,7 +78880,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *160 requestBody: required: true @@ -78889,7 +78940,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *160 responses: '204': @@ -78917,7 +78968,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *341 - *19 responses: @@ -78962,7 +79013,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 requestBody: required: true content: @@ -79016,7 +79067,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *163 responses: '200': @@ -79025,7 +79076,7 @@ paths: application/json: schema: *374 examples: - default: *500 + default: *502 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79049,7 +79100,7 @@ paths: - *325 - *326 - *163 - - *488 + - *490 requestBody: required: true content: @@ -79094,7 +79145,7 @@ paths: - *325 - *326 - *163 - - *488 + - *490 responses: '204': description: Response @@ -79463,7 +79514,7 @@ paths: schema: oneOf: - *121 - - *501 + - *503 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79699,7 +79750,7 @@ paths: description: Response content: application/json: - schema: &502 + schema: &504 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -79934,7 +79985,7 @@ paths: description: Response content: application/json: - schema: *502 + schema: *504 examples: default: value: @@ -79992,7 +80043,7 @@ paths: parameters: - *325 - *326 - - &503 + - &505 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -80009,7 +80060,7 @@ paths: application/json: schema: type: array - items: &504 + items: &506 title: Git Reference description: Git references within a repository type: object @@ -80087,15 +80138,15 @@ paths: parameters: - *325 - *326 - - *503 + - *505 responses: '200': description: Response content: application/json: - schema: *504 + schema: *506 examples: - default: &505 + default: &507 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -80154,9 +80205,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *506 examples: - default: *505 + default: *507 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -80184,7 +80235,7 @@ paths: parameters: - *325 - *326 - - *503 + - *505 requestBody: required: true content: @@ -80213,9 +80264,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *506 examples: - default: *505 + default: *507 '422': *15 '409': *52 x-github: @@ -80235,7 +80286,7 @@ paths: parameters: - *325 - *326 - - *503 + - *505 responses: '204': description: Response @@ -80358,7 +80409,7 @@ paths: description: Response content: application/json: - schema: &507 + schema: &509 title: Git Tag description: Metadata for a Git tag type: object @@ -80414,7 +80465,7 @@ paths: - sha - type - url - verification: *506 + verification: *508 required: - sha - url @@ -80424,7 +80475,7 @@ paths: - tag - message examples: - default: &508 + default: &510 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -80509,9 +80560,9 @@ paths: description: Response content: application/json: - schema: *507 + schema: *509 examples: - default: *508 + default: *510 '404': *6 '409': *52 x-github: @@ -80610,7 +80661,7 @@ paths: description: Response content: application/json: - schema: &509 + schema: &511 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -80736,7 +80787,7 @@ paths: description: Response content: application/json: - schema: *509 + schema: *511 examples: default-response: summary: Default response @@ -80806,7 +80857,7 @@ paths: application/json: schema: type: array - items: &510 + items: &512 title: Webhook description: Webhooks for repositories. type: object @@ -80869,7 +80920,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &745 + last_response: &747 title: Hook Response type: object properties: @@ -81000,9 +81051,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *512 examples: - default: &511 + default: &513 value: type: Repository id: 12345678 @@ -81058,9 +81109,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *512 examples: - default: *511 + default: *513 '404': *6 x-github: githubCloudOnly: false @@ -81127,9 +81178,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *512 examples: - default: *511 + default: *513 '422': *15 '404': *6 x-github: @@ -81527,7 +81578,7 @@ paths: description: Response content: application/json: - schema: &512 + schema: &514 title: Import description: A repository import from an external source. type: object @@ -81634,7 +81685,7 @@ paths: - html_url - authors_url examples: - default: &515 + default: &517 value: vcs: subversion use_lfs: true @@ -81650,7 +81701,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &513 + '503': &515 description: Unavailable due to service under maintenance. content: application/json: @@ -81728,7 +81779,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *514 examples: default: value: @@ -81753,7 +81804,7 @@ paths: type: string '422': *15 '404': *6 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81834,7 +81885,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *514 examples: example-1: summary: Example 1 @@ -81882,7 +81933,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81910,7 +81961,7 @@ paths: responses: '204': description: Response - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81938,7 +81989,7 @@ paths: parameters: - *325 - *326 - - &679 + - &681 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -81952,7 +82003,7 @@ paths: application/json: schema: type: array - items: &514 + items: &516 title: Porter Author description: Porter Author type: object @@ -82006,7 +82057,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82062,7 +82113,7 @@ paths: description: Response content: application/json: - schema: *514 + schema: *516 examples: default: value: @@ -82075,7 +82126,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82141,7 +82192,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82197,11 +82248,11 @@ paths: description: Response content: application/json: - schema: *512 + schema: *514 examples: - default: *515 + default: *517 '422': *15 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82233,7 +82284,7 @@ paths: application/json: schema: *20 examples: - default: *516 + default: *518 '301': *329 '404': *6 x-github: @@ -82268,7 +82319,7 @@ paths: properties: {} additionalProperties: false examples: - default: &518 + default: &520 value: limit: collaborators_only origin: repository @@ -82299,7 +82350,7 @@ paths: required: true content: application/json: - schema: *517 + schema: *519 examples: default: summary: Example request body @@ -82313,7 +82364,7 @@ paths: application/json: schema: *222 examples: - default: *518 + default: *520 '409': description: Response x-github: @@ -82370,9 +82421,9 @@ paths: application/json: schema: type: array - items: *519 + items: *521 examples: - default: &671 + default: &673 value: - id: 1 repository: @@ -82534,7 +82585,7 @@ paths: description: Response content: application/json: - schema: *519 + schema: *521 examples: default: value: @@ -82772,7 +82823,7 @@ paths: type: array items: *81 examples: - default: &528 + default: &530 value: - id: 1 node_id: MDU6SXNzdWUx @@ -83035,7 +83086,7 @@ paths: application/json: schema: *81 examples: - default: &525 + default: &527 value: id: 1 node_id: MDU6SXNzdWUx @@ -83192,7 +83243,7 @@ paths: '422': *15 '503': *113 '404': *6 - '410': *520 + '410': *522 x-github: triggersNotification: true githubCloudOnly: false @@ -83244,7 +83295,7 @@ paths: type: array items: *82 examples: - default: &527 + default: &529 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -83312,7 +83363,7 @@ paths: application/json: schema: *82 examples: - default: &521 + default: &523 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -83393,7 +83444,7 @@ paths: application/json: schema: *82 examples: - default: *521 + default: *523 '422': *15 x-github: githubCloudOnly: false @@ -83505,7 +83556,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *520 + '410': *522 '422': *15 x-github: githubCloudOnly: false @@ -83531,7 +83582,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *520 + '410': *522 '503': *113 x-github: githubCloudOnly: false @@ -83579,7 +83630,7 @@ paths: type: array items: *454 examples: - default: *522 + default: *524 headers: Link: *65 '404': *6 @@ -83668,7 +83719,7 @@ paths: - *325 - *326 - *95 - - *523 + - *525 responses: '204': description: Response @@ -83699,7 +83750,7 @@ paths: application/json: schema: type: array - items: &524 + items: &526 title: Issue Event description: Issue Event type: object @@ -84051,7 +84102,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *526 examples: default: value: @@ -84244,7 +84295,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *520 + '410': *522 '403': *27 x-github: githubCloudOnly: false @@ -84280,7 +84331,7 @@ paths: parameters: - *325 - *326 - - &526 + - &528 name: issue_number description: The number that identifies the issue. in: path @@ -84296,7 +84347,7 @@ paths: examples: default: summary: Issue - value: *525 + value: *527 pinned_comment: summary: Issue with pinned comment value: @@ -84497,7 +84548,7 @@ paths: state_reason: completed '301': *329 '404': *6 - '410': *520 + '410': *522 '304': *35 x-github: githubCloudOnly: false @@ -84524,7 +84575,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -84659,13 +84710,13 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 '422': *15 '503': *113 '403': *27 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84685,7 +84736,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -84713,7 +84764,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84731,7 +84782,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: content: application/json: @@ -84758,7 +84809,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84782,7 +84833,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - name: assignee in: path required: true @@ -84824,7 +84875,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *86 - *17 - *19 @@ -84837,11 +84888,11 @@ paths: type: array items: *82 examples: - default: *527 + default: *529 headers: Link: *65 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84872,7 +84923,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -84896,14 +84947,14 @@ paths: application/json: schema: *82 examples: - default: *521 + default: *523 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *520 + '410': *522 '422': *15 '404': *6 x-github: @@ -84933,7 +84984,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -84945,12 +84996,12 @@ paths: type: array items: *81 examples: - default: *528 + default: *530 headers: Link: *65 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84980,7 +85031,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -85004,7 +85055,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -85012,7 +85063,7 @@ paths: type: string '301': *329 '403': *27 - '410': *520 + '410': *522 '422': *15 '404': *6 x-github: @@ -85045,7 +85096,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -85059,13 +85110,13 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 '301': *329 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *520 + '410': *522 x-github: triggersNotification: true githubCloudOnly: false @@ -85093,7 +85144,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -85105,12 +85156,12 @@ paths: type: array items: *81 examples: - default: *528 + default: *530 headers: Link: *65 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85129,7 +85180,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -85143,7 +85194,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &531 + - &533 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -85192,7 +85243,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &532 + - &534 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -85320,7 +85371,7 @@ paths: - performed_via_github_app - assignee - assigner - - &533 + - &535 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -85366,7 +85417,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &534 + - &536 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -85412,7 +85463,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &535 + - &537 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -85461,7 +85512,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &536 + - &538 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -85503,7 +85554,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &537 + - &539 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -85545,7 +85596,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &538 + - &540 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -85601,7 +85652,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &539 + - &541 title: Locked Issue Event description: Locked Issue Event type: object @@ -85646,7 +85697,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &540 + - &542 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -85707,7 +85758,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &541 + - &543 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -85768,7 +85819,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &542 + - &544 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -85829,7 +85880,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &543 + - &545 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -85922,7 +85973,7 @@ paths: color: red headers: Link: *65 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85941,7 +85992,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -85951,9 +86002,9 @@ paths: application/json: schema: type: array - items: *529 + items: *531 examples: - default: &643 + default: &645 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -85979,7 +86030,7 @@ paths: Link: *65 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85998,7 +86049,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -86010,7 +86061,7 @@ paths: type: array items: *80 examples: - default: &530 + default: &532 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -86030,7 +86081,7 @@ paths: Link: *65 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86048,7 +86099,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -86093,10 +86144,10 @@ paths: type: array items: *80 examples: - default: *530 + default: *532 '301': *329 '404': *6 - '410': *520 + '410': *522 '422': *15 x-github: githubCloudOnly: false @@ -86115,7 +86166,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -86177,10 +86228,10 @@ paths: type: array items: *80 examples: - default: *530 + default: *532 '301': *329 '404': *6 - '410': *520 + '410': *522 '422': *15 x-github: githubCloudOnly: false @@ -86199,13 +86250,13 @@ paths: parameters: - *325 - *326 - - *526 + - *528 responses: '204': description: Response '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86226,7 +86277,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - name: name in: path required: true @@ -86252,7 +86303,7 @@ paths: default: true '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86274,7 +86325,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -86303,7 +86354,7 @@ paths: '204': description: Response '403': *27 - '410': *520 + '410': *522 '404': *6 '422': *15 x-github: @@ -86323,7 +86374,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 responses: '204': description: Response @@ -86355,7 +86406,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 responses: '200': description: Response @@ -86363,10 +86414,10 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86385,7 +86436,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -86413,11 +86464,11 @@ paths: type: array items: *454 examples: - default: *522 + default: *524 headers: Link: *65 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86437,7 +86488,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -86502,8 +86553,8 @@ paths: parameters: - *325 - *326 - - *526 - - *523 + - *528 + - *525 responses: '204': description: Response @@ -86534,7 +86585,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -86558,7 +86609,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -86593,7 +86644,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -86605,11 +86656,11 @@ paths: type: array items: *81 examples: - default: *528 + default: *530 headers: Link: *65 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86639,7 +86690,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -86668,14 +86719,14 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *520 + '410': *522 '422': *15 '404': *6 x-github: @@ -86697,7 +86748,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -86730,7 +86781,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 '403': *27 '404': *6 '422': *7 @@ -86754,7 +86805,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -86769,8 +86820,6 @@ paths: description: Timeline Event type: object anyOf: - - *531 - - *532 - *533 - *534 - *535 @@ -86782,6 +86831,8 @@ paths: - *541 - *542 - *543 + - *544 + - *545 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -86838,7 +86889,7 @@ paths: pin: anyOf: - type: 'null' - - *544 + - *546 required: - event - actor @@ -87114,7 +87165,7 @@ paths: type: string comments: type: array - items: &563 + items: &565 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -87630,7 +87681,7 @@ paths: headers: Link: *65 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87658,7 +87709,7 @@ paths: application/json: schema: type: array - items: &545 + items: &547 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -87763,9 +87814,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *547 examples: - default: &546 + default: &548 value: id: 1 key: ssh-rsa AAA... @@ -87801,7 +87852,7 @@ paths: parameters: - *325 - *326 - - &547 + - &549 name: key_id description: The unique identifier of the key. in: path @@ -87813,9 +87864,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *547 examples: - default: *546 + default: *548 '404': *6 x-github: githubCloudOnly: false @@ -87835,7 +87886,7 @@ paths: parameters: - *325 - *326 - - *547 + - *549 responses: '204': description: Response @@ -87868,7 +87919,7 @@ paths: type: array items: *80 examples: - default: *530 + default: *532 headers: Link: *65 '404': *6 @@ -87928,7 +87979,7 @@ paths: application/json: schema: *80 examples: - default: &548 + default: &550 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -87974,7 +88025,7 @@ paths: application/json: schema: *80 examples: - default: *548 + default: *550 '404': *6 x-github: githubCloudOnly: false @@ -88376,7 +88427,7 @@ paths: application/json: schema: *456 examples: - default: *549 + default: *551 '204': description: Response when already merged '404': @@ -88542,7 +88593,7 @@ paths: application/json: schema: *266 examples: - default: &550 + default: &552 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -88603,7 +88654,7 @@ paths: parameters: - *325 - *326 - - &551 + - &553 name: milestone_number description: The number that identifies the milestone. in: path @@ -88617,7 +88668,7 @@ paths: application/json: schema: *266 examples: - default: *550 + default: *552 '404': *6 x-github: githubCloudOnly: false @@ -88636,7 +88687,7 @@ paths: parameters: - *325 - *326 - - *551 + - *553 requestBody: required: false content: @@ -88676,7 +88727,7 @@ paths: application/json: schema: *266 examples: - default: *550 + default: *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88694,7 +88745,7 @@ paths: parameters: - *325 - *326 - - *551 + - *553 responses: '204': description: Response @@ -88717,7 +88768,7 @@ paths: parameters: - *325 - *326 - - *551 + - *553 - *17 - *19 responses: @@ -88729,7 +88780,7 @@ paths: type: array items: *80 examples: - default: *530 + default: *532 headers: Link: *65 x-github: @@ -88750,10 +88801,10 @@ paths: parameters: - *325 - *326 - - *552 - - *553 - - *86 - *554 + - *555 + - *86 + - *556 - *17 - *19 responses: @@ -88765,7 +88816,7 @@ paths: type: array items: *106 examples: - default: *555 + default: *557 headers: Link: *65 x-github: @@ -88855,7 +88906,7 @@ paths: description: Response content: application/json: - schema: &556 + schema: &558 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -88999,7 +89050,7 @@ paths: - custom_404 - public examples: - default: &557 + default: &559 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -89096,9 +89147,9 @@ paths: description: Response content: application/json: - schema: *556 + schema: *558 examples: - default: *557 + default: *559 '422': *15 '409': *52 x-github: @@ -89260,7 +89311,7 @@ paths: application/json: schema: type: array - items: &558 + items: &560 title: Page Build description: Page Build type: object @@ -89407,9 +89458,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *560 examples: - default: &559 + default: &561 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -89469,9 +89520,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *560 examples: - default: *559 + default: *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89602,7 +89653,7 @@ paths: parameters: - *325 - *326 - - &560 + - &562 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -89662,7 +89713,7 @@ paths: parameters: - *325 - *326 - - *560 + - *562 responses: '204': *183 '404': *6 @@ -90234,7 +90285,7 @@ paths: type: array items: *460 examples: - default: *561 + default: *563 headers: Link: *65 '304': *35 @@ -90334,7 +90385,7 @@ paths: description: Response content: application/json: - schema: &565 + schema: &567 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -90558,7 +90609,7 @@ paths: - review_comment - self author_association: *78 - auto_merge: *562 + auto_merge: *564 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -90658,7 +90709,7 @@ paths: - merged_by - review_comments examples: - default: &566 + default: &568 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -91215,9 +91266,9 @@ paths: application/json: schema: type: array - items: *563 + items: *565 examples: - default: &568 + default: &570 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -91302,9 +91353,9 @@ paths: description: Response content: application/json: - schema: *563 + schema: *565 examples: - default: &564 + default: &566 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -91403,9 +91454,9 @@ paths: description: Response content: application/json: - schema: *563 + schema: *565 examples: - default: *564 + default: *566 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91474,7 +91525,7 @@ paths: type: array items: *454 examples: - default: *522 + default: *524 headers: Link: *65 '404': *6 @@ -91563,7 +91614,7 @@ paths: - *325 - *326 - *95 - - *523 + - *525 responses: '204': description: Response @@ -91608,7 +91659,7 @@ paths: parameters: - *325 - *326 - - &567 + - &569 name: pull_number description: The number that identifies the pull request. in: path @@ -91621,9 +91672,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *565 + schema: *567 examples: - default: *566 + default: *568 '304': *35 '404': *6 '406': @@ -91660,7 +91711,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -91702,9 +91753,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *567 examples: - default: *566 + default: *568 '422': *15 '403': *27 x-github: @@ -91728,7 +91779,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: true content: @@ -91831,7 +91882,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *103 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -91852,9 +91903,9 @@ paths: application/json: schema: type: array - items: *563 + items: *565 examples: - default: *568 + default: *570 headers: Link: *65 x-github: @@ -91889,7 +91940,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: true content: @@ -91995,7 +92046,7 @@ paths: description: Response content: application/json: - schema: *563 + schema: *565 examples: example-for-a-multi-line-comment: value: @@ -92085,7 +92136,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *95 requestBody: required: true @@ -92108,7 +92159,7 @@ paths: description: Response content: application/json: - schema: *563 + schema: *565 examples: default: value: @@ -92196,7 +92247,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *17 - *19 responses: @@ -92208,7 +92259,7 @@ paths: type: array items: *456 examples: - default: *569 + default: *571 headers: Link: *65 x-github: @@ -92240,7 +92291,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *17 - *19 responses: @@ -92290,7 +92341,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 responses: '204': description: Response if pull request has been merged @@ -92315,7 +92366,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -92429,7 +92480,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 responses: '200': description: Response @@ -92506,7 +92557,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -93081,7 +93132,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: true content: @@ -93622,7 +93673,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *17 - *19 responses: @@ -93632,7 +93683,7 @@ paths: application/json: schema: type: array - items: &570 + items: &572 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -93790,7 +93841,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -93880,9 +93931,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: - default: &572 + default: &574 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -93947,8 +93998,8 @@ paths: parameters: - *325 - *326 - - *567 - - &571 + - *569 + - &573 name: review_id description: The unique identifier of the review. in: path @@ -93960,9 +94011,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: - default: &573 + default: &575 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -94023,8 +94074,8 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 requestBody: required: true content: @@ -94047,7 +94098,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: default: value: @@ -94111,16 +94162,16 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 responses: '200': description: Response content: application/json: - schema: *570 + schema: *572 examples: - default: *572 + default: *574 '422': *7 '404': *6 x-github: @@ -94149,8 +94200,8 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 - *17 - *19 responses: @@ -94410,8 +94461,8 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 requestBody: required: true content: @@ -94440,7 +94491,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: default: value: @@ -94505,8 +94556,8 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 requestBody: required: true content: @@ -94541,9 +94592,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: - default: *573 + default: *575 '404': *6 '422': *7 '403': *27 @@ -94567,7 +94618,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -94645,9 +94696,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *576 examples: - default: &575 + default: &577 value: type: file encoding: base64 @@ -94710,9 +94761,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *576 examples: - default: *575 + default: *577 '404': *6 '422': *15 x-github: @@ -94745,7 +94796,7 @@ paths: application/json: schema: type: array - items: *576 + items: *578 examples: default: value: @@ -94916,9 +94967,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: &580 + default: &582 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -95025,7 +95076,7 @@ paths: parameters: - *325 - *326 - - &578 + - &580 name: asset_id description: The unique identifier of the asset. in: path @@ -95037,9 +95088,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *579 examples: - default: &579 + default: &581 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -95074,7 +95125,7 @@ paths: type: User site_admin: false '404': *6 - '302': *469 + '302': *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95092,7 +95143,7 @@ paths: parameters: - *325 - *326 - - *578 + - *580 requestBody: required: false content: @@ -95121,9 +95172,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *579 examples: - default: *579 + default: *581 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95141,7 +95192,7 @@ paths: parameters: - *325 - *326 - - *578 + - *580 responses: '204': description: Response @@ -95260,9 +95311,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: *580 + default: *582 '404': *6 x-github: githubCloudOnly: false @@ -95294,9 +95345,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: *580 + default: *582 '404': *6 x-github: githubCloudOnly: false @@ -95320,7 +95371,7 @@ paths: parameters: - *325 - *326 - - &581 + - &583 name: release_id description: The unique identifier of the release. in: path @@ -95334,9 +95385,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *576 + schema: *578 examples: - default: *580 + default: *582 '401': description: Unauthorized x-github: @@ -95356,7 +95407,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 requestBody: required: false content: @@ -95420,9 +95471,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: *580 + default: *582 '404': description: Not Found if the discussion category name is invalid content: @@ -95445,7 +95496,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 responses: '204': description: Response @@ -95468,7 +95519,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 - *17 - *19 responses: @@ -95478,7 +95529,7 @@ paths: application/json: schema: type: array - items: *577 + items: *579 examples: default: value: @@ -95561,7 +95612,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 - name: name in: query required: true @@ -95587,7 +95638,7 @@ paths: description: Response for successful upload content: application/json: - schema: *577 + schema: *579 examples: response-for-successful-upload: value: @@ -95644,7 +95695,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -95670,7 +95721,7 @@ paths: type: array items: *454 examples: - default: *522 + default: *524 headers: Link: *65 '404': *6 @@ -95693,7 +95744,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 requestBody: required: true content: @@ -95756,8 +95807,8 @@ paths: parameters: - *325 - *326 - - *581 - - *523 + - *583 + - *525 responses: '204': description: Response @@ -95800,7 +95851,7 @@ paths: oneOf: - allOf: - *287 - - &582 + - &584 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -95821,67 +95872,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *288 - - *582 + - *584 - allOf: - *289 - - *582 + - *584 - allOf: - *290 - - *582 + - *584 - allOf: - - *583 - - *582 + - *585 + - *584 - allOf: - *291 - - *582 + - *584 - allOf: - *292 - - *582 + - *584 - allOf: - *293 - - *582 + - *584 - allOf: - *294 - - *582 + - *584 - allOf: - *295 - - *582 + - *584 - allOf: - *296 - - *582 + - *584 - allOf: - *297 - - *582 + - *584 - allOf: - *298 - - *582 + - *584 - allOf: - *299 - - *582 + - *584 - allOf: - *300 - - *582 + - *584 - allOf: - *301 - - *582 + - *584 - allOf: - *302 - - *582 + - *584 - allOf: - *303 - - *582 + - *584 - allOf: - *304 - - *582 + - *584 - allOf: - *305 - - *582 + - *584 - allOf: - *306 - - *582 + - *584 - allOf: - *307 - - *582 + - *584 examples: default: value: @@ -95932,7 +95983,7 @@ paths: schema: type: boolean default: true - - *584 + - *586 responses: '200': description: Response @@ -96017,7 +96068,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *585 + items: *587 required: - name - enforcement @@ -96050,7 +96101,7 @@ paths: application/json: schema: *308 examples: - default: &595 + default: &597 value: id: 42 name: super cool ruleset @@ -96100,10 +96151,10 @@ paths: parameters: - *325 - *326 - - *586 - - *587 - *588 - *589 + - *590 + - *591 - *17 - *19 responses: @@ -96111,9 +96162,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *592 examples: - default: *591 + default: *593 '404': *6 '500': *53 x-github: @@ -96136,15 +96187,15 @@ paths: parameters: - *325 - *326 - - *592 + - *594 responses: '200': description: Response content: application/json: - schema: *593 + schema: *595 examples: - default: *594 + default: *596 '404': *6 '500': *53 x-github: @@ -96195,7 +96246,7 @@ paths: application/json: schema: *308 examples: - default: *595 + default: *597 '404': *6 '500': *53 put: @@ -96248,7 +96299,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *585 + items: *587 examples: default: value: @@ -96278,7 +96329,7 @@ paths: application/json: schema: *308 examples: - default: *595 + default: *597 '404': *6 '422': *15 '500': *53 @@ -96340,7 +96391,7 @@ paths: type: array items: *311 examples: - default: *596 + default: *598 '404': *6 '500': *53 x-github: @@ -96378,7 +96429,7 @@ paths: description: Response content: application/json: - schema: *597 + schema: *599 examples: default: value: @@ -96435,23 +96486,23 @@ paths: parameters: - *325 - *326 - - *598 - - *599 - *600 - *601 - *602 - *603 - *604 - *605 + - *606 + - *607 - *59 - *19 - *17 - - *606 - - *607 - *608 - *609 - *610 - *611 + - *612 + - *613 responses: '200': description: Response @@ -96459,7 +96510,7 @@ paths: application/json: schema: type: array - items: &615 + items: &617 type: object properties: number: *170 @@ -96475,8 +96526,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *612 - resolution: *613 + state: *614 + resolution: *615 resolved_at: type: - string @@ -96582,7 +96633,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *614 + - *616 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -96744,13 +96795,13 @@ paths: - *325 - *326 - *422 - - *611 + - *613 responses: '200': description: Response content: application/json: - schema: *615 + schema: *617 examples: default: value: @@ -96814,8 +96865,8 @@ paths: schema: type: object properties: - state: *612 - resolution: *613 + state: *614 + resolution: *615 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -96853,7 +96904,7 @@ paths: description: Response content: application/json: - schema: *615 + schema: *617 examples: default: value: @@ -96961,7 +97012,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &765 + items: &767 type: object properties: type: @@ -96988,8 +97039,6 @@ paths: - commit details: oneOf: - - *616 - - *617 - *618 - *619 - *620 @@ -97001,6 +97050,8 @@ paths: - *626 - *627 - *628 + - *629 + - *630 examples: default: value: @@ -97095,14 +97146,14 @@ paths: schema: type: object properties: - reason: &630 + reason: &632 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *629 + placeholder_id: *631 required: - reason - placeholder_id @@ -97119,7 +97170,7 @@ paths: schema: type: object properties: - reason: *630 + reason: *632 expire_at: type: - string @@ -97182,7 +97233,7 @@ paths: properties: incremental_scans: type: array - items: &631 + items: &633 description: Information on a single scan performed by secret scanning on the repository type: object @@ -97210,15 +97261,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *631 + items: *633 backfill_scans: type: array - items: *631 + items: *633 custom_pattern_backfill_scans: type: array items: allOf: - - *631 + - *633 - type: object properties: pattern_name: @@ -97333,9 +97384,9 @@ paths: application/json: schema: type: array - items: *632 + items: *634 examples: - default: *633 + default: *635 '400': *14 '404': *6 x-github: @@ -97529,9 +97580,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *634 examples: - default: &635 + default: &637 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -97878,7 +97929,7 @@ paths: description: Response content: application/json: - schema: *632 + schema: *634 examples: default: value: @@ -98027,15 +98078,15 @@ paths: parameters: - *325 - *326 - - *634 + - *636 responses: '200': description: Response content: application/json: - schema: *632 + schema: *634 examples: - default: *635 + default: *637 '403': *27 '404': *6 x-github: @@ -98061,7 +98112,7 @@ paths: parameters: - *325 - *326 - - *634 + - *636 requestBody: required: true content: @@ -98232,10 +98283,10 @@ paths: description: Response content: application/json: - schema: *632 + schema: *634 examples: - default: *635 - add_credit: *635 + default: *637 + add_credit: *637 '403': *27 '404': *6 '422': @@ -98275,7 +98326,7 @@ paths: parameters: - *325 - *326 - - *634 + - *636 responses: '202': *37 '400': *14 @@ -98304,7 +98355,7 @@ paths: parameters: - *325 - *326 - - *634 + - *636 responses: '202': description: Response @@ -98445,7 +98496,7 @@ paths: application/json: schema: type: array - items: &636 + items: &638 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -98818,7 +98869,7 @@ paths: application/json: schema: type: array - items: *636 + items: *638 examples: default: value: @@ -98908,7 +98959,7 @@ paths: description: Response content: application/json: - schema: *637 + schema: *639 examples: default: value: @@ -99002,7 +99053,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &638 + schema: &640 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -99102,7 +99153,7 @@ paths: description: Response content: application/json: - schema: *638 + schema: *640 examples: default: value: @@ -99312,7 +99363,7 @@ paths: description: Response content: application/json: - schema: &639 + schema: &641 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -99324,7 +99375,7 @@ paths: required: - names examples: - default: &640 + default: &642 value: names: - octocat @@ -99379,9 +99430,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *641 examples: - default: *640 + default: *642 '404': *6 '422': *7 x-github: @@ -99404,7 +99455,7 @@ paths: parameters: - *325 - *326 - - &641 + - &643 name: per description: The time frame to display results for. in: query @@ -99435,7 +99486,7 @@ paths: - 128 clones: type: array - items: &642 + items: &644 title: Traffic type: object properties: @@ -99683,7 +99734,7 @@ paths: parameters: - *325 - *326 - - *641 + - *643 responses: '200': description: Response @@ -99704,7 +99755,7 @@ paths: - 3782 views: type: array - items: *642 + items: *644 required: - uniques - count @@ -100373,7 +100424,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *141 - - *526 + - *528 requestBody: required: true content: @@ -100439,9 +100490,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *529 + items: *531 examples: - default: *643 + default: *645 '400': *14 '403': *27 '404': *6 @@ -100478,7 +100529,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *141 - - *526 + - *528 requestBody: required: true content: @@ -100545,9 +100596,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *529 + items: *531 examples: - default: *643 + default: *645 '400': *14 '403': *27 '404': *6 @@ -100579,7 +100630,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *141 - - *526 + - *528 - *229 responses: '204': @@ -100723,7 +100774,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &644 + text_matches: &646 title: Search Result Text Matches type: array items: @@ -100886,7 +100937,7 @@ paths: enum: - author-date - committer-date - - &645 + - &647 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -100974,7 +101025,7 @@ paths: url: type: string format: uri - verification: *506 + verification: *508 required: - author - committer @@ -101006,7 +101057,7 @@ paths: type: number node_id: type: string - text_matches: *644 + text_matches: *646 required: - sha - node_id @@ -101198,7 +101249,7 @@ paths: - interactions - created - updated - - *645 + - *647 - *17 - *19 - name: advanced_search @@ -101312,11 +101363,11 @@ paths: type: - string - 'null' - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: type: string state_reason: @@ -101340,7 +101391,7 @@ paths: - string - 'null' format: date-time - text_matches: *644 + text_matches: *646 pull_request: type: object properties: @@ -101605,7 +101656,7 @@ paths: enum: - created - updated - - *645 + - *647 - *17 - *19 responses: @@ -101650,7 +101701,7 @@ paths: - 'null' score: type: number - text_matches: *644 + text_matches: *646 required: - id - node_id @@ -101735,7 +101786,7 @@ paths: - forks - help-wanted-issues - updated - - *645 + - *647 - *17 - *19 responses: @@ -101981,7 +102032,7 @@ paths: - admin - pull - push - text_matches: *644 + text_matches: *646 temp_clone_token: type: string allow_merge_commit: @@ -102289,7 +102340,7 @@ paths: - string - 'null' format: uri - text_matches: *644 + text_matches: *646 related: type: - array @@ -102482,7 +102533,7 @@ paths: - followers - repositories - joined - - *645 + - *647 - *17 - *19 responses: @@ -102592,7 +102643,7 @@ paths: type: - boolean - 'null' - text_matches: *644 + text_matches: *646 blog: type: - string @@ -102674,7 +102725,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &648 + - &650 name: team_id description: The unique identifier of the team. in: path @@ -102715,7 +102766,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *648 + - *650 requestBody: required: true content: @@ -102816,7 +102867,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *648 + - *650 responses: '204': description: Response @@ -102845,7 +102896,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *648 + - *650 - *17 - *19 responses: @@ -102883,7 +102934,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *648 + - *650 - name: role description: Filters members returned by their role in the team. in: query @@ -102934,7 +102985,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *648 + - *650 - *69 responses: '204': @@ -102971,7 +103022,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *648 + - *650 - *69 responses: '204': @@ -103011,7 +103062,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *648 + - *650 - *69 responses: '204': @@ -103048,7 +103099,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *648 + - *650 - *69 responses: '200': @@ -103057,7 +103108,7 @@ paths: application/json: schema: *324 examples: - response-if-user-is-a-team-maintainer: *649 + response-if-user-is-a-team-maintainer: *651 '404': *6 x-github: githubCloudOnly: false @@ -103090,7 +103141,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *648 + - *650 - *69 requestBody: required: false @@ -103118,7 +103169,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: *650 + response-if-users-membership-with-team-is-now-pending: *652 '403': description: Forbidden if team synchronization is set up '422': @@ -103152,7 +103203,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *648 + - *650 - *69 responses: '204': @@ -103180,7 +103231,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *648 + - *650 - *17 - *19 responses: @@ -103222,7 +103273,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *648 + - *650 - *325 - *326 responses: @@ -103230,7 +103281,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *651 + schema: *653 examples: alternative-response-with-extra-repository-information: value: @@ -103381,7 +103432,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *648 + - *650 - *325 - *326 requestBody: @@ -103433,7 +103484,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *648 + - *650 - *325 - *326 responses: @@ -103460,7 +103511,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *648 + - *650 - *17 - *19 responses: @@ -103472,7 +103523,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: *652 + response-if-child-teams-exist: *654 headers: Link: *65 '404': *6 @@ -103505,7 +103556,7 @@ paths: application/json: schema: oneOf: - - &653 + - &655 title: Private User description: Private User type: object @@ -103755,7 +103806,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &678 + - &680 title: Public User description: Public User type: object @@ -104089,7 +104140,7 @@ paths: description: Response content: application/json: - schema: *653 + schema: *655 examples: default: value: @@ -104487,7 +104538,7 @@ paths: type: integer secrets: type: array - items: &654 + items: &656 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -104607,7 +104658,7 @@ paths: description: Response content: application/json: - schema: *654 + schema: *656 examples: default: value: @@ -105020,7 +105071,7 @@ paths: description: Response content: application/json: - schema: &655 + schema: &657 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -105073,7 +105124,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &656 + default: &658 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -105118,9 +105169,9 @@ paths: description: Response content: application/json: - schema: *655 + schema: *657 examples: - default: *656 + default: *658 '404': *6 x-github: githubCloudOnly: false @@ -105159,7 +105210,7 @@ paths: type: array items: *446 examples: - default: *657 + default: *659 '304': *35 '500': *53 '401': *23 @@ -106125,7 +106176,7 @@ paths: type: array items: *247 examples: - default: &668 + default: &670 value: - id: 197 name: hello_docker @@ -106226,7 +106277,7 @@ paths: application/json: schema: type: array - items: &658 + items: &660 title: Email description: Email type: object @@ -106296,9 +106347,9 @@ paths: application/json: schema: type: array - items: *658 + items: *660 examples: - default: &670 + default: &672 value: - email: octocat@github.com verified: true @@ -106375,7 +106426,7 @@ paths: application/json: schema: type: array - items: *658 + items: *660 examples: default: value: @@ -106633,7 +106684,7 @@ paths: application/json: schema: type: array - items: &659 + items: &661 title: GPG Key description: A unique encryption key type: object @@ -106778,7 +106829,7 @@ paths: - subkeys - revoked examples: - default: &687 + default: &689 value: - id: 3 name: Octocat's GPG Key @@ -106863,9 +106914,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *661 examples: - default: &660 + default: &662 value: id: 3 name: Octocat's GPG Key @@ -106922,7 +106973,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &661 + - &663 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -106934,9 +106985,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *661 examples: - default: *660 + default: *662 '404': *6 '304': *35 '403': *27 @@ -106959,7 +107010,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *661 + - *663 responses: '204': description: Response @@ -107267,7 +107318,7 @@ paths: required: true content: application/json: - schema: *517 + schema: *519 examples: default: value: @@ -107417,7 +107468,7 @@ paths: application/json: schema: type: array - items: &662 + items: &664 title: Key description: Key type: object @@ -107520,9 +107571,9 @@ paths: description: Response content: application/json: - schema: *662 + schema: *664 examples: - default: &663 + default: &665 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107555,15 +107606,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *547 + - *549 responses: '200': description: Response content: application/json: - schema: *662 + schema: *664 examples: - default: *663 + default: *665 '404': *6 '304': *35 '403': *27 @@ -107586,7 +107637,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *547 + - *549 responses: '204': description: Response @@ -107619,7 +107670,7 @@ paths: application/json: schema: type: array - items: &664 + items: &666 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -107698,7 +107749,7 @@ paths: - account - plan examples: - default: &665 + default: &667 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -107760,9 +107811,9 @@ paths: application/json: schema: type: array - items: *664 + items: *666 examples: - default: *665 + default: *667 headers: Link: *65 '304': *35 @@ -108780,7 +108831,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *242 - - *666 + - *668 responses: '204': description: Response @@ -108893,7 +108944,7 @@ paths: - docker - nuget - container - - *667 + - *669 - *19 - *17 responses: @@ -108905,8 +108956,8 @@ paths: type: array items: *247 examples: - default: *668 - '400': *669 + default: *670 + '400': *671 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108935,7 +108986,7 @@ paths: application/json: schema: *247 examples: - default: &688 + default: &690 value: id: 40201 name: octo-name @@ -109297,9 +109348,9 @@ paths: application/json: schema: type: array - items: *658 + items: *660 examples: - default: *670 + default: *672 headers: Link: *65 '304': *35 @@ -109412,7 +109463,7 @@ paths: type: array items: *77 examples: - default: &677 + default: &679 summary: Default response value: - id: 1296269 @@ -109771,9 +109822,9 @@ paths: application/json: schema: type: array - items: *519 + items: *521 examples: - default: *671 + default: *673 headers: Link: *65 '304': *35 @@ -109853,7 +109904,7 @@ paths: application/json: schema: type: array - items: &672 + items: &674 title: Social account description: Social media account type: object @@ -109870,7 +109921,7 @@ paths: - provider - url examples: - default: &673 + default: &675 value: - provider: twitter url: https://twitter.com/github @@ -109933,9 +109984,9 @@ paths: application/json: schema: type: array - items: *672 + items: *674 examples: - default: *673 + default: *675 '422': *15 '304': *35 '404': *6 @@ -110023,7 +110074,7 @@ paths: application/json: schema: type: array - items: &674 + items: &676 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -110043,7 +110094,7 @@ paths: - title - created_at examples: - default: &706 + default: &708 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -110108,9 +110159,9 @@ paths: description: Response content: application/json: - schema: *674 + schema: *676 examples: - default: &675 + default: &677 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -110140,7 +110191,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &676 + - &678 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -110152,9 +110203,9 @@ paths: description: Response content: application/json: - schema: *674 + schema: *676 examples: - default: *675 + default: *677 '404': *6 '304': *35 '403': *27 @@ -110177,7 +110228,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *676 + - *678 responses: '204': description: Response @@ -110206,7 +110257,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &707 + - &709 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -110231,11 +110282,11 @@ paths: type: array items: *77 examples: - default-response: *677 + default-response: *679 application/vnd.github.v3.star+json: schema: type: array - items: &708 + items: &710 title: Starred Repository description: Starred Repository type: object @@ -110604,10 +110655,10 @@ paths: application/json: schema: oneOf: - - *653 - - *678 + - *655 + - *680 examples: - default-response: &682 + default-response: &684 summary: Default response value: login: octocat @@ -110642,7 +110693,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &683 + response-with-git-hub-plan-information: &685 summary: Response with GitHub plan information value: login: octocat @@ -110699,7 +110750,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &680 + - &682 name: user_id description: The unique identifier of the user. in: path @@ -110765,7 +110816,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *679 + - *681 - *17 responses: '200': @@ -110800,7 +110851,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *680 + - *682 - *265 requestBody: required: true @@ -110875,7 +110926,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *681 + schema: *683 examples: table_view: summary: Response for creating a table view @@ -110927,11 +110978,11 @@ paths: application/json: schema: oneOf: - - *653 - - *678 + - *655 + - *680 examples: - default-response: *682 - response-with-git-hub-plan-information: *683 + default-response: *684 + response-with-git-hub-plan-information: *685 '404': *6 x-github: githubCloudOnly: false @@ -110981,8 +111032,8 @@ paths: required: - subject_digests examples: - default: *684 - withPredicateType: *685 + default: *686 + withPredicateType: *687 responses: '200': description: Response @@ -111022,7 +111073,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *686 + default: *688 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111252,7 +111303,7 @@ paths: type: array items: *247 examples: - default: *668 + default: *670 '403': *27 '401': *23 x-github: @@ -111636,9 +111687,9 @@ paths: application/json: schema: type: array - items: *659 + items: *661 examples: - default: *687 + default: *689 headers: Link: *65 x-github: @@ -111742,7 +111793,7 @@ paths: application/json: schema: *20 examples: - default: *516 + default: *518 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111867,7 +111918,7 @@ paths: - docker - nuget - container - - *667 + - *669 - *69 - *19 - *17 @@ -111880,10 +111931,10 @@ paths: type: array items: *247 examples: - default: *668 + default: *670 '403': *27 '401': *23 - '400': *669 + '400': *671 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111913,7 +111964,7 @@ paths: application/json: schema: *247 examples: - default: *688 + default: *690 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112262,7 +112313,7 @@ paths: type: array items: *268 examples: - default: *689 + default: *691 headers: Link: *65 '304': *35 @@ -112322,7 +112373,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *690 + items: *692 required: - name - data_type @@ -112338,7 +112389,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *691 + iteration_configuration: *693 required: - name - data_type @@ -112360,8 +112411,8 @@ paths: value: name: Due date data_type: date - single_select_field: *692 - iteration_field: *693 + single_select_field: *694 + iteration_field: *695 responses: '201': description: Response @@ -112369,11 +112420,11 @@ paths: application/json: schema: *268 examples: - text_field: *694 - number_field: *695 - date_field: *696 - single_select_field: *697 - iteration_field: *698 + text_field: *696 + number_field: *697 + date_field: *698 + single_select_field: *699 + iteration_field: *700 '304': *35 '403': *27 '401': *23 @@ -112395,7 +112446,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *265 - - *699 + - *701 - *69 responses: '200': @@ -112404,7 +112455,7 @@ paths: application/json: schema: *268 examples: - default: *700 + default: *702 headers: Link: *65 '304': *35 @@ -112761,7 +112812,7 @@ paths: parameters: - *265 - *69 - - *701 + - *703 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -113036,7 +113087,7 @@ paths: - *115 - *117 - *116 - - *702 + - *704 - *118 responses: '200': @@ -113167,7 +113218,7 @@ paths: parameters: - *69 - *115 - - *703 + - *705 - *116 responses: '200': @@ -113266,9 +113317,9 @@ paths: - *115 - *117 - *116 - - *704 + - *706 - *118 - - *705 + - *707 responses: '200': description: Response when getting a billing usage summary @@ -113402,9 +113453,9 @@ paths: application/json: schema: type: array - items: *672 + items: *674 examples: - default: *673 + default: *675 headers: Link: *65 x-github: @@ -113434,9 +113485,9 @@ paths: application/json: schema: type: array - items: *674 + items: *676 examples: - default: *706 + default: *708 headers: Link: *65 x-github: @@ -113461,7 +113512,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *69 - - *707 + - *709 - *59 - *17 - *19 @@ -113473,11 +113524,11 @@ paths: schema: anyOf: - type: array - items: *708 + items: *710 - type: array items: *77 examples: - default-response: *677 + default-response: *679 headers: Link: *65 x-github: @@ -113637,7 +113688,7 @@ webhooks: type: string enum: - disabled - enterprise: &709 + enterprise: &711 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -113706,7 +113757,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &710 + installation: &712 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -113727,7 +113778,7 @@ webhooks: required: - id - node_id - organization: &711 + organization: &713 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -113800,7 +113851,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &712 + repository: &714 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -114715,10 +114766,10 @@ webhooks: type: string enum: - enabled - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -114794,11 +114845,11 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - rule: &713 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + rule: &715 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -115021,11 +115072,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - rule: *713 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + rule: *715 sender: *4 required: - action @@ -115213,11 +115264,11 @@ webhooks: - everyone required: - from - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - rule: *713 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + rule: *715 sender: *4 required: - action @@ -115301,7 +115352,7 @@ webhooks: type: string enum: - completed - check_run: &715 + check_run: &717 title: CheckRun description: A check performed on the code of a given code change type: object @@ -115411,7 +115462,7 @@ webhooks: - examples: - neutral - deployment: *714 + deployment: *716 details_url: type: string examples: @@ -115509,10 +115560,10 @@ webhooks: - output - app - pull_requests - installation: *710 - enterprise: *709 - organization: *711 - repository: *712 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 sender: *4 required: - check_run @@ -115903,11 +115954,11 @@ webhooks: type: string enum: - created - check_run: *715 - installation: *710 - enterprise: *709 - organization: *711 - repository: *712 + check_run: *717 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 sender: *4 required: - check_run @@ -116301,11 +116352,11 @@ webhooks: type: string enum: - requested_action - check_run: *715 - installation: *710 - enterprise: *709 - organization: *711 - repository: *712 + check_run: *717 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 requested_action: description: The action requested by the user. type: object @@ -116708,11 +116759,11 @@ webhooks: type: string enum: - rerequested - check_run: *715 - installation: *710 - enterprise: *709 - organization: *711 - repository: *712 + check_run: *717 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 sender: *4 required: - check_run @@ -117697,10 +117748,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -118404,10 +118455,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -119105,10 +119156,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -119429,20 +119480,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &716 + commit_oid: &718 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *709 - installation: *710 - organization: *711 - ref: &717 + enterprise: *711 + installation: *712 + organization: *713 + ref: &719 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *712 + repository: *714 sender: *4 required: - action @@ -119850,12 +119901,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *716 - enterprise: *709 - installation: *710 - organization: *711 - ref: *717 - repository: *712 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -120138,12 +120189,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *716 - enterprise: *709 - installation: *710 - organization: *711 - ref: *717 - repository: *712 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -120489,12 +120540,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *716 - enterprise: *709 - installation: *710 - organization: *711 - ref: *717 - repository: *712 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -120784,9 +120835,9 @@ webhooks: type: - string - 'null' - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -120794,7 +120845,7 @@ webhooks: type: - string - 'null' - repository: *712 + repository: *714 sender: *4 required: - action @@ -121040,12 +121091,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *716 - enterprise: *709 - installation: *710 - organization: *711 - ref: *717 - repository: *712 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -121366,10 +121417,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -121629,10 +121680,10 @@ webhooks: - updated_at - author_association - body - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -121713,18 +121764,18 @@ webhooks: type: - string - 'null' - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *711 - pusher_type: &718 + organization: *713 + pusher_type: &720 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &719 + ref: &721 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -121734,7 +121785,7 @@ webhooks: enum: - tag - branch - repository: *712 + repository: *714 sender: *4 required: - ref @@ -121817,9 +121868,9 @@ webhooks: enum: - created definition: *276 - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -121904,9 +121955,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -121984,9 +122035,9 @@ webhooks: enum: - promote_to_enterprise definition: *276 - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -122064,9 +122115,9 @@ webhooks: enum: - updated definition: *276 - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -122143,10 +122194,10 @@ webhooks: type: string enum: - updated - enterprise: *709 - installation: *710 - repository: *712 - organization: *711 + enterprise: *711 + installation: *712 + repository: *714 + organization: *713 sender: *4 new_property_values: type: array @@ -122231,18 +122282,18 @@ webhooks: title: delete event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 - pusher_type: *718 - ref: *719 + enterprise: *711 + installation: *712 + organization: *713 + pusher_type: *720 + ref: *721 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *712 + repository: *714 sender: *4 required: - ref @@ -122322,11 +122373,11 @@ webhooks: type: string enum: - assignees_changed - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -122406,11 +122457,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -122491,11 +122542,11 @@ webhooks: type: string enum: - auto_reopened - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -122576,11 +122627,11 @@ webhooks: type: string enum: - created - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -122659,11 +122710,11 @@ webhooks: type: string enum: - dismissed - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -122742,11 +122793,11 @@ webhooks: type: string enum: - fixed - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -122826,11 +122877,11 @@ webhooks: type: string enum: - reintroduced - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -122909,11 +122960,11 @@ webhooks: type: string enum: - reopened - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -122990,9 +123041,9 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - key: &720 + enterprise: *711 + installation: *712 + key: &722 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -123030,8 +123081,8 @@ webhooks: - verified - created_at - read_only - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -123108,11 +123159,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - key: *720 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + key: *722 + organization: *713 + repository: *714 sender: *4 required: - action @@ -123679,12 +123730,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: &724 + workflow: &726 title: Workflow type: - object @@ -124435,13 +124486,13 @@ webhooks: deployment: anyOf: - type: 'null' - - *481 + - *483 pull_requests: type: array - items: *565 - repository: *712 - organization: *711 - installation: *710 + items: *567 + repository: *714 + organization: *713 + installation: *712 sender: *4 responses: '200': @@ -124512,7 +124563,7 @@ webhooks: type: string enum: - approved - approver: &721 + approver: &723 type: object properties: avatar_url: @@ -124555,11 +124606,11 @@ webhooks: type: string comment: type: string - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - reviewers: &722 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + reviewers: &724 type: array items: type: object @@ -124640,7 +124691,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &723 + workflow_job_run: &725 type: object properties: conclusion: @@ -125386,18 +125437,18 @@ webhooks: type: string enum: - rejected - approver: *721 + approver: *723 comment: type: string - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - reviewers: *722 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + reviewers: *724 sender: *4 since: type: string - workflow_job_run: *723 + workflow_job_run: *725 workflow_job_runs: type: array items: @@ -126114,13 +126165,13 @@ webhooks: type: string enum: - requested - enterprise: *709 + enterprise: *711 environment: type: string - installation: *710 - organization: *711 - repository: *712 - requestor: &729 + installation: *712 + organization: *713 + repository: *714 + requestor: &731 title: User type: - object @@ -128053,12 +128104,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: *724 + workflow: *726 workflow_run: title: Deployment Workflow Run type: @@ -128749,7 +128800,7 @@ webhooks: type: string enum: - answered - answer: &727 + answer: &729 type: object properties: author_association: @@ -128909,11 +128960,11 @@ webhooks: - created_at - updated_at - body - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129040,11 +129091,11 @@ webhooks: - from required: - category - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129127,11 +129178,11 @@ webhooks: type: string enum: - closed - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129213,7 +129264,7 @@ webhooks: type: string enum: - created - comment: &726 + comment: &728 type: object properties: author_association: @@ -129373,11 +129424,11 @@ webhooks: - updated_at - body - reactions - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129460,12 +129511,12 @@ webhooks: type: string enum: - deleted - comment: *726 - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + comment: *728 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129560,12 +129611,12 @@ webhooks: - from required: - body - comment: *726 - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + comment: *728 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129649,11 +129700,11 @@ webhooks: type: string enum: - created - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129735,11 +129786,11 @@ webhooks: type: string enum: - deleted - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129839,11 +129890,11 @@ webhooks: type: string required: - from - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -129925,10 +129976,10 @@ webhooks: type: string enum: - labeled - discussion: *725 - enterprise: *709 - installation: *710 - label: &728 + discussion: *727 + enterprise: *711 + installation: *712 + label: &730 title: Label type: object properties: @@ -129961,8 +130012,8 @@ webhooks: - color - default - description - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130045,11 +130096,11 @@ webhooks: type: string enum: - locked - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130131,11 +130182,11 @@ webhooks: type: string enum: - pinned - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130217,11 +130268,11 @@ webhooks: type: string enum: - reopened - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130306,16 +130357,16 @@ webhooks: changes: type: object properties: - new_discussion: *725 - new_repository: *712 + new_discussion: *727 + new_repository: *714 required: - new_discussion - new_repository - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130398,10 +130449,10 @@ webhooks: type: string enum: - unanswered - discussion: *725 - old_answer: *727 - organization: *711 - repository: *712 + discussion: *727 + old_answer: *729 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130483,12 +130534,12 @@ webhooks: type: string enum: - unlabeled - discussion: *725 - enterprise: *709 - installation: *710 - label: *728 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130571,11 +130622,11 @@ webhooks: type: string enum: - unlocked - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130657,11 +130708,11 @@ webhooks: type: string enum: - unpinned - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130734,7 +130785,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *709 + enterprise: *711 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -131412,9 +131463,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - forkee @@ -131560,9 +131611,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pages: description: The pages that were updated. type: array @@ -131600,7 +131651,7 @@ webhooks: - action - sha - html_url - repository: *712 + repository: *714 sender: *4 required: - pages @@ -131676,10 +131727,10 @@ webhooks: type: string enum: - created - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: &730 + organization: *713 + repositories: &732 description: An array of repository objects that the installation can access. type: array @@ -131705,8 +131756,8 @@ webhooks: - name - full_name - private - repository: *712 - requester: *729 + repository: *714 + requester: *731 sender: *4 required: - action @@ -131781,11 +131832,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: *730 - repository: *712 + organization: *713 + repositories: *732 + repository: *714 requester: type: - 'null' @@ -131862,11 +131913,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: *730 - repository: *712 + organization: *713 + repositories: *732 + repository: *714 requester: type: - 'null' @@ -131943,10 +131994,10 @@ webhooks: type: string enum: - added - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories_added: &731 + organization: *713 + repositories_added: &733 description: An array of repository objects, which were added to the installation. type: array @@ -131992,15 +132043,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *712 - repository_selection: &732 + repository: *714 + repository_selection: &734 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *729 + requester: *731 sender: *4 required: - action @@ -132079,10 +132130,10 @@ webhooks: type: string enum: - removed - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories_added: *731 + organization: *713 + repositories_added: *733 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -132109,9 +132160,9 @@ webhooks: - name - full_name - private - repository: *712 - repository_selection: *732 - requester: *729 + repository: *714 + repository_selection: *734 + requester: *731 sender: *4 required: - action @@ -132190,11 +132241,11 @@ webhooks: type: string enum: - suspend - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: *730 - repository: *712 + organization: *713 + repositories: *732 + repository: *714 requester: type: - 'null' @@ -132376,10 +132427,10 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 target_type: type: string @@ -132458,11 +132509,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: *730 - repository: *712 + organization: *713 + repositories: *732 + repository: *714 requester: type: - 'null' @@ -132628,7 +132679,7 @@ webhooks: pin: anyOf: - type: 'null' - - *544 + - *546 user: title: User type: @@ -132714,8 +132765,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -133527,8 +133578,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133889,8 +133940,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -133970,7 +134021,7 @@ webhooks: type: string enum: - deleted - comment: &733 + comment: &735 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -134127,7 +134178,7 @@ webhooks: pin: anyOf: - type: 'null' - - *544 + - *546 required: - url - html_url @@ -134141,8 +134192,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -134950,8 +135001,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135314,8 +135365,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -135395,7 +135446,7 @@ webhooks: type: string enum: - edited - changes: &757 + changes: &759 description: The changes to the comment. type: object properties: @@ -135407,9 +135458,9 @@ webhooks: type: string required: - from - comment: *733 - enterprise: *709 - installation: *710 + comment: *735 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -136220,8 +136271,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136582,8 +136633,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -136664,9 +136715,9 @@ webhooks: type: string enum: - pinned - comment: *733 - enterprise: *709 - installation: *710 + comment: *735 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -137479,8 +137530,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137843,8 +137894,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -137924,9 +137975,9 @@ webhooks: type: string enum: - unpinned - comment: *733 - enterprise: *709 - installation: *710 + comment: *735 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -138739,8 +138790,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139103,8 +139154,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -139193,9 +139244,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -139284,9 +139335,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -139374,9 +139425,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -139465,9 +139516,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -139547,10 +139598,10 @@ webhooks: type: string enum: - assigned - assignee: *729 - enterprise: *709 - installation: *710 - issue: &736 + assignee: *731 + enterprise: *711 + installation: *712 + issue: &738 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -140361,11 +140412,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140485,8 +140536,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -140566,8 +140617,8 @@ webhooks: type: string enum: - closed - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -141383,11 +141434,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141650,8 +141701,8 @@ webhooks: required: - state - closed_at - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -141730,8 +141781,8 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142538,11 +142589,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142661,8 +142712,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -142741,8 +142792,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143572,11 +143623,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143674,7 +143725,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &734 + milestone: &736 title: Milestone description: A collection of related issues and pull requests. type: object @@ -143817,8 +143868,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -143917,8 +143968,8 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144729,11 +144780,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144853,9 +144904,9 @@ webhooks: - active_lock_reason - body - reactions - label: *728 - organization: *711 - repository: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -144935,8 +144986,8 @@ webhooks: type: string enum: - labeled - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145746,11 +145797,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145870,9 +145921,9 @@ webhooks: - active_lock_reason - body - reactions - label: *728 - organization: *711 - repository: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -145952,8 +146003,8 @@ webhooks: type: string enum: - locked - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -146788,11 +146839,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146889,8 +146940,8 @@ webhooks: format: uri user_view_type: type: string - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -146969,8 +147020,8 @@ webhooks: type: string enum: - milestoned - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147799,11 +147850,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147900,9 +147951,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *734 - organization: *711 - repository: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -148789,11 +148840,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149385,8 +149436,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150193,11 +150244,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150320,8 +150371,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -150401,9 +150452,9 @@ webhooks: type: string enum: - pinned - enterprise: *709 - installation: *710 - issue: &735 + enterprise: *711 + installation: *712 + issue: &737 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -151208,11 +151259,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151331,8 +151382,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -151411,8 +151462,8 @@ webhooks: type: string enum: - reopened - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152245,11 +152296,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152347,8 +152398,8 @@ webhooks: user_view_type: type: string type: *230 - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -153236,11 +153287,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153850,11 +153901,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *709 - installation: *710 - issue: *735 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + issue: *737 + organization: *713 + repository: *714 sender: *4 required: - action @@ -153934,12 +153985,12 @@ webhooks: type: string enum: - typed - enterprise: *709 - installation: *710 - issue: *736 + enterprise: *711 + installation: *712 + issue: *738 type: *230 - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -154020,7 +154071,7 @@ webhooks: type: string enum: - unassigned - assignee: &760 + assignee: &762 title: User type: - object @@ -154092,11 +154143,11 @@ webhooks: required: - login - id - enterprise: *709 - installation: *710 - issue: *736 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + issue: *738 + organization: *713 + repository: *714 sender: *4 required: - action @@ -154175,12 +154226,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *709 - installation: *710 - issue: *736 - label: *728 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + issue: *738 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -154260,8 +154311,8 @@ webhooks: type: string enum: - unlocked - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -155094,11 +155145,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155195,8 +155246,8 @@ webhooks: format: uri user_view_type: type: string - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155276,11 +155327,11 @@ webhooks: type: string enum: - unpinned - enterprise: *709 - installation: *710 - issue: *735 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + issue: *737 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155359,12 +155410,12 @@ webhooks: type: string enum: - untyped - enterprise: *709 - installation: *710 - issue: *736 + enterprise: *711 + installation: *712 + issue: *738 type: *230 - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155444,11 +155495,11 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - label: *728 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155526,11 +155577,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - label: *728 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155640,11 +155691,11 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - label: *728 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155726,9 +155777,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *709 - installation: *710 - marketplace_purchase: &737 + enterprise: *711 + installation: *712 + marketplace_purchase: &739 title: Marketplace Purchase type: object required: @@ -155816,8 +155867,8 @@ webhooks: type: integer unit_count: type: integer - organization: *711 - previous_marketplace_purchase: &738 + organization: *713 + previous_marketplace_purchase: &740 title: Marketplace Purchase type: object properties: @@ -155901,7 +155952,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *712 + repository: *714 sender: *4 required: - action @@ -155981,10 +156032,10 @@ webhooks: - changed effective_date: type: string - enterprise: *709 - installation: *710 - marketplace_purchase: *737 - organization: *711 + enterprise: *711 + installation: *712 + marketplace_purchase: *739 + organization: *713 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156072,7 +156123,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *712 + repository: *714 sender: *4 required: - action @@ -156154,10 +156205,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *709 - installation: *710 - marketplace_purchase: *737 - organization: *711 + enterprise: *711 + installation: *712 + marketplace_purchase: *739 + organization: *713 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156243,7 +156294,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *712 + repository: *714 sender: *4 required: - action @@ -156324,8 +156375,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 marketplace_purchase: title: Marketplace Purchase type: object @@ -156411,9 +156462,9 @@ webhooks: type: integer unit_count: type: integer - organization: *711 - previous_marketplace_purchase: *738 - repository: *712 + organization: *713 + previous_marketplace_purchase: *740 + repository: *714 sender: *4 required: - action @@ -156493,12 +156544,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *709 - installation: *710 - marketplace_purchase: *737 - organization: *711 - previous_marketplace_purchase: *738 - repository: *712 + enterprise: *711 + installation: *712 + marketplace_purchase: *739 + organization: *713 + previous_marketplace_purchase: *740 + repository: *714 sender: *4 required: - action @@ -156600,11 +156651,11 @@ webhooks: type: string required: - to - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 sender: *4 required: - action @@ -156706,11 +156757,11 @@ webhooks: type: - string - 'null' - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 sender: *4 required: - action @@ -156789,11 +156840,11 @@ webhooks: type: string enum: - removed - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 sender: *4 required: - action @@ -156871,11 +156922,11 @@ webhooks: type: string enum: - added - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 scope: description: The scope of the membership. Currently, can only be `team`. @@ -156953,7 +157004,7 @@ webhooks: required: - login - id - team: &739 + team: &741 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -157183,11 +157234,11 @@ webhooks: type: string enum: - removed - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 scope: description: The scope of the membership. Currently, can only be `team`. @@ -157266,7 +157317,7 @@ webhooks: required: - login - id - team: *739 + team: *741 required: - action - scope @@ -157348,8 +157399,8 @@ webhooks: type: string enum: - checks_requested - installation: *710 - merge_group: &740 + installation: *712 + merge_group: &742 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -157375,8 +157426,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -157462,10 +157513,10 @@ webhooks: - merged - invalidated - dequeued - installation: *710 - merge_group: *740 - organization: *711 - repository: *712 + installation: *712 + merge_group: *742 + organization: *713 + repository: *714 sender: *4 required: - action @@ -157538,7 +157589,7 @@ webhooks: type: string enum: - deleted - enterprise: *709 + enterprise: *711 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -157647,12 +157698,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *710 - organization: *711 + installation: *712 + organization: *713 repository: anyOf: - type: 'null' - - *712 + - *714 sender: *4 required: - action @@ -157732,11 +157783,11 @@ webhooks: type: string enum: - closed - enterprise: *709 - installation: *710 - milestone: *734 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -157815,9 +157866,9 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - milestone: &741 + enterprise: *711 + installation: *712 + milestone: &743 title: Milestone description: A collection of related issues and pull requests. type: object @@ -157959,8 +158010,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158039,11 +158090,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - milestone: *734 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158153,11 +158204,11 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - milestone: *734 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158237,11 +158288,11 @@ webhooks: type: string enum: - opened - enterprise: *709 - installation: *710 - milestone: *741 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + milestone: *743 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158320,11 +158371,11 @@ webhooks: type: string enum: - blocked - blocked_user: *729 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + blocked_user: *731 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158403,11 +158454,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *729 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + blocked_user: *731 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158486,9 +158537,9 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - membership: &742 + enterprise: *711 + installation: *712 + membership: &744 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -158598,8 +158649,8 @@ webhooks: - role - organization_url - user - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158677,11 +158728,11 @@ webhooks: type: string enum: - member_added - enterprise: *709 - installation: *710 - membership: *742 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + membership: *744 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158760,8 +158811,8 @@ webhooks: type: string enum: - member_invited - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -158883,10 +158934,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 - user: *729 + user: *731 required: - action - invitation @@ -158964,11 +159015,11 @@ webhooks: type: string enum: - member_removed - enterprise: *709 - installation: *710 - membership: *742 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + membership: *744 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159055,11 +159106,11 @@ webhooks: properties: from: type: string - enterprise: *709 - installation: *710 - membership: *742 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + membership: *744 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159136,9 +159187,9 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 package: description: Information about the package. type: object @@ -159661,7 +159712,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &743 + items: &745 title: Ruby Gems metadata type: object properties: @@ -159758,7 +159809,7 @@ webhooks: - owner - package_version - registry - repository: *712 + repository: *714 sender: *4 required: - action @@ -159834,9 +159885,9 @@ webhooks: type: string enum: - updated - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 package: description: Information about the package. type: object @@ -160198,7 +160249,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *743 + items: *745 source_url: type: string format: uri @@ -160269,7 +160320,7 @@ webhooks: - owner - package_version - registry - repository: *712 + repository: *714 sender: *4 required: - action @@ -160449,12 +160500,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *709 + enterprise: *711 id: type: integer - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - id @@ -160531,7 +160582,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &744 + personal_access_token_request: &746 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -160681,10 +160732,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *709 - organization: *711 + enterprise: *711 + organization: *713 sender: *4 - installation: *710 + installation: *712 required: - action - personal_access_token_request @@ -160761,11 +160812,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *744 - enterprise: *709 - organization: *711 + personal_access_token_request: *746 + enterprise: *711 + organization: *713 sender: *4 - installation: *710 + installation: *712 required: - action - personal_access_token_request @@ -160841,11 +160892,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *744 - enterprise: *709 - organization: *711 + personal_access_token_request: *746 + enterprise: *711 + organization: *713 sender: *4 - installation: *710 + installation: *712 required: - action - personal_access_token_request @@ -160920,11 +160971,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *744 - organization: *711 - enterprise: *709 + personal_access_token_request: *746 + organization: *713 + enterprise: *711 sender: *4 - installation: *710 + installation: *712 required: - action - personal_access_token_request @@ -161029,7 +161080,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *745 + last_response: *747 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -161061,8 +161112,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 zen: description: Random string of GitHub zen. @@ -161307,10 +161358,10 @@ webhooks: - from required: - note - enterprise: *709 - installation: *710 - organization: *711 - project_card: &746 + enterprise: *711 + installation: *712 + organization: *713 + project_card: &748 title: Project Card type: object properties: @@ -161433,7 +161484,7 @@ webhooks: - creator - created_at - updated_at - repository: *712 + repository: *714 sender: *4 required: - action @@ -161514,11 +161565,11 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - project_card: *746 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project_card: *748 + repository: *714 sender: *4 required: - action @@ -161598,9 +161649,9 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 project_card: title: Project Card type: object @@ -161730,7 +161781,7 @@ webhooks: repository: anyOf: - type: 'null' - - *712 + - *714 sender: *4 required: - action @@ -161824,11 +161875,11 @@ webhooks: - from required: - note - enterprise: *709 - installation: *710 - organization: *711 - project_card: *746 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project_card: *748 + repository: *714 sender: *4 required: - action @@ -161922,9 +161973,9 @@ webhooks: - from required: - column_id - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 project_card: allOf: - title: Project Card @@ -162121,7 +162172,7 @@ webhooks: type: string required: - after_id - repository: *712 + repository: *714 sender: *4 required: - action @@ -162201,10 +162252,10 @@ webhooks: type: string enum: - closed - enterprise: *709 - installation: *710 - organization: *711 - project: &748 + enterprise: *711 + installation: *712 + organization: *713 + project: &750 title: Project type: object properties: @@ -162331,7 +162382,7 @@ webhooks: - creator - created_at - updated_at - repository: *712 + repository: *714 sender: *4 required: - action @@ -162411,10 +162462,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - project_column: &747 + enterprise: *711 + installation: *712 + organization: *713 + project_column: &749 title: Project Column type: object properties: @@ -162454,7 +162505,7 @@ webhooks: - name - created_at - updated_at - repository: *712 + repository: *714 sender: *4 required: - action @@ -162533,14 +162584,14 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - project_column: *747 + enterprise: *711 + installation: *712 + organization: *713 + project_column: *749 repository: anyOf: - type: 'null' - - *712 + - *714 sender: *4 required: - action @@ -162629,11 +162680,11 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 - project_column: *747 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project_column: *749 + repository: *714 sender: *4 required: - action @@ -162713,11 +162764,11 @@ webhooks: type: string enum: - moved - enterprise: *709 - installation: *710 - organization: *711 - project_column: *747 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project_column: *749 + repository: *714 sender: *4 required: - action @@ -162797,11 +162848,11 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - project: *748 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project: *750 + repository: *714 sender: *4 required: - action @@ -162881,14 +162932,14 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - project: *748 + enterprise: *711 + installation: *712 + organization: *713 + project: *750 repository: anyOf: - type: 'null' - - *712 + - *714 sender: *4 required: - action @@ -162989,11 +163040,11 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 - project: *748 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project: *750 + repository: *714 sender: *4 required: - action @@ -163072,11 +163123,11 @@ webhooks: type: string enum: - reopened - enterprise: *709 - installation: *710 - organization: *711 - project: *748 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project: *750 + repository: *714 sender: *4 required: - action @@ -163157,8 +163208,8 @@ webhooks: type: string enum: - closed - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -163240,8 +163291,8 @@ webhooks: type: string enum: - created - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -163323,8 +163374,8 @@ webhooks: type: string enum: - deleted - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -163446,8 +163497,8 @@ webhooks: type: string to: type: string - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -163531,7 +163582,7 @@ webhooks: type: string enum: - archived - changes: &752 + changes: &754 type: object properties: archived_at: @@ -163547,9 +163598,9 @@ webhooks: - string - 'null' format: date-time - installation: *710 - organization: *711 - projects_v2_item: &749 + installation: *712 + organization: *713 + projects_v2_item: &751 title: Projects v2 Item description: An item belonging to a project type: object @@ -163689,9 +163740,9 @@ webhooks: - 'null' to: type: string - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -163773,9 +163824,9 @@ webhooks: type: string enum: - created - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -163856,9 +163907,9 @@ webhooks: type: string enum: - deleted - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -163963,7 +164014,7 @@ webhooks: oneOf: - type: string - type: integer - - &750 + - &752 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -163987,7 +164038,7 @@ webhooks: required: - id - name - - &751 + - &753 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -164027,8 +164078,8 @@ webhooks: oneOf: - type: string - type: integer - - *750 - - *751 + - *752 + - *753 type: - 'null' - string @@ -164051,9 +164102,9 @@ webhooks: - 'null' required: - body - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -164150,9 +164201,9 @@ webhooks: type: - string - 'null' - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -164235,10 +164286,10 @@ webhooks: type: string enum: - restored - changes: *752 - installation: *710 - organization: *711 - projects_v2_item: *749 + changes: *754 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -164320,8 +164371,8 @@ webhooks: type: string enum: - reopened - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -164403,9 +164454,9 @@ webhooks: type: string enum: - created - installation: *710 - organization: *711 - projects_v2_status_update: *753 + installation: *712 + organization: *713 + projects_v2_status_update: *755 sender: *4 required: - action @@ -164486,9 +164537,9 @@ webhooks: type: string enum: - deleted - installation: *710 - organization: *711 - projects_v2_status_update: *753 + installation: *712 + organization: *713 + projects_v2_status_update: *755 sender: *4 required: - action @@ -164634,9 +164685,9 @@ webhooks: - string - 'null' format: date - installation: *710 - organization: *711 - projects_v2_status_update: *753 + installation: *712 + organization: *713 + projects_v2_status_update: *755 sender: *4 required: - action @@ -164707,10 +164758,10 @@ webhooks: title: public event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - repository @@ -164787,13 +164838,13 @@ webhooks: type: string enum: - assigned - assignee: *729 - enterprise: *709 - installation: *710 - number: &754 + assignee: *731 + enterprise: *711 + installation: *712 + number: &756 description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -167145,7 +167196,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -167227,11 +167278,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -169576,7 +169627,7 @@ webhooks: - draft reason: type: string - repository: *712 + repository: *714 sender: *4 required: - action @@ -169658,11 +169709,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -172007,7 +172058,7 @@ webhooks: - draft reason: type: string - repository: *712 + repository: *714 sender: *4 required: - action @@ -172089,13 +172140,13 @@ webhooks: type: string enum: - closed - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: &755 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: &757 allOf: - - *565 + - *567 - type: object properties: allow_auto_merge: @@ -172157,7 +172208,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *712 + repository: *714 sender: *4 required: - action @@ -172238,12 +172289,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -172323,11 +172374,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *709 + enterprise: *711 milestone: *266 - number: *754 - organization: *711 - pull_request: &756 + number: *756 + organization: *713 + pull_request: &758 title: Pull Request type: object properties: @@ -174671,7 +174722,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -174750,11 +174801,11 @@ webhooks: type: string enum: - dequeued - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -177117,7 +177168,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *712 + repository: *714 sender: *4 required: - action @@ -177241,12 +177292,12 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -177326,11 +177377,11 @@ webhooks: type: string enum: - enqueued - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -179678,7 +179729,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -179758,11 +179809,11 @@ webhooks: type: string enum: - labeled - enterprise: *709 - installation: *710 - label: *728 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + label: *730 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -182113,7 +182164,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -182194,10 +182245,10 @@ webhooks: type: string enum: - locked - enterprise: *709 - installation: *710 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -184546,7 +184597,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -184626,12 +184677,12 @@ webhooks: type: string enum: - milestoned - enterprise: *709 + enterprise: *711 milestone: *266 - number: *754 - organization: *711 - pull_request: *756 - repository: *712 + number: *756 + organization: *713 + pull_request: *758 + repository: *714 sender: *4 required: - action @@ -184710,12 +184761,12 @@ webhooks: type: string enum: - opened - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -184796,12 +184847,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -184881,12 +184932,12 @@ webhooks: type: string enum: - reopened - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -185261,9 +185312,9 @@ webhooks: - start_side - side - reactions - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: type: object properties: @@ -187496,7 +187547,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *712 + repository: *714 sender: *4 required: - action @@ -187576,7 +187627,7 @@ webhooks: type: string enum: - deleted - comment: &758 + comment: &760 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -187869,9 +187920,9 @@ webhooks: - start_side - side - reactions - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: type: object properties: @@ -190092,7 +190143,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *712 + repository: *714 sender: *4 required: - action @@ -190172,11 +190223,11 @@ webhooks: type: string enum: - edited - changes: *757 - comment: *758 - enterprise: *709 - installation: *710 - organization: *711 + changes: *759 + comment: *760 + enterprise: *711 + installation: *712 + organization: *713 pull_request: type: object properties: @@ -192400,7 +192451,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *712 + repository: *714 sender: *4 required: - action @@ -192481,9 +192532,9 @@ webhooks: type: string enum: - dismissed - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -194719,7 +194770,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 + repository: *714 review: description: The review that was affected. type: object @@ -194970,9 +195021,9 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -197081,8 +197132,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 - review: &759 + repository: *714 + review: &761 description: The review that was affected. type: object properties: @@ -197320,12 +197371,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -199675,7 +199726,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 requested_reviewer: title: User type: @@ -199761,12 +199812,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -202123,7 +202174,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 requested_team: title: Team description: Groups of organization members that gives permissions @@ -202318,12 +202369,12 @@ webhooks: type: string enum: - review_requested - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -204675,7 +204726,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 requested_reviewer: title: User type: @@ -204762,12 +204813,12 @@ webhooks: type: string enum: - review_requested - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -207110,7 +207161,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207294,9 +207345,9 @@ webhooks: type: string enum: - submitted - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -209535,8 +209586,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 - review: *759 + repository: *714 + review: *761 sender: *4 required: - action @@ -209616,9 +209667,9 @@ webhooks: type: string enum: - resolved - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -211766,7 +211817,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 + repository: *714 sender: *4 thread: type: object @@ -212163,9 +212214,9 @@ webhooks: type: string enum: - unresolved - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -214296,7 +214347,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 + repository: *714 sender: *4 thread: type: object @@ -214695,10 +214746,10 @@ webhooks: type: string before: type: string - enterprise: *709 - installation: *710 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -217036,7 +217087,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -217118,11 +217169,11 @@ webhooks: type: string enum: - unassigned - assignee: *760 - enterprise: *709 - installation: *710 - number: *754 - organization: *711 + assignee: *762 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -219475,7 +219526,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -219554,11 +219605,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *709 - installation: *710 - label: *728 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + label: *730 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -221900,7 +221951,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -221981,10 +222032,10 @@ webhooks: type: string enum: - unlocked - enterprise: *709 - installation: *710 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -224316,7 +224367,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -224519,7 +224570,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *709 + enterprise: *711 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -224614,8 +224665,8 @@ webhooks: - url - author - committer - installation: *710 - organization: *711 + installation: *712 + organization: *713 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -225214,9 +225265,9 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 registry_package: type: object properties: @@ -225693,7 +225744,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *743 + items: *745 summary: type: string tag_name: @@ -225749,7 +225800,7 @@ webhooks: - owner - package_version - registry - repository: *712 + repository: *714 sender: *4 required: - action @@ -225827,9 +225878,9 @@ webhooks: type: string enum: - updated - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 registry_package: type: object properties: @@ -226141,7 +226192,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *743 + items: *745 summary: type: string tag_name: @@ -226191,7 +226242,7 @@ webhooks: - owner - package_version - registry - repository: *712 + repository: *714 sender: *4 required: - action @@ -226268,10 +226319,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - release: &761 + enterprise: *711 + installation: *712 + organization: *713 + release: &763 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -226602,7 +226653,7 @@ webhooks: - updated_at - zipball_url - body - repository: *712 + repository: *714 sender: *4 required: - action @@ -226679,11 +226730,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - release: *761 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + release: *763 + repository: *714 sender: *4 required: - action @@ -226800,11 +226851,11 @@ webhooks: type: boolean required: - to - enterprise: *709 - installation: *710 - organization: *711 - release: *761 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + release: *763 + repository: *714 sender: *4 required: - action @@ -226882,9 +226933,9 @@ webhooks: type: string enum: - prereleased - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -227220,7 +227271,7 @@ webhooks: - string - 'null' format: uri - repository: *712 + repository: *714 sender: *4 required: - action @@ -227296,10 +227347,10 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 - release: &762 + enterprise: *711 + installation: *712 + organization: *713 + release: &764 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -227632,7 +227683,7 @@ webhooks: - string - 'null' format: uri - repository: *712 + repository: *714 sender: *4 required: - action @@ -227708,11 +227759,11 @@ webhooks: type: string enum: - released - enterprise: *709 - installation: *710 - organization: *711 - release: *761 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + release: *763 + repository: *714 sender: *4 required: - action @@ -227788,11 +227839,11 @@ webhooks: type: string enum: - unpublished - enterprise: *709 - installation: *710 - organization: *711 - release: *762 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + release: *764 + repository: *714 sender: *4 required: - action @@ -227868,11 +227919,11 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - repository_advisory: *632 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + repository_advisory: *634 sender: *4 required: - action @@ -227948,11 +227999,11 @@ webhooks: type: string enum: - reported - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - repository_advisory: *632 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + repository_advisory: *634 sender: *4 required: - action @@ -228028,10 +228079,10 @@ webhooks: type: string enum: - archived - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -228108,10 +228159,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -228189,10 +228240,10 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -228277,10 +228328,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -228395,10 +228446,10 @@ webhooks: - 'null' items: type: string - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -228470,10 +228521,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 status: type: string @@ -228554,10 +228605,10 @@ webhooks: type: string enum: - privatized - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -228634,10 +228685,10 @@ webhooks: type: string enum: - publicized - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -228731,10 +228782,10 @@ webhooks: - name required: - repository - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -228814,10 +228865,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 repository_ruleset: *308 sender: *4 required: @@ -228896,10 +228947,10 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 repository_ruleset: *308 sender: *4 required: @@ -228978,10 +229029,10 @@ webhooks: type: string enum: - edited - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 repository_ruleset: *308 changes: type: object @@ -229043,16 +229094,16 @@ webhooks: properties: added: type: array - items: *585 + items: *587 deleted: type: array - items: *585 + items: *587 updated: type: array items: type: object properties: - rule: *585 + rule: *587 changes: type: object properties: @@ -229289,10 +229340,10 @@ webhooks: - from required: - owner - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -229370,10 +229421,10 @@ webhooks: type: string enum: - unarchived - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -229451,7 +229502,7 @@ webhooks: type: string enum: - create - alert: &763 + alert: &765 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -229576,10 +229627,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -229789,10 +229840,10 @@ webhooks: type: string enum: - dismissed - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -229870,11 +229921,11 @@ webhooks: type: string enum: - reopen - alert: *763 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *765 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230076,10 +230127,10 @@ webhooks: enum: - fixed - open - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230157,7 +230208,7 @@ webhooks: type: string enum: - assigned - alert: &764 + alert: &766 type: object properties: number: *170 @@ -230297,10 +230348,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230378,11 +230429,11 @@ webhooks: type: string enum: - created - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230463,11 +230514,11 @@ webhooks: type: string enum: - created - alert: *764 - installation: *710 - location: *765 - organization: *711 - repository: *712 + alert: *766 + installation: *712 + location: *767 + organization: *713 + repository: *714 sender: *4 required: - location @@ -230705,11 +230756,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230787,11 +230838,11 @@ webhooks: type: string enum: - reopened - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230869,11 +230920,11 @@ webhooks: type: string enum: - resolved - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230951,12 +231002,12 @@ webhooks: type: string enum: - unassigned - alert: *764 + alert: *766 assignee: *4 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -231034,11 +231085,11 @@ webhooks: type: string enum: - validated - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -231168,10 +231219,10 @@ webhooks: - organization - enterprise - - repository: *712 - enterprise: *709 - installation: *710 - organization: *711 + repository: *714 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -231249,11 +231300,11 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - security_advisory: &766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + security_advisory: &768 description: The details of the security advisory, including summary, description, and severity. type: object @@ -231426,11 +231477,11 @@ webhooks: type: string enum: - updated - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - security_advisory: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + security_advisory: *768 sender: *4 required: - action @@ -231503,10 +231554,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -231680,9 +231731,9 @@ webhooks: type: object properties: security_and_analysis: *281 - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: *328 sender: *4 required: @@ -231761,12 +231812,12 @@ webhooks: type: string enum: - cancelled - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: &767 + sponsorship: &769 type: object properties: created_at: @@ -232071,12 +232122,12 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - sponsorship @@ -232164,12 +232215,12 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - changes @@ -232246,17 +232297,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &768 + effective_date: &770 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - sponsorship @@ -232330,7 +232381,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &769 + changes: &771 type: object properties: tier: @@ -232374,13 +232425,13 @@ webhooks: - from required: - tier - effective_date: *768 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + effective_date: *770 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - changes @@ -232457,13 +232508,13 @@ webhooks: type: string enum: - tier_changed - changes: *769 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + changes: *771 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - changes @@ -232537,10 +232588,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -232624,10 +232675,10 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -233061,15 +233112,15 @@ webhooks: type: - string - 'null' - enterprise: *709 + enterprise: *711 id: description: The unique identifier of the status. type: integer - installation: *710 + installation: *712 name: type: string - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 sha: description: The Commit SHA. @@ -233185,9 +233236,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -233277,9 +233328,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -233369,9 +233420,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -233461,9 +233512,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -233540,12 +233591,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - team: &770 + team: &772 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -233775,9 +233826,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -234247,7 +234298,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - team @@ -234323,9 +234374,9 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -234795,7 +234846,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - team @@ -234872,9 +234923,9 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -235344,7 +235395,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - team @@ -235488,9 +235539,9 @@ webhooks: - from required: - permissions - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -235960,7 +236011,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - changes @@ -236038,9 +236089,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -236510,7 +236561,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - team @@ -236586,10 +236637,10 @@ webhooks: type: string enum: - started - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -236662,17 +236713,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *709 + enterprise: *711 inputs: type: - object - 'null' additionalProperties: true - installation: *710 - organization: *711 + installation: *712 + organization: *713 ref: type: string - repository: *712 + repository: *714 sender: *4 workflow: type: string @@ -236754,10 +236805,10 @@ webhooks: type: string enum: - completed - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 workflow_job: allOf: @@ -237013,7 +237064,7 @@ webhooks: type: string required: - conclusion - deployment: *481 + deployment: *483 required: - action - repository @@ -237092,10 +237143,10 @@ webhooks: type: string enum: - in_progress - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 workflow_job: allOf: @@ -237377,7 +237428,7 @@ webhooks: required: - status - steps - deployment: *481 + deployment: *483 required: - action - repository @@ -237456,10 +237507,10 @@ webhooks: type: string enum: - queued - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 workflow_job: type: object @@ -237605,7 +237656,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *481 + deployment: *483 required: - action - repository @@ -237684,10 +237735,10 @@ webhooks: type: string enum: - waiting - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 workflow_job: type: object @@ -237834,7 +237885,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *481 + deployment: *483 required: - action - repository @@ -237914,12 +237965,12 @@ webhooks: type: string enum: - completed - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: *724 + workflow: *726 workflow_run: title: Workflow Run type: object @@ -238938,12 +238989,12 @@ webhooks: type: string enum: - in_progress - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: *724 + workflow: *726 workflow_run: title: Workflow Run type: object @@ -239947,12 +239998,12 @@ webhooks: type: string enum: - requested - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: *724 + workflow: *726 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index a9050bb9e..adc29bc00 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -379788,6 +379788,36 @@ } } } + }, + "application/vnd.github.diff": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "diff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } + }, + "application/vnd.github.patch": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001\nFrom: Mona Lisa <87831417+monalisa@users.noreply.github.com>\nDate: Fri, 6 Mar 2026 11:18:45 +0000\nSubject: [PATCH] Change 'test' to 'test change' in testfile\n\n---\ntestfile | 2 +-\n1 file changed, 1 insertion(+), 1 deletion(-)\n\ndiff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } + }, + "application/vnd.github.sha": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "ac3282a2725be3b1d4979169a7a311c89066af1c" + } + } } } }, @@ -388167,6 +388197,26 @@ } } } + }, + "application/vnd.github.diff": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "diff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } + }, + "application/vnd.github.patch": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001\nFrom: Mona Lisa <87831417+monalisa@users.noreply.github.com>\nDate: Fri, 6 Mar 2026 11:18:45 +0000\nSubject: [PATCH] Change 'test' to 'test change' in testfile\n\n---\ntestfile | 2 +-\n1 file changed, 1 insertion(+), 1 deletion(-)\n\ndiff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } } } }, diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index e61b96e41..875ea9549 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -1124,7 +1124,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &634 + - &636 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -12204,7 +12204,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &471 + - &473 name: has in: query description: |- @@ -12334,7 +12334,7 @@ paths: - transitive - inconclusive - - security_advisory: &472 + security_advisory: &474 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -12628,7 +12628,7 @@ paths: and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - auto_dismissed_at: &473 + auto_dismissed_at: &475 type: - string - 'null' @@ -12636,7 +12636,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissal_request: &474 + dismissal_request: &476 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -14063,7 +14063,7 @@ paths: properties: action: type: string - discussion: &725 + discussion: &727 title: Discussion description: A Discussion in a repository. type: object @@ -14847,7 +14847,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &646 + sub_issues_summary: &648 title: Sub-issues Summary type: object properties: @@ -14931,7 +14931,7 @@ paths: pin: anyOf: - type: 'null' - - &544 + - &546 title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. @@ -14958,7 +14958,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &647 + issue_dependencies_summary: &649 title: Issue Dependencies Summary type: object properties: @@ -14977,7 +14977,7 @@ paths: - total_blocking issue_field_values: type: array - items: &529 + items: &531 title: Issue Field Value description: A value assigned to an issue field type: object @@ -15801,7 +15801,7 @@ paths: type: string release: allOf: - - &576 + - &578 title: Release description: A release. type: object @@ -15883,7 +15883,7 @@ paths: author: *4 assets: type: array - items: &577 + items: &579 title: Release Asset description: Data related to a release. type: object @@ -16515,7 +16515,7 @@ paths: url: type: string format: uri - user: &653 + user: &655 title: Public User description: Public User type: object @@ -19967,7 +19967,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &552 + - &554 name: all description: If `true`, show notifications marked as read. in: query @@ -19975,7 +19975,7 @@ paths: schema: type: boolean default: false - - &553 + - &555 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -19985,7 +19985,7 @@ paths: type: boolean default: false - *86 - - &554 + - &556 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -20584,7 +20584,7 @@ paths: - url - subscription_url examples: - default: &555 + default: &557 value: - id: '1' repository: @@ -22154,7 +22154,7 @@ paths: required: false schema: type: string - - &702 + - &704 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -22300,7 +22300,7 @@ paths: parameters: - *73 - *115 - - &703 + - &705 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -22412,7 +22412,7 @@ paths: - *115 - *117 - *116 - - &704 + - &706 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -22420,7 +22420,7 @@ paths: schema: type: string - *118 - - &705 + - &707 name: sku description: The SKU to query for usage. in: query @@ -29293,12 +29293,12 @@ paths: required: - subject_digests examples: - default: &684 + default: &686 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &685 + withPredicateType: &687 value: subject_digests: - sha256:abc123 @@ -29357,7 +29357,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &686 + default: &688 value: attestations_subject_digests: - sha256:abc: @@ -35564,7 +35564,7 @@ paths: description: Response content: application/json: - schema: &477 + schema: &479 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -35583,7 +35583,7 @@ paths: - key_id - key examples: - default: &478 + default: &480 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -37417,7 +37417,7 @@ paths: application/json: schema: *20 examples: - default: &516 + default: &518 value: id: 1 account: @@ -37645,7 +37645,7 @@ paths: required: true content: application/json: - schema: &517 + schema: &519 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -40249,7 +40249,7 @@ paths: parameters: - *73 - *242 - - &667 + - &669 name: repo_name description: repo_name parameter in: path @@ -41328,7 +41328,7 @@ paths: - nuget - container - *73 - - &668 + - &670 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -41369,7 +41369,7 @@ paths: default: *248 '403': *27 '401': *23 - '400': &670 + '400': &672 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -43393,7 +43393,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &753 + - &755 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -43906,7 +43906,7 @@ paths: - review_comment - self author_association: *78 - auto_merge: &562 + auto_merge: &564 title: Auto merge description: The status of auto merging a pull request. type: @@ -44363,7 +44363,7 @@ paths: - updated_at - project_url examples: - default: &689 + default: &691 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44540,7 +44540,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &690 + items: &692 type: object properties: name: @@ -44577,7 +44577,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &691 + iteration_configuration: &693 type: object description: The configuration for iteration fields. properties: @@ -44627,7 +44627,7 @@ paths: value: name: Due date data_type: date - single_select_field: &692 + single_select_field: &694 summary: Create a single select field value: name: Priority @@ -44654,7 +44654,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &693 + iteration_field: &695 summary: Create an iteration field value: name: Sprint @@ -44680,7 +44680,7 @@ paths: application/json: schema: *268 examples: - text_field: &694 + text_field: &696 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -44689,7 +44689,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &695 + number_field: &697 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -44698,7 +44698,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &696 + date_field: &698 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -44707,7 +44707,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &697 + single_select_field: &699 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44741,7 +44741,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &698 + iteration_field: &700 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -44787,7 +44787,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *265 - - &699 + - &701 name: field_id description: The unique identifier of the field. in: path @@ -44802,7 +44802,7 @@ paths: application/json: schema: *268 examples: - default: &700 + default: &702 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -46013,7 +46013,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &681 + schema: &683 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -46196,7 +46196,7 @@ paths: parameters: - *265 - *73 - - &701 + - &703 name: view_number description: The number that identifies the project view. in: path @@ -48289,7 +48289,7 @@ paths: - *73 - *17 - *19 - - &584 + - &586 name: targets description: | A comma-separated list of rule targets to filter by. @@ -48575,7 +48575,7 @@ paths: - object rules: type: array - items: &585 + items: &587 title: Repository Rule type: object description: A repository rule. @@ -48637,7 +48637,7 @@ paths: type: string enum: - required_linear_history - - &583 + - &585 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -49539,7 +49539,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *73 - - &586 + - &588 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -49554,7 +49554,7 @@ paths: in: query schema: type: string - - &587 + - &589 name: time_period description: |- The time period to filter by. @@ -49570,14 +49570,14 @@ paths: - week - month default: day - - &588 + - &590 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &589 + - &591 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -49597,7 +49597,7 @@ paths: description: Response content: application/json: - schema: &590 + schema: &592 title: Rule Suites description: Response type: array @@ -49653,7 +49653,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &591 + default: &593 value: - id: 21 actor_id: 12 @@ -49697,7 +49697,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *73 - - &592 + - &594 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -49713,7 +49713,7 @@ paths: description: Response content: application/json: - schema: &593 + schema: &595 title: Rule Suite description: Response type: object @@ -49820,7 +49820,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &594 + default: &596 value: id: 21 actor_id: 12 @@ -50067,7 +50067,7 @@ paths: type: string format: date-time examples: - default: &596 + default: &598 value: - version_id: 3 actor: @@ -50120,7 +50120,7 @@ paths: description: Response content: application/json: - schema: &597 + schema: &599 allOf: - *311 - type: object @@ -50192,7 +50192,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *73 - - &598 + - &600 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -50203,7 +50203,7 @@ paths: enum: - open - resolved - - &599 + - &601 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -50213,7 +50213,7 @@ paths: required: false schema: type: string - - &600 + - &602 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -50224,7 +50224,7 @@ paths: required: false schema: type: string - - &601 + - &603 name: exclude_providers in: query description: |- @@ -50235,7 +50235,7 @@ paths: required: false schema: type: string - - &602 + - &604 name: providers in: query description: |- @@ -50246,7 +50246,7 @@ paths: required: false schema: type: string - - &603 + - &605 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -50255,7 +50255,7 @@ paths: required: false schema: type: string - - &604 + - &606 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -50274,7 +50274,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &605 + - &607 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -50289,7 +50289,7 @@ paths: - *59 - *19 - *17 - - &606 + - &608 name: before description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -50299,7 +50299,7 @@ paths: required: false schema: type: string - - &607 + - &609 name: after description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -50309,7 +50309,7 @@ paths: required: false schema: type: string - - &608 + - &610 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -50318,7 +50318,7 @@ paths: required: false schema: type: string - - &609 + - &611 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -50327,7 +50327,7 @@ paths: schema: type: boolean default: false - - &610 + - &612 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -50336,7 +50336,7 @@ paths: schema: type: boolean default: false - - &611 + - &613 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -50368,14 +50368,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &612 + state: &614 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &613 + resolution: &615 type: - string - 'null' @@ -50494,14 +50494,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &614 + - &616 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &616 + - &618 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -50565,7 +50565,7 @@ paths: - blob_url - commit_sha - commit_url - - &617 + - &619 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -50626,7 +50626,7 @@ paths: - page_url - commit_sha - commit_url - - &618 + - &620 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -50648,7 +50648,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &619 + - &621 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -50670,7 +50670,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &620 + - &622 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -50692,7 +50692,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &621 + - &623 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -50707,7 +50707,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &622 + - &624 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -50722,7 +50722,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &623 + - &625 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -50737,7 +50737,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &624 + - &626 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -50759,7 +50759,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &625 + - &627 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -50781,7 +50781,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &626 + - &628 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -50803,7 +50803,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &627 + - &629 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -50825,7 +50825,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &628 + - &630 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull @@ -51346,7 +51346,7 @@ paths: application/json: schema: type: array - items: &632 + items: &634 description: A repository security advisory. type: object properties: @@ -51697,7 +51697,7 @@ paths: - private_fork version: '2026-03-10' examples: - default: &633 + default: &635 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -53783,7 +53783,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &649 + response-if-user-is-a-team-maintainer: &651 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -53848,7 +53848,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: &650 + response-if-users-membership-with-team-is-now-pending: &652 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -53962,7 +53962,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &651 + schema: &653 title: Team Repository description: A team's access to a repository. type: object @@ -54770,7 +54770,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: &652 + response-if-child-teams-exist: &654 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -56254,7 +56254,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': &520 + '410': &522 description: Gone content: application/json: @@ -59986,7 +59986,7 @@ paths: items: type: object properties: - type: &486 + type: &488 type: string description: The type of reviewer. enum: @@ -60124,7 +60124,7 @@ paths: application/json: schema: type: array - items: &481 + items: &483 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -60236,7 +60236,7 @@ paths: - created_at - updated_at examples: - default: &482 + default: &484 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -60621,7 +60621,7 @@ paths: application/json: schema: *370 examples: - default: &499 + default: &501 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -60840,7 +60840,7 @@ paths: application/json: schema: *374 examples: - default: &500 + default: &502 value: name: USERNAME value: octocat @@ -62730,7 +62730,7 @@ paths: required: - sha - url - verification: &506 + verification: &508 title: Verification type: object properties: @@ -65968,7 +65968,7 @@ paths: check. type: array items: *84 - deployment: &714 + deployment: &716 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -69312,7 +69312,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &469 + '302': &471 description: Found '403': *421 '404': *6 @@ -71240,7 +71240,7 @@ paths: type: array items: *446 examples: - default: &658 + default: &660 value: total_count: 2 machines: @@ -71952,7 +71952,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &519 + schema: &521 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -72654,7 +72654,7 @@ paths: - content - created_at examples: - default: &522 + default: &524 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -72791,7 +72791,7 @@ paths: - *325 - *326 - *95 - - &523 + - &525 name: reaction_id description: The unique identifier of the reaction. in: path @@ -72905,7 +72905,7 @@ paths: type: array items: *456 examples: - default: &569 + default: &571 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -73196,7 +73196,7 @@ paths: type: array items: *460 examples: - default: &561 + default: &563 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -73754,7 +73754,7 @@ paths: application/json: schema: *456 examples: - default: &549 + default: &551 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -73838,6 +73838,47 @@ paths: patch: |- @@ -29,7 +29,7 @@ ..... + application/vnd.github.diff: + schema: + type: string + examples: + default: &468 + value: | + diff --git a/testfile b/testfile + index 9bdeaeb..912c7ef 100644 + --- a/testfile + +++ b/testfile + @@ -1 +1 @@ + -test + +test change + application/vnd.github.patch: + schema: + type: string + examples: + default: &469 + value: | + From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001 + From: Mona Lisa <87831417+monalisa@users.noreply.github.com> + Date: Fri, 6 Mar 2026 11:18:45 +0000 + Subject: [PATCH] Change 'test' to 'test change' in testfile + + --- + testfile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + + diff --git a/testfile b/testfile + index 9bdeaeb..912c7ef 100644 + --- a/testfile + +++ b/testfile + @@ -1 +1 @@ + -test + +test change + application/vnd.github.sha: + schema: + type: string + examples: + default: + value: ac3282a2725be3b1d4979169a7a311c89066af1c '422': *15 '404': *6 '500': *53 @@ -74376,7 +74417,7 @@ paths: application/json: schema: type: array - items: &637 + items: &639 title: Status description: The status of a commit. type: object @@ -75003,6 +75044,16 @@ paths: contents_url: https://api.github.com/repos/octocat/Hello-World/contents/file1.txt?ref=6dcb09b5b57875f334f61aebed695e2e4193db5e patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" + application/vnd.github.diff: + schema: + type: string + examples: + default: *468 + application/vnd.github.patch: + schema: + type: string + examples: + default: *469 '404': *6 '500': *53 '503': *113 @@ -75218,7 +75269,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &468 + response-if-content-is-a-file-github-object: &470 summary: Response if content is a file value: type: file @@ -75355,7 +75406,7 @@ paths: - size - type - url - - &574 + - &576 title: Content File description: Content File type: object @@ -75573,7 +75624,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *468 + response-if-content-is-a-file: *470 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -75642,7 +75693,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *469 + '302': *471 '304': *35 x-github: githubCloudOnly: false @@ -75791,7 +75842,7 @@ paths: description: Response content: application/json: - schema: &470 + schema: &472 title: File Commit description: File Commit type: object @@ -75947,7 +75998,7 @@ paths: description: Response content: application/json: - schema: *470 + schema: *472 examples: example-for-creating-a-file: value: @@ -76001,7 +76052,7 @@ paths: schema: oneOf: - *3 - - &501 + - &503 description: Repository rule violation was detected type: object properties: @@ -76022,7 +76073,7 @@ paths: items: type: object properties: - placeholder_id: &629 + placeholder_id: &631 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -76116,7 +76167,7 @@ paths: description: Response content: application/json: - schema: *470 + schema: *472 examples: default: value: @@ -76310,7 +76361,7 @@ paths: schema: type: string - *194 - - *471 + - *473 - *195 - *196 - *197 @@ -76325,7 +76376,7 @@ paths: application/json: schema: type: array - items: &475 + items: &477 type: object description: A Dependabot alert. properties: @@ -76376,7 +76427,7 @@ paths: - transitive - inconclusive - - security_advisory: *472 + security_advisory: *474 security_vulnerability: *63 url: *173 html_url: *174 @@ -76407,8 +76458,8 @@ paths: dismissal. maxLength: 280 fixed_at: *175 - auto_dismissed_at: *473 - dismissal_request: *474 + auto_dismissed_at: *475 + dismissal_request: *476 assignees: type: array description: The users assigned to this alert. @@ -76665,7 +76716,7 @@ paths: parameters: - *325 - *326 - - &476 + - &478 name: alert_number in: path description: |- @@ -76680,7 +76731,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *477 examples: default: value: @@ -76814,7 +76865,7 @@ paths: parameters: - *325 - *326 - - *476 + - *478 requestBody: required: true content: @@ -76870,7 +76921,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *477 examples: default: value: @@ -77019,7 +77070,7 @@ paths: type: integer secrets: type: array - items: &479 + items: &481 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -77080,9 +77131,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *479 examples: - default: *478 + default: *480 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77110,7 +77161,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *481 examples: default: value: @@ -77734,7 +77785,7 @@ paths: - version - url additionalProperties: false - metadata: &480 + metadata: &482 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -77773,7 +77824,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *480 + metadata: *482 resolved: type: object description: A collection of resolved package dependencies. @@ -77787,7 +77838,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *480 + metadata: *482 relationship: type: string description: A notation of whether a dependency is requested @@ -77962,9 +78013,9 @@ paths: application/json: schema: type: array - items: *481 + items: *483 examples: - default: *482 + default: *484 headers: Link: *65 x-github: @@ -78113,7 +78164,7 @@ paths: description: Response content: application/json: - schema: *481 + schema: *483 examples: simple-example: summary: Simple example @@ -78188,7 +78239,7 @@ paths: parameters: - *325 - *326 - - &483 + - &485 name: deployment_id description: deployment_id parameter in: path @@ -78200,7 +78251,7 @@ paths: description: Response content: application/json: - schema: *481 + schema: *483 examples: default: value: @@ -78267,7 +78318,7 @@ paths: parameters: - *325 - *326 - - *483 + - *485 responses: '204': description: Response @@ -78291,7 +78342,7 @@ paths: parameters: - *325 - *326 - - *483 + - *485 - *17 - *19 responses: @@ -78301,7 +78352,7 @@ paths: application/json: schema: type: array - items: &484 + items: &486 title: Deployment Status description: The status of a deployment. type: object @@ -78467,7 +78518,7 @@ paths: parameters: - *325 - *326 - - *483 + - *485 requestBody: required: true content: @@ -78542,9 +78593,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *486 examples: - default: &485 + default: &487 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -78602,7 +78653,7 @@ paths: parameters: - *325 - *326 - - *483 + - *485 - name: status_id in: path required: true @@ -78613,9 +78664,9 @@ paths: description: Response content: application/json: - schema: *484 + schema: *486 examples: - default: *485 + default: *487 '404': *6 x-github: githubCloudOnly: false @@ -78717,7 +78768,7 @@ paths: - 5 environments: type: array - items: &487 + items: &489 title: Environment description: Details of a deployment environment type: object @@ -78779,7 +78830,7 @@ paths: type: string examples: - wait_timer - wait_timer: &489 + wait_timer: &491 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -78821,7 +78872,7 @@ paths: items: type: object properties: - type: *486 + type: *488 reviewer: anyOf: - *4 @@ -78848,7 +78899,7 @@ paths: - id - node_id - type - deployment_branch_policy: &490 + deployment_branch_policy: &492 type: - object - 'null' @@ -78967,7 +79018,7 @@ paths: parameters: - *325 - *326 - - &488 + - &490 name: environment_name in: path required: true @@ -78980,9 +79031,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *489 examples: - default: &491 + default: &493 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -79068,7 +79119,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 requestBody: required: false content: @@ -79078,7 +79129,7 @@ paths: - object - 'null' properties: - wait_timer: *489 + wait_timer: *491 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -79097,14 +79148,14 @@ paths: items: type: object properties: - type: *486 + type: *488 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *490 + deployment_branch_policy: *492 additionalProperties: false examples: default: @@ -79124,9 +79175,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *489 examples: - default: *491 + default: *493 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -79152,7 +79203,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 responses: '204': description: Default response @@ -79179,7 +79230,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *17 - *19 responses: @@ -79198,7 +79249,7 @@ paths: - 2 branch_policies: type: array - items: &492 + items: &494 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -79261,7 +79312,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 requestBody: required: true content: @@ -79309,9 +79360,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *494 examples: - example-wildcard: &493 + example-wildcard: &495 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -79355,8 +79406,8 @@ paths: parameters: - *325 - *326 - - *488 - - &494 + - *490 + - &496 name: branch_policy_id in: path required: true @@ -79368,9 +79419,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *494 examples: - default: *493 + default: *495 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79391,8 +79442,8 @@ paths: parameters: - *325 - *326 - - *488 - - *494 + - *490 + - *496 requestBody: required: true content: @@ -79421,9 +79472,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *494 examples: - default: *493 + default: *495 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79444,8 +79495,8 @@ paths: parameters: - *325 - *326 - - *488 - - *494 + - *490 + - *496 responses: '204': description: Response @@ -79470,7 +79521,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *488 + - *490 - *326 - *325 responses: @@ -79489,7 +79540,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &495 + items: &497 title: Deployment protection rule description: Deployment protection rule type: object @@ -79511,7 +79562,7 @@ paths: for the environment. examples: - true - app: &496 + app: &498 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -79614,7 +79665,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *488 + - *490 - *326 - *325 requestBody: @@ -79637,9 +79688,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *495 + schema: *497 examples: - default: &497 + default: &499 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -79674,7 +79725,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *488 + - *490 - *326 - *325 - *19 @@ -79696,7 +79747,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *496 + items: *498 examples: default: value: @@ -79733,8 +79784,8 @@ paths: parameters: - *325 - *326 - - *488 - - &498 + - *490 + - &500 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -79746,9 +79797,9 @@ paths: description: Response content: application/json: - schema: *495 + schema: *497 examples: - default: *497 + default: *499 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79769,10 +79820,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *488 + - *490 - *326 - *325 - - *498 + - *500 responses: '204': description: Response @@ -79800,7 +79851,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *17 - *19 responses: @@ -79847,7 +79898,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 responses: '200': description: Response @@ -79879,7 +79930,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *160 responses: '200': @@ -79888,7 +79939,7 @@ paths: application/json: schema: *370 examples: - default: *499 + default: *501 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79912,7 +79963,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *160 requestBody: required: true @@ -79972,7 +80023,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *160 responses: '204': @@ -80000,7 +80051,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *341 - *19 responses: @@ -80045,7 +80096,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 requestBody: required: true content: @@ -80099,7 +80150,7 @@ paths: parameters: - *325 - *326 - - *488 + - *490 - *163 responses: '200': @@ -80108,7 +80159,7 @@ paths: application/json: schema: *374 examples: - default: *500 + default: *502 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80132,7 +80183,7 @@ paths: - *325 - *326 - *163 - - *488 + - *490 requestBody: required: true content: @@ -80177,7 +80228,7 @@ paths: - *325 - *326 - *163 - - *488 + - *490 responses: '204': description: Response @@ -80546,7 +80597,7 @@ paths: schema: oneOf: - *121 - - *501 + - *503 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80782,7 +80833,7 @@ paths: description: Response content: application/json: - schema: &502 + schema: &504 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -81017,7 +81068,7 @@ paths: description: Response content: application/json: - schema: *502 + schema: *504 examples: default: value: @@ -81075,7 +81126,7 @@ paths: parameters: - *325 - *326 - - &503 + - &505 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -81092,7 +81143,7 @@ paths: application/json: schema: type: array - items: &504 + items: &506 title: Git Reference description: Git references within a repository type: object @@ -81170,15 +81221,15 @@ paths: parameters: - *325 - *326 - - *503 + - *505 responses: '200': description: Response content: application/json: - schema: *504 + schema: *506 examples: - default: &505 + default: &507 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -81237,9 +81288,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *506 examples: - default: *505 + default: *507 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -81267,7 +81318,7 @@ paths: parameters: - *325 - *326 - - *503 + - *505 requestBody: required: true content: @@ -81296,9 +81347,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *506 examples: - default: *505 + default: *507 '422': *15 '409': *52 x-github: @@ -81318,7 +81369,7 @@ paths: parameters: - *325 - *326 - - *503 + - *505 responses: '204': description: Response @@ -81441,7 +81492,7 @@ paths: description: Response content: application/json: - schema: &507 + schema: &509 title: Git Tag description: Metadata for a Git tag type: object @@ -81497,7 +81548,7 @@ paths: - sha - type - url - verification: *506 + verification: *508 required: - sha - url @@ -81507,7 +81558,7 @@ paths: - tag - message examples: - default: &508 + default: &510 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -81592,9 +81643,9 @@ paths: description: Response content: application/json: - schema: *507 + schema: *509 examples: - default: *508 + default: *510 '404': *6 '409': *52 x-github: @@ -81693,7 +81744,7 @@ paths: description: Response content: application/json: - schema: &509 + schema: &511 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -81819,7 +81870,7 @@ paths: description: Response content: application/json: - schema: *509 + schema: *511 examples: default-response: summary: Default response @@ -81889,7 +81940,7 @@ paths: application/json: schema: type: array - items: &510 + items: &512 title: Webhook description: Webhooks for repositories. type: object @@ -81952,7 +82003,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &745 + last_response: &747 title: Hook Response type: object properties: @@ -82083,9 +82134,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *512 examples: - default: &511 + default: &513 value: type: Repository id: 12345678 @@ -82141,9 +82192,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *512 examples: - default: *511 + default: *513 '404': *6 x-github: githubCloudOnly: false @@ -82210,9 +82261,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *512 examples: - default: *511 + default: *513 '422': *15 '404': *6 x-github: @@ -82610,7 +82661,7 @@ paths: description: Response content: application/json: - schema: &512 + schema: &514 title: Import description: A repository import from an external source. type: object @@ -82717,7 +82768,7 @@ paths: - html_url - authors_url examples: - default: &515 + default: &517 value: vcs: subversion use_lfs: true @@ -82733,7 +82784,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &513 + '503': &515 description: Unavailable due to service under maintenance. content: application/json: @@ -82811,7 +82862,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *514 examples: default: value: @@ -82836,7 +82887,7 @@ paths: type: string '422': *15 '404': *6 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82917,7 +82968,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *514 examples: example-1: summary: Example 1 @@ -82965,7 +83016,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82993,7 +83044,7 @@ paths: responses: '204': description: Response - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83021,7 +83072,7 @@ paths: parameters: - *325 - *326 - - &679 + - &681 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -83035,7 +83086,7 @@ paths: application/json: schema: type: array - items: &514 + items: &516 title: Porter Author description: Porter Author type: object @@ -83089,7 +83140,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83145,7 +83196,7 @@ paths: description: Response content: application/json: - schema: *514 + schema: *516 examples: default: value: @@ -83158,7 +83209,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83224,7 +83275,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83280,11 +83331,11 @@ paths: description: Response content: application/json: - schema: *512 + schema: *514 examples: - default: *515 + default: *517 '422': *15 - '503': *513 + '503': *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83316,7 +83367,7 @@ paths: application/json: schema: *20 examples: - default: *516 + default: *518 '301': *329 '404': *6 x-github: @@ -83351,7 +83402,7 @@ paths: properties: {} additionalProperties: false examples: - default: &518 + default: &520 value: limit: collaborators_only origin: repository @@ -83382,7 +83433,7 @@ paths: required: true content: application/json: - schema: *517 + schema: *519 examples: default: summary: Example request body @@ -83396,7 +83447,7 @@ paths: application/json: schema: *222 examples: - default: *518 + default: *520 '409': description: Response x-github: @@ -83453,9 +83504,9 @@ paths: application/json: schema: type: array - items: *519 + items: *521 examples: - default: &672 + default: &674 value: - id: 1 repository: @@ -83617,7 +83668,7 @@ paths: description: Response content: application/json: - schema: *519 + schema: *521 examples: default: value: @@ -83855,7 +83906,7 @@ paths: type: array items: *81 examples: - default: &528 + default: &530 value: - id: 1 node_id: MDU6SXNzdWUx @@ -84126,7 +84177,7 @@ paths: application/json: schema: *81 examples: - default: &525 + default: &527 value: id: 1 node_id: MDU6SXNzdWUx @@ -84283,7 +84334,7 @@ paths: '422': *15 '503': *113 '404': *6 - '410': *520 + '410': *522 x-github: triggersNotification: true githubCloudOnly: false @@ -84345,7 +84396,7 @@ paths: type: array items: *82 examples: - default: &527 + default: &529 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -84413,7 +84464,7 @@ paths: application/json: schema: *82 examples: - default: &521 + default: &523 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -84494,7 +84545,7 @@ paths: application/json: schema: *82 examples: - default: *521 + default: *523 '422': *15 x-github: githubCloudOnly: false @@ -84606,7 +84657,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *520 + '410': *522 '422': *15 x-github: githubCloudOnly: false @@ -84632,7 +84683,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *520 + '410': *522 '503': *113 x-github: githubCloudOnly: false @@ -84680,7 +84731,7 @@ paths: type: array items: *454 examples: - default: *522 + default: *524 headers: Link: *65 '404': *6 @@ -84769,7 +84820,7 @@ paths: - *325 - *326 - *95 - - *523 + - *525 responses: '204': description: Response @@ -84800,7 +84851,7 @@ paths: application/json: schema: type: array - items: &524 + items: &526 title: Issue Event description: Issue Event type: object @@ -85152,7 +85203,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *526 examples: default: value: @@ -85345,7 +85396,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *520 + '410': *522 '403': *27 x-github: githubCloudOnly: false @@ -85381,7 +85432,7 @@ paths: parameters: - *325 - *326 - - &526 + - &528 name: issue_number description: The number that identifies the issue. in: path @@ -85397,7 +85448,7 @@ paths: examples: default: summary: Issue - value: *525 + value: *527 pinned_comment: summary: Issue with pinned comment value: @@ -85598,7 +85649,7 @@ paths: state_reason: completed '301': *329 '404': *6 - '410': *520 + '410': *522 '304': *35 x-github: githubCloudOnly: false @@ -85625,7 +85676,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -85766,13 +85817,13 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 '422': *15 '503': *113 '403': *27 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85802,7 +85853,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -85830,7 +85881,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85848,7 +85899,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: content: application/json: @@ -85875,7 +85926,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85899,7 +85950,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - name: assignee in: path required: true @@ -85941,7 +85992,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *86 - *17 - *19 @@ -85954,11 +86005,11 @@ paths: type: array items: *82 examples: - default: *527 + default: *529 headers: Link: *65 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85989,7 +86040,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -86013,14 +86064,14 @@ paths: application/json: schema: *82 examples: - default: *521 + default: *523 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *520 + '410': *522 '422': *15 '404': *6 x-github: @@ -86050,7 +86101,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -86062,12 +86113,12 @@ paths: type: array items: *81 examples: - default: *528 + default: *530 headers: Link: *65 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86097,7 +86148,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -86121,7 +86172,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -86129,7 +86180,7 @@ paths: type: string '301': *329 '403': *27 - '410': *520 + '410': *522 '422': *15 '404': *6 x-github: @@ -86162,7 +86213,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -86176,13 +86227,13 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 '301': *329 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *520 + '410': *522 x-github: triggersNotification: true githubCloudOnly: false @@ -86210,7 +86261,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -86222,12 +86273,12 @@ paths: type: array items: *81 examples: - default: *528 + default: *530 headers: Link: *65 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86246,7 +86297,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -86260,7 +86311,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &531 + - &533 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -86309,7 +86360,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &532 + - &534 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -86437,7 +86488,7 @@ paths: - performed_via_github_app - assignee - assigner - - &533 + - &535 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -86483,7 +86534,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &534 + - &536 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -86529,7 +86580,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &535 + - &537 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -86578,7 +86629,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &536 + - &538 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -86620,7 +86671,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &537 + - &539 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -86662,7 +86713,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &538 + - &540 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -86718,7 +86769,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &539 + - &541 title: Locked Issue Event description: Locked Issue Event type: object @@ -86763,7 +86814,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &540 + - &542 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -86824,7 +86875,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &541 + - &543 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -86885,7 +86936,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &542 + - &544 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -86946,7 +86997,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &543 + - &545 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -87039,7 +87090,7 @@ paths: color: red headers: Link: *65 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87058,7 +87109,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -87068,9 +87119,9 @@ paths: application/json: schema: type: array - items: *529 + items: *531 examples: - default: &643 + default: &645 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -87096,7 +87147,7 @@ paths: Link: *65 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87115,7 +87166,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -87127,7 +87178,7 @@ paths: type: array items: *80 examples: - default: &530 + default: &532 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -87147,7 +87198,7 @@ paths: Link: *65 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87165,7 +87216,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -87210,10 +87261,10 @@ paths: type: array items: *80 examples: - default: *530 + default: *532 '301': *329 '404': *6 - '410': *520 + '410': *522 '422': *15 x-github: githubCloudOnly: false @@ -87232,7 +87283,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -87294,10 +87345,10 @@ paths: type: array items: *80 examples: - default: *530 + default: *532 '301': *329 '404': *6 - '410': *520 + '410': *522 '422': *15 x-github: githubCloudOnly: false @@ -87316,13 +87367,13 @@ paths: parameters: - *325 - *326 - - *526 + - *528 responses: '204': description: Response '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87343,7 +87394,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - name: name in: path required: true @@ -87369,7 +87420,7 @@ paths: default: true '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87391,7 +87442,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: false content: @@ -87420,7 +87471,7 @@ paths: '204': description: Response '403': *27 - '410': *520 + '410': *522 '404': *6 '422': *15 x-github: @@ -87440,7 +87491,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 responses: '204': description: Response @@ -87472,7 +87523,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 responses: '200': description: Response @@ -87480,10 +87531,10 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 '301': *329 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87502,7 +87553,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -87530,11 +87581,11 @@ paths: type: array items: *454 examples: - default: *522 + default: *524 headers: Link: *65 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87554,7 +87605,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -87619,8 +87670,8 @@ paths: parameters: - *325 - *326 - - *526 - - *523 + - *528 + - *525 responses: '204': description: Response @@ -87651,7 +87702,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -87675,7 +87726,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -87710,7 +87761,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -87722,11 +87773,11 @@ paths: type: array items: *81 examples: - default: *528 + default: *530 headers: Link: *65 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87756,7 +87807,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -87785,14 +87836,14 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *520 + '410': *522 '422': *15 '404': *6 x-github: @@ -87814,7 +87865,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 requestBody: required: true content: @@ -87847,7 +87898,7 @@ paths: application/json: schema: *81 examples: - default: *525 + default: *527 '403': *27 '404': *6 '422': *7 @@ -87871,7 +87922,7 @@ paths: parameters: - *325 - *326 - - *526 + - *528 - *17 - *19 responses: @@ -87886,8 +87937,6 @@ paths: description: Timeline Event type: object anyOf: - - *531 - - *532 - *533 - *534 - *535 @@ -87899,6 +87948,8 @@ paths: - *541 - *542 - *543 + - *544 + - *545 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -87955,7 +88006,7 @@ paths: pin: anyOf: - type: 'null' - - *544 + - *546 required: - event - actor @@ -88231,7 +88282,7 @@ paths: type: string comments: type: array - items: &563 + items: &565 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -88747,7 +88798,7 @@ paths: headers: Link: *65 '404': *6 - '410': *520 + '410': *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88775,7 +88826,7 @@ paths: application/json: schema: type: array - items: &545 + items: &547 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -88880,9 +88931,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *547 examples: - default: &546 + default: &548 value: id: 1 key: ssh-rsa AAA... @@ -88918,7 +88969,7 @@ paths: parameters: - *325 - *326 - - &547 + - &549 name: key_id description: The unique identifier of the key. in: path @@ -88930,9 +88981,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *547 examples: - default: *546 + default: *548 '404': *6 x-github: githubCloudOnly: false @@ -88952,7 +89003,7 @@ paths: parameters: - *325 - *326 - - *547 + - *549 responses: '204': description: Response @@ -88985,7 +89036,7 @@ paths: type: array items: *80 examples: - default: *530 + default: *532 headers: Link: *65 '404': *6 @@ -89045,7 +89096,7 @@ paths: application/json: schema: *80 examples: - default: &548 + default: &550 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -89091,7 +89142,7 @@ paths: application/json: schema: *80 examples: - default: *548 + default: *550 '404': *6 x-github: githubCloudOnly: false @@ -89493,7 +89544,7 @@ paths: application/json: schema: *456 examples: - default: *549 + default: *551 '204': description: Response when already merged '404': @@ -89659,7 +89710,7 @@ paths: application/json: schema: *266 examples: - default: &550 + default: &552 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -89720,7 +89771,7 @@ paths: parameters: - *325 - *326 - - &551 + - &553 name: milestone_number description: The number that identifies the milestone. in: path @@ -89734,7 +89785,7 @@ paths: application/json: schema: *266 examples: - default: *550 + default: *552 '404': *6 x-github: githubCloudOnly: false @@ -89753,7 +89804,7 @@ paths: parameters: - *325 - *326 - - *551 + - *553 requestBody: required: false content: @@ -89793,7 +89844,7 @@ paths: application/json: schema: *266 examples: - default: *550 + default: *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89811,7 +89862,7 @@ paths: parameters: - *325 - *326 - - *551 + - *553 responses: '204': description: Response @@ -89834,7 +89885,7 @@ paths: parameters: - *325 - *326 - - *551 + - *553 - *17 - *19 responses: @@ -89846,7 +89897,7 @@ paths: type: array items: *80 examples: - default: *530 + default: *532 headers: Link: *65 x-github: @@ -89867,10 +89918,10 @@ paths: parameters: - *325 - *326 - - *552 - - *553 - - *86 - *554 + - *555 + - *86 + - *556 - *17 - *19 responses: @@ -89882,7 +89933,7 @@ paths: type: array items: *106 examples: - default: *555 + default: *557 headers: Link: *65 x-github: @@ -89972,7 +90023,7 @@ paths: description: Response content: application/json: - schema: &556 + schema: &558 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -90116,7 +90167,7 @@ paths: - custom_404 - public examples: - default: &557 + default: &559 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -90213,9 +90264,9 @@ paths: description: Response content: application/json: - schema: *556 + schema: *558 examples: - default: *557 + default: *559 '422': *15 '409': *52 x-github: @@ -90377,7 +90428,7 @@ paths: application/json: schema: type: array - items: &558 + items: &560 title: Page Build description: Page Build type: object @@ -90524,9 +90575,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *560 examples: - default: &559 + default: &561 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -90586,9 +90637,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *560 examples: - default: *559 + default: *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90719,7 +90770,7 @@ paths: parameters: - *325 - *326 - - &560 + - &562 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -90779,7 +90830,7 @@ paths: parameters: - *325 - *326 - - *560 + - *562 responses: '204': *183 '404': *6 @@ -91351,7 +91402,7 @@ paths: type: array items: *460 examples: - default: *561 + default: *563 headers: Link: *65 '304': *35 @@ -91451,7 +91502,7 @@ paths: description: Response content: application/json: - schema: &565 + schema: &567 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -91685,7 +91736,7 @@ paths: - review_comment - self author_association: *78 - auto_merge: *562 + auto_merge: *564 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -91881,7 +91932,7 @@ paths: - review_comments version: '2026-03-10' examples: - default: &566 + default: &568 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -92438,9 +92489,9 @@ paths: application/json: schema: type: array - items: *563 + items: *565 examples: - default: &568 + default: &570 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -92525,9 +92576,9 @@ paths: description: Response content: application/json: - schema: *563 + schema: *565 examples: - default: &564 + default: &566 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -92626,9 +92677,9 @@ paths: description: Response content: application/json: - schema: *563 + schema: *565 examples: - default: *564 + default: *566 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92697,7 +92748,7 @@ paths: type: array items: *454 examples: - default: *522 + default: *524 headers: Link: *65 '404': *6 @@ -92786,7 +92837,7 @@ paths: - *325 - *326 - *95 - - *523 + - *525 responses: '204': description: Response @@ -92831,7 +92882,7 @@ paths: parameters: - *325 - *326 - - &567 + - &569 name: pull_number description: The number that identifies the pull request. in: path @@ -92844,9 +92895,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *565 + schema: *567 examples: - default: *566 + default: *568 '304': *35 '404': *6 '406': @@ -92883,7 +92934,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -92925,9 +92976,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *567 examples: - default: *566 + default: *568 '422': *15 '403': *27 x-github: @@ -92951,7 +93002,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: true content: @@ -93054,7 +93105,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *103 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -93075,9 +93126,9 @@ paths: application/json: schema: type: array - items: *563 + items: *565 examples: - default: *568 + default: *570 headers: Link: *65 x-github: @@ -93112,7 +93163,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: true content: @@ -93218,7 +93269,7 @@ paths: description: Response content: application/json: - schema: *563 + schema: *565 examples: example-for-a-multi-line-comment: value: @@ -93308,7 +93359,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *95 requestBody: required: true @@ -93331,7 +93382,7 @@ paths: description: Response content: application/json: - schema: *563 + schema: *565 examples: default: value: @@ -93419,7 +93470,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *17 - *19 responses: @@ -93431,7 +93482,7 @@ paths: type: array items: *456 examples: - default: *569 + default: *571 headers: Link: *65 x-github: @@ -93463,7 +93514,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *17 - *19 responses: @@ -93513,7 +93564,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 responses: '204': description: Response if pull request has been merged @@ -93538,7 +93589,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -93652,7 +93703,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 responses: '200': description: Response @@ -93729,7 +93780,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -94304,7 +94355,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: true content: @@ -94845,7 +94896,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 - *17 - *19 responses: @@ -94855,7 +94906,7 @@ paths: application/json: schema: type: array - items: &570 + items: &572 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -95013,7 +95064,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -95103,9 +95154,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: - default: &572 + default: &574 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -95170,8 +95221,8 @@ paths: parameters: - *325 - *326 - - *567 - - &571 + - *569 + - &573 name: review_id description: The unique identifier of the review. in: path @@ -95183,9 +95234,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: - default: &573 + default: &575 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -95246,8 +95297,8 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 requestBody: required: true content: @@ -95270,7 +95321,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: default: value: @@ -95334,16 +95385,16 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 responses: '200': description: Response content: application/json: - schema: *570 + schema: *572 examples: - default: *572 + default: *574 '422': *7 '404': *6 x-github: @@ -95372,8 +95423,8 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 - *17 - *19 responses: @@ -95633,8 +95684,8 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 requestBody: required: true content: @@ -95663,7 +95714,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: default: value: @@ -95728,8 +95779,8 @@ paths: parameters: - *325 - *326 - - *567 - - *571 + - *569 + - *573 requestBody: required: true content: @@ -95764,9 +95815,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *572 examples: - default: *573 + default: *575 '404': *6 '422': *7 '403': *27 @@ -95790,7 +95841,7 @@ paths: parameters: - *325 - *326 - - *567 + - *569 requestBody: required: false content: @@ -95868,9 +95919,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *576 examples: - default: &575 + default: &577 value: type: file encoding: base64 @@ -95933,9 +95984,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *576 examples: - default: *575 + default: *577 '404': *6 '422': *15 x-github: @@ -95968,7 +96019,7 @@ paths: application/json: schema: type: array - items: *576 + items: *578 examples: default: value: @@ -96139,9 +96190,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: &580 + default: &582 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -96248,7 +96299,7 @@ paths: parameters: - *325 - *326 - - &578 + - &580 name: asset_id description: The unique identifier of the asset. in: path @@ -96260,9 +96311,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *579 examples: - default: &579 + default: &581 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -96297,7 +96348,7 @@ paths: type: User site_admin: false '404': *6 - '302': *469 + '302': *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96315,7 +96366,7 @@ paths: parameters: - *325 - *326 - - *578 + - *580 requestBody: required: false content: @@ -96344,9 +96395,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *579 examples: - default: *579 + default: *581 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96364,7 +96415,7 @@ paths: parameters: - *325 - *326 - - *578 + - *580 responses: '204': description: Response @@ -96483,9 +96534,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: *580 + default: *582 '404': *6 x-github: githubCloudOnly: false @@ -96517,9 +96568,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: *580 + default: *582 '404': *6 x-github: githubCloudOnly: false @@ -96543,7 +96594,7 @@ paths: parameters: - *325 - *326 - - &581 + - &583 name: release_id description: The unique identifier of the release. in: path @@ -96557,9 +96608,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *576 + schema: *578 examples: - default: *580 + default: *582 '401': description: Unauthorized x-github: @@ -96579,7 +96630,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 requestBody: required: false content: @@ -96643,9 +96694,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: *580 + default: *582 '404': description: Not Found if the discussion category name is invalid content: @@ -96668,7 +96719,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 responses: '204': description: Response @@ -96691,7 +96742,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 - *17 - *19 responses: @@ -96701,7 +96752,7 @@ paths: application/json: schema: type: array - items: *577 + items: *579 examples: default: value: @@ -96784,7 +96835,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 - name: name in: query required: true @@ -96810,7 +96861,7 @@ paths: description: Response for successful upload content: application/json: - schema: *577 + schema: *579 examples: response-for-successful-upload: value: @@ -96867,7 +96918,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -96893,7 +96944,7 @@ paths: type: array items: *454 examples: - default: *522 + default: *524 headers: Link: *65 '404': *6 @@ -96916,7 +96967,7 @@ paths: parameters: - *325 - *326 - - *581 + - *583 requestBody: required: true content: @@ -96979,8 +97030,8 @@ paths: parameters: - *325 - *326 - - *581 - - *523 + - *583 + - *525 responses: '204': description: Response @@ -97023,7 +97074,7 @@ paths: oneOf: - allOf: - *287 - - &582 + - &584 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -97044,67 +97095,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *288 - - *582 + - *584 - allOf: - *289 - - *582 + - *584 - allOf: - *290 - - *582 + - *584 - allOf: - - *583 - - *582 + - *585 + - *584 - allOf: - *291 - - *582 + - *584 - allOf: - *292 - - *582 + - *584 - allOf: - *293 - - *582 + - *584 - allOf: - *294 - - *582 + - *584 - allOf: - *295 - - *582 + - *584 - allOf: - *296 - - *582 + - *584 - allOf: - *297 - - *582 + - *584 - allOf: - *298 - - *582 + - *584 - allOf: - *299 - - *582 + - *584 - allOf: - *300 - - *582 + - *584 - allOf: - *301 - - *582 + - *584 - allOf: - *302 - - *582 + - *584 - allOf: - *303 - - *582 + - *584 - allOf: - *304 - - *582 + - *584 - allOf: - *305 - - *582 + - *584 - allOf: - *306 - - *582 + - *584 - allOf: - *307 - - *582 + - *584 examples: default: value: @@ -97155,7 +97206,7 @@ paths: schema: type: boolean default: true - - *584 + - *586 responses: '200': description: Response @@ -97240,7 +97291,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *585 + items: *587 required: - name - enforcement @@ -97273,7 +97324,7 @@ paths: application/json: schema: *308 examples: - default: &595 + default: &597 value: id: 42 name: super cool ruleset @@ -97323,10 +97374,10 @@ paths: parameters: - *325 - *326 - - *586 - - *587 - *588 - *589 + - *590 + - *591 - *17 - *19 responses: @@ -97334,9 +97385,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *592 examples: - default: *591 + default: *593 '404': *6 '500': *53 x-github: @@ -97359,15 +97410,15 @@ paths: parameters: - *325 - *326 - - *592 + - *594 responses: '200': description: Response content: application/json: - schema: *593 + schema: *595 examples: - default: *594 + default: *596 '404': *6 '500': *53 x-github: @@ -97418,7 +97469,7 @@ paths: application/json: schema: *308 examples: - default: *595 + default: *597 '404': *6 '500': *53 put: @@ -97471,7 +97522,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *585 + items: *587 examples: default: value: @@ -97501,7 +97552,7 @@ paths: application/json: schema: *308 examples: - default: *595 + default: *597 '404': *6 '422': *15 '500': *53 @@ -97563,7 +97614,7 @@ paths: type: array items: *311 examples: - default: *596 + default: *598 '404': *6 '500': *53 x-github: @@ -97601,7 +97652,7 @@ paths: description: Response content: application/json: - schema: *597 + schema: *599 examples: default: value: @@ -97658,23 +97709,23 @@ paths: parameters: - *325 - *326 - - *598 - - *599 - *600 - *601 - *602 - *603 - *604 - *605 + - *606 + - *607 - *59 - *19 - *17 - - *606 - - *607 - *608 - *609 - *610 - *611 + - *612 + - *613 responses: '200': description: Response @@ -97682,7 +97733,7 @@ paths: application/json: schema: type: array - items: &615 + items: &617 type: object properties: number: *170 @@ -97698,8 +97749,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *612 - resolution: *613 + state: *614 + resolution: *615 resolved_at: type: - string @@ -97805,7 +97856,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *614 + - *616 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -97967,13 +98018,13 @@ paths: - *325 - *326 - *422 - - *611 + - *613 responses: '200': description: Response content: application/json: - schema: *615 + schema: *617 examples: default: value: @@ -98037,8 +98088,8 @@ paths: schema: type: object properties: - state: *612 - resolution: *613 + state: *614 + resolution: *615 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -98076,7 +98127,7 @@ paths: description: Response content: application/json: - schema: *615 + schema: *617 examples: default: value: @@ -98184,7 +98235,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &765 + items: &767 type: object properties: type: @@ -98211,8 +98262,6 @@ paths: - commit details: oneOf: - - *616 - - *617 - *618 - *619 - *620 @@ -98224,6 +98273,8 @@ paths: - *626 - *627 - *628 + - *629 + - *630 examples: default: value: @@ -98318,14 +98369,14 @@ paths: schema: type: object properties: - reason: &630 + reason: &632 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *629 + placeholder_id: *631 required: - reason - placeholder_id @@ -98342,7 +98393,7 @@ paths: schema: type: object properties: - reason: *630 + reason: *632 expire_at: type: - string @@ -98405,7 +98456,7 @@ paths: properties: incremental_scans: type: array - items: &631 + items: &633 description: Information on a single scan performed by secret scanning on the repository type: object @@ -98433,15 +98484,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *631 + items: *633 backfill_scans: type: array - items: *631 + items: *633 custom_pattern_backfill_scans: type: array items: allOf: - - *631 + - *633 - type: object properties: pattern_name: @@ -98556,9 +98607,9 @@ paths: application/json: schema: type: array - items: *632 + items: *634 examples: - default: *633 + default: *635 '400': *14 '404': *6 x-github: @@ -98752,9 +98803,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *634 examples: - default: &635 + default: &637 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -99101,7 +99152,7 @@ paths: description: Response content: application/json: - schema: *632 + schema: *634 examples: default: value: @@ -99250,15 +99301,15 @@ paths: parameters: - *325 - *326 - - *634 + - *636 responses: '200': description: Response content: application/json: - schema: *632 + schema: *634 examples: - default: *635 + default: *637 '403': *27 '404': *6 x-github: @@ -99284,7 +99335,7 @@ paths: parameters: - *325 - *326 - - *634 + - *636 requestBody: required: true content: @@ -99455,10 +99506,10 @@ paths: description: Response content: application/json: - schema: *632 + schema: *634 examples: - default: *635 - add_credit: *635 + default: *637 + add_credit: *637 '403': *27 '404': *6 '422': @@ -99498,7 +99549,7 @@ paths: parameters: - *325 - *326 - - *634 + - *636 responses: '202': *37 '400': *14 @@ -99527,7 +99578,7 @@ paths: parameters: - *325 - *326 - - *634 + - *636 responses: '202': description: Response @@ -99668,7 +99719,7 @@ paths: application/json: schema: type: array - items: &636 + items: &638 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -100041,7 +100092,7 @@ paths: application/json: schema: type: array - items: *636 + items: *638 examples: default: value: @@ -100131,7 +100182,7 @@ paths: description: Response content: application/json: - schema: *637 + schema: *639 examples: default: value: @@ -100225,7 +100276,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &638 + schema: &640 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -100325,7 +100376,7 @@ paths: description: Response content: application/json: - schema: *638 + schema: *640 examples: default: value: @@ -100535,7 +100586,7 @@ paths: description: Response content: application/json: - schema: &639 + schema: &641 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -100547,7 +100598,7 @@ paths: required: - names examples: - default: &640 + default: &642 value: names: - octocat @@ -100602,9 +100653,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *641 examples: - default: *640 + default: *642 '404': *6 '422': *7 x-github: @@ -100627,7 +100678,7 @@ paths: parameters: - *325 - *326 - - &641 + - &643 name: per description: The time frame to display results for. in: query @@ -100658,7 +100709,7 @@ paths: - 128 clones: type: array - items: &642 + items: &644 title: Traffic type: object properties: @@ -100906,7 +100957,7 @@ paths: parameters: - *325 - *326 - - *641 + - *643 responses: '200': description: Response @@ -100927,7 +100978,7 @@ paths: - 3782 views: type: array - items: *642 + items: *644 required: - uniques - count @@ -101596,7 +101647,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *141 - - *526 + - *528 requestBody: required: true content: @@ -101662,9 +101713,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *529 + items: *531 examples: - default: *643 + default: *645 '400': *14 '403': *27 '404': *6 @@ -101701,7 +101752,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *141 - - *526 + - *528 requestBody: required: true content: @@ -101768,9 +101819,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *529 + items: *531 examples: - default: *643 + default: *645 '400': *14 '403': *27 '404': *6 @@ -101802,7 +101853,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *141 - - *526 + - *528 - *229 responses: '204': @@ -101946,7 +101997,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &644 + text_matches: &646 title: Search Result Text Matches type: array items: @@ -102109,7 +102160,7 @@ paths: enum: - author-date - committer-date - - &645 + - &647 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -102197,7 +102248,7 @@ paths: url: type: string format: uri - verification: *506 + verification: *508 required: - author - committer @@ -102229,7 +102280,7 @@ paths: type: number node_id: type: string - text_matches: *644 + text_matches: *646 required: - sha - node_id @@ -102421,7 +102472,7 @@ paths: - interactions - created - updated - - *645 + - *647 - *17 - *19 - name: advanced_search @@ -102535,11 +102586,11 @@ paths: type: - string - 'null' - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: type: string state_reason: @@ -102567,7 +102618,7 @@ paths: - string - 'null' format: date-time - text_matches: *644 + text_matches: *646 pull_request: type: object properties: @@ -102861,7 +102912,7 @@ paths: enum: - created - updated - - *645 + - *647 - *17 - *19 responses: @@ -102906,7 +102957,7 @@ paths: - 'null' score: type: number - text_matches: *644 + text_matches: *646 required: - id - node_id @@ -102991,7 +103042,7 @@ paths: - forks - help-wanted-issues - updated - - *645 + - *647 - *17 - *19 responses: @@ -103237,7 +103288,7 @@ paths: - admin - pull - push - text_matches: *644 + text_matches: *646 temp_clone_token: type: string allow_merge_commit: @@ -103545,7 +103596,7 @@ paths: - string - 'null' format: uri - text_matches: *644 + text_matches: *646 related: type: - array @@ -103738,7 +103789,7 @@ paths: - followers - repositories - joined - - *645 + - *647 - *17 - *19 responses: @@ -103848,7 +103899,7 @@ paths: type: - boolean - 'null' - text_matches: *644 + text_matches: *646 blog: type: - string @@ -103930,7 +103981,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &648 + - &650 name: team_id description: The unique identifier of the team. in: path @@ -103971,7 +104022,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *648 + - *650 requestBody: required: true content: @@ -104072,7 +104123,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *648 + - *650 responses: '204': description: Response @@ -104101,7 +104152,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *648 + - *650 - *17 - *19 responses: @@ -104139,7 +104190,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *648 + - *650 - name: role description: Filters members returned by their role in the team. in: query @@ -104190,7 +104241,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *648 + - *650 - *69 responses: '204': @@ -104227,7 +104278,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *648 + - *650 - *69 responses: '204': @@ -104267,7 +104318,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *648 + - *650 - *69 responses: '204': @@ -104304,7 +104355,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *648 + - *650 - *69 responses: '200': @@ -104313,7 +104364,7 @@ paths: application/json: schema: *324 examples: - response-if-user-is-a-team-maintainer: *649 + response-if-user-is-a-team-maintainer: *651 '404': *6 x-github: githubCloudOnly: false @@ -104346,7 +104397,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *648 + - *650 - *69 requestBody: required: false @@ -104374,7 +104425,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: *650 + response-if-users-membership-with-team-is-now-pending: *652 '403': description: Forbidden if team synchronization is set up '422': @@ -104408,7 +104459,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *648 + - *650 - *69 responses: '204': @@ -104436,7 +104487,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *648 + - *650 - *17 - *19 responses: @@ -104478,7 +104529,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *648 + - *650 - *325 - *326 responses: @@ -104486,7 +104537,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *651 + schema: *653 examples: alternative-response-with-extra-repository-information: value: @@ -104637,7 +104688,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *648 + - *650 - *325 - *326 requestBody: @@ -104689,7 +104740,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *648 + - *650 - *325 - *326 responses: @@ -104716,7 +104767,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *648 + - *650 - *17 - *19 responses: @@ -104728,7 +104779,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: *652 + response-if-child-teams-exist: *654 headers: Link: *65 '404': *6 @@ -104761,7 +104812,7 @@ paths: application/json: schema: oneOf: - - &654 + - &656 title: Private User description: Private User type: object @@ -105011,7 +105062,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *653 + - *655 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -105171,7 +105222,7 @@ paths: description: Response content: application/json: - schema: *654 + schema: *656 examples: default: value: @@ -105569,7 +105620,7 @@ paths: type: integer secrets: type: array - items: &655 + items: &657 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -105689,7 +105740,7 @@ paths: description: Response content: application/json: - schema: *655 + schema: *657 examples: default: value: @@ -106102,7 +106153,7 @@ paths: description: Response content: application/json: - schema: &656 + schema: &658 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -106155,7 +106206,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &657 + default: &659 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -106200,9 +106251,9 @@ paths: description: Response content: application/json: - schema: *656 + schema: *658 examples: - default: *657 + default: *659 '404': *6 x-github: githubCloudOnly: false @@ -106241,7 +106292,7 @@ paths: type: array items: *446 examples: - default: *658 + default: *660 '304': *35 '500': *53 '401': *23 @@ -107207,7 +107258,7 @@ paths: type: array items: *247 examples: - default: &669 + default: &671 value: - id: 197 name: hello_docker @@ -107308,7 +107359,7 @@ paths: application/json: schema: type: array - items: &659 + items: &661 title: Email description: Email type: object @@ -107378,9 +107429,9 @@ paths: application/json: schema: type: array - items: *659 + items: *661 examples: - default: &671 + default: &673 value: - email: octocat@github.com verified: true @@ -107457,7 +107508,7 @@ paths: application/json: schema: type: array - items: *659 + items: *661 examples: default: value: @@ -107715,7 +107766,7 @@ paths: application/json: schema: type: array - items: &660 + items: &662 title: GPG Key description: A unique encryption key type: object @@ -107860,7 +107911,7 @@ paths: - subkeys - revoked examples: - default: &687 + default: &689 value: - id: 3 name: Octocat's GPG Key @@ -107945,9 +107996,9 @@ paths: description: Response content: application/json: - schema: *660 + schema: *662 examples: - default: &661 + default: &663 value: id: 3 name: Octocat's GPG Key @@ -108004,7 +108055,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &662 + - &664 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -108016,9 +108067,9 @@ paths: description: Response content: application/json: - schema: *660 + schema: *662 examples: - default: *661 + default: *663 '404': *6 '304': *35 '403': *27 @@ -108041,7 +108092,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *662 + - *664 responses: '204': description: Response @@ -108349,7 +108400,7 @@ paths: required: true content: application/json: - schema: *517 + schema: *519 examples: default: value: @@ -108499,7 +108550,7 @@ paths: application/json: schema: type: array - items: &663 + items: &665 title: Key description: Key type: object @@ -108602,9 +108653,9 @@ paths: description: Response content: application/json: - schema: *663 + schema: *665 examples: - default: &664 + default: &666 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -108637,15 +108688,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *547 + - *549 responses: '200': description: Response content: application/json: - schema: *663 + schema: *665 examples: - default: *664 + default: *666 '404': *6 '304': *35 '403': *27 @@ -108668,7 +108719,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *547 + - *549 responses: '204': description: Response @@ -108701,7 +108752,7 @@ paths: application/json: schema: type: array - items: &665 + items: &667 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -108780,7 +108831,7 @@ paths: - account - plan examples: - default: &666 + default: &668 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -108842,9 +108893,9 @@ paths: application/json: schema: type: array - items: *665 + items: *667 examples: - default: *666 + default: *668 headers: Link: *65 '304': *35 @@ -109862,7 +109913,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *242 - - *667 + - *669 responses: '204': description: Response @@ -109995,7 +110046,7 @@ paths: - docker - nuget - container - - *668 + - *670 - *19 - *17 responses: @@ -110007,8 +110058,8 @@ paths: type: array items: *247 examples: - default: *669 - '400': *670 + default: *671 + '400': *672 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110037,7 +110088,7 @@ paths: application/json: schema: *247 examples: - default: &688 + default: &690 value: id: 40201 name: octo-name @@ -110399,9 +110450,9 @@ paths: application/json: schema: type: array - items: *659 + items: *661 examples: - default: *671 + default: *673 headers: Link: *65 '304': *35 @@ -110514,7 +110565,7 @@ paths: type: array items: *77 examples: - default: &678 + default: &680 summary: Default response value: - id: 1296269 @@ -110878,9 +110929,9 @@ paths: application/json: schema: type: array - items: *519 + items: *521 examples: - default: *672 + default: *674 headers: Link: *65 '304': *35 @@ -110965,7 +111016,7 @@ paths: application/json: schema: type: array - items: &673 + items: &675 title: Social account description: Social media account type: object @@ -110982,7 +111033,7 @@ paths: - provider - url examples: - default: &674 + default: &676 value: - provider: twitter url: https://twitter.com/github @@ -111045,9 +111096,9 @@ paths: application/json: schema: type: array - items: *673 + items: *675 examples: - default: *674 + default: *676 '422': *15 '304': *35 '404': *6 @@ -111135,7 +111186,7 @@ paths: application/json: schema: type: array - items: &675 + items: &677 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -111155,7 +111206,7 @@ paths: - title - created_at examples: - default: &706 + default: &708 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -111220,9 +111271,9 @@ paths: description: Response content: application/json: - schema: *675 + schema: *677 examples: - default: &676 + default: &678 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -111252,7 +111303,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &677 + - &679 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -111264,9 +111315,9 @@ paths: description: Response content: application/json: - schema: *675 + schema: *677 examples: - default: *676 + default: *678 '404': *6 '304': *35 '403': *27 @@ -111289,7 +111340,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *677 + - *679 responses: '204': description: Response @@ -111318,7 +111369,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &707 + - &709 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -111343,11 +111394,11 @@ paths: type: array items: *77 examples: - default-response: *678 + default-response: *680 application/vnd.github.v3.star+json: schema: type: array - items: &708 + items: &710 title: Starred Repository description: Starred Repository type: object @@ -111716,10 +111767,10 @@ paths: application/json: schema: oneOf: - - *654 - - *653 + - *656 + - *655 examples: - default-response: &682 + default-response: &684 summary: Default response value: login: octocat @@ -111754,7 +111805,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &683 + response-with-git-hub-plan-information: &685 summary: Response with GitHub plan information value: login: octocat @@ -111811,7 +111862,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &680 + - &682 name: user_id description: The unique identifier of the user. in: path @@ -111877,7 +111928,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *679 + - *681 - *17 responses: '200': @@ -111912,7 +111963,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *680 + - *682 - *265 requestBody: required: true @@ -111987,7 +112038,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *681 + schema: *683 examples: table_view: summary: Response for creating a table view @@ -112039,11 +112090,11 @@ paths: application/json: schema: oneOf: - - *654 - - *653 + - *656 + - *655 examples: - default-response: *682 - response-with-git-hub-plan-information: *683 + default-response: *684 + response-with-git-hub-plan-information: *685 '404': *6 x-github: githubCloudOnly: false @@ -112093,8 +112144,8 @@ paths: required: - subject_digests examples: - default: *684 - withPredicateType: *685 + default: *686 + withPredicateType: *687 responses: '200': description: Response @@ -112148,7 +112199,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *686 + default: *688 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -112423,7 +112474,7 @@ paths: type: array items: *247 examples: - default: *669 + default: *671 '403': *27 '401': *23 x-github: @@ -112807,9 +112858,9 @@ paths: application/json: schema: type: array - items: *660 + items: *662 examples: - default: *687 + default: *689 headers: Link: *65 x-github: @@ -112913,7 +112964,7 @@ paths: application/json: schema: *20 examples: - default: *516 + default: *518 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113038,7 +113089,7 @@ paths: - docker - nuget - container - - *668 + - *670 - *69 - *19 - *17 @@ -113051,10 +113102,10 @@ paths: type: array items: *247 examples: - default: *669 + default: *671 '403': *27 '401': *23 - '400': *670 + '400': *672 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113084,7 +113135,7 @@ paths: application/json: schema: *247 examples: - default: *688 + default: *690 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113433,7 +113484,7 @@ paths: type: array items: *268 examples: - default: *689 + default: *691 headers: Link: *65 '304': *35 @@ -113493,7 +113544,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *690 + items: *692 required: - name - data_type @@ -113509,7 +113560,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *691 + iteration_configuration: *693 required: - name - data_type @@ -113531,8 +113582,8 @@ paths: value: name: Due date data_type: date - single_select_field: *692 - iteration_field: *693 + single_select_field: *694 + iteration_field: *695 responses: '201': description: Response @@ -113540,11 +113591,11 @@ paths: application/json: schema: *268 examples: - text_field: *694 - number_field: *695 - date_field: *696 - single_select_field: *697 - iteration_field: *698 + text_field: *696 + number_field: *697 + date_field: *698 + single_select_field: *699 + iteration_field: *700 '304': *35 '403': *27 '401': *23 @@ -113566,7 +113617,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *265 - - *699 + - *701 - *69 responses: '200': @@ -113575,7 +113626,7 @@ paths: application/json: schema: *268 examples: - default: *700 + default: *702 headers: Link: *65 '304': *35 @@ -113932,7 +113983,7 @@ paths: parameters: - *265 - *69 - - *701 + - *703 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -114207,7 +114258,7 @@ paths: - *115 - *117 - *116 - - *702 + - *704 - *118 responses: '200': @@ -114338,7 +114389,7 @@ paths: parameters: - *69 - *115 - - *703 + - *705 - *116 responses: '200': @@ -114437,9 +114488,9 @@ paths: - *115 - *117 - *116 - - *704 + - *706 - *118 - - *705 + - *707 responses: '200': description: Response when getting a billing usage summary @@ -114573,9 +114624,9 @@ paths: application/json: schema: type: array - items: *673 + items: *675 examples: - default: *674 + default: *676 headers: Link: *65 x-github: @@ -114605,9 +114656,9 @@ paths: application/json: schema: type: array - items: *675 + items: *677 examples: - default: *706 + default: *708 headers: Link: *65 x-github: @@ -114632,7 +114683,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *69 - - *707 + - *709 - *59 - *17 - *19 @@ -114644,11 +114695,11 @@ paths: schema: anyOf: - type: array - items: *708 + items: *710 - type: array items: *77 examples: - default-response: *678 + default-response: *680 headers: Link: *65 x-github: @@ -114808,7 +114859,7 @@ webhooks: type: string enum: - disabled - enterprise: &709 + enterprise: &711 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -114877,7 +114928,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &710 + installation: &712 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -114898,7 +114949,7 @@ webhooks: required: - id - node_id - organization: &711 + organization: &713 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -114971,7 +115022,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &712 + repository: &714 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -115911,10 +115962,10 @@ webhooks: type: string enum: - enabled - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -115990,11 +116041,11 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - rule: &713 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + rule: &715 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -116217,11 +116268,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - rule: *713 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + rule: *715 sender: *4 required: - action @@ -116409,11 +116460,11 @@ webhooks: - everyone required: - from - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - rule: *713 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + rule: *715 sender: *4 required: - action @@ -116497,7 +116548,7 @@ webhooks: type: string enum: - completed - check_run: &715 + check_run: &717 title: CheckRun description: A check performed on the code of a given code change type: object @@ -116607,7 +116658,7 @@ webhooks: - examples: - neutral - deployment: *714 + deployment: *716 details_url: type: string examples: @@ -116705,10 +116756,10 @@ webhooks: - output - app - pull_requests - installation: *710 - enterprise: *709 - organization: *711 - repository: *712 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 sender: *4 required: - check_run @@ -117099,11 +117150,11 @@ webhooks: type: string enum: - created - check_run: *715 - installation: *710 - enterprise: *709 - organization: *711 - repository: *712 + check_run: *717 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 sender: *4 required: - check_run @@ -117497,11 +117548,11 @@ webhooks: type: string enum: - requested_action - check_run: *715 - installation: *710 - enterprise: *709 - organization: *711 - repository: *712 + check_run: *717 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 requested_action: description: The action requested by the user. type: object @@ -117904,11 +117955,11 @@ webhooks: type: string enum: - rerequested - check_run: *715 - installation: *710 - enterprise: *709 - organization: *711 - repository: *712 + check_run: *717 + installation: *712 + enterprise: *711 + organization: *713 + repository: *714 sender: *4 required: - check_run @@ -118893,10 +118944,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -119600,10 +119651,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -120301,10 +120352,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -120625,20 +120676,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &716 + commit_oid: &718 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *709 - installation: *710 - organization: *711 - ref: &717 + enterprise: *711 + installation: *712 + organization: *713 + ref: &719 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *712 + repository: *714 sender: *4 required: - action @@ -121046,12 +121097,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *716 - enterprise: *709 - installation: *710 - organization: *711 - ref: *717 - repository: *712 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -121334,12 +121385,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *716 - enterprise: *709 - installation: *710 - organization: *711 - ref: *717 - repository: *712 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -121685,12 +121736,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *716 - enterprise: *709 - installation: *710 - organization: *711 - ref: *717 - repository: *712 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -121980,9 +122031,9 @@ webhooks: type: - string - 'null' - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -121990,7 +122041,7 @@ webhooks: type: - string - 'null' - repository: *712 + repository: *714 sender: *4 required: - action @@ -122236,12 +122287,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *716 - enterprise: *709 - installation: *710 - organization: *711 - ref: *717 - repository: *712 + commit_oid: *718 + enterprise: *711 + installation: *712 + organization: *713 + ref: *719 + repository: *714 sender: *4 required: - action @@ -122562,10 +122613,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -122825,10 +122876,10 @@ webhooks: - updated_at - author_association - body - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -122909,18 +122960,18 @@ webhooks: type: - string - 'null' - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *711 - pusher_type: &718 + organization: *713 + pusher_type: &720 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &719 + ref: &721 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -122930,7 +122981,7 @@ webhooks: enum: - tag - branch - repository: *712 + repository: *714 sender: *4 required: - ref @@ -123013,9 +123064,9 @@ webhooks: enum: - created definition: *276 - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -123100,9 +123151,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -123180,9 +123231,9 @@ webhooks: enum: - promote_to_enterprise definition: *276 - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -123260,9 +123311,9 @@ webhooks: enum: - updated definition: *276 - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -123339,10 +123390,10 @@ webhooks: type: string enum: - updated - enterprise: *709 - installation: *710 - repository: *712 - organization: *711 + enterprise: *711 + installation: *712 + repository: *714 + organization: *713 sender: *4 new_property_values: type: array @@ -123427,18 +123478,18 @@ webhooks: title: delete event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 - pusher_type: *718 - ref: *719 + enterprise: *711 + installation: *712 + organization: *713 + pusher_type: *720 + ref: *721 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *712 + repository: *714 sender: *4 required: - ref @@ -123518,11 +123569,11 @@ webhooks: type: string enum: - assignees_changed - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -123602,11 +123653,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -123687,11 +123738,11 @@ webhooks: type: string enum: - auto_reopened - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -123772,11 +123823,11 @@ webhooks: type: string enum: - created - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -123855,11 +123906,11 @@ webhooks: type: string enum: - dismissed - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -123938,11 +123989,11 @@ webhooks: type: string enum: - fixed - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -124022,11 +124073,11 @@ webhooks: type: string enum: - reintroduced - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -124105,11 +124156,11 @@ webhooks: type: string enum: - reopened - alert: *475 - installation: *710 - organization: *711 - enterprise: *709 - repository: *712 + alert: *477 + installation: *712 + organization: *713 + enterprise: *711 + repository: *714 sender: *4 required: - action @@ -124186,9 +124237,9 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - key: &720 + enterprise: *711 + installation: *712 + key: &722 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -124226,8 +124277,8 @@ webhooks: - verified - created_at - read_only - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -124304,11 +124355,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - key: *720 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + key: *722 + organization: *713 + repository: *714 sender: *4 required: - action @@ -124875,12 +124926,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: &724 + workflow: &726 title: Workflow type: - object @@ -125631,13 +125682,13 @@ webhooks: deployment: anyOf: - type: 'null' - - *481 + - *483 pull_requests: type: array - items: *565 - repository: *712 - organization: *711 - installation: *710 + items: *567 + repository: *714 + organization: *713 + installation: *712 sender: *4 responses: '200': @@ -125708,7 +125759,7 @@ webhooks: type: string enum: - approved - approver: &721 + approver: &723 type: object properties: avatar_url: @@ -125751,11 +125802,11 @@ webhooks: type: string comment: type: string - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - reviewers: &722 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + reviewers: &724 type: array items: type: object @@ -125836,7 +125887,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &723 + workflow_job_run: &725 type: object properties: conclusion: @@ -126582,18 +126633,18 @@ webhooks: type: string enum: - rejected - approver: *721 + approver: *723 comment: type: string - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - reviewers: *722 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + reviewers: *724 sender: *4 since: type: string - workflow_job_run: *723 + workflow_job_run: *725 workflow_job_runs: type: array items: @@ -127310,13 +127361,13 @@ webhooks: type: string enum: - requested - enterprise: *709 + enterprise: *711 environment: type: string - installation: *710 - organization: *711 - repository: *712 - requestor: &729 + installation: *712 + organization: *713 + repository: *714 + requestor: &731 title: User type: - object @@ -129249,12 +129300,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: *724 + workflow: *726 workflow_run: title: Deployment Workflow Run type: @@ -129945,7 +129996,7 @@ webhooks: type: string enum: - answered - answer: &727 + answer: &729 type: object properties: author_association: @@ -130105,11 +130156,11 @@ webhooks: - created_at - updated_at - body - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130236,11 +130287,11 @@ webhooks: - from required: - category - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130323,11 +130374,11 @@ webhooks: type: string enum: - closed - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130409,7 +130460,7 @@ webhooks: type: string enum: - created - comment: &726 + comment: &728 type: object properties: author_association: @@ -130569,11 +130620,11 @@ webhooks: - updated_at - body - reactions - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130656,12 +130707,12 @@ webhooks: type: string enum: - deleted - comment: *726 - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + comment: *728 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130756,12 +130807,12 @@ webhooks: - from required: - body - comment: *726 - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + comment: *728 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130845,11 +130896,11 @@ webhooks: type: string enum: - created - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -130931,11 +130982,11 @@ webhooks: type: string enum: - deleted - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -131035,11 +131086,11 @@ webhooks: type: string required: - from - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -131121,10 +131172,10 @@ webhooks: type: string enum: - labeled - discussion: *725 - enterprise: *709 - installation: *710 - label: &728 + discussion: *727 + enterprise: *711 + installation: *712 + label: &730 title: Label type: object properties: @@ -131157,8 +131208,8 @@ webhooks: - color - default - description - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -131241,11 +131292,11 @@ webhooks: type: string enum: - locked - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -131327,11 +131378,11 @@ webhooks: type: string enum: - pinned - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -131413,11 +131464,11 @@ webhooks: type: string enum: - reopened - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -131502,16 +131553,16 @@ webhooks: changes: type: object properties: - new_discussion: *725 - new_repository: *712 + new_discussion: *727 + new_repository: *714 required: - new_discussion - new_repository - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -131594,10 +131645,10 @@ webhooks: type: string enum: - unanswered - discussion: *725 - old_answer: *727 - organization: *711 - repository: *712 + discussion: *727 + old_answer: *729 + organization: *713 + repository: *714 sender: *4 required: - action @@ -131679,12 +131730,12 @@ webhooks: type: string enum: - unlabeled - discussion: *725 - enterprise: *709 - installation: *710 - label: *728 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -131767,11 +131818,11 @@ webhooks: type: string enum: - unlocked - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -131853,11 +131904,11 @@ webhooks: type: string enum: - unpinned - discussion: *725 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + discussion: *727 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -131930,7 +131981,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *709 + enterprise: *711 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -132608,9 +132659,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - forkee @@ -132756,9 +132807,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pages: description: The pages that were updated. type: array @@ -132796,7 +132847,7 @@ webhooks: - action - sha - html_url - repository: *712 + repository: *714 sender: *4 required: - pages @@ -132872,10 +132923,10 @@ webhooks: type: string enum: - created - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: &730 + organization: *713 + repositories: &732 description: An array of repository objects that the installation can access. type: array @@ -132901,8 +132952,8 @@ webhooks: - name - full_name - private - repository: *712 - requester: *729 + repository: *714 + requester: *731 sender: *4 required: - action @@ -132977,11 +133028,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: *730 - repository: *712 + organization: *713 + repositories: *732 + repository: *714 requester: type: - 'null' @@ -133058,11 +133109,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: *730 - repository: *712 + organization: *713 + repositories: *732 + repository: *714 requester: type: - 'null' @@ -133139,10 +133190,10 @@ webhooks: type: string enum: - added - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories_added: &731 + organization: *713 + repositories_added: &733 description: An array of repository objects, which were added to the installation. type: array @@ -133188,15 +133239,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *712 - repository_selection: &732 + repository: *714 + repository_selection: &734 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *729 + requester: *731 sender: *4 required: - action @@ -133275,10 +133326,10 @@ webhooks: type: string enum: - removed - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories_added: *731 + organization: *713 + repositories_added: *733 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -133305,9 +133356,9 @@ webhooks: - name - full_name - private - repository: *712 - repository_selection: *732 - requester: *729 + repository: *714 + repository_selection: *734 + requester: *731 sender: *4 required: - action @@ -133386,11 +133437,11 @@ webhooks: type: string enum: - suspend - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: *730 - repository: *712 + organization: *713 + repositories: *732 + repository: *714 requester: type: - 'null' @@ -133572,10 +133623,10 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 target_type: type: string @@ -133654,11 +133705,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *709 + enterprise: *711 installation: *20 - organization: *711 - repositories: *730 - repository: *712 + organization: *713 + repositories: *732 + repository: *714 requester: type: - 'null' @@ -133824,7 +133875,7 @@ webhooks: pin: anyOf: - type: 'null' - - *544 + - *546 user: title: User type: @@ -133910,8 +133961,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -134723,8 +134774,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135085,8 +135136,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -135166,7 +135217,7 @@ webhooks: type: string enum: - deleted - comment: &733 + comment: &735 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -135323,7 +135374,7 @@ webhooks: pin: anyOf: - type: 'null' - - *544 + - *546 required: - url - html_url @@ -135337,8 +135388,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -136146,8 +136197,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136510,8 +136561,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -136591,7 +136642,7 @@ webhooks: type: string enum: - edited - changes: &757 + changes: &759 description: The changes to the comment. type: object properties: @@ -136603,9 +136654,9 @@ webhooks: type: string required: - from - comment: *733 - enterprise: *709 - installation: *710 + comment: *735 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -137416,8 +137467,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137778,8 +137829,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -137860,9 +137911,9 @@ webhooks: type: string enum: - pinned - comment: *733 - enterprise: *709 - installation: *710 + comment: *735 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -138675,8 +138726,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139039,8 +139090,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -139120,9 +139171,9 @@ webhooks: type: string enum: - unpinned - comment: *733 - enterprise: *709 - installation: *710 + comment: *735 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -139935,8 +139986,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140299,8 +140350,8 @@ webhooks: - state - locked - assignee - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -140389,9 +140440,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -140480,9 +140531,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -140570,9 +140621,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -140661,9 +140712,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -140743,10 +140794,10 @@ webhooks: type: string enum: - assigned - assignee: *729 - enterprise: *709 - installation: *710 - issue: &736 + assignee: *731 + enterprise: *711 + installation: *712 + issue: &738 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -141557,11 +141608,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141681,8 +141732,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -141762,8 +141813,8 @@ webhooks: type: string enum: - closed - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -142579,11 +142630,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142846,8 +142897,8 @@ webhooks: required: - state - closed_at - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -142926,8 +142977,8 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143734,11 +143785,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143857,8 +143908,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -143937,8 +143988,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144768,11 +144819,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144870,7 +144921,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &734 + milestone: &736 title: Milestone description: A collection of related issues and pull requests. type: object @@ -145013,8 +145064,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -145113,8 +145164,8 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145925,11 +145976,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146049,9 +146100,9 @@ webhooks: - active_lock_reason - body - reactions - label: *728 - organization: *711 - repository: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -146131,8 +146182,8 @@ webhooks: type: string enum: - labeled - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -146942,11 +146993,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147066,9 +147117,9 @@ webhooks: - active_lock_reason - body - reactions - label: *728 - organization: *711 - repository: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -147148,8 +147199,8 @@ webhooks: type: string enum: - locked - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147984,11 +148035,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148085,8 +148136,8 @@ webhooks: format: uri user_view_type: type: string - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -148165,8 +148216,8 @@ webhooks: type: string enum: - milestoned - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148995,11 +149046,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149096,9 +149147,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *734 - organization: *711 - repository: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -149985,11 +150036,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150581,8 +150632,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -151389,11 +151440,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151516,8 +151567,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -151597,9 +151648,9 @@ webhooks: type: string enum: - pinned - enterprise: *709 - installation: *710 - issue: &735 + enterprise: *711 + installation: *712 + issue: &737 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -152404,11 +152455,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152527,8 +152578,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -152607,8 +152658,8 @@ webhooks: type: string enum: - reopened - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -153441,11 +153492,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153543,8 +153594,8 @@ webhooks: user_view_type: type: string type: *230 - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -154432,11 +154483,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155046,11 +155097,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *709 - installation: *710 - issue: *735 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + issue: *737 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155130,12 +155181,12 @@ webhooks: type: string enum: - typed - enterprise: *709 - installation: *710 - issue: *736 + enterprise: *711 + installation: *712 + issue: *738 type: *230 - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155216,7 +155267,7 @@ webhooks: type: string enum: - unassigned - assignee: &760 + assignee: &762 title: User type: - object @@ -155288,11 +155339,11 @@ webhooks: required: - login - id - enterprise: *709 - installation: *710 - issue: *736 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + issue: *738 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155371,12 +155422,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *709 - installation: *710 - issue: *736 - label: *728 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + issue: *738 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -155456,8 +155507,8 @@ webhooks: type: string enum: - unlocked - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -156290,11 +156341,11 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *646 - issue_dependencies_summary: *647 + sub_issues_summary: *648 + issue_dependencies_summary: *649 issue_field_values: type: array - items: *529 + items: *531 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156391,8 +156442,8 @@ webhooks: format: uri user_view_type: type: string - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -156472,11 +156523,11 @@ webhooks: type: string enum: - unpinned - enterprise: *709 - installation: *710 - issue: *735 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + issue: *737 + organization: *713 + repository: *714 sender: *4 required: - action @@ -156555,12 +156606,12 @@ webhooks: type: string enum: - untyped - enterprise: *709 - installation: *710 - issue: *736 + enterprise: *711 + installation: *712 + issue: *738 type: *230 - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -156640,11 +156691,11 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - label: *728 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -156722,11 +156773,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - label: *728 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -156836,11 +156887,11 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - label: *728 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + label: *730 + organization: *713 + repository: *714 sender: *4 required: - action @@ -156922,9 +156973,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *709 - installation: *710 - marketplace_purchase: &737 + enterprise: *711 + installation: *712 + marketplace_purchase: &739 title: Marketplace Purchase type: object required: @@ -157012,8 +157063,8 @@ webhooks: type: integer unit_count: type: integer - organization: *711 - previous_marketplace_purchase: &738 + organization: *713 + previous_marketplace_purchase: &740 title: Marketplace Purchase type: object properties: @@ -157097,7 +157148,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *712 + repository: *714 sender: *4 required: - action @@ -157177,10 +157228,10 @@ webhooks: - changed effective_date: type: string - enterprise: *709 - installation: *710 - marketplace_purchase: *737 - organization: *711 + enterprise: *711 + installation: *712 + marketplace_purchase: *739 + organization: *713 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -157268,7 +157319,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *712 + repository: *714 sender: *4 required: - action @@ -157350,10 +157401,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *709 - installation: *710 - marketplace_purchase: *737 - organization: *711 + enterprise: *711 + installation: *712 + marketplace_purchase: *739 + organization: *713 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -157439,7 +157490,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *712 + repository: *714 sender: *4 required: - action @@ -157520,8 +157571,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 marketplace_purchase: title: Marketplace Purchase type: object @@ -157607,9 +157658,9 @@ webhooks: type: integer unit_count: type: integer - organization: *711 - previous_marketplace_purchase: *738 - repository: *712 + organization: *713 + previous_marketplace_purchase: *740 + repository: *714 sender: *4 required: - action @@ -157689,12 +157740,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *709 - installation: *710 - marketplace_purchase: *737 - organization: *711 - previous_marketplace_purchase: *738 - repository: *712 + enterprise: *711 + installation: *712 + marketplace_purchase: *739 + organization: *713 + previous_marketplace_purchase: *740 + repository: *714 sender: *4 required: - action @@ -157796,11 +157847,11 @@ webhooks: type: string required: - to - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 sender: *4 required: - action @@ -157902,11 +157953,11 @@ webhooks: type: - string - 'null' - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 sender: *4 required: - action @@ -157985,11 +158036,11 @@ webhooks: type: string enum: - removed - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158067,11 +158118,11 @@ webhooks: type: string enum: - added - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 scope: description: The scope of the membership. Currently, can only be `team`. @@ -158149,7 +158200,7 @@ webhooks: required: - login - id - team: &739 + team: &741 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -158379,11 +158430,11 @@ webhooks: type: string enum: - removed - enterprise: *709 - installation: *710 - member: *729 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + member: *731 + organization: *713 + repository: *714 scope: description: The scope of the membership. Currently, can only be `team`. @@ -158462,7 +158513,7 @@ webhooks: required: - login - id - team: *739 + team: *741 required: - action - scope @@ -158544,8 +158595,8 @@ webhooks: type: string enum: - checks_requested - installation: *710 - merge_group: &740 + installation: *712 + merge_group: &742 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -158571,8 +158622,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158658,10 +158709,10 @@ webhooks: - merged - invalidated - dequeued - installation: *710 - merge_group: *740 - organization: *711 - repository: *712 + installation: *712 + merge_group: *742 + organization: *713 + repository: *714 sender: *4 required: - action @@ -158734,7 +158785,7 @@ webhooks: type: string enum: - deleted - enterprise: *709 + enterprise: *711 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -158843,12 +158894,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *710 - organization: *711 + installation: *712 + organization: *713 repository: anyOf: - type: 'null' - - *712 + - *714 sender: *4 required: - action @@ -158928,11 +158979,11 @@ webhooks: type: string enum: - closed - enterprise: *709 - installation: *710 - milestone: *734 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159011,9 +159062,9 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - milestone: &741 + enterprise: *711 + installation: *712 + milestone: &743 title: Milestone description: A collection of related issues and pull requests. type: object @@ -159155,8 +159206,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159235,11 +159286,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - milestone: *734 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159349,11 +159400,11 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - milestone: *734 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + milestone: *736 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159433,11 +159484,11 @@ webhooks: type: string enum: - opened - enterprise: *709 - installation: *710 - milestone: *741 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + milestone: *743 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159516,11 +159567,11 @@ webhooks: type: string enum: - blocked - blocked_user: *729 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + blocked_user: *731 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159599,11 +159650,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *729 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + blocked_user: *731 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159682,9 +159733,9 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - membership: &742 + enterprise: *711 + installation: *712 + membership: &744 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -159794,8 +159845,8 @@ webhooks: - role - organization_url - user - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159873,11 +159924,11 @@ webhooks: type: string enum: - member_added - enterprise: *709 - installation: *710 - membership: *742 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + membership: *744 + organization: *713 + repository: *714 sender: *4 required: - action @@ -159956,8 +160007,8 @@ webhooks: type: string enum: - member_invited - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -160079,10 +160130,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 - user: *729 + user: *731 required: - action - invitation @@ -160160,11 +160211,11 @@ webhooks: type: string enum: - member_removed - enterprise: *709 - installation: *710 - membership: *742 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + membership: *744 + organization: *713 + repository: *714 sender: *4 required: - action @@ -160251,11 +160302,11 @@ webhooks: properties: from: type: string - enterprise: *709 - installation: *710 - membership: *742 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + membership: *744 + organization: *713 + repository: *714 sender: *4 required: - action @@ -160332,9 +160383,9 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 package: description: Information about the package. type: object @@ -160857,7 +160908,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &743 + items: &745 title: Ruby Gems metadata type: object properties: @@ -160954,7 +161005,7 @@ webhooks: - owner - package_version - registry - repository: *712 + repository: *714 sender: *4 required: - action @@ -161030,9 +161081,9 @@ webhooks: type: string enum: - updated - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 package: description: Information about the package. type: object @@ -161394,7 +161445,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *743 + items: *745 source_url: type: string format: uri @@ -161465,7 +161516,7 @@ webhooks: - owner - package_version - registry - repository: *712 + repository: *714 sender: *4 required: - action @@ -161645,12 +161696,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *709 + enterprise: *711 id: type: integer - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - id @@ -161727,7 +161778,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &744 + personal_access_token_request: &746 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -161877,10 +161928,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *709 - organization: *711 + enterprise: *711 + organization: *713 sender: *4 - installation: *710 + installation: *712 required: - action - personal_access_token_request @@ -161957,11 +162008,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *744 - enterprise: *709 - organization: *711 + personal_access_token_request: *746 + enterprise: *711 + organization: *713 sender: *4 - installation: *710 + installation: *712 required: - action - personal_access_token_request @@ -162037,11 +162088,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *744 - enterprise: *709 - organization: *711 + personal_access_token_request: *746 + enterprise: *711 + organization: *713 sender: *4 - installation: *710 + installation: *712 required: - action - personal_access_token_request @@ -162116,11 +162167,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *744 - organization: *711 - enterprise: *709 + personal_access_token_request: *746 + organization: *713 + enterprise: *711 sender: *4 - installation: *710 + installation: *712 required: - action - personal_access_token_request @@ -162225,7 +162276,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *745 + last_response: *747 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -162257,8 +162308,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 zen: description: Random string of GitHub zen. @@ -162503,10 +162554,10 @@ webhooks: - from required: - note - enterprise: *709 - installation: *710 - organization: *711 - project_card: &746 + enterprise: *711 + installation: *712 + organization: *713 + project_card: &748 title: Project Card type: object properties: @@ -162629,7 +162680,7 @@ webhooks: - creator - created_at - updated_at - repository: *712 + repository: *714 sender: *4 required: - action @@ -162710,11 +162761,11 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - project_card: *746 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project_card: *748 + repository: *714 sender: *4 required: - action @@ -162794,9 +162845,9 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 project_card: title: Project Card type: object @@ -162926,7 +162977,7 @@ webhooks: repository: anyOf: - type: 'null' - - *712 + - *714 sender: *4 required: - action @@ -163020,11 +163071,11 @@ webhooks: - from required: - note - enterprise: *709 - installation: *710 - organization: *711 - project_card: *746 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project_card: *748 + repository: *714 sender: *4 required: - action @@ -163118,9 +163169,9 @@ webhooks: - from required: - column_id - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 project_card: allOf: - title: Project Card @@ -163317,7 +163368,7 @@ webhooks: type: string required: - after_id - repository: *712 + repository: *714 sender: *4 required: - action @@ -163397,10 +163448,10 @@ webhooks: type: string enum: - closed - enterprise: *709 - installation: *710 - organization: *711 - project: &748 + enterprise: *711 + installation: *712 + organization: *713 + project: &750 title: Project type: object properties: @@ -163527,7 +163578,7 @@ webhooks: - creator - created_at - updated_at - repository: *712 + repository: *714 sender: *4 required: - action @@ -163607,10 +163658,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - project_column: &747 + enterprise: *711 + installation: *712 + organization: *713 + project_column: &749 title: Project Column type: object properties: @@ -163650,7 +163701,7 @@ webhooks: - name - created_at - updated_at - repository: *712 + repository: *714 sender: *4 required: - action @@ -163729,14 +163780,14 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - project_column: *747 + enterprise: *711 + installation: *712 + organization: *713 + project_column: *749 repository: anyOf: - type: 'null' - - *712 + - *714 sender: *4 required: - action @@ -163825,11 +163876,11 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 - project_column: *747 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project_column: *749 + repository: *714 sender: *4 required: - action @@ -163909,11 +163960,11 @@ webhooks: type: string enum: - moved - enterprise: *709 - installation: *710 - organization: *711 - project_column: *747 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project_column: *749 + repository: *714 sender: *4 required: - action @@ -163993,11 +164044,11 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - project: *748 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project: *750 + repository: *714 sender: *4 required: - action @@ -164077,14 +164128,14 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - project: *748 + enterprise: *711 + installation: *712 + organization: *713 + project: *750 repository: anyOf: - type: 'null' - - *712 + - *714 sender: *4 required: - action @@ -164185,11 +164236,11 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 - project: *748 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project: *750 + repository: *714 sender: *4 required: - action @@ -164268,11 +164319,11 @@ webhooks: type: string enum: - reopened - enterprise: *709 - installation: *710 - organization: *711 - project: *748 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + project: *750 + repository: *714 sender: *4 required: - action @@ -164353,8 +164404,8 @@ webhooks: type: string enum: - closed - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -164436,8 +164487,8 @@ webhooks: type: string enum: - created - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -164519,8 +164570,8 @@ webhooks: type: string enum: - deleted - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -164642,8 +164693,8 @@ webhooks: type: string to: type: string - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -164727,7 +164778,7 @@ webhooks: type: string enum: - archived - changes: &752 + changes: &754 type: object properties: archived_at: @@ -164743,9 +164794,9 @@ webhooks: - string - 'null' format: date-time - installation: *710 - organization: *711 - projects_v2_item: &749 + installation: *712 + organization: *713 + projects_v2_item: &751 title: Projects v2 Item description: An item belonging to a project type: object @@ -164885,9 +164936,9 @@ webhooks: - 'null' to: type: string - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -164969,9 +165020,9 @@ webhooks: type: string enum: - created - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -165052,9 +165103,9 @@ webhooks: type: string enum: - deleted - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -165159,7 +165210,7 @@ webhooks: oneOf: - type: string - type: integer - - &750 + - &752 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -165183,7 +165234,7 @@ webhooks: required: - id - name - - &751 + - &753 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -165223,8 +165274,8 @@ webhooks: oneOf: - type: string - type: integer - - *750 - - *751 + - *752 + - *753 type: - 'null' - string @@ -165247,9 +165298,9 @@ webhooks: - 'null' required: - body - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -165346,9 +165397,9 @@ webhooks: type: - string - 'null' - installation: *710 - organization: *711 - projects_v2_item: *749 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -165431,10 +165482,10 @@ webhooks: type: string enum: - restored - changes: *752 - installation: *710 - organization: *711 - projects_v2_item: *749 + changes: *754 + installation: *712 + organization: *713 + projects_v2_item: *751 sender: *4 required: - action @@ -165516,8 +165567,8 @@ webhooks: type: string enum: - reopened - installation: *710 - organization: *711 + installation: *712 + organization: *713 projects_v2: *263 sender: *4 required: @@ -165599,9 +165650,9 @@ webhooks: type: string enum: - created - installation: *710 - organization: *711 - projects_v2_status_update: *753 + installation: *712 + organization: *713 + projects_v2_status_update: *755 sender: *4 required: - action @@ -165682,9 +165733,9 @@ webhooks: type: string enum: - deleted - installation: *710 - organization: *711 - projects_v2_status_update: *753 + installation: *712 + organization: *713 + projects_v2_status_update: *755 sender: *4 required: - action @@ -165830,9 +165881,9 @@ webhooks: - string - 'null' format: date - installation: *710 - organization: *711 - projects_v2_status_update: *753 + installation: *712 + organization: *713 + projects_v2_status_update: *755 sender: *4 required: - action @@ -165903,10 +165954,10 @@ webhooks: title: public event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - repository @@ -165983,13 +166034,13 @@ webhooks: type: string enum: - assigned - assignee: *729 - enterprise: *709 - installation: *710 - number: &754 + assignee: *731 + enterprise: *711 + installation: *712 + number: &756 description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -168360,7 +168411,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -168457,11 +168508,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -170825,7 +170876,7 @@ webhooks: - draft reason: type: string - repository: *712 + repository: *714 sender: *4 required: - action @@ -170922,11 +170973,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -173290,7 +173341,7 @@ webhooks: - draft reason: type: string - repository: *712 + repository: *714 sender: *4 required: - action @@ -173387,13 +173438,13 @@ webhooks: type: string enum: - closed - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: &755 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: &757 allOf: - - *565 + - *567 - type: object properties: allow_auto_merge: @@ -173455,7 +173506,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *712 + repository: *714 sender: *4 required: - action @@ -173536,12 +173587,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -173621,11 +173672,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *709 + enterprise: *711 milestone: *266 - number: *754 - organization: *711 - pull_request: &756 + number: *756 + organization: *713 + pull_request: &758 title: Pull Request type: object properties: @@ -176016,7 +176067,7 @@ webhooks: - active_lock_reason - draft version: '2026-03-10' - repository: *712 + repository: *714 sender: *4 required: - action @@ -176095,11 +176146,11 @@ webhooks: type: string enum: - dequeued - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -178467,7 +178518,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *712 + repository: *714 sender: *4 required: - action @@ -178599,12 +178650,12 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -178684,11 +178735,11 @@ webhooks: type: string enum: - enqueued - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -181041,7 +181092,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -181129,11 +181180,11 @@ webhooks: type: string enum: - labeled - enterprise: *709 - installation: *710 - label: *728 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + label: *730 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -183503,7 +183554,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -183599,10 +183650,10 @@ webhooks: type: string enum: - locked - enterprise: *709 - installation: *710 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -185970,7 +186021,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -186065,12 +186116,12 @@ webhooks: type: string enum: - milestoned - enterprise: *709 + enterprise: *711 milestone: *266 - number: *754 - organization: *711 - pull_request: *756 - repository: *712 + number: *756 + organization: *713 + pull_request: *758 + repository: *714 sender: *4 required: - action @@ -186149,12 +186200,12 @@ webhooks: type: string enum: - opened - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -186235,12 +186286,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -186320,12 +186371,12 @@ webhooks: type: string enum: - reopened - enterprise: *709 - installation: *710 - number: *754 - organization: *711 - pull_request: *755 - repository: *712 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 + pull_request: *757 + repository: *714 sender: *4 required: - action @@ -186700,9 +186751,9 @@ webhooks: - start_side - side - reactions - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: type: object properties: @@ -188954,7 +189005,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *712 + repository: *714 sender: *4 required: - action @@ -189049,7 +189100,7 @@ webhooks: type: string enum: - deleted - comment: &758 + comment: &760 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -189342,9 +189393,9 @@ webhooks: - start_side - side - reactions - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: type: object properties: @@ -191584,7 +191635,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *712 + repository: *714 sender: *4 required: - action @@ -191679,11 +191730,11 @@ webhooks: type: string enum: - edited - changes: *757 - comment: *758 - enterprise: *709 - installation: *710 - organization: *711 + changes: *759 + comment: *760 + enterprise: *711 + installation: *712 + organization: *713 pull_request: type: object properties: @@ -193926,7 +193977,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *712 + repository: *714 sender: *4 required: - action @@ -194022,9 +194073,9 @@ webhooks: type: string enum: - dismissed - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -196279,7 +196330,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 + repository: *714 review: description: The review that was affected. type: object @@ -196545,9 +196596,9 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -198661,8 +198712,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 - review: &759 + repository: *714 + review: &761 description: The review that was affected. type: object properties: @@ -198908,12 +198959,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -201282,7 +201333,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 requested_reviewer: title: User type: @@ -201368,12 +201419,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -203749,7 +203800,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 requested_team: title: Team description: Groups of organization members that gives permissions @@ -203967,12 +204018,12 @@ webhooks: type: string enum: - review_requested - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -206343,7 +206394,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 requested_reviewer: title: User type: @@ -206430,12 +206481,12 @@ webhooks: type: string enum: - review_requested - enterprise: *709 - installation: *710 + enterprise: *711 + installation: *712 number: description: The pull request number. type: integer - organization: *711 + organization: *713 pull_request: title: Pull Request type: object @@ -208797,7 +208848,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 requested_team: title: Team description: Groups of organization members that gives permissions @@ -209004,9 +209055,9 @@ webhooks: type: string enum: - submitted - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -211264,8 +211315,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 - review: *759 + repository: *714 + review: *761 sender: *4 required: - action @@ -211360,9 +211411,9 @@ webhooks: type: string enum: - resolved - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -213515,7 +213566,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 + repository: *714 sender: *4 thread: type: object @@ -213920,9 +213971,9 @@ webhooks: type: string enum: - unresolved - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 pull_request: title: Simple Pull Request type: object @@ -216058,7 +216109,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *712 + repository: *714 sender: *4 thread: type: object @@ -216465,10 +216516,10 @@ webhooks: type: string before: type: string - enterprise: *709 - installation: *710 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -218825,7 +218876,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -218922,11 +218973,11 @@ webhooks: type: string enum: - unassigned - assignee: *760 - enterprise: *709 - installation: *710 - number: *754 - organization: *711 + assignee: *762 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -221298,7 +221349,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -221392,11 +221443,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *709 - installation: *710 - label: *728 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + label: *730 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -223757,7 +223808,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -223853,10 +223904,10 @@ webhooks: type: string enum: - unlocked - enterprise: *709 - installation: *710 - number: *754 - organization: *711 + enterprise: *711 + installation: *712 + number: *756 + organization: *713 pull_request: title: Pull Request type: object @@ -226207,7 +226258,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *712 + repository: *714 sender: *4 required: - action @@ -226425,7 +226476,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *709 + enterprise: *711 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -226520,8 +226571,8 @@ webhooks: - url - author - committer - installation: *710 - organization: *711 + installation: *712 + organization: *713 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -227120,9 +227171,9 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 registry_package: type: object properties: @@ -227599,7 +227650,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *743 + items: *745 summary: type: string tag_name: @@ -227655,7 +227706,7 @@ webhooks: - owner - package_version - registry - repository: *712 + repository: *714 sender: *4 required: - action @@ -227733,9 +227784,9 @@ webhooks: type: string enum: - updated - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 registry_package: type: object properties: @@ -228047,7 +228098,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *743 + items: *745 summary: type: string tag_name: @@ -228097,7 +228148,7 @@ webhooks: - owner - package_version - registry - repository: *712 + repository: *714 sender: *4 required: - action @@ -228174,10 +228225,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - release: &761 + enterprise: *711 + installation: *712 + organization: *713 + release: &763 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -228508,7 +228559,7 @@ webhooks: - updated_at - zipball_url - body - repository: *712 + repository: *714 sender: *4 required: - action @@ -228585,11 +228636,11 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - release: *761 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + release: *763 + repository: *714 sender: *4 required: - action @@ -228706,11 +228757,11 @@ webhooks: type: boolean required: - to - enterprise: *709 - installation: *710 - organization: *711 - release: *761 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + release: *763 + repository: *714 sender: *4 required: - action @@ -228788,9 +228839,9 @@ webhooks: type: string enum: - prereleased - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -229126,7 +229177,7 @@ webhooks: - string - 'null' format: uri - repository: *712 + repository: *714 sender: *4 required: - action @@ -229202,10 +229253,10 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 - release: &762 + enterprise: *711 + installation: *712 + organization: *713 + release: &764 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -229538,7 +229589,7 @@ webhooks: - string - 'null' format: uri - repository: *712 + repository: *714 sender: *4 required: - action @@ -229614,11 +229665,11 @@ webhooks: type: string enum: - released - enterprise: *709 - installation: *710 - organization: *711 - release: *761 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + release: *763 + repository: *714 sender: *4 required: - action @@ -229694,11 +229745,11 @@ webhooks: type: string enum: - unpublished - enterprise: *709 - installation: *710 - organization: *711 - release: *762 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + release: *764 + repository: *714 sender: *4 required: - action @@ -229774,11 +229825,11 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - repository_advisory: *632 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + repository_advisory: *634 sender: *4 required: - action @@ -229854,11 +229905,11 @@ webhooks: type: string enum: - reported - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - repository_advisory: *632 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + repository_advisory: *634 sender: *4 required: - action @@ -229934,10 +229985,10 @@ webhooks: type: string enum: - archived - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230014,10 +230065,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230095,10 +230146,10 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230183,10 +230234,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230301,10 +230352,10 @@ webhooks: - 'null' items: type: string - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230376,10 +230427,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 status: type: string @@ -230460,10 +230511,10 @@ webhooks: type: string enum: - privatized - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230540,10 +230591,10 @@ webhooks: type: string enum: - publicized - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230637,10 +230688,10 @@ webhooks: - name required: - repository - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -230720,10 +230771,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 repository_ruleset: *308 sender: *4 required: @@ -230802,10 +230853,10 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 repository_ruleset: *308 sender: *4 required: @@ -230884,10 +230935,10 @@ webhooks: type: string enum: - edited - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 repository_ruleset: *308 changes: type: object @@ -230949,16 +231000,16 @@ webhooks: properties: added: type: array - items: *585 + items: *587 deleted: type: array - items: *585 + items: *587 updated: type: array items: type: object properties: - rule: *585 + rule: *587 changes: type: object properties: @@ -231195,10 +231246,10 @@ webhooks: - from required: - owner - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -231276,10 +231327,10 @@ webhooks: type: string enum: - unarchived - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -231357,7 +231408,7 @@ webhooks: type: string enum: - create - alert: &763 + alert: &765 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -231482,10 +231533,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -231695,10 +231746,10 @@ webhooks: type: string enum: - dismissed - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -231776,11 +231827,11 @@ webhooks: type: string enum: - reopen - alert: *763 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *765 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -231982,10 +232033,10 @@ webhooks: enum: - fixed - open - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -232063,7 +232114,7 @@ webhooks: type: string enum: - assigned - alert: &764 + alert: &766 type: object properties: number: *170 @@ -232203,10 +232254,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -232284,11 +232335,11 @@ webhooks: type: string enum: - created - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -232369,11 +232420,11 @@ webhooks: type: string enum: - created - alert: *764 - installation: *710 - location: *765 - organization: *711 - repository: *712 + alert: *766 + installation: *712 + location: *767 + organization: *713 + repository: *714 sender: *4 required: - location @@ -232611,11 +232662,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -232693,11 +232744,11 @@ webhooks: type: string enum: - reopened - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -232775,11 +232826,11 @@ webhooks: type: string enum: - resolved - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -232857,12 +232908,12 @@ webhooks: type: string enum: - unassigned - alert: *764 + alert: *766 assignee: *4 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -232940,11 +232991,11 @@ webhooks: type: string enum: - validated - alert: *764 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + alert: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -233074,10 +233125,10 @@ webhooks: - organization - enterprise - - repository: *712 - enterprise: *709 - installation: *710 - organization: *711 + repository: *714 + enterprise: *711 + installation: *712 + organization: *713 sender: *4 required: - action @@ -233155,11 +233206,11 @@ webhooks: type: string enum: - published - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - security_advisory: &766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + security_advisory: &768 description: The details of the security advisory, including summary, description, and severity. type: object @@ -233363,11 +233414,11 @@ webhooks: type: string enum: - updated - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 - security_advisory: *766 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 + security_advisory: *768 sender: *4 required: - action @@ -233440,10 +233491,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -233638,9 +233689,9 @@ webhooks: type: object properties: security_and_analysis: *281 - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: *328 sender: *4 required: @@ -233719,12 +233770,12 @@ webhooks: type: string enum: - cancelled - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: &767 + sponsorship: &769 type: object properties: created_at: @@ -234029,12 +234080,12 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - sponsorship @@ -234122,12 +234173,12 @@ webhooks: type: string required: - from - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - changes @@ -234204,17 +234255,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &768 + effective_date: &770 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - sponsorship @@ -234288,7 +234339,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &769 + changes: &771 type: object properties: tier: @@ -234332,13 +234383,13 @@ webhooks: - from required: - tier - effective_date: *768 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + effective_date: *770 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - changes @@ -234415,13 +234466,13 @@ webhooks: type: string enum: - tier_changed - changes: *769 - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + changes: *771 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - sponsorship: *767 + sponsorship: *769 required: - action - changes @@ -234495,10 +234546,10 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -234582,10 +234633,10 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -235019,15 +235070,15 @@ webhooks: type: - string - 'null' - enterprise: *709 + enterprise: *711 id: description: The unique identifier of the status. type: integer - installation: *710 + installation: *712 name: type: string - organization: *711 - repository: *712 + organization: *713 + repository: *714 sender: *4 sha: description: The Commit SHA. @@ -235143,9 +235194,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -235235,9 +235286,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -235327,9 +235378,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -235419,9 +235470,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *710 - organization: *711 - repository: *712 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -235498,12 +235549,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - team: &770 + team: &772 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -235733,9 +235784,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -236205,7 +236256,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - team @@ -236281,9 +236332,9 @@ webhooks: type: string enum: - created - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -236753,7 +236804,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - team @@ -236830,9 +236881,9 @@ webhooks: type: string enum: - deleted - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -237302,7 +237353,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - team @@ -237446,9 +237497,9 @@ webhooks: - from required: - permissions - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -237918,7 +237969,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - changes @@ -237996,9 +238047,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *709 - installation: *710 - organization: *711 + enterprise: *711 + installation: *712 + organization: *713 repository: title: Repository description: A git repository @@ -238468,7 +238519,7 @@ webhooks: - topics - visibility sender: *4 - team: *770 + team: *772 required: - action - team @@ -238544,10 +238595,10 @@ webhooks: type: string enum: - started - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 required: - action @@ -238620,17 +238671,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *709 + enterprise: *711 inputs: type: - object - 'null' additionalProperties: true - installation: *710 - organization: *711 + installation: *712 + organization: *713 ref: type: string - repository: *712 + repository: *714 sender: *4 workflow: type: string @@ -238712,10 +238763,10 @@ webhooks: type: string enum: - completed - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 workflow_job: allOf: @@ -238971,7 +239022,7 @@ webhooks: type: string required: - conclusion - deployment: *481 + deployment: *483 required: - action - repository @@ -239050,10 +239101,10 @@ webhooks: type: string enum: - in_progress - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 workflow_job: allOf: @@ -239335,7 +239386,7 @@ webhooks: required: - status - steps - deployment: *481 + deployment: *483 required: - action - repository @@ -239414,10 +239465,10 @@ webhooks: type: string enum: - queued - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 workflow_job: type: object @@ -239563,7 +239614,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *481 + deployment: *483 required: - action - repository @@ -239642,10 +239693,10 @@ webhooks: type: string enum: - waiting - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 workflow_job: type: object @@ -239792,7 +239843,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *481 + deployment: *483 required: - action - repository @@ -239872,12 +239923,12 @@ webhooks: type: string enum: - completed - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: *724 + workflow: *726 workflow_run: title: Workflow Run type: object @@ -240896,12 +240947,12 @@ webhooks: type: string enum: - in_progress - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: *724 + workflow: *726 workflow_run: title: Workflow Run type: object @@ -241905,12 +241956,12 @@ webhooks: type: string enum: - requested - enterprise: *709 - installation: *710 - organization: *711 - repository: *712 + enterprise: *711 + installation: *712 + organization: *713 + repository: *714 sender: *4 - workflow: *724 + workflow: *726 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index 3d75ac45c..9287c6113 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -433432,6 +433432,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" + } + } } } }, @@ -441813,6 +441843,26 @@ } } } + }, + "application/vnd.github.diff": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "diff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } + }, + "application/vnd.github.patch": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001\nFrom: Mona Lisa <87831417+monalisa@users.noreply.github.com>\nDate: Fri, 6 Mar 2026 11:18:45 +0000\nSubject: [PATCH] Change 'test' to 'test change' in testfile\n\n---\ntestfile | 2 +-\n1 file changed, 1 insertion(+), 1 deletion(-)\n\ndiff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } } } }, diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index f3dc8bfb0..a28e6404d 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -1081,7 +1081,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: - - &745 + - &747 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4278,7 +4278,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &755 + schema: &757 title: Scim Error description: Scim Error type: object @@ -11904,7 +11904,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &756 + '401': &758 description: Authorization failure '404': *6 x-github: @@ -20692,7 +20692,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 - - &588 + - &590 name: has in: query description: |- @@ -20819,7 +20819,7 @@ paths: - transitive - inconclusive - - security_advisory: &589 + security_advisory: &591 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -21062,7 +21062,7 @@ paths: dismissal. maxLength: 280 fixed_at: *136 - auto_dismissed_at: &590 + auto_dismissed_at: &592 type: - string - 'null' @@ -21070,7 +21070,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissal_request: &591 + dismissal_request: &593 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -25022,7 +25022,7 @@ paths: - object rules: type: array - items: &711 + items: &713 title: Repository Rule type: object description: A repository rule. @@ -25031,7 +25031,7 @@ paths: - *167 - *168 - *169 - - &709 + - &711 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -25624,14 +25624,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &723 + state: &725 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: &724 + resolution: &726 type: - string - 'null' @@ -25750,14 +25750,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &725 + - &727 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &727 + - &729 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -25821,7 +25821,7 @@ paths: - blob_url - commit_sha - commit_url - - &728 + - &730 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. @@ -25882,7 +25882,7 @@ paths: - page_url - commit_sha - commit_url - - &729 + - &731 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -25904,7 +25904,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &730 + - &732 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -25926,7 +25926,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &731 + - &733 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -25948,7 +25948,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &732 + - &734 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -25963,7 +25963,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &733 + - &735 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -25978,7 +25978,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &734 + - &736 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -25993,7 +25993,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &735 + - &737 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. @@ -26015,7 +26015,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &736 + - &738 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. @@ -26037,7 +26037,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &737 + - &739 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. @@ -26059,7 +26059,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &738 + - &740 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. @@ -26081,7 +26081,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &739 + - &741 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 @@ -29802,7 +29802,7 @@ paths: properties: action: type: string - discussion: &860 + discussion: &862 title: Discussion description: A Discussion in a repository. type: object @@ -30586,7 +30586,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &783 + sub_issues_summary: &785 title: Sub-issues Summary type: object properties: @@ -30670,7 +30670,7 @@ paths: pin: anyOf: - type: 'null' - - &668 + - &670 title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. @@ -30697,7 +30697,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &784 + issue_dependencies_summary: &786 title: Issue Dependencies Summary type: object properties: @@ -30716,7 +30716,7 @@ paths: - total_blocking issue_field_values: type: array - items: &653 + items: &655 title: Issue Field Value description: A value assigned to an issue field type: object @@ -31497,7 +31497,7 @@ paths: type: string release: allOf: - - &702 + - &704 title: Release description: A release. type: object @@ -31579,7 +31579,7 @@ paths: author: *4 assets: type: array - items: &703 + items: &705 title: Release Asset description: Data related to a release. type: object @@ -32170,7 +32170,7 @@ paths: url: type: string format: uri - user: &790 + user: &792 title: Public User description: Public User type: object @@ -35614,7 +35614,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &676 + - &678 name: all description: If `true`, show notifications marked as read. in: query @@ -35622,7 +35622,7 @@ paths: schema: type: boolean default: false - - &677 + - &679 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -35632,7 +35632,7 @@ paths: type: boolean default: false - *224 - - &678 + - &680 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: @@ -36233,7 +36233,7 @@ paths: - url - subscription_url examples: - default: &679 + default: &681 value: - id: '1' repository: @@ -37362,7 +37362,7 @@ paths: type: array items: *152 examples: - default: &685 + default: &687 value: - property_name: environment value: production @@ -37412,7 +37412,7 @@ paths: required: - properties examples: - default: &686 + default: &688 value: properties: - property_name: environment @@ -43341,12 +43341,12 @@ paths: required: - subject_digests examples: - default: &821 + default: &823 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &822 + withPredicateType: &824 value: subject_digests: - sha256:abc123 @@ -43405,7 +43405,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &823 + default: &825 value: attestations_subject_digests: - sha256:abc: @@ -49154,7 +49154,7 @@ paths: description: Response content: application/json: - schema: &594 + schema: &596 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -49173,7 +49173,7 @@ paths: - key_id - key examples: - default: &595 + default: &597 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -49501,7 +49501,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *87 - - &603 + - &605 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -49509,7 +49509,7 @@ paths: required: false schema: type: string - - &604 + - &606 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -49517,7 +49517,7 @@ paths: required: false schema: type: string - - &605 + - &607 name: time_period description: |- The time period to filter by. @@ -49533,7 +49533,7 @@ paths: - week - month default: month - - &606 + - &608 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -49558,7 +49558,7 @@ paths: application/json: schema: type: array - items: &607 + items: &609 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -49721,7 +49721,7 @@ paths: examples: - https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &608 + default: &610 value: - id: 21 number: 42 @@ -49823,7 +49823,7 @@ paths: application/json: schema: type: array - items: &609 + items: &611 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -49946,7 +49946,7 @@ paths: examples: - https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &610 + default: &612 value: - id: 21 number: 42 @@ -52031,7 +52031,7 @@ paths: required: true content: application/json: - schema: &641 + schema: &643 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -54620,7 +54620,7 @@ paths: parameters: - *87 - *385 - - &804 + - &806 name: repo_name description: repo_name parameter in: path @@ -55968,7 +55968,7 @@ paths: - nuget - container - *87 - - &805 + - &807 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -56009,7 +56009,7 @@ paths: default: *390 '403': *27 '401': *23 - '400': &807 + '400': &809 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -58033,7 +58033,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &893 + - &895 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -58546,7 +58546,7 @@ paths: - review_comment - self author_association: *216 - auto_merge: &688 + auto_merge: &690 title: Auto merge description: The status of auto merging a pull request. type: @@ -58931,7 +58931,7 @@ paths: - updated_at - project_url examples: - default: &826 + default: &828 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -59108,7 +59108,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &827 + items: &829 type: object properties: name: @@ -59145,7 +59145,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &828 + iteration_configuration: &830 type: object description: The configuration for iteration fields. properties: @@ -59195,7 +59195,7 @@ paths: value: name: Due date data_type: date - single_select_field: &829 + single_select_field: &831 summary: Create a single select field value: name: Priority @@ -59222,7 +59222,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &830 + iteration_field: &832 summary: Create an iteration field value: name: Sprint @@ -59248,7 +59248,7 @@ paths: application/json: schema: *410 examples: - text_field: &831 + text_field: &833 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -59257,7 +59257,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: &832 + number_field: &834 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -59266,7 +59266,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: &833 + date_field: &835 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -59275,7 +59275,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: &834 + single_select_field: &836 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -59309,7 +59309,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &835 + iteration_field: &837 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -59355,7 +59355,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - *407 - - &836 + - &838 name: field_id description: The unique identifier of the field. in: path @@ -59370,7 +59370,7 @@ paths: application/json: schema: *410 examples: - default: &837 + default: &839 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -60581,7 +60581,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &818 + schema: &820 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -60764,7 +60764,7 @@ paths: parameters: - *407 - *87 - - &838 + - &840 name: view_number description: The number that identifies the project view. in: path @@ -62679,7 +62679,7 @@ paths: - *87 - *17 - *19 - - &710 + - &712 name: targets description: | A comma-separated list of rule targets to filter by. @@ -62896,7 +62896,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *87 - - &712 + - &714 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 @@ -62908,14 +62908,14 @@ paths: x-multi-segment: true - *304 - *105 - - &713 + - &715 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 - - &714 + - &716 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -62935,7 +62935,7 @@ paths: description: Response content: application/json: - schema: &715 + schema: &717 title: Rule Suites description: Response type: array @@ -62991,7 +62991,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &716 + default: &718 value: - id: 21 actor_id: 12 @@ -63035,7 +63035,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *87 - - &717 + - &719 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -63051,7 +63051,7 @@ paths: description: Response content: application/json: - schema: &718 + schema: &720 title: Rule Suite description: Response type: object @@ -63158,7 +63158,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &719 + default: &721 value: id: 21 actor_id: 12 @@ -63494,7 +63494,7 @@ paths: - *110 - *19 - *17 - - &721 + - &723 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 @@ -63504,7 +63504,7 @@ paths: required: false schema: type: string - - &722 + - &724 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 @@ -63717,7 +63717,7 @@ paths: application/json: schema: type: array - items: &743 + items: &745 description: A repository security advisory. type: object properties: @@ -64036,7 +64036,7 @@ paths: - private_fork additionalProperties: false examples: - default: &744 + default: &746 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -66214,7 +66214,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &786 + response-if-user-is-a-team-maintainer: &788 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -66279,7 +66279,7 @@ paths: application/json: schema: *458 examples: - response-if-users-membership-with-team-is-now-pending: &787 + response-if-users-membership-with-team-is-now-pending: &789 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -66393,7 +66393,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &788 + schema: &790 title: Team Repository description: A team's access to a repository. type: object @@ -67233,7 +67233,7 @@ paths: type: array items: *307 examples: - response-if-child-teams-exist: &789 + response-if-child-teams-exist: &791 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -68723,7 +68723,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': &644 + '410': &646 description: Gone content: application/json: @@ -72464,7 +72464,7 @@ paths: items: type: object properties: - type: &611 + type: &613 type: string description: The type of reviewer. enum: @@ -72602,7 +72602,7 @@ paths: application/json: schema: type: array - items: &598 + items: &600 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -72714,7 +72714,7 @@ paths: - created_at - updated_at examples: - default: &599 + default: &601 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -73100,7 +73100,7 @@ paths: application/json: schema: *490 examples: - default: &624 + default: &626 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -73319,7 +73319,7 @@ paths: application/json: schema: *494 examples: - default: &625 + default: &627 value: name: USERNAME value: octocat @@ -75188,7 +75188,7 @@ paths: required: - sha - url - verification: &631 + verification: &633 title: Verification type: object properties: @@ -78753,7 +78753,7 @@ paths: check. type: array items: *222 - deployment: &849 + deployment: &851 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -82097,7 +82097,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': &586 + '302': &588 description: Found '403': *538 '404': *6 @@ -84008,7 +84008,7 @@ paths: type: array items: *563 examples: - default: &795 + default: &797 value: total_count: 2 machines: @@ -84720,7 +84720,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &643 + schema: &645 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -85422,7 +85422,7 @@ paths: - content - created_at examples: - default: &646 + default: &648 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -85559,7 +85559,7 @@ paths: - *459 - *460 - *233 - - &647 + - &649 name: reaction_id description: The unique identifier of the reaction. in: path @@ -85673,7 +85673,7 @@ paths: type: array items: *573 examples: - default: &695 + default: &697 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -85964,7 +85964,7 @@ paths: type: array items: *577 examples: - default: &687 + default: &689 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -86522,7 +86522,7 @@ paths: application/json: schema: *573 examples: - default: &673 + default: &675 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -86606,6 +86606,47 @@ paths: patch: |- @@ -29,7 +29,7 @@ ..... + application/vnd.github.diff: + schema: + type: string + examples: + default: &585 + 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: &586 + 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': *38 @@ -87144,7 +87185,7 @@ paths: application/json: schema: type: array - items: &748 + items: &750 title: Status description: The status of a commit. type: object @@ -87771,6 +87812,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: *585 + application/vnd.github.patch: + schema: + type: string + examples: + default: *586 '404': *6 '500': *38 '503': *192 @@ -87986,7 +88037,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &585 + response-if-content-is-a-file-github-object: &587 summary: Response if content is a file value: type: file @@ -88123,7 +88174,7 @@ paths: - size - type - url - - &700 + - &702 title: Content File description: Content File type: object @@ -88341,7 +88392,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *585 + response-if-content-is-a-file: *587 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -88410,7 +88461,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *586 + '302': *588 '304': *35 x-github: githubCloudOnly: false @@ -88529,7 +88580,7 @@ paths: description: Response content: application/json: - schema: &587 + schema: &589 title: File Commit description: File Commit type: object @@ -88685,7 +88736,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *589 examples: example-for-creating-a-file: value: @@ -88739,7 +88790,7 @@ paths: schema: oneOf: - *3 - - &626 + - &628 description: Repository rule violation was detected type: object properties: @@ -88760,7 +88811,7 @@ paths: items: type: object properties: - placeholder_id: &740 + placeholder_id: &742 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -88854,7 +88905,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *589 examples: default: value: @@ -89048,7 +89099,7 @@ paths: schema: type: string - *333 - - *588 + - *590 - *334 - *335 - *336 @@ -89063,7 +89114,7 @@ paths: application/json: schema: type: array - items: &592 + items: &594 type: object description: A Dependabot alert. properties: @@ -89114,7 +89165,7 @@ paths: - transitive - inconclusive - - security_advisory: *589 + security_advisory: *591 security_vulnerability: *130 url: *131 html_url: *132 @@ -89145,8 +89196,8 @@ paths: dismissal. maxLength: 280 fixed_at: *136 - auto_dismissed_at: *590 - dismissal_request: *591 + auto_dismissed_at: *592 + dismissal_request: *593 assignees: type: array description: The users assigned to this alert. @@ -89403,7 +89454,7 @@ paths: parameters: - *459 - *460 - - &593 + - &595 name: alert_number in: path description: |- @@ -89418,7 +89469,7 @@ paths: description: Response content: application/json: - schema: *592 + schema: *594 examples: default: value: @@ -89552,7 +89603,7 @@ paths: parameters: - *459 - *460 - - *593 + - *595 requestBody: required: true content: @@ -89608,7 +89659,7 @@ paths: description: Response content: application/json: - schema: *592 + schema: *594 examples: default: value: @@ -89757,7 +89808,7 @@ paths: type: integer secrets: type: array - items: &596 + items: &598 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -89818,9 +89869,9 @@ paths: description: Response content: application/json: - schema: *594 + schema: *596 examples: - default: *595 + default: *597 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89848,7 +89899,7 @@ paths: description: Response content: application/json: - schema: *596 + schema: *598 examples: default: value: @@ -90472,7 +90523,7 @@ paths: - version - url additionalProperties: false - metadata: &597 + metadata: &599 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -90511,7 +90562,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *597 + metadata: *599 resolved: type: object description: A collection of resolved package dependencies. @@ -90525,7 +90576,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *597 + metadata: *599 relationship: type: string description: A notation of whether a dependency is requested @@ -90700,9 +90751,9 @@ paths: application/json: schema: type: array - items: *598 + items: *600 examples: - default: *599 + default: *601 headers: Link: *45 x-github: @@ -90851,7 +90902,7 @@ paths: description: Response content: application/json: - schema: *598 + schema: *600 examples: simple-example: summary: Simple example @@ -90926,7 +90977,7 @@ paths: parameters: - *459 - *460 - - &600 + - &602 name: deployment_id description: deployment_id parameter in: path @@ -90938,7 +90989,7 @@ paths: description: Response content: application/json: - schema: *598 + schema: *600 examples: default: value: @@ -91005,7 +91056,7 @@ paths: parameters: - *459 - *460 - - *600 + - *602 responses: '204': description: Response @@ -91029,7 +91080,7 @@ paths: parameters: - *459 - *460 - - *600 + - *602 - *17 - *19 responses: @@ -91039,7 +91090,7 @@ paths: application/json: schema: type: array - items: &601 + items: &603 title: Deployment Status description: The status of a deployment. type: object @@ -91205,7 +91256,7 @@ paths: parameters: - *459 - *460 - - *600 + - *602 requestBody: required: true content: @@ -91280,9 +91331,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *603 examples: - default: &602 + default: &604 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -91340,7 +91391,7 @@ paths: parameters: - *459 - *460 - - *600 + - *602 - name: status_id in: path required: true @@ -91351,9 +91402,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *603 examples: - default: *602 + default: *604 '404': *6 x-github: githubCloudOnly: false @@ -91382,10 +91433,10 @@ paths: parameters: - *459 - *460 - - *603 - - *604 - *605 - *606 + - *607 + - *608 - *17 - *19 responses: @@ -91395,9 +91446,9 @@ paths: application/json: schema: type: array - items: *607 + items: *609 examples: - default: *608 + default: *610 '404': *6 '403': *27 '500': *38 @@ -91434,7 +91485,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *607 + schema: *609 examples: default: value: @@ -91552,10 +91603,10 @@ paths: parameters: - *459 - *460 - - *603 - - *604 - *605 - *606 + - *607 + - *608 - *17 - *19 responses: @@ -91565,9 +91616,9 @@ paths: application/json: schema: type: array - items: *609 + items: *611 examples: - default: *610 + default: *612 '404': *6 '403': *27 '500': *38 @@ -91604,7 +91655,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *609 + schema: *611 examples: default: value: @@ -91694,7 +91745,7 @@ paths: description: The created dismissal request. content: application/json: - schema: *609 + schema: *611 examples: default: value: @@ -92111,7 +92162,7 @@ paths: - 5 environments: type: array - items: &612 + items: &614 title: Environment description: Details of a deployment environment type: object @@ -92173,7 +92224,7 @@ paths: type: string examples: - wait_timer - wait_timer: &614 + wait_timer: &616 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -92215,7 +92266,7 @@ paths: items: type: object properties: - type: *611 + type: *613 reviewer: anyOf: - *4 @@ -92242,7 +92293,7 @@ paths: - id - node_id - type - deployment_branch_policy: &615 + deployment_branch_policy: &617 type: - object - 'null' @@ -92361,7 +92412,7 @@ paths: parameters: - *459 - *460 - - &613 + - &615 name: environment_name in: path required: true @@ -92374,9 +92425,9 @@ paths: description: Response content: application/json: - schema: *612 + schema: *614 examples: - default: &616 + default: &618 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -92462,7 +92513,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 requestBody: required: false content: @@ -92472,7 +92523,7 @@ paths: - object - 'null' properties: - wait_timer: *614 + wait_timer: *616 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -92491,14 +92542,14 @@ paths: items: type: object properties: - type: *611 + type: *613 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *615 + deployment_branch_policy: *617 additionalProperties: false examples: default: @@ -92518,9 +92569,9 @@ paths: description: Response content: application/json: - schema: *612 + schema: *614 examples: - default: *616 + default: *618 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -92546,7 +92597,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 responses: '204': description: Default response @@ -92573,7 +92624,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 - *17 - *19 responses: @@ -92592,7 +92643,7 @@ paths: - 2 branch_policies: type: array - items: &617 + items: &619 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -92655,7 +92706,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 requestBody: required: true content: @@ -92703,9 +92754,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *619 examples: - example-wildcard: &618 + example-wildcard: &620 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -92749,8 +92800,8 @@ paths: parameters: - *459 - *460 - - *613 - - &619 + - *615 + - &621 name: branch_policy_id in: path required: true @@ -92762,9 +92813,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *619 examples: - default: *618 + default: *620 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92785,8 +92836,8 @@ paths: parameters: - *459 - *460 - - *613 - - *619 + - *615 + - *621 requestBody: required: true content: @@ -92815,9 +92866,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *619 examples: - default: *618 + default: *620 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92838,8 +92889,8 @@ paths: parameters: - *459 - *460 - - *613 - - *619 + - *615 + - *621 responses: '204': description: Response @@ -92864,7 +92915,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: - - *613 + - *615 - *460 - *459 responses: @@ -92883,7 +92934,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &620 + items: &622 title: Deployment protection rule description: Deployment protection rule type: object @@ -92905,7 +92956,7 @@ paths: for the environment. examples: - true - app: &621 + app: &623 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -93008,7 +93059,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: - - *613 + - *615 - *460 - *459 requestBody: @@ -93031,9 +93082,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *620 + schema: *622 examples: - default: &622 + default: &624 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -93068,7 +93119,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: - - *613 + - *615 - *460 - *459 - *19 @@ -93090,7 +93141,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *621 + items: *623 examples: default: value: @@ -93127,8 +93178,8 @@ paths: parameters: - *459 - *460 - - *613 - - &623 + - *615 + - &625 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -93140,9 +93191,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *622 examples: - default: *622 + default: *624 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93163,10 +93214,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: - - *613 + - *615 - *460 - *459 - - *623 + - *625 responses: '204': description: Response @@ -93194,7 +93245,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 - *17 - *19 responses: @@ -93241,7 +93292,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 responses: '200': description: Response @@ -93273,7 +93324,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 - *288 responses: '200': @@ -93282,7 +93333,7 @@ paths: application/json: schema: *490 examples: - default: *624 + default: *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93306,7 +93357,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 - *288 requestBody: required: true @@ -93366,7 +93417,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 - *288 responses: '204': @@ -93394,7 +93445,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 - *477 - *19 responses: @@ -93439,7 +93490,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 requestBody: required: true content: @@ -93493,7 +93544,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 - *291 responses: '200': @@ -93502,7 +93553,7 @@ paths: application/json: schema: *494 examples: - default: *625 + default: *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93526,7 +93577,7 @@ paths: - *459 - *460 - *291 - - *613 + - *615 requestBody: required: true content: @@ -93571,7 +93622,7 @@ paths: - *459 - *460 - *291 - - *613 + - *615 responses: '204': description: Response @@ -93940,7 +93991,7 @@ paths: schema: oneOf: - *253 - - *626 + - *628 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94176,7 +94227,7 @@ paths: description: Response content: application/json: - schema: &627 + schema: &629 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -94411,7 +94462,7 @@ paths: description: Response content: application/json: - schema: *627 + schema: *629 examples: default: value: @@ -94469,7 +94520,7 @@ paths: parameters: - *459 - *460 - - &628 + - &630 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. @@ -94486,7 +94537,7 @@ paths: application/json: schema: type: array - items: &629 + items: &631 title: Git Reference description: Git references within a repository type: object @@ -94564,15 +94615,15 @@ paths: parameters: - *459 - *460 - - *628 + - *630 responses: '200': description: Response content: application/json: - schema: *629 + schema: *631 examples: - default: &630 + default: &632 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -94631,9 +94682,9 @@ paths: description: Response content: application/json: - schema: *629 + schema: *631 examples: - default: *630 + default: *632 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -94661,7 +94712,7 @@ paths: parameters: - *459 - *460 - - *628 + - *630 requestBody: required: true content: @@ -94690,9 +94741,9 @@ paths: description: Response content: application/json: - schema: *629 + schema: *631 examples: - default: *630 + default: *632 '422': *15 '409': *119 x-github: @@ -94712,7 +94763,7 @@ paths: parameters: - *459 - *460 - - *628 + - *630 responses: '204': description: Response @@ -94835,7 +94886,7 @@ paths: description: Response content: application/json: - schema: &632 + schema: &634 title: Git Tag description: Metadata for a Git tag type: object @@ -94891,7 +94942,7 @@ paths: - sha - type - url - verification: *631 + verification: *633 required: - sha - url @@ -94901,7 +94952,7 @@ paths: - tag - message examples: - default: &633 + default: &635 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -94986,9 +95037,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *634 examples: - default: *633 + default: *635 '404': *6 '409': *119 x-github: @@ -95087,7 +95138,7 @@ paths: description: Response content: application/json: - schema: &634 + schema: &636 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -95213,7 +95264,7 @@ paths: description: Response content: application/json: - schema: *634 + schema: *636 examples: default-response: summary: Default response @@ -95283,7 +95334,7 @@ paths: application/json: schema: type: array - items: &635 + items: &637 title: Webhook description: Webhooks for repositories. type: object @@ -95346,7 +95397,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &885 + last_response: &887 title: Hook Response type: object properties: @@ -95477,9 +95528,9 @@ paths: description: Response content: application/json: - schema: *635 + schema: *637 examples: - default: &636 + default: &638 value: type: Repository id: 12345678 @@ -95535,9 +95586,9 @@ paths: description: Response content: application/json: - schema: *635 + schema: *637 examples: - default: *636 + default: *638 '404': *6 x-github: githubCloudOnly: false @@ -95604,9 +95655,9 @@ paths: description: Response content: application/json: - schema: *635 + schema: *637 examples: - default: *636 + default: *638 '422': *15 '404': *6 x-github: @@ -96004,7 +96055,7 @@ paths: description: Response content: application/json: - schema: &637 + schema: &639 title: Import description: A repository import from an external source. type: object @@ -96111,7 +96162,7 @@ paths: - html_url - authors_url examples: - default: &640 + default: &642 value: vcs: subversion use_lfs: true @@ -96127,7 +96178,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': &638 + '503': &640 description: Unavailable due to service under maintenance. content: application/json: @@ -96205,7 +96256,7 @@ paths: description: Response content: application/json: - schema: *637 + schema: *639 examples: default: value: @@ -96230,7 +96281,7 @@ paths: type: string '422': *15 '404': *6 - '503': *638 + '503': *640 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96311,7 +96362,7 @@ paths: description: Response content: application/json: - schema: *637 + schema: *639 examples: example-1: summary: Example 1 @@ -96359,7 +96410,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': *638 + '503': *640 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96387,7 +96438,7 @@ paths: responses: '204': description: Response - '503': *638 + '503': *640 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96415,7 +96466,7 @@ paths: parameters: - *459 - *460 - - &816 + - &818 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -96429,7 +96480,7 @@ paths: application/json: schema: type: array - items: &639 + items: &641 title: Porter Author description: Porter Author type: object @@ -96483,7 +96534,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': *638 + '503': *640 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96539,7 +96590,7 @@ paths: description: Response content: application/json: - schema: *639 + schema: *641 examples: default: value: @@ -96552,7 +96603,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *638 + '503': *640 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96618,7 +96669,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *638 + '503': *640 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96674,11 +96725,11 @@ paths: description: Response content: application/json: - schema: *637 + schema: *639 examples: - default: *640 + default: *642 '422': *15 - '503': *638 + '503': *640 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96745,7 +96796,7 @@ paths: properties: {} additionalProperties: false examples: - default: &642 + default: &644 value: limit: collaborators_only origin: repository @@ -96776,7 +96827,7 @@ paths: required: true content: application/json: - schema: *641 + schema: *643 examples: default: summary: Example request body @@ -96790,7 +96841,7 @@ paths: application/json: schema: *366 examples: - default: *642 + default: *644 '409': description: Response x-github: @@ -96847,9 +96898,9 @@ paths: application/json: schema: type: array - items: *643 + items: *645 examples: - default: &809 + default: &811 value: - id: 1 repository: @@ -97011,7 +97062,7 @@ paths: description: Response content: application/json: - schema: *643 + schema: *645 examples: default: value: @@ -97249,7 +97300,7 @@ paths: type: array items: *219 examples: - default: &652 + default: &654 value: - id: 1 node_id: MDU6SXNzdWUx @@ -97520,7 +97571,7 @@ paths: application/json: schema: *219 examples: - default: &649 + default: &651 value: id: 1 node_id: MDU6SXNzdWUx @@ -97677,7 +97728,7 @@ paths: '422': *15 '503': *192 '404': *6 - '410': *644 + '410': *646 x-github: triggersNotification: true githubCloudOnly: false @@ -97729,7 +97780,7 @@ paths: type: array items: *220 examples: - default: &651 + default: &653 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -97797,7 +97848,7 @@ paths: application/json: schema: *220 examples: - default: &645 + default: &647 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -97878,7 +97929,7 @@ paths: application/json: schema: *220 examples: - default: *645 + default: *647 '422': *15 x-github: githubCloudOnly: false @@ -97990,7 +98041,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *644 + '410': *646 '422': *15 x-github: githubCloudOnly: false @@ -98016,7 +98067,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *644 + '410': *646 '503': *192 x-github: githubCloudOnly: false @@ -98064,7 +98115,7 @@ paths: type: array items: *571 examples: - default: *646 + default: *648 headers: Link: *45 '404': *6 @@ -98153,7 +98204,7 @@ paths: - *459 - *460 - *233 - - *647 + - *649 responses: '204': description: Response @@ -98184,7 +98235,7 @@ paths: application/json: schema: type: array - items: &648 + items: &650 title: Issue Event description: Issue Event type: object @@ -98536,7 +98587,7 @@ paths: description: Response content: application/json: - schema: *648 + schema: *650 examples: default: value: @@ -98729,7 +98780,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *644 + '410': *646 '403': *27 x-github: githubCloudOnly: false @@ -98765,7 +98816,7 @@ paths: parameters: - *459 - *460 - - &650 + - &652 name: issue_number description: The number that identifies the issue. in: path @@ -98781,7 +98832,7 @@ paths: examples: default: summary: Issue - value: *649 + value: *651 pinned_comment: summary: Issue with pinned comment value: @@ -98982,7 +99033,7 @@ paths: state_reason: completed '301': *465 '404': *6 - '410': *644 + '410': *646 '304': *35 x-github: githubCloudOnly: false @@ -99009,7 +99060,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: false content: @@ -99150,13 +99201,13 @@ paths: application/json: schema: *219 examples: - default: *649 + default: *651 '422': *15 '503': *192 '403': *27 '301': *465 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99176,7 +99227,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: false content: @@ -99204,7 +99255,7 @@ paths: application/json: schema: *219 examples: - default: *649 + default: *651 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99222,7 +99273,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: content: application/json: @@ -99249,7 +99300,7 @@ paths: application/json: schema: *219 examples: - default: *649 + default: *651 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99273,7 +99324,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - name: assignee in: path required: true @@ -99315,7 +99366,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - *224 - *17 - *19 @@ -99328,11 +99379,11 @@ paths: type: array items: *220 examples: - default: *651 + default: *653 headers: Link: *45 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99363,7 +99414,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: true content: @@ -99387,14 +99438,14 @@ paths: application/json: schema: *220 examples: - default: *645 + default: *647 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *644 + '410': *646 '422': *15 '404': *6 x-github: @@ -99424,7 +99475,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - *17 - *19 responses: @@ -99436,12 +99487,12 @@ paths: type: array items: *219 examples: - default: *652 + default: *654 headers: Link: *45 '301': *465 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99471,7 +99522,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: true content: @@ -99495,7 +99546,7 @@ paths: application/json: schema: *219 examples: - default: *649 + default: *651 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -99503,7 +99554,7 @@ paths: type: string '301': *465 '403': *27 - '410': *644 + '410': *646 '422': *15 '404': *6 x-github: @@ -99536,7 +99587,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -99550,13 +99601,13 @@ paths: application/json: schema: *219 examples: - default: *649 + default: *651 '301': *465 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *644 + '410': *646 x-github: triggersNotification: true githubCloudOnly: false @@ -99584,7 +99635,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - *17 - *19 responses: @@ -99596,12 +99647,12 @@ paths: type: array items: *219 examples: - default: *652 + default: *654 headers: Link: *45 '301': *465 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99620,7 +99671,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - *17 - *19 responses: @@ -99634,7 +99685,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &655 + - &657 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -99683,7 +99734,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &656 + - &658 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -99811,7 +99862,7 @@ paths: - performed_via_github_app - assignee - assigner - - &657 + - &659 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -99857,7 +99908,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &658 + - &660 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -99903,7 +99954,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &659 + - &661 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -99952,7 +100003,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &660 + - &662 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -99994,7 +100045,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &661 + - &663 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -100036,7 +100087,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &662 + - &664 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -100092,7 +100143,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &663 + - &665 title: Locked Issue Event description: Locked Issue Event type: object @@ -100137,7 +100188,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &664 + - &666 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -100198,7 +100249,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &665 + - &667 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -100259,7 +100310,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &666 + - &668 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -100320,7 +100371,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &667 + - &669 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -100413,7 +100464,7 @@ paths: color: red headers: Link: *45 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100432,7 +100483,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - *17 - *19 responses: @@ -100442,9 +100493,9 @@ paths: application/json: schema: type: array - items: *653 + items: *655 examples: - default: &754 + default: &756 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -100470,7 +100521,7 @@ paths: Link: *45 '301': *465 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100489,7 +100540,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - *17 - *19 responses: @@ -100501,7 +100552,7 @@ paths: type: array items: *218 examples: - default: &654 + default: &656 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -100521,7 +100572,7 @@ paths: Link: *45 '301': *465 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100539,7 +100590,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: false content: @@ -100584,10 +100635,10 @@ paths: type: array items: *218 examples: - default: *654 + default: *656 '301': *465 '404': *6 - '410': *644 + '410': *646 '422': *15 x-github: githubCloudOnly: false @@ -100606,7 +100657,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: false content: @@ -100668,10 +100719,10 @@ paths: type: array items: *218 examples: - default: *654 + default: *656 '301': *465 '404': *6 - '410': *644 + '410': *646 '422': *15 x-github: githubCloudOnly: false @@ -100690,13 +100741,13 @@ paths: parameters: - *459 - *460 - - *650 + - *652 responses: '204': description: Response '301': *465 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100717,7 +100768,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - name: name in: path required: true @@ -100743,7 +100794,7 @@ paths: default: true '301': *465 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100765,7 +100816,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: false content: @@ -100794,7 +100845,7 @@ paths: '204': description: Response '403': *27 - '410': *644 + '410': *646 '404': *6 '422': *15 x-github: @@ -100814,7 +100865,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 responses: '204': description: Response @@ -100846,7 +100897,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 responses: '200': description: Response @@ -100854,10 +100905,10 @@ paths: application/json: schema: *219 examples: - default: *649 + default: *651 '301': *465 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100876,7 +100927,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - 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. @@ -100904,11 +100955,11 @@ paths: type: array items: *571 examples: - default: *646 + default: *648 headers: Link: *45 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100928,7 +100979,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: true content: @@ -100993,8 +101044,8 @@ paths: parameters: - *459 - *460 - - *650 - - *647 + - *652 + - *649 responses: '204': description: Response @@ -101025,7 +101076,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: true content: @@ -101049,7 +101100,7 @@ paths: application/json: schema: *219 examples: - default: *649 + default: *651 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -101084,7 +101135,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - *17 - *19 responses: @@ -101096,11 +101147,11 @@ paths: type: array items: *219 examples: - default: *652 + default: *654 headers: Link: *45 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101130,7 +101181,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: true content: @@ -101159,14 +101210,14 @@ paths: application/json: schema: *219 examples: - default: *649 + default: *651 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *644 + '410': *646 '422': *15 '404': *6 x-github: @@ -101188,7 +101239,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: true content: @@ -101221,7 +101272,7 @@ paths: application/json: schema: *219 examples: - default: *649 + default: *651 '403': *27 '404': *6 '422': *7 @@ -101245,7 +101296,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - *17 - *19 responses: @@ -101260,8 +101311,6 @@ paths: description: Timeline Event type: object anyOf: - - *655 - - *656 - *657 - *658 - *659 @@ -101273,6 +101322,8 @@ paths: - *665 - *666 - *667 + - *668 + - *669 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -101329,7 +101380,7 @@ paths: pin: anyOf: - type: 'null' - - *668 + - *670 required: - event - actor @@ -101605,7 +101656,7 @@ paths: type: string comments: type: array - items: &689 + items: &691 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -102121,7 +102172,7 @@ paths: headers: Link: *45 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102149,7 +102200,7 @@ paths: application/json: schema: type: array - items: &669 + items: &671 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -102254,9 +102305,9 @@ paths: description: Response content: application/json: - schema: *669 + schema: *671 examples: - default: &670 + default: &672 value: id: 1 key: ssh-rsa AAA... @@ -102292,7 +102343,7 @@ paths: parameters: - *459 - *460 - - &671 + - &673 name: key_id description: The unique identifier of the key. in: path @@ -102304,9 +102355,9 @@ paths: description: Response content: application/json: - schema: *669 + schema: *671 examples: - default: *670 + default: *672 '404': *6 x-github: githubCloudOnly: false @@ -102326,7 +102377,7 @@ paths: parameters: - *459 - *460 - - *671 + - *673 responses: '204': description: Response @@ -102359,7 +102410,7 @@ paths: type: array items: *218 examples: - default: *654 + default: *656 headers: Link: *45 '404': *6 @@ -102419,7 +102470,7 @@ paths: application/json: schema: *218 examples: - default: &672 + default: &674 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -102465,7 +102516,7 @@ paths: application/json: schema: *218 examples: - default: *672 + default: *674 '404': *6 x-github: githubCloudOnly: false @@ -102920,7 +102971,7 @@ paths: application/json: schema: *573 examples: - default: *673 + default: *675 '204': description: Response when already merged '404': @@ -103086,7 +103137,7 @@ paths: application/json: schema: *408 examples: - default: &674 + default: &676 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -103147,7 +103198,7 @@ paths: parameters: - *459 - *460 - - &675 + - &677 name: milestone_number description: The number that identifies the milestone. in: path @@ -103161,7 +103212,7 @@ paths: application/json: schema: *408 examples: - default: *674 + default: *676 '404': *6 x-github: githubCloudOnly: false @@ -103180,7 +103231,7 @@ paths: parameters: - *459 - *460 - - *675 + - *677 requestBody: required: false content: @@ -103220,7 +103271,7 @@ paths: application/json: schema: *408 examples: - default: *674 + default: *676 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103238,7 +103289,7 @@ paths: parameters: - *459 - *460 - - *675 + - *677 responses: '204': description: Response @@ -103261,7 +103312,7 @@ paths: parameters: - *459 - *460 - - *675 + - *677 - *17 - *19 responses: @@ -103273,7 +103324,7 @@ paths: type: array items: *218 examples: - default: *654 + default: *656 headers: Link: *45 x-github: @@ -103294,10 +103345,10 @@ paths: parameters: - *459 - *460 - - *676 - - *677 - - *224 - *678 + - *679 + - *224 + - *680 - *17 - *19 responses: @@ -103309,7 +103360,7 @@ paths: type: array items: *244 examples: - default: *679 + default: *681 headers: Link: *45 x-github: @@ -103399,7 +103450,7 @@ paths: description: Response content: application/json: - schema: &680 + schema: &682 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -103543,7 +103594,7 @@ paths: - custom_404 - public examples: - default: &681 + default: &683 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -103640,9 +103691,9 @@ paths: description: Response content: application/json: - schema: *680 + schema: *682 examples: - default: *681 + default: *683 '422': *15 '409': *119 x-github: @@ -103812,7 +103863,7 @@ paths: application/json: schema: type: array - items: &682 + items: &684 title: Page Build description: Page Build type: object @@ -103959,9 +104010,9 @@ paths: description: Response content: application/json: - schema: *682 + schema: *684 examples: - default: &683 + default: &685 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -104021,9 +104072,9 @@ paths: description: Response content: application/json: - schema: *682 + schema: *684 examples: - default: *683 + default: *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104154,7 +104205,7 @@ paths: parameters: - *459 - *460 - - &684 + - &686 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -104214,7 +104265,7 @@ paths: parameters: - *459 - *460 - - *684 + - *686 responses: '204': *151 '404': *6 @@ -104631,7 +104682,7 @@ paths: type: array items: *152 examples: - default: *685 + default: *687 '403': *27 '404': *6 x-github: @@ -104670,7 +104721,7 @@ paths: required: - properties examples: - default: *686 + default: *688 responses: '204': description: No Content when custom property values are successfully created @@ -104771,7 +104822,7 @@ paths: type: array items: *577 examples: - default: *687 + default: *689 headers: Link: *45 '304': *35 @@ -104871,7 +104922,7 @@ paths: description: Response content: application/json: - schema: &691 + schema: &693 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -105105,7 +105156,7 @@ paths: - review_comment - self author_association: *216 - auto_merge: *688 + auto_merge: *690 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -105207,7 +105258,7 @@ paths: - merged_by - review_comments examples: - default: &692 + default: &694 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -105764,9 +105815,9 @@ paths: application/json: schema: type: array - items: *689 + items: *691 examples: - default: &694 + default: &696 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -105851,9 +105902,9 @@ paths: description: Response content: application/json: - schema: *689 + schema: *691 examples: - default: &690 + default: &692 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -105952,9 +106003,9 @@ paths: description: Response content: application/json: - schema: *689 + schema: *691 examples: - default: *690 + default: *692 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106023,7 +106074,7 @@ paths: type: array items: *571 examples: - default: *646 + default: *648 headers: Link: *45 '404': *6 @@ -106112,7 +106163,7 @@ paths: - *459 - *460 - *233 - - *647 + - *649 responses: '204': description: Response @@ -106157,7 +106208,7 @@ paths: parameters: - *459 - *460 - - &693 + - &695 name: pull_number description: The number that identifies the pull request. in: path @@ -106170,9 +106221,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *691 + schema: *693 examples: - default: *692 + default: *694 '304': *35 '404': *6 '406': @@ -106209,7 +106260,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 requestBody: required: false content: @@ -106251,9 +106302,9 @@ paths: description: Response content: application/json: - schema: *691 + schema: *693 examples: - default: *692 + default: *694 '422': *15 '403': *27 x-github: @@ -106277,7 +106328,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 requestBody: required: true content: @@ -106380,7 +106431,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 - *241 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -106401,9 +106452,9 @@ paths: application/json: schema: type: array - items: *689 + items: *691 examples: - default: *694 + default: *696 headers: Link: *45 x-github: @@ -106438,7 +106489,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 requestBody: required: true content: @@ -106544,7 +106595,7 @@ paths: description: Response content: application/json: - schema: *689 + schema: *691 examples: example-for-a-multi-line-comment: value: @@ -106634,7 +106685,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 - *233 requestBody: required: true @@ -106657,7 +106708,7 @@ paths: description: Response content: application/json: - schema: *689 + schema: *691 examples: default: value: @@ -106745,7 +106796,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 - *17 - *19 responses: @@ -106757,7 +106808,7 @@ paths: type: array items: *573 examples: - default: *695 + default: *697 headers: Link: *45 x-github: @@ -106789,7 +106840,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 - *17 - *19 responses: @@ -106839,7 +106890,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 responses: '204': description: Response if pull request has been merged @@ -106864,7 +106915,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 requestBody: required: false content: @@ -106978,7 +107029,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 responses: '200': description: Response @@ -107055,7 +107106,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 requestBody: required: false content: @@ -107630,7 +107681,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 requestBody: required: true content: @@ -108171,7 +108222,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 - *17 - *19 responses: @@ -108181,7 +108232,7 @@ paths: application/json: schema: type: array - items: &696 + items: &698 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -108339,7 +108390,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 requestBody: required: false content: @@ -108429,9 +108480,9 @@ paths: description: Response content: application/json: - schema: *696 + schema: *698 examples: - default: &698 + default: &700 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -108496,8 +108547,8 @@ paths: parameters: - *459 - *460 - - *693 - - &697 + - *695 + - &699 name: review_id description: The unique identifier of the review. in: path @@ -108509,9 +108560,9 @@ paths: description: Response content: application/json: - schema: *696 + schema: *698 examples: - default: &699 + default: &701 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -108572,8 +108623,8 @@ paths: parameters: - *459 - *460 - - *693 - - *697 + - *695 + - *699 requestBody: required: true content: @@ -108596,7 +108647,7 @@ paths: description: Response content: application/json: - schema: *696 + schema: *698 examples: default: value: @@ -108660,16 +108711,16 @@ paths: parameters: - *459 - *460 - - *693 - - *697 + - *695 + - *699 responses: '200': description: Response content: application/json: - schema: *696 + schema: *698 examples: - default: *698 + default: *700 '422': *7 '404': *6 x-github: @@ -108698,8 +108749,8 @@ paths: parameters: - *459 - *460 - - *693 - - *697 + - *695 + - *699 - *17 - *19 responses: @@ -108959,8 +109010,8 @@ paths: parameters: - *459 - *460 - - *693 - - *697 + - *695 + - *699 requestBody: required: true content: @@ -108989,7 +109040,7 @@ paths: description: Response content: application/json: - schema: *696 + schema: *698 examples: default: value: @@ -109054,8 +109105,8 @@ paths: parameters: - *459 - *460 - - *693 - - *697 + - *695 + - *699 requestBody: required: true content: @@ -109090,9 +109141,9 @@ paths: description: Response content: application/json: - schema: *696 + schema: *698 examples: - default: *699 + default: *701 '404': *6 '422': *7 '403': *27 @@ -109116,7 +109167,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 requestBody: required: false content: @@ -109194,9 +109245,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *702 examples: - default: &701 + default: &703 value: type: file encoding: base64 @@ -109259,9 +109310,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *702 examples: - default: *701 + default: *703 '404': *6 '422': *15 x-github: @@ -109294,7 +109345,7 @@ paths: application/json: schema: type: array - items: *702 + items: *704 examples: default: value: @@ -109465,9 +109516,9 @@ paths: description: Response content: application/json: - schema: *702 + schema: *704 examples: - default: &706 + default: &708 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -109574,7 +109625,7 @@ paths: parameters: - *459 - *460 - - &704 + - &706 name: asset_id description: The unique identifier of the asset. in: path @@ -109586,9 +109637,9 @@ paths: description: Response content: application/json: - schema: *703 + schema: *705 examples: - default: &705 + default: &707 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 @@ -109623,7 +109674,7 @@ paths: type: User site_admin: false '404': *6 - '302': *586 + '302': *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109641,7 +109692,7 @@ paths: parameters: - *459 - *460 - - *704 + - *706 requestBody: required: false content: @@ -109670,9 +109721,9 @@ paths: description: Response content: application/json: - schema: *703 + schema: *705 examples: - default: *705 + default: *707 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109690,7 +109741,7 @@ paths: parameters: - *459 - *460 - - *704 + - *706 responses: '204': description: Response @@ -109809,9 +109860,9 @@ paths: description: Response content: application/json: - schema: *702 + schema: *704 examples: - default: *706 + default: *708 '404': *6 x-github: githubCloudOnly: false @@ -109843,9 +109894,9 @@ paths: description: Response content: application/json: - schema: *702 + schema: *704 examples: - default: *706 + default: *708 '404': *6 x-github: githubCloudOnly: false @@ -109869,7 +109920,7 @@ paths: parameters: - *459 - *460 - - &707 + - &709 name: release_id description: The unique identifier of the release. in: path @@ -109883,9 +109934,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: *702 + schema: *704 examples: - default: *706 + default: *708 '401': description: Unauthorized x-github: @@ -109905,7 +109956,7 @@ paths: parameters: - *459 - *460 - - *707 + - *709 requestBody: required: false content: @@ -109969,9 +110020,9 @@ paths: description: Response content: application/json: - schema: *702 + schema: *704 examples: - default: *706 + default: *708 '404': description: Not Found if the discussion category name is invalid content: @@ -109994,7 +110045,7 @@ paths: parameters: - *459 - *460 - - *707 + - *709 responses: '204': description: Response @@ -110017,7 +110068,7 @@ paths: parameters: - *459 - *460 - - *707 + - *709 - *17 - *19 responses: @@ -110027,7 +110078,7 @@ paths: application/json: schema: type: array - items: *703 + items: *705 examples: default: value: @@ -110111,7 +110162,7 @@ paths: parameters: - *459 - *460 - - *707 + - *709 - name: name in: query required: true @@ -110137,7 +110188,7 @@ paths: description: Response for successful upload content: application/json: - schema: *703 + schema: *705 examples: response-for-successful-upload: value: @@ -110194,7 +110245,7 @@ paths: parameters: - *459 - *460 - - *707 + - *709 - 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. @@ -110220,7 +110271,7 @@ paths: type: array items: *571 examples: - default: *646 + default: *648 headers: Link: *45 '404': *6 @@ -110243,7 +110294,7 @@ paths: parameters: - *459 - *460 - - *707 + - *709 requestBody: required: true content: @@ -110306,8 +110357,8 @@ paths: parameters: - *459 - *460 - - *707 - - *647 + - *709 + - *649 responses: '204': description: Response @@ -110350,7 +110401,7 @@ paths: oneOf: - allOf: - *166 - - &708 + - &710 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -110371,67 +110422,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *167 - - *708 + - *710 - allOf: - *168 - - *708 + - *710 - allOf: - *169 - - *708 + - *710 - allOf: - - *709 - - *708 + - *711 + - *710 - allOf: - *170 - - *708 + - *710 - allOf: - *171 - - *708 + - *710 - allOf: - *172 - - *708 + - *710 - allOf: - *173 - - *708 + - *710 - allOf: - *174 - - *708 + - *710 - allOf: - *175 - - *708 + - *710 - allOf: - *176 - - *708 + - *710 - allOf: - *177 - - *708 + - *710 - allOf: - *178 - - *708 + - *710 - allOf: - *179 - - *708 + - *710 - allOf: - *180 - - *708 + - *710 - allOf: - *181 - - *708 + - *710 - allOf: - *182 - - *708 + - *710 - allOf: - *183 - - *708 + - *710 - allOf: - *184 - - *708 + - *710 - allOf: - *185 - - *708 + - *710 - allOf: - *186 - - *708 + - *710 examples: default: value: @@ -110482,7 +110533,7 @@ paths: schema: type: boolean default: true - - *710 + - *712 responses: '200': description: Response @@ -110567,7 +110618,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *711 + items: *713 required: - name - enforcement @@ -110600,7 +110651,7 @@ paths: application/json: schema: *187 examples: - default: &720 + default: &722 value: id: 42 name: super cool ruleset @@ -110650,10 +110701,10 @@ paths: parameters: - *459 - *460 - - *712 - - *105 - - *713 - *714 + - *105 + - *715 + - *716 - *17 - *19 responses: @@ -110661,9 +110712,9 @@ paths: description: Response content: application/json: - schema: *715 + schema: *717 examples: - default: *716 + default: *718 '404': *6 '500': *38 x-github: @@ -110686,15 +110737,15 @@ paths: parameters: - *459 - *460 - - *717 + - *719 responses: '200': description: Response content: application/json: - schema: *718 + schema: *720 examples: - default: *719 + default: *721 '404': *6 '500': *38 x-github: @@ -110745,7 +110796,7 @@ paths: application/json: schema: *187 examples: - default: *720 + default: *722 '404': *6 '500': *38 put: @@ -110798,7 +110849,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *711 + items: *713 examples: default: value: @@ -110828,7 +110879,7 @@ paths: application/json: schema: *187 examples: - default: *720 + default: *722 '404': *6 '422': *15 '500': *38 @@ -110996,8 +111047,8 @@ paths: - *110 - *19 - *17 - - *721 - - *722 + - *723 + - *724 - *435 - *436 - *437 @@ -111009,7 +111060,7 @@ paths: application/json: schema: type: array - items: &726 + items: &728 type: object properties: number: *126 @@ -111025,8 +111076,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *723 - resolution: *724 + state: *725 + resolution: *726 resolved_at: type: - string @@ -111132,7 +111183,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *725 + - *727 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -111300,7 +111351,7 @@ paths: description: Response content: application/json: - schema: *726 + schema: *728 examples: default: value: @@ -111364,8 +111415,8 @@ paths: schema: type: object properties: - state: *723 - resolution: *724 + state: *725 + resolution: *726 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -111403,7 +111454,7 @@ paths: description: Response content: application/json: - schema: *726 + schema: *728 examples: default: value: @@ -111511,7 +111562,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &905 + items: &907 type: object properties: type: @@ -111538,8 +111589,6 @@ paths: - commit details: oneOf: - - *727 - - *728 - *729 - *730 - *731 @@ -111551,6 +111600,8 @@ paths: - *737 - *738 - *739 + - *740 + - *741 examples: default: value: @@ -111645,14 +111696,14 @@ paths: schema: type: object properties: - reason: &741 + reason: &743 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *740 + placeholder_id: *742 required: - reason - placeholder_id @@ -111669,7 +111720,7 @@ paths: schema: type: object properties: - reason: *741 + reason: *743 expire_at: type: - string @@ -111732,7 +111783,7 @@ paths: properties: incremental_scans: type: array - items: &742 + items: &744 description: Information on a single scan performed by secret scanning on the repository type: object @@ -111760,15 +111811,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *742 + items: *744 backfill_scans: type: array - items: *742 + items: *744 custom_pattern_backfill_scans: type: array items: allOf: - - *742 + - *744 - type: object properties: pattern_name: @@ -111883,9 +111934,9 @@ paths: application/json: schema: type: array - items: *743 + items: *745 examples: - default: *744 + default: *746 '400': *14 '404': *6 x-github: @@ -112079,9 +112130,9 @@ paths: description: Response content: application/json: - schema: *743 + schema: *745 examples: - default: &746 + default: &748 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -112428,7 +112479,7 @@ paths: description: Response content: application/json: - schema: *743 + schema: *745 examples: default: value: @@ -112577,15 +112628,15 @@ paths: parameters: - *459 - *460 - - *745 + - *747 responses: '200': description: Response content: application/json: - schema: *743 + schema: *745 examples: - default: *746 + default: *748 '403': *27 '404': *6 x-github: @@ -112611,7 +112662,7 @@ paths: parameters: - *459 - *460 - - *745 + - *747 requestBody: required: true content: @@ -112782,10 +112833,10 @@ paths: description: Response content: application/json: - schema: *743 + schema: *745 examples: - default: *746 - add_credit: *746 + default: *748 + add_credit: *748 '403': *27 '404': *6 '422': @@ -112825,7 +112876,7 @@ paths: parameters: - *459 - *460 - - *745 + - *747 responses: '202': *37 '400': *14 @@ -112854,7 +112905,7 @@ paths: parameters: - *459 - *460 - - *745 + - *747 responses: '202': description: Response @@ -112995,7 +113046,7 @@ paths: application/json: schema: type: array - items: &747 + items: &749 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -113368,7 +113419,7 @@ paths: application/json: schema: type: array - items: *747 + items: *749 examples: default: value: @@ -113458,7 +113509,7 @@ paths: description: Response content: application/json: - schema: *748 + schema: *750 examples: default: value: @@ -113552,7 +113603,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &749 + schema: &751 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -113652,7 +113703,7 @@ paths: description: Response content: application/json: - schema: *749 + schema: *751 examples: default: value: @@ -113862,7 +113913,7 @@ paths: description: Response content: application/json: - schema: &750 + schema: &752 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -113874,7 +113925,7 @@ paths: required: - names examples: - default: &751 + default: &753 value: names: - octocat @@ -113929,9 +113980,9 @@ paths: description: Response content: application/json: - schema: *750 + schema: *752 examples: - default: *751 + default: *753 '404': *6 '422': *7 x-github: @@ -113954,7 +114005,7 @@ paths: parameters: - *459 - *460 - - &752 + - &754 name: per description: The time frame to display results for. in: query @@ -113985,7 +114036,7 @@ paths: - 128 clones: type: array - items: &753 + items: &755 title: Traffic type: object properties: @@ -114233,7 +114284,7 @@ paths: parameters: - *459 - *460 - - *752 + - *754 responses: '200': description: Response @@ -114254,7 +114305,7 @@ paths: - 3782 views: type: array - items: *753 + items: *755 required: - uniques - count @@ -114923,7 +114974,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *272 - - *650 + - *652 requestBody: required: true content: @@ -114989,9 +115040,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *653 + items: *655 examples: - default: *754 + default: *756 '400': *14 '403': *27 '404': *6 @@ -115028,7 +115079,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *272 - - *650 + - *652 requestBody: required: true content: @@ -115095,9 +115146,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *653 + items: *655 examples: - default: *754 + default: *756 '400': *14 '403': *27 '404': *6 @@ -115129,7 +115180,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *272 - - *650 + - *652 - *373 responses: '204': @@ -115172,7 +115223,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &762 + - &764 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -115182,7 +115233,7 @@ paths: type: string examples: - members - - &767 + - &769 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -115194,7 +115245,7 @@ paths: format: int32 examples: - 1 - - &768 + - &770 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -115238,7 +115289,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &757 + items: &759 allOf: - type: object required: @@ -115320,7 +115371,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: &769 + meta: &771 type: object description: The metadata associated with the creation/updates to the user. @@ -115385,30 +115436,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &758 + '400': &760 description: Bad request content: application/json: - schema: *755 + schema: *757 application/scim+json: - schema: *755 - '401': *756 - '403': &759 + schema: *757 + '401': *758 + '403': &761 description: Permission denied - '429': &760 + '429': &762 description: Too many requests content: application/json: - schema: *755 + schema: *757 application/scim+json: - schema: *755 - '500': &761 + schema: *757 + '500': &763 description: Internal server error content: application/json: - schema: *755 + schema: *757 application/scim+json: - schema: *755 + schema: *757 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115432,7 +115483,7 @@ paths: required: true content: application/json: - schema: &765 + schema: &767 type: object required: - schemas @@ -115496,9 +115547,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *757 + schema: *759 examples: - group: &763 + group: &765 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -115517,13 +115568,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': *758 - '401': *756 - '403': *759 - '409': &766 + '400': *760 + '401': *758 + '403': *761 + '409': &768 description: Duplicate record detected - '429': *760 - '500': *761 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115540,7 +115591,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: - - &764 + - &766 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -115549,22 +115600,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *762 + - *764 - *39 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *757 + schema: *759 examples: - default: *763 - '400': *758 - '401': *756 - '403': *759 + default: *765 + '400': *760 + '401': *758 + '403': *761 '404': *6 - '429': *760 - '500': *761 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115583,13 +115634,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: - - *764 + - *766 - *39 requestBody: required: true content: application/json: - schema: *765 + schema: *767 examples: group: summary: Group @@ -115615,17 +115666,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *757 + schema: *759 examples: - group: *763 - groupWithMembers: *763 - '400': *758 - '401': *756 - '403': *759 + group: *765 + groupWithMembers: *765 + '400': *760 + '401': *758 + '403': *761 '404': *6 - '409': *766 - '429': *760 - '500': *761 + '409': *768 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115649,13 +115700,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: - - *764 + - *766 - *39 requestBody: required: true content: application/json: - schema: &776 + schema: &778 type: object required: - Operations @@ -115715,17 +115766,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *757 + schema: *759 examples: - updateGroup: *763 - addMembers: *763 - '400': *758 - '401': *756 - '403': *759 + updateGroup: *765 + addMembers: *765 + '400': *760 + '401': *758 + '403': *761 '404': *6 - '409': *766 - '429': *760 - '500': *761 + '409': *768 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115741,17 +115792,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: - - *764 + - *766 - *39 responses: '204': description: Group was deleted, no content - '400': *758 - '401': *756 - '403': *759 + '400': *760 + '401': *758 + '403': *761 '404': *6 - '429': *760 - '500': *761 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115785,8 +115836,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *767 - - *768 + - *769 + - *770 - *39 responses: '200': @@ -115820,7 +115871,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &771 + items: &773 allOf: - type: object required: @@ -115912,7 +115963,7 @@ paths: address. examples: - true - roles: &770 + roles: &772 type: array description: The roles assigned to the user. items: @@ -115971,7 +116022,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *769 + meta: *771 startIndex: type: integer description: A starting index for the returned page @@ -116010,11 +116061,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *758 - '401': *756 - '403': *759 - '429': *760 - '500': *761 + '400': *760 + '401': *758 + '403': *761 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116038,7 +116089,7 @@ paths: required: true content: application/json: - schema: &774 + schema: &776 type: object required: - schemas @@ -116131,9 +116182,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *770 + roles: *772 examples: - user: &775 + user: &777 summary: User value: schemas: @@ -116180,9 +116231,9 @@ paths: description: User has been created content: application/scim+json: - schema: *771 + schema: *773 examples: - user: &772 + user: &774 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -116208,13 +116259,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: *772 - '400': *758 - '401': *756 - '403': *759 - '409': *766 - '429': *760 - '500': *761 + enterpriseOwner: *774 + '400': *760 + '401': *758 + '403': *761 + '409': *768 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116231,7 +116282,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: - - &773 + - &775 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -116244,15 +116295,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *771 + schema: *773 examples: - default: *772 - '400': *758 - '401': *756 - '403': *759 + default: *774 + '400': *760 + '401': *758 + '403': *761 '404': *6 - '429': *760 - '500': *761 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116303,30 +116354,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: - - *773 + - *775 - *39 requestBody: required: true content: application/json: - schema: *774 + schema: *776 examples: - user: *775 + user: *777 responses: '200': description: User was updated content: application/scim+json: - schema: *771 + schema: *773 examples: - user: *772 - '400': *758 - '401': *756 - '403': *759 + user: *774 + '400': *760 + '401': *758 + '403': *761 '404': *6 - '409': *766 - '429': *760 - '500': *761 + '409': *768 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116367,13 +116418,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: - - *773 + - *775 - *39 requestBody: required: true content: application/json: - schema: *776 + schema: *778 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -116413,18 +116464,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *771 + schema: *773 examples: - userMultiValuedProperties: *772 - userSingleValuedProperties: *772 - disableUser: *772 - '400': *758 - '401': *756 - '403': *759 + userMultiValuedProperties: *774 + userSingleValuedProperties: *774 + disableUser: *774 + '400': *760 + '401': *758 + '403': *761 '404': *6 - '409': *766 - '429': *760 - '500': *761 + '409': *768 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116444,17 +116495,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: - - *773 + - *775 - *39 responses: '204': description: User was deleted, no content - '400': *758 - '401': *756 - '403': *759 + '400': *760 + '401': *758 + '403': *761 '404': *6 - '429': *760 - '500': *761 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116545,7 +116596,7 @@ paths: - 1 Resources: type: array - items: &777 + items: &779 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -116792,22 +116843,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &778 + '404': &780 description: Resource not found content: application/json: - schema: *755 + schema: *757 application/scim+json: - schema: *755 - '403': &779 + schema: *757 + '403': &781 description: Forbidden content: application/json: - schema: *755 + schema: *757 application/scim+json: - schema: *755 - '400': *758 - '429': *760 + schema: *757 + '400': *760 + '429': *762 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -116833,9 +116884,9 @@ paths: description: Response content: application/scim+json: - schema: *777 + schema: *779 examples: - default: &780 + default: &782 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -116858,17 +116909,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *778 - '403': *779 - '500': *761 + '404': *780 + '403': *781 + '500': *763 '409': description: Conflict content: application/json: - schema: *755 + schema: *757 application/scim+json: - schema: *755 - '400': *758 + schema: *757 + '400': *760 requestBody: required: true content: @@ -116968,17 +117019,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *87 - - *773 + - *775 responses: '200': description: Response content: application/scim+json: - schema: *777 + schema: *779 examples: - default: *780 - '404': *778 - '403': *779 + default: *782 + '404': *780 + '403': *781 '304': *35 x-github: githubCloudOnly: true @@ -117002,18 +117053,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *87 - - *773 + - *775 responses: '200': description: Response content: application/scim+json: - schema: *777 + schema: *779 examples: - default: *780 + default: *782 '304': *35 - '404': *778 - '403': *779 + '404': *780 + '403': *781 requestBody: required: true content: @@ -117128,19 +117179,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *87 - - *773 + - *775 responses: '200': description: Response content: application/scim+json: - schema: *777 + schema: *779 examples: - default: *780 + default: *782 '304': *35 - '404': *778 - '403': *779 - '400': *758 + '404': *780 + '403': *781 + '400': *760 '429': description: Response content: @@ -117236,12 +117287,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *87 - - *773 + - *775 responses: '204': description: Response - '404': *778 - '403': *779 + '404': *780 + '403': *781 '304': *35 x-github: githubCloudOnly: true @@ -117378,7 +117429,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &781 + text_matches: &783 title: Search Result Text Matches type: array items: @@ -117542,7 +117593,7 @@ paths: enum: - author-date - committer-date - - &782 + - &784 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 @@ -117630,7 +117681,7 @@ paths: url: type: string format: uri - verification: *631 + verification: *633 required: - author - committer @@ -117662,7 +117713,7 @@ paths: type: number node_id: type: string - text_matches: *781 + text_matches: *783 required: - sha - node_id @@ -117855,7 +117906,7 @@ paths: - interactions - created - updated - - *782 + - *784 - *17 - *19 - name: advanced_search @@ -117969,11 +118020,11 @@ paths: type: - string - 'null' - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: type: string state_reason: @@ -118001,7 +118052,7 @@ paths: - string - 'null' format: date-time - text_matches: *781 + text_matches: *783 pull_request: type: object properties: @@ -118267,7 +118318,7 @@ paths: enum: - created - updated - - *782 + - *784 - *17 - *19 responses: @@ -118312,7 +118363,7 @@ paths: - 'null' score: type: number - text_matches: *781 + text_matches: *783 required: - id - node_id @@ -118398,7 +118449,7 @@ paths: - forks - help-wanted-issues - updated - - *782 + - *784 - *17 - *19 responses: @@ -118644,7 +118695,7 @@ paths: - admin - pull - push - text_matches: *781 + text_matches: *783 temp_clone_token: type: string allow_merge_commit: @@ -118953,7 +119004,7 @@ paths: - string - 'null' format: uri - text_matches: *781 + text_matches: *783 related: type: - array @@ -119148,7 +119199,7 @@ paths: - followers - repositories - joined - - *782 + - *784 - *17 - *19 responses: @@ -119258,7 +119309,7 @@ paths: type: - boolean - 'null' - text_matches: *781 + text_matches: *783 blog: type: - string @@ -119340,7 +119391,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &785 + - &787 name: team_id description: The unique identifier of the team. in: path @@ -119381,7 +119432,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *785 + - *787 requestBody: required: true content: @@ -119482,7 +119533,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *785 + - *787 responses: '204': description: Response @@ -119511,7 +119562,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *785 + - *787 - *17 - *19 responses: @@ -119549,7 +119600,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *785 + - *787 - name: role description: Filters members returned by their role in the team. in: query @@ -119600,7 +119651,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *785 + - *787 - *139 responses: '204': @@ -119637,7 +119688,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *785 + - *787 - *139 responses: '204': @@ -119677,7 +119728,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *785 + - *787 - *139 responses: '204': @@ -119714,7 +119765,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: - - *785 + - *787 - *139 responses: '200': @@ -119723,7 +119774,7 @@ paths: application/json: schema: *458 examples: - response-if-user-is-a-team-maintainer: *786 + response-if-user-is-a-team-maintainer: *788 '404': *6 x-github: githubCloudOnly: false @@ -119756,7 +119807,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: - - *785 + - *787 - *139 requestBody: required: false @@ -119784,7 +119835,7 @@ paths: application/json: schema: *458 examples: - response-if-users-membership-with-team-is-now-pending: *787 + response-if-users-membership-with-team-is-now-pending: *789 '403': description: Forbidden if team synchronization is set up '422': @@ -119818,7 +119869,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: - - *785 + - *787 - *139 responses: '204': @@ -119846,7 +119897,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *785 + - *787 - *17 - *19 responses: @@ -119888,7 +119939,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: - - *785 + - *787 - *459 - *460 responses: @@ -119896,7 +119947,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *788 + schema: *790 examples: alternative-response-with-extra-repository-information: value: @@ -120047,7 +120098,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: - - *785 + - *787 - *459 - *460 requestBody: @@ -120099,7 +120150,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: - - *785 + - *787 - *459 - *460 responses: @@ -120130,7 +120181,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: - - *785 + - *787 responses: '200': description: Response @@ -120165,7 +120216,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: - - *785 + - *787 requestBody: required: true content: @@ -120257,7 +120308,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *785 + - *787 - *17 - *19 responses: @@ -120269,7 +120320,7 @@ paths: type: array items: *307 examples: - response-if-child-teams-exist: *789 + response-if-child-teams-exist: *791 headers: Link: *45 '404': *6 @@ -120302,7 +120353,7 @@ paths: application/json: schema: oneOf: - - &791 + - &793 title: Private User description: Private User type: object @@ -120552,7 +120603,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *790 + - *792 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -120712,7 +120763,7 @@ paths: description: Response content: application/json: - schema: *791 + schema: *793 examples: default: value: @@ -121110,7 +121161,7 @@ paths: type: integer secrets: type: array - items: &792 + items: &794 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -121230,7 +121281,7 @@ paths: description: Response content: application/json: - schema: *792 + schema: *794 examples: default: value: @@ -121643,7 +121694,7 @@ paths: description: Response content: application/json: - schema: &793 + schema: &795 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -121696,7 +121747,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &794 + default: &796 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -121741,9 +121792,9 @@ paths: description: Response content: application/json: - schema: *793 + schema: *795 examples: - default: *794 + default: *796 '404': *6 x-github: githubCloudOnly: false @@ -121782,7 +121833,7 @@ paths: type: array items: *563 examples: - default: *795 + default: *797 '304': *35 '500': *38 '401': *23 @@ -122748,7 +122799,7 @@ paths: type: array items: *389 examples: - default: &806 + default: &808 value: - id: 197 name: hello_docker @@ -122849,7 +122900,7 @@ paths: application/json: schema: type: array - items: &796 + items: &798 title: Email description: Email type: object @@ -122919,9 +122970,9 @@ paths: application/json: schema: type: array - items: *796 + items: *798 examples: - default: &808 + default: &810 value: - email: octocat@github.com verified: true @@ -122998,7 +123049,7 @@ paths: application/json: schema: type: array - items: *796 + items: *798 examples: default: value: @@ -123256,7 +123307,7 @@ paths: application/json: schema: type: array - items: &797 + items: &799 title: GPG Key description: A unique encryption key type: object @@ -123401,7 +123452,7 @@ paths: - subkeys - revoked examples: - default: &824 + default: &826 value: - id: 3 name: Octocat's GPG Key @@ -123486,9 +123537,9 @@ paths: description: Response content: application/json: - schema: *797 + schema: *799 examples: - default: &798 + default: &800 value: id: 3 name: Octocat's GPG Key @@ -123545,7 +123596,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: - - &799 + - &801 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -123557,9 +123608,9 @@ paths: description: Response content: application/json: - schema: *797 + schema: *799 examples: - default: *798 + default: *800 '404': *6 '304': *35 '403': *27 @@ -123582,7 +123633,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: - - *799 + - *801 responses: '204': description: Response @@ -123890,7 +123941,7 @@ paths: required: true content: application/json: - schema: *641 + schema: *643 examples: default: value: @@ -124040,7 +124091,7 @@ paths: application/json: schema: type: array - items: &800 + items: &802 title: Key description: Key type: object @@ -124143,9 +124194,9 @@ paths: description: Response content: application/json: - schema: *800 + schema: *802 examples: - default: &801 + default: &803 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -124178,15 +124229,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: - - *671 + - *673 responses: '200': description: Response content: application/json: - schema: *800 + schema: *802 examples: - default: *801 + default: *803 '404': *6 '304': *35 '403': *27 @@ -124209,7 +124260,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: - - *671 + - *673 responses: '204': description: Response @@ -124242,7 +124293,7 @@ paths: application/json: schema: type: array - items: &802 + items: &804 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -124321,7 +124372,7 @@ paths: - account - plan examples: - default: &803 + default: &805 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -124383,9 +124434,9 @@ paths: application/json: schema: type: array - items: *802 + items: *804 examples: - default: *803 + default: *805 headers: Link: *45 '304': *35 @@ -125403,7 +125454,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *385 - - *804 + - *806 responses: '204': description: Response @@ -125518,7 +125569,7 @@ paths: - docker - nuget - container - - *805 + - *807 - *19 - *17 responses: @@ -125530,8 +125581,8 @@ paths: type: array items: *389 examples: - default: *806 - '400': *807 + default: *808 + '400': *809 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -125560,7 +125611,7 @@ paths: application/json: schema: *389 examples: - default: &825 + default: &827 value: id: 40201 name: octo-name @@ -125922,9 +125973,9 @@ paths: application/json: schema: type: array - items: *796 + items: *798 examples: - default: *808 + default: *810 headers: Link: *45 '304': *35 @@ -126037,7 +126088,7 @@ paths: type: array items: *78 examples: - default: &815 + default: &817 summary: Default response value: - id: 1296269 @@ -126395,9 +126446,9 @@ paths: application/json: schema: type: array - items: *643 + items: *645 examples: - default: *809 + default: *811 headers: Link: *45 '304': *35 @@ -126476,7 +126527,7 @@ paths: application/json: schema: type: array - items: &810 + items: &812 title: Social account description: Social media account type: object @@ -126493,7 +126544,7 @@ paths: - provider - url examples: - default: &811 + default: &813 value: - provider: twitter url: https://twitter.com/github @@ -126556,9 +126607,9 @@ paths: application/json: schema: type: array - items: *810 + items: *812 examples: - default: *811 + default: *813 '422': *15 '304': *35 '404': *6 @@ -126646,7 +126697,7 @@ paths: application/json: schema: type: array - items: &812 + items: &814 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -126666,7 +126717,7 @@ paths: - title - created_at examples: - default: &839 + default: &841 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -126731,9 +126782,9 @@ paths: description: Response content: application/json: - schema: *812 + schema: *814 examples: - default: &813 + default: &815 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -126763,7 +126814,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: - - &814 + - &816 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -126775,9 +126826,9 @@ paths: description: Response content: application/json: - schema: *812 + schema: *814 examples: - default: *813 + default: *815 '404': *6 '304': *35 '403': *27 @@ -126800,7 +126851,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: - - *814 + - *816 responses: '204': description: Response @@ -126829,7 +126880,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: - - &840 + - &842 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 @@ -126854,11 +126905,11 @@ paths: type: array items: *78 examples: - default-response: *815 + default-response: *817 application/vnd.github.v3.star+json: schema: type: array - items: &841 + items: &843 title: Starred Repository description: Starred Repository type: object @@ -127227,10 +127278,10 @@ paths: application/json: schema: oneOf: - - *791 - - *790 + - *793 + - *792 examples: - default-response: &819 + default-response: &821 summary: Default response value: login: octocat @@ -127265,7 +127316,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &820 + response-with-git-hub-plan-information: &822 summary: Response with GitHub plan information value: login: octocat @@ -127322,7 +127373,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: - - &817 + - &819 name: user_id description: The unique identifier of the user. in: path @@ -127388,7 +127439,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *816 + - *818 - *17 responses: '200': @@ -127423,7 +127474,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: - - *817 + - *819 - *407 requestBody: required: true @@ -127498,7 +127549,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *818 + schema: *820 examples: table_view: summary: Response for creating a table view @@ -127550,11 +127601,11 @@ paths: application/json: schema: oneOf: - - *791 - - *790 + - *793 + - *792 examples: - default-response: *819 - response-with-git-hub-plan-information: *820 + default-response: *821 + response-with-git-hub-plan-information: *822 '404': *6 x-github: githubCloudOnly: false @@ -127604,8 +127655,8 @@ paths: required: - subject_digests examples: - default: *821 - withPredicateType: *822 + default: *823 + withPredicateType: *824 responses: '200': description: Response @@ -127659,7 +127710,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *823 + default: *825 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -127905,7 +127956,7 @@ paths: type: array items: *389 examples: - default: *806 + default: *808 '403': *27 '401': *23 x-github: @@ -128289,9 +128340,9 @@ paths: application/json: schema: type: array - items: *797 + items: *799 examples: - default: *824 + default: *826 headers: Link: *45 x-github: @@ -128520,7 +128571,7 @@ paths: - docker - nuget - container - - *805 + - *807 - *139 - *19 - *17 @@ -128533,10 +128584,10 @@ paths: type: array items: *389 examples: - default: *806 + default: *808 '403': *27 '401': *23 - '400': *807 + '400': *809 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -128566,7 +128617,7 @@ paths: application/json: schema: *389 examples: - default: *825 + default: *827 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -128915,7 +128966,7 @@ paths: type: array items: *410 examples: - default: *826 + default: *828 headers: Link: *45 '304': *35 @@ -128975,7 +129026,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *827 + items: *829 required: - name - data_type @@ -128991,7 +129042,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *828 + iteration_configuration: *830 required: - name - data_type @@ -129013,8 +129064,8 @@ paths: value: name: Due date data_type: date - single_select_field: *829 - iteration_field: *830 + single_select_field: *831 + iteration_field: *832 responses: '201': description: Response @@ -129022,11 +129073,11 @@ paths: application/json: schema: *410 examples: - text_field: *831 - number_field: *832 - date_field: *833 - single_select_field: *834 - iteration_field: *835 + text_field: *833 + number_field: *834 + date_field: *835 + single_select_field: *836 + iteration_field: *837 '304': *35 '403': *27 '401': *23 @@ -129048,7 +129099,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - *407 - - *836 + - *838 - *139 responses: '200': @@ -129057,7 +129108,7 @@ paths: application/json: schema: *410 examples: - default: *837 + default: *839 headers: Link: *45 '304': *35 @@ -129414,7 +129465,7 @@ paths: parameters: - *407 - *139 - - *838 + - *840 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -129693,9 +129744,9 @@ paths: application/json: schema: type: array - items: *810 + items: *812 examples: - default: *811 + default: *813 headers: Link: *45 x-github: @@ -129725,9 +129776,9 @@ paths: application/json: schema: type: array - items: *812 + items: *814 examples: - default: *839 + default: *841 headers: Link: *45 x-github: @@ -129752,7 +129803,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *139 - - *840 + - *842 - *110 - *17 - *19 @@ -129764,11 +129815,11 @@ paths: schema: anyOf: - type: array - items: *841 + items: *843 - type: array items: *78 examples: - default-response: *815 + default-response: *817 headers: Link: *45 x-github: @@ -129928,7 +129979,7 @@ webhooks: type: string enum: - disabled - enterprise: &842 + enterprise: &844 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -129997,7 +130048,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &843 + installation: &845 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -130018,7 +130069,7 @@ webhooks: required: - id - node_id - organization: &844 + organization: &846 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -130091,7 +130142,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &845 + repository: &847 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -131017,10 +131068,10 @@ webhooks: type: string enum: - enabled - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -131096,11 +131147,11 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - rule: &846 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + rule: &848 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) @@ -131323,11 +131374,11 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - rule: *846 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + rule: *848 sender: *4 required: - action @@ -131515,11 +131566,11 @@ webhooks: - everyone required: - from - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - rule: *846 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + rule: *848 sender: *4 required: - action @@ -131592,7 +131643,7 @@ webhooks: required: true content: application/json: - schema: &866 + schema: &868 title: Exemption request cancellation event type: object properties: @@ -131600,11 +131651,11 @@ webhooks: type: string enum: - cancelled - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - exemption_request: &847 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + exemption_request: &849 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -131913,7 +131964,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &848 + items: &850 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -132025,7 +132076,7 @@ webhooks: required: true content: application/json: - schema: &867 + schema: &869 title: Exemption request completed event type: object properties: @@ -132033,11 +132084,11 @@ webhooks: type: string enum: - completed - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - exemption_request: *847 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + exemption_request: *849 sender: *4 required: - action @@ -132109,7 +132160,7 @@ webhooks: required: true content: application/json: - schema: &864 + schema: &866 title: Exemption request created event type: object properties: @@ -132117,11 +132168,11 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - exemption_request: *847 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + exemption_request: *849 sender: *4 required: - action @@ -132193,7 +132244,7 @@ webhooks: required: true content: application/json: - schema: &868 + schema: &870 title: Exemption response dismissed event type: object properties: @@ -132201,12 +132252,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - exemption_request: *847 - exemption_response: *848 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + exemption_request: *849 + exemption_response: *850 sender: *4 required: - action @@ -132280,7 +132331,7 @@ webhooks: required: true content: application/json: - schema: &865 + schema: &867 title: Exemption response submitted event type: object properties: @@ -132288,12 +132339,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - exemption_request: *847 - exemption_response: *848 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + exemption_request: *849 + exemption_response: *850 sender: *4 required: - action @@ -132377,7 +132428,7 @@ webhooks: type: string enum: - completed - check_run: &850 + check_run: &852 title: CheckRun description: A check performed on the code of a given code change type: object @@ -132487,7 +132538,7 @@ webhooks: - examples: - neutral - deployment: *849 + deployment: *851 details_url: type: string examples: @@ -132585,10 +132636,10 @@ webhooks: - output - app - pull_requests - installation: *843 - enterprise: *842 - organization: *844 - repository: *845 + installation: *845 + enterprise: *844 + organization: *846 + repository: *847 sender: *4 required: - check_run @@ -132979,11 +133030,11 @@ webhooks: type: string enum: - created - check_run: *850 - installation: *843 - enterprise: *842 - organization: *844 - repository: *845 + check_run: *852 + installation: *845 + enterprise: *844 + organization: *846 + repository: *847 sender: *4 required: - check_run @@ -133377,11 +133428,11 @@ webhooks: type: string enum: - requested_action - check_run: *850 - installation: *843 - enterprise: *842 - organization: *844 - repository: *845 + check_run: *852 + installation: *845 + enterprise: *844 + organization: *846 + repository: *847 requested_action: description: The action requested by the user. type: object @@ -133784,11 +133835,11 @@ webhooks: type: string enum: - rerequested - check_run: *850 - installation: *843 - enterprise: *842 - organization: *844 - repository: *845 + check_run: *852 + installation: *845 + enterprise: *844 + organization: *846 + repository: *847 sender: *4 required: - check_run @@ -134773,10 +134824,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -135480,10 +135531,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -136181,10 +136232,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -136505,20 +136556,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &851 + commit_oid: &853 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: *842 - installation: *843 - organization: *844 - ref: &852 + enterprise: *844 + installation: *845 + organization: *846 + ref: &854 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: *845 + repository: *847 sender: *4 required: - action @@ -136926,12 +136977,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *851 - enterprise: *842 - installation: *843 - organization: *844 - ref: *852 - repository: *845 + commit_oid: *853 + enterprise: *844 + installation: *845 + organization: *846 + ref: *854 + repository: *847 sender: *4 required: - action @@ -137214,12 +137265,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *851 - enterprise: *842 - installation: *843 - organization: *844 - ref: *852 - repository: *845 + commit_oid: *853 + enterprise: *844 + installation: *845 + organization: *846 + ref: *854 + repository: *847 sender: *4 required: - action @@ -137565,12 +137616,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *851 - enterprise: *842 - installation: *843 - organization: *844 - ref: *852 - repository: *845 + commit_oid: *853 + enterprise: *844 + installation: *845 + organization: *846 + ref: *854 + repository: *847 sender: *4 required: - action @@ -137860,9 +137911,9 @@ webhooks: type: - string - 'null' - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -137870,7 +137921,7 @@ webhooks: type: - string - 'null' - repository: *845 + repository: *847 sender: *4 required: - action @@ -138116,12 +138167,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *851 - enterprise: *842 - installation: *843 - organization: *844 - ref: *852 - repository: *845 + commit_oid: *853 + enterprise: *844 + installation: *845 + organization: *846 + ref: *854 + repository: *847 sender: *4 required: - action @@ -138442,10 +138493,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -138705,10 +138756,10 @@ webhooks: - updated_at - author_association - body - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -138789,18 +138840,18 @@ webhooks: type: - string - 'null' - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *844 - pusher_type: &853 + organization: *846 + pusher_type: &855 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &854 + ref: &856 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -138810,7 +138861,7 @@ webhooks: enum: - tag - branch - repository: *845 + repository: *847 sender: *4 required: - ref @@ -138893,9 +138944,9 @@ webhooks: enum: - created definition: *153 - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 sender: *4 required: - action @@ -138980,9 +139031,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 sender: *4 required: - action @@ -139060,9 +139111,9 @@ webhooks: enum: - promote_to_enterprise definition: *153 - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 sender: *4 required: - action @@ -139140,9 +139191,9 @@ webhooks: enum: - updated definition: *153 - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 sender: *4 required: - action @@ -139219,10 +139270,10 @@ webhooks: type: string enum: - updated - enterprise: *842 - installation: *843 - repository: *845 - organization: *844 + enterprise: *844 + installation: *845 + repository: *847 + organization: *846 sender: *4 new_property_values: type: array @@ -139307,18 +139358,18 @@ webhooks: title: delete event type: object properties: - enterprise: *842 - installation: *843 - organization: *844 - pusher_type: *853 - ref: *854 + enterprise: *844 + installation: *845 + organization: *846 + pusher_type: *855 + ref: *856 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *845 + repository: *847 sender: *4 required: - ref @@ -139398,11 +139449,11 @@ webhooks: type: string enum: - assignees_changed - alert: *592 - installation: *843 - organization: *844 - enterprise: *842 - repository: *845 + alert: *594 + installation: *845 + organization: *846 + enterprise: *844 + repository: *847 sender: *4 required: - action @@ -139482,11 +139533,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *592 - installation: *843 - organization: *844 - enterprise: *842 - repository: *845 + alert: *594 + installation: *845 + organization: *846 + enterprise: *844 + repository: *847 sender: *4 required: - action @@ -139567,11 +139618,11 @@ webhooks: type: string enum: - auto_reopened - alert: *592 - installation: *843 - organization: *844 - enterprise: *842 - repository: *845 + alert: *594 + installation: *845 + organization: *846 + enterprise: *844 + repository: *847 sender: *4 required: - action @@ -139652,11 +139703,11 @@ webhooks: type: string enum: - created - alert: *592 - installation: *843 - organization: *844 - enterprise: *842 - repository: *845 + alert: *594 + installation: *845 + organization: *846 + enterprise: *844 + repository: *847 sender: *4 required: - action @@ -139735,11 +139786,11 @@ webhooks: type: string enum: - dismissed - alert: *592 - installation: *843 - organization: *844 - enterprise: *842 - repository: *845 + alert: *594 + installation: *845 + organization: *846 + enterprise: *844 + repository: *847 sender: *4 required: - action @@ -139818,11 +139869,11 @@ webhooks: type: string enum: - fixed - alert: *592 - installation: *843 - organization: *844 - enterprise: *842 - repository: *845 + alert: *594 + installation: *845 + organization: *846 + enterprise: *844 + repository: *847 sender: *4 required: - action @@ -139902,11 +139953,11 @@ webhooks: type: string enum: - reintroduced - alert: *592 - installation: *843 - organization: *844 - enterprise: *842 - repository: *845 + alert: *594 + installation: *845 + organization: *846 + enterprise: *844 + repository: *847 sender: *4 required: - action @@ -139985,11 +140036,11 @@ webhooks: type: string enum: - reopened - alert: *592 - installation: *843 - organization: *844 - enterprise: *842 - repository: *845 + alert: *594 + installation: *845 + organization: *846 + enterprise: *844 + repository: *847 sender: *4 required: - action @@ -140066,9 +140117,9 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - key: &855 + enterprise: *844 + installation: *845 + key: &857 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -140106,8 +140157,8 @@ webhooks: - verified - created_at - read_only - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -140184,11 +140235,11 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - key: *855 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + key: *857 + organization: *846 + repository: *847 sender: *4 required: - action @@ -140755,12 +140806,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - workflow: &859 + workflow: &861 title: Workflow type: - object @@ -141511,13 +141562,13 @@ webhooks: deployment: anyOf: - type: 'null' - - *598 + - *600 pull_requests: type: array - items: *691 - repository: *845 - organization: *844 - installation: *843 + items: *693 + repository: *847 + organization: *846 + installation: *845 sender: *4 responses: '200': @@ -141588,7 +141639,7 @@ webhooks: type: string enum: - approved - approver: &856 + approver: &858 type: object properties: avatar_url: @@ -141631,11 +141682,11 @@ webhooks: type: string comment: type: string - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - reviewers: &857 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + reviewers: &859 type: array items: type: object @@ -141716,7 +141767,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &858 + workflow_job_run: &860 type: object properties: conclusion: @@ -142462,18 +142513,18 @@ webhooks: type: string enum: - rejected - approver: *856 + approver: *858 comment: type: string - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - reviewers: *857 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + reviewers: *859 sender: *4 since: type: string - workflow_job_run: *858 + workflow_job_run: *860 workflow_job_runs: type: array items: @@ -143190,13 +143241,13 @@ webhooks: type: string enum: - requested - enterprise: *842 + enterprise: *844 environment: type: string - installation: *843 - organization: *844 - repository: *845 - requestor: &869 + installation: *845 + organization: *846 + repository: *847 + requestor: &871 title: User type: - object @@ -145129,12 +145180,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - workflow: *859 + workflow: *861 workflow_run: title: Deployment Workflow Run type: @@ -145825,7 +145876,7 @@ webhooks: type: string enum: - answered - answer: &862 + answer: &864 type: object properties: author_association: @@ -145985,11 +146036,11 @@ webhooks: - created_at - updated_at - body - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -146116,11 +146167,11 @@ webhooks: - from required: - category - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -146203,11 +146254,11 @@ webhooks: type: string enum: - closed - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -146289,7 +146340,7 @@ webhooks: type: string enum: - created - comment: &861 + comment: &863 type: object properties: author_association: @@ -146449,11 +146500,11 @@ webhooks: - updated_at - body - reactions - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -146536,12 +146587,12 @@ webhooks: type: string enum: - deleted - comment: *861 - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + comment: *863 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -146636,12 +146687,12 @@ webhooks: - from required: - body - comment: *861 - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + comment: *863 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -146725,11 +146776,11 @@ webhooks: type: string enum: - created - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -146811,11 +146862,11 @@ webhooks: type: string enum: - deleted - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -146915,11 +146966,11 @@ webhooks: type: string required: - from - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -147001,10 +147052,10 @@ webhooks: type: string enum: - labeled - discussion: *860 - enterprise: *842 - installation: *843 - label: &863 + discussion: *862 + enterprise: *844 + installation: *845 + label: &865 title: Label type: object properties: @@ -147037,8 +147088,8 @@ webhooks: - color - default - description - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -147121,11 +147172,11 @@ webhooks: type: string enum: - locked - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -147207,11 +147258,11 @@ webhooks: type: string enum: - pinned - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -147293,11 +147344,11 @@ webhooks: type: string enum: - reopened - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -147382,16 +147433,16 @@ webhooks: changes: type: object properties: - new_discussion: *860 - new_repository: *845 + new_discussion: *862 + new_repository: *847 required: - new_discussion - new_repository - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -147474,10 +147525,10 @@ webhooks: type: string enum: - unanswered - discussion: *860 - old_answer: *862 - organization: *844 - repository: *845 + discussion: *862 + old_answer: *864 + organization: *846 + repository: *847 sender: *4 required: - action @@ -147559,12 +147610,12 @@ webhooks: type: string enum: - unlabeled - discussion: *860 - enterprise: *842 - installation: *843 - label: *863 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + label: *865 + organization: *846 + repository: *847 sender: *4 required: - action @@ -147647,11 +147698,11 @@ webhooks: type: string enum: - unlocked - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -147733,11 +147784,11 @@ webhooks: type: string enum: - unpinned - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -147806,7 +147857,7 @@ webhooks: required: true content: application/json: - schema: *864 + schema: *866 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147869,7 +147920,7 @@ webhooks: required: true content: application/json: - schema: *865 + schema: *867 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147932,7 +147983,7 @@ webhooks: required: true content: application/json: - schema: *866 + schema: *868 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147995,7 +148046,7 @@ webhooks: required: true content: application/json: - schema: *864 + schema: *866 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148058,7 +148109,7 @@ webhooks: required: true content: application/json: - schema: *865 + schema: *867 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148124,7 +148175,7 @@ webhooks: required: true content: application/json: - schema: *866 + schema: *868 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148190,7 +148241,7 @@ webhooks: required: true content: application/json: - schema: *867 + schema: *869 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148256,7 +148307,7 @@ webhooks: required: true content: application/json: - schema: *864 + schema: *866 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148322,7 +148373,7 @@ webhooks: required: true content: application/json: - schema: *868 + schema: *870 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148388,7 +148439,7 @@ webhooks: required: true content: application/json: - schema: *865 + schema: *867 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148453,7 +148504,7 @@ webhooks: required: true content: application/json: - schema: *866 + schema: *868 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148518,7 +148569,7 @@ webhooks: required: true content: application/json: - schema: *867 + schema: *869 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148583,7 +148634,7 @@ webhooks: required: true content: application/json: - schema: *864 + schema: *866 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148648,7 +148699,7 @@ webhooks: required: true content: application/json: - schema: *868 + schema: *870 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148714,7 +148765,7 @@ webhooks: required: true content: application/json: - schema: *865 + schema: *867 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148781,7 +148832,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *842 + enterprise: *844 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -149459,9 +149510,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - forkee @@ -149607,9 +149658,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 pages: description: The pages that were updated. type: array @@ -149647,7 +149698,7 @@ webhooks: - action - sha - html_url - repository: *845 + repository: *847 sender: *4 required: - pages @@ -149723,10 +149774,10 @@ webhooks: type: string enum: - created - enterprise: *842 + enterprise: *844 installation: *20 - organization: *844 - repositories: &870 + organization: *846 + repositories: &872 description: An array of repository objects that the installation can access. type: array @@ -149752,8 +149803,8 @@ webhooks: - name - full_name - private - repository: *845 - requester: *869 + repository: *847 + requester: *871 sender: *4 required: - action @@ -149828,11 +149879,11 @@ webhooks: type: string enum: - deleted - enterprise: *842 + enterprise: *844 installation: *20 - organization: *844 - repositories: *870 - repository: *845 + organization: *846 + repositories: *872 + repository: *847 requester: type: - 'null' @@ -149909,11 +149960,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *842 + enterprise: *844 installation: *20 - organization: *844 - repositories: *870 - repository: *845 + organization: *846 + repositories: *872 + repository: *847 requester: type: - 'null' @@ -149990,10 +150041,10 @@ webhooks: type: string enum: - added - enterprise: *842 + enterprise: *844 installation: *20 - organization: *844 - repositories_added: &871 + organization: *846 + repositories_added: &873 description: An array of repository objects, which were added to the installation. type: array @@ -150039,15 +150090,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *845 - repository_selection: &872 + repository: *847 + repository_selection: &874 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *869 + requester: *871 sender: *4 required: - action @@ -150126,10 +150177,10 @@ webhooks: type: string enum: - removed - enterprise: *842 + enterprise: *844 installation: *20 - organization: *844 - repositories_added: *871 + organization: *846 + repositories_added: *873 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -150156,9 +150207,9 @@ webhooks: - name - full_name - private - repository: *845 - repository_selection: *872 - requester: *869 + repository: *847 + repository_selection: *874 + requester: *871 sender: *4 required: - action @@ -150237,11 +150288,11 @@ webhooks: type: string enum: - suspend - enterprise: *842 + enterprise: *844 installation: *20 - organization: *844 - repositories: *870 - repository: *845 + organization: *846 + repositories: *872 + repository: *847 requester: type: - 'null' @@ -150424,10 +150475,10 @@ webhooks: type: string required: - from - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 target_type: type: string @@ -150506,11 +150557,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *842 + enterprise: *844 installation: *20 - organization: *844 - repositories: *870 - repository: *845 + organization: *846 + repositories: *872 + repository: *847 requester: type: - 'null' @@ -150676,7 +150727,7 @@ webhooks: pin: anyOf: - type: 'null' - - *668 + - *670 user: title: User type: @@ -150762,8 +150813,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -151575,8 +151626,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151937,8 +151988,8 @@ webhooks: - state - locked - assignee - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -152018,7 +152069,7 @@ webhooks: type: string enum: - deleted - comment: &873 + comment: &875 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -152175,7 +152226,7 @@ webhooks: pin: anyOf: - type: 'null' - - *668 + - *670 required: - url - html_url @@ -152189,8 +152240,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -152998,8 +153049,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153362,8 +153413,8 @@ webhooks: - state - locked - assignee - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -153443,7 +153494,7 @@ webhooks: type: string enum: - edited - changes: &897 + changes: &899 description: The changes to the comment. type: object properties: @@ -153455,9 +153506,9 @@ webhooks: type: string required: - from - comment: *873 - enterprise: *842 - installation: *843 + comment: *875 + enterprise: *844 + installation: *845 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -154268,8 +154319,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154630,8 +154681,8 @@ webhooks: - state - locked - assignee - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -154712,9 +154763,9 @@ webhooks: type: string enum: - pinned - comment: *873 - enterprise: *842 - installation: *843 + comment: *875 + enterprise: *844 + installation: *845 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -155527,8 +155578,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155891,8 +155942,8 @@ webhooks: - state - locked - assignee - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -155972,9 +156023,9 @@ webhooks: type: string enum: - unpinned - comment: *873 - enterprise: *842 - installation: *843 + comment: *875 + enterprise: *844 + installation: *845 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -156787,8 +156838,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157151,8 +157202,8 @@ webhooks: - state - locked - assignee - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -157241,9 +157292,9 @@ webhooks: type: number blocking_issue: *219 blocking_issue_repo: *78 - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -157332,9 +157383,9 @@ webhooks: type: number blocking_issue: *219 blocking_issue_repo: *78 - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -157422,9 +157473,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *219 - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -157513,9 +157564,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *219 - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -157595,10 +157646,10 @@ webhooks: type: string enum: - assigned - assignee: *869 - enterprise: *842 - installation: *843 - issue: &876 + assignee: *871 + enterprise: *844 + installation: *845 + issue: &878 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -158409,11 +158460,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158533,8 +158584,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -158614,8 +158665,8 @@ webhooks: type: string enum: - closed - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -159431,11 +159482,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159698,8 +159749,8 @@ webhooks: required: - state - closed_at - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -159778,8 +159829,8 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -160586,11 +160637,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160709,8 +160760,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -160789,8 +160840,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -161620,11 +161671,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161722,7 +161773,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &874 + milestone: &876 title: Milestone description: A collection of related issues and pull requests. type: object @@ -161865,8 +161916,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -161965,8 +162016,8 @@ webhooks: type: string required: - from - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -162777,11 +162828,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162901,9 +162952,9 @@ webhooks: - active_lock_reason - body - reactions - label: *863 - organization: *844 - repository: *845 + label: *865 + organization: *846 + repository: *847 sender: *4 required: - action @@ -162983,8 +163034,8 @@ webhooks: type: string enum: - labeled - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -163794,11 +163845,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163918,9 +163969,9 @@ webhooks: - active_lock_reason - body - reactions - label: *863 - organization: *844 - repository: *845 + label: *865 + organization: *846 + repository: *847 sender: *4 required: - action @@ -164000,8 +164051,8 @@ webhooks: type: string enum: - locked - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -164836,11 +164887,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164937,8 +164988,8 @@ webhooks: format: uri user_view_type: type: string - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -165017,8 +165068,8 @@ webhooks: type: string enum: - milestoned - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -165847,11 +165898,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -165948,9 +165999,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *874 - organization: *844 - repository: *845 + milestone: *876 + organization: *846 + repository: *847 sender: *4 required: - action @@ -166837,11 +166888,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -167433,8 +167484,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -168241,11 +168292,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -168368,8 +168419,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -168449,9 +168500,9 @@ webhooks: type: string enum: - pinned - enterprise: *842 - installation: *843 - issue: &875 + enterprise: *844 + installation: *845 + issue: &877 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -169256,11 +169307,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -169379,8 +169430,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -169459,8 +169510,8 @@ webhooks: type: string enum: - reopened - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -170293,11 +170344,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -170395,8 +170446,8 @@ webhooks: user_view_type: type: string type: *374 - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -171284,11 +171335,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -171898,11 +171949,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *842 - installation: *843 - issue: *875 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + issue: *877 + organization: *846 + repository: *847 sender: *4 required: - action @@ -171982,12 +172033,12 @@ webhooks: type: string enum: - typed - enterprise: *842 - installation: *843 - issue: *876 + enterprise: *844 + installation: *845 + issue: *878 type: *374 - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -172068,7 +172119,7 @@ webhooks: type: string enum: - unassigned - assignee: &900 + assignee: &902 title: User type: - object @@ -172140,11 +172191,11 @@ webhooks: required: - login - id - enterprise: *842 - installation: *843 - issue: *876 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + issue: *878 + organization: *846 + repository: *847 sender: *4 required: - action @@ -172223,12 +172274,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *842 - installation: *843 - issue: *876 - label: *863 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + issue: *878 + label: *865 + organization: *846 + repository: *847 sender: *4 required: - action @@ -172308,8 +172359,8 @@ webhooks: type: string enum: - unlocked - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -173142,11 +173193,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -173243,8 +173294,8 @@ webhooks: format: uri user_view_type: type: string - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -173324,11 +173375,11 @@ webhooks: type: string enum: - unpinned - enterprise: *842 - installation: *843 - issue: *875 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + issue: *877 + organization: *846 + repository: *847 sender: *4 required: - action @@ -173407,12 +173458,12 @@ webhooks: type: string enum: - untyped - enterprise: *842 - installation: *843 - issue: *876 + enterprise: *844 + installation: *845 + issue: *878 type: *374 - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -173492,11 +173543,11 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - label: *863 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + label: *865 + organization: *846 + repository: *847 sender: *4 required: - action @@ -173574,11 +173625,11 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - label: *863 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + label: *865 + organization: *846 + repository: *847 sender: *4 required: - action @@ -173688,11 +173739,11 @@ webhooks: type: string required: - from - enterprise: *842 - installation: *843 - label: *863 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + label: *865 + organization: *846 + repository: *847 sender: *4 required: - action @@ -173774,9 +173825,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *842 - installation: *843 - marketplace_purchase: &877 + enterprise: *844 + installation: *845 + marketplace_purchase: &879 title: Marketplace Purchase type: object required: @@ -173864,8 +173915,8 @@ webhooks: type: integer unit_count: type: integer - organization: *844 - previous_marketplace_purchase: &878 + organization: *846 + previous_marketplace_purchase: &880 title: Marketplace Purchase type: object properties: @@ -173949,7 +174000,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *845 + repository: *847 sender: *4 required: - action @@ -174029,10 +174080,10 @@ webhooks: - changed effective_date: type: string - enterprise: *842 - installation: *843 - marketplace_purchase: *877 - organization: *844 + enterprise: *844 + installation: *845 + marketplace_purchase: *879 + organization: *846 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -174120,7 +174171,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *845 + repository: *847 sender: *4 required: - action @@ -174202,10 +174253,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *842 - installation: *843 - marketplace_purchase: *877 - organization: *844 + enterprise: *844 + installation: *845 + marketplace_purchase: *879 + organization: *846 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -174291,7 +174342,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *845 + repository: *847 sender: *4 required: - action @@ -174372,8 +174423,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 marketplace_purchase: title: Marketplace Purchase type: object @@ -174459,9 +174510,9 @@ webhooks: type: integer unit_count: type: integer - organization: *844 - previous_marketplace_purchase: *878 - repository: *845 + organization: *846 + previous_marketplace_purchase: *880 + repository: *847 sender: *4 required: - action @@ -174541,12 +174592,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *842 - installation: *843 - marketplace_purchase: *877 - organization: *844 - previous_marketplace_purchase: *878 - repository: *845 + enterprise: *844 + installation: *845 + marketplace_purchase: *879 + organization: *846 + previous_marketplace_purchase: *880 + repository: *847 sender: *4 required: - action @@ -174648,11 +174699,11 @@ webhooks: type: string required: - to - enterprise: *842 - installation: *843 - member: *869 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + member: *871 + organization: *846 + repository: *847 sender: *4 required: - action @@ -174754,11 +174805,11 @@ webhooks: type: - string - 'null' - enterprise: *842 - installation: *843 - member: *869 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + member: *871 + organization: *846 + repository: *847 sender: *4 required: - action @@ -174837,11 +174888,11 @@ webhooks: type: string enum: - removed - enterprise: *842 - installation: *843 - member: *869 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + member: *871 + organization: *846 + repository: *847 sender: *4 required: - action @@ -174919,11 +174970,11 @@ webhooks: type: string enum: - added - enterprise: *842 - installation: *843 - member: *869 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + member: *871 + organization: *846 + repository: *847 scope: description: The scope of the membership. Currently, can only be `team`. @@ -175001,7 +175052,7 @@ webhooks: required: - login - id - team: &879 + team: &881 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -175231,11 +175282,11 @@ webhooks: type: string enum: - removed - enterprise: *842 - installation: *843 - member: *869 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + member: *871 + organization: *846 + repository: *847 scope: description: The scope of the membership. Currently, can only be `team`. @@ -175314,7 +175365,7 @@ webhooks: required: - login - id - team: *879 + team: *881 required: - action - scope @@ -175396,8 +175447,8 @@ webhooks: type: string enum: - checks_requested - installation: *843 - merge_group: &880 + installation: *845 + merge_group: &882 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -175423,8 +175474,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -175510,10 +175561,10 @@ webhooks: - merged - invalidated - dequeued - installation: *843 - merge_group: *880 - organization: *844 - repository: *845 + installation: *845 + merge_group: *882 + organization: *846 + repository: *847 sender: *4 required: - action @@ -175586,7 +175637,7 @@ webhooks: type: string enum: - deleted - enterprise: *842 + enterprise: *844 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -175695,12 +175746,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *843 - organization: *844 + installation: *845 + organization: *846 repository: anyOf: - type: 'null' - - *845 + - *847 sender: *4 required: - action @@ -175780,11 +175831,11 @@ webhooks: type: string enum: - closed - enterprise: *842 - installation: *843 - milestone: *874 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + milestone: *876 + organization: *846 + repository: *847 sender: *4 required: - action @@ -175863,9 +175914,9 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - milestone: &881 + enterprise: *844 + installation: *845 + milestone: &883 title: Milestone description: A collection of related issues and pull requests. type: object @@ -176007,8 +176058,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -176087,11 +176138,11 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - milestone: *874 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + milestone: *876 + organization: *846 + repository: *847 sender: *4 required: - action @@ -176201,11 +176252,11 @@ webhooks: type: string required: - from - enterprise: *842 - installation: *843 - milestone: *874 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + milestone: *876 + organization: *846 + repository: *847 sender: *4 required: - action @@ -176285,11 +176336,11 @@ webhooks: type: string enum: - opened - enterprise: *842 - installation: *843 - milestone: *881 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + milestone: *883 + organization: *846 + repository: *847 sender: *4 required: - action @@ -176368,11 +176419,11 @@ webhooks: type: string enum: - blocked - blocked_user: *869 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + blocked_user: *871 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -176451,11 +176502,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *869 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + blocked_user: *871 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -176531,7 +176582,7 @@ webhooks: enum: - created definition: *147 - enterprise: *842 + enterprise: *844 sender: *4 required: - action @@ -176611,8 +176662,8 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 sender: *4 required: - action @@ -176685,8 +176736,8 @@ webhooks: enum: - updated definition: *147 - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 sender: *4 required: - action @@ -176758,9 +176809,9 @@ webhooks: type: string enum: - updated - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 sender: *4 new_property_values: type: array @@ -176848,9 +176899,9 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - membership: &882 + enterprise: *844 + installation: *845 + membership: &884 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -176960,8 +177011,8 @@ webhooks: - role - organization_url - user - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -177039,11 +177090,11 @@ webhooks: type: string enum: - member_added - enterprise: *842 - installation: *843 - membership: *882 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + membership: *884 + organization: *846 + repository: *847 sender: *4 required: - action @@ -177122,8 +177173,8 @@ webhooks: type: string enum: - member_invited - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -177245,10 +177296,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 - user: *869 + user: *871 required: - action - invitation @@ -177326,11 +177377,11 @@ webhooks: type: string enum: - member_removed - enterprise: *842 - installation: *843 - membership: *882 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + membership: *884 + organization: *846 + repository: *847 sender: *4 required: - action @@ -177417,11 +177468,11 @@ webhooks: properties: from: type: string - enterprise: *842 - installation: *843 - membership: *882 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + membership: *884 + organization: *846 + repository: *847 sender: *4 required: - action @@ -177499,9 +177550,9 @@ webhooks: type: string enum: - published - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 package: description: Information about the package. type: object @@ -178024,7 +178075,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &883 + items: &885 title: Ruby Gems metadata type: object properties: @@ -178121,7 +178172,7 @@ webhooks: - owner - package_version - registry - repository: *845 + repository: *847 sender: *4 required: - action @@ -178198,9 +178249,9 @@ webhooks: type: string enum: - updated - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 package: description: Information about the package. type: object @@ -178562,7 +178613,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *883 + items: *885 source_url: type: string format: uri @@ -178633,7 +178684,7 @@ webhooks: - owner - package_version - registry - repository: *845 + repository: *847 sender: *4 required: - action @@ -178813,12 +178864,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *842 + enterprise: *844 id: type: integer - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - id @@ -178895,7 +178946,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &884 + personal_access_token_request: &886 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -179045,10 +179096,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *842 - organization: *844 + enterprise: *844 + organization: *846 sender: *4 - installation: *843 + installation: *845 required: - action - personal_access_token_request @@ -179125,11 +179176,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *884 - enterprise: *842 - organization: *844 + personal_access_token_request: *886 + enterprise: *844 + organization: *846 sender: *4 - installation: *843 + installation: *845 required: - action - personal_access_token_request @@ -179205,11 +179256,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *884 - enterprise: *842 - organization: *844 + personal_access_token_request: *886 + enterprise: *844 + organization: *846 sender: *4 - installation: *843 + installation: *845 required: - action - personal_access_token_request @@ -179284,11 +179335,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *884 - organization: *844 - enterprise: *842 + personal_access_token_request: *886 + organization: *846 + enterprise: *844 sender: *4 - installation: *843 + installation: *845 required: - action - personal_access_token_request @@ -179393,7 +179444,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *885 + last_response: *887 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -179425,8 +179476,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 zen: description: Random string of GitHub zen. @@ -179671,10 +179722,10 @@ webhooks: - from required: - note - enterprise: *842 - installation: *843 - organization: *844 - project_card: &886 + enterprise: *844 + installation: *845 + organization: *846 + project_card: &888 title: Project Card type: object properties: @@ -179797,7 +179848,7 @@ webhooks: - creator - created_at - updated_at - repository: *845 + repository: *847 sender: *4 required: - action @@ -179878,11 +179929,11 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - project_card: *886 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + project_card: *888 + repository: *847 sender: *4 required: - action @@ -179962,9 +180013,9 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 project_card: title: Project Card type: object @@ -180094,7 +180145,7 @@ webhooks: repository: anyOf: - type: 'null' - - *845 + - *847 sender: *4 required: - action @@ -180188,11 +180239,11 @@ webhooks: - from required: - note - enterprise: *842 - installation: *843 - organization: *844 - project_card: *886 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + project_card: *888 + repository: *847 sender: *4 required: - action @@ -180286,9 +180337,9 @@ webhooks: - from required: - column_id - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 project_card: allOf: - title: Project Card @@ -180485,7 +180536,7 @@ webhooks: type: string required: - after_id - repository: *845 + repository: *847 sender: *4 required: - action @@ -180565,10 +180616,10 @@ webhooks: type: string enum: - closed - enterprise: *842 - installation: *843 - organization: *844 - project: &888 + enterprise: *844 + installation: *845 + organization: *846 + project: &890 title: Project type: object properties: @@ -180695,7 +180746,7 @@ webhooks: - creator - created_at - updated_at - repository: *845 + repository: *847 sender: *4 required: - action @@ -180775,10 +180826,10 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - project_column: &887 + enterprise: *844 + installation: *845 + organization: *846 + project_column: &889 title: Project Column type: object properties: @@ -180818,7 +180869,7 @@ webhooks: - name - created_at - updated_at - repository: *845 + repository: *847 sender: *4 required: - action @@ -180897,14 +180948,14 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - organization: *844 - project_column: *887 + enterprise: *844 + installation: *845 + organization: *846 + project_column: *889 repository: anyOf: - type: 'null' - - *845 + - *847 sender: *4 required: - action @@ -180993,11 +181044,11 @@ webhooks: type: string required: - from - enterprise: *842 - installation: *843 - organization: *844 - project_column: *887 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + project_column: *889 + repository: *847 sender: *4 required: - action @@ -181077,11 +181128,11 @@ webhooks: type: string enum: - moved - enterprise: *842 - installation: *843 - organization: *844 - project_column: *887 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + project_column: *889 + repository: *847 sender: *4 required: - action @@ -181161,11 +181212,11 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - project: *888 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + project: *890 + repository: *847 sender: *4 required: - action @@ -181245,14 +181296,14 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - organization: *844 - project: *888 + enterprise: *844 + installation: *845 + organization: *846 + project: *890 repository: anyOf: - type: 'null' - - *845 + - *847 sender: *4 required: - action @@ -181353,11 +181404,11 @@ webhooks: type: string required: - from - enterprise: *842 - installation: *843 - organization: *844 - project: *888 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + project: *890 + repository: *847 sender: *4 required: - action @@ -181436,11 +181487,11 @@ webhooks: type: string enum: - reopened - enterprise: *842 - installation: *843 - organization: *844 - project: *888 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + project: *890 + repository: *847 sender: *4 required: - action @@ -181521,8 +181572,8 @@ webhooks: type: string enum: - closed - installation: *843 - organization: *844 + installation: *845 + organization: *846 projects_v2: *405 sender: *4 required: @@ -181604,8 +181655,8 @@ webhooks: type: string enum: - created - installation: *843 - organization: *844 + installation: *845 + organization: *846 projects_v2: *405 sender: *4 required: @@ -181687,8 +181738,8 @@ webhooks: type: string enum: - deleted - installation: *843 - organization: *844 + installation: *845 + organization: *846 projects_v2: *405 sender: *4 required: @@ -181810,8 +181861,8 @@ webhooks: type: string to: type: string - installation: *843 - organization: *844 + installation: *845 + organization: *846 projects_v2: *405 sender: *4 required: @@ -181895,7 +181946,7 @@ webhooks: type: string enum: - archived - changes: &892 + changes: &894 type: object properties: archived_at: @@ -181911,9 +181962,9 @@ webhooks: - string - 'null' format: date-time - installation: *843 - organization: *844 - projects_v2_item: &889 + installation: *845 + organization: *846 + projects_v2_item: &891 title: Projects v2 Item description: An item belonging to a project type: object @@ -182053,9 +182104,9 @@ webhooks: - 'null' to: type: string - installation: *843 - organization: *844 - projects_v2_item: *889 + installation: *845 + organization: *846 + projects_v2_item: *891 sender: *4 required: - action @@ -182137,9 +182188,9 @@ webhooks: type: string enum: - created - installation: *843 - organization: *844 - projects_v2_item: *889 + installation: *845 + organization: *846 + projects_v2_item: *891 sender: *4 required: - action @@ -182220,9 +182271,9 @@ webhooks: type: string enum: - deleted - installation: *843 - organization: *844 - projects_v2_item: *889 + installation: *845 + organization: *846 + projects_v2_item: *891 sender: *4 required: - action @@ -182327,7 +182378,7 @@ webhooks: oneOf: - type: string - type: integer - - &890 + - &892 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -182351,7 +182402,7 @@ webhooks: required: - id - name - - &891 + - &893 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -182391,8 +182442,8 @@ webhooks: oneOf: - type: string - type: integer - - *890 - - *891 + - *892 + - *893 type: - 'null' - string @@ -182415,9 +182466,9 @@ webhooks: - 'null' required: - body - installation: *843 - organization: *844 - projects_v2_item: *889 + installation: *845 + organization: *846 + projects_v2_item: *891 sender: *4 required: - action @@ -182514,9 +182565,9 @@ webhooks: type: - string - 'null' - installation: *843 - organization: *844 - projects_v2_item: *889 + installation: *845 + organization: *846 + projects_v2_item: *891 sender: *4 required: - action @@ -182599,10 +182650,10 @@ webhooks: type: string enum: - restored - changes: *892 - installation: *843 - organization: *844 - projects_v2_item: *889 + changes: *894 + installation: *845 + organization: *846 + projects_v2_item: *891 sender: *4 required: - action @@ -182684,8 +182735,8 @@ webhooks: type: string enum: - reopened - installation: *843 - organization: *844 + installation: *845 + organization: *846 projects_v2: *405 sender: *4 required: @@ -182767,9 +182818,9 @@ webhooks: type: string enum: - created - installation: *843 - organization: *844 - projects_v2_status_update: *893 + installation: *845 + organization: *846 + projects_v2_status_update: *895 sender: *4 required: - action @@ -182850,9 +182901,9 @@ webhooks: type: string enum: - deleted - installation: *843 - organization: *844 - projects_v2_status_update: *893 + installation: *845 + organization: *846 + projects_v2_status_update: *895 sender: *4 required: - action @@ -182998,9 +183049,9 @@ webhooks: - string - 'null' format: date - installation: *843 - organization: *844 - projects_v2_status_update: *893 + installation: *845 + organization: *846 + projects_v2_status_update: *895 sender: *4 required: - action @@ -183071,10 +183122,10 @@ webhooks: title: public event type: object properties: - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - repository @@ -183151,13 +183202,13 @@ webhooks: type: string enum: - assigned - assignee: *869 - enterprise: *842 - installation: *843 - number: &894 + assignee: *871 + enterprise: *844 + installation: *845 + number: &896 description: The pull request number. type: integer - organization: *844 + organization: *846 pull_request: title: Pull Request type: object @@ -185528,7 +185579,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 sender: *4 required: - action @@ -185610,11 +185661,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 number: type: integer - organization: *844 + organization: *846 pull_request: title: Pull Request type: object @@ -187978,7 +188029,7 @@ webhooks: - draft reason: type: string - repository: *845 + repository: *847 sender: *4 required: - action @@ -188060,11 +188111,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 number: type: integer - organization: *844 + organization: *846 pull_request: title: Pull Request type: object @@ -190428,7 +190479,7 @@ webhooks: - draft reason: type: string - repository: *845 + repository: *847 sender: *4 required: - action @@ -190510,13 +190561,13 @@ webhooks: type: string enum: - closed - enterprise: *842 - installation: *843 - number: *894 - organization: *844 - pull_request: &895 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 + pull_request: &897 allOf: - - *691 + - *693 - type: object properties: allow_auto_merge: @@ -190578,7 +190629,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *845 + repository: *847 sender: *4 required: - action @@ -190659,12 +190710,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *842 - installation: *843 - number: *894 - organization: *844 - pull_request: *895 - repository: *845 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 + pull_request: *897 + repository: *847 sender: *4 required: - action @@ -190744,11 +190795,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *842 + enterprise: *844 milestone: *408 - number: *894 - organization: *844 - pull_request: &896 + number: *896 + organization: *846 + pull_request: &898 title: Pull Request type: object properties: @@ -193097,7 +193148,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 sender: *4 required: - action @@ -193176,11 +193227,11 @@ webhooks: type: string enum: - dequeued - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 number: type: integer - organization: *844 + organization: *846 pull_request: title: Pull Request type: object @@ -195548,7 +195599,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *845 + repository: *847 sender: *4 required: - action @@ -195672,12 +195723,12 @@ webhooks: type: string required: - from - enterprise: *842 - installation: *843 - number: *894 - organization: *844 - pull_request: *895 - repository: *845 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 + pull_request: *897 + repository: *847 sender: *4 required: - action @@ -195757,11 +195808,11 @@ webhooks: type: string enum: - enqueued - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 number: type: integer - organization: *844 + organization: *846 pull_request: title: Pull Request type: object @@ -198114,7 +198165,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 sender: *4 required: - action @@ -198194,11 +198245,11 @@ webhooks: type: string enum: - labeled - enterprise: *842 - installation: *843 - label: *863 - number: *894 - organization: *844 + enterprise: *844 + installation: *845 + label: *865 + number: *896 + organization: *846 pull_request: title: Pull Request type: object @@ -200568,7 +200619,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 sender: *4 required: - action @@ -200649,10 +200700,10 @@ webhooks: type: string enum: - locked - enterprise: *842 - installation: *843 - number: *894 - organization: *844 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 pull_request: title: Pull Request type: object @@ -203020,7 +203071,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 sender: *4 required: - action @@ -203100,12 +203151,12 @@ webhooks: type: string enum: - milestoned - enterprise: *842 + enterprise: *844 milestone: *408 - number: *894 - organization: *844 - pull_request: *896 - repository: *845 + number: *896 + organization: *846 + pull_request: *898 + repository: *847 sender: *4 required: - action @@ -203184,12 +203235,12 @@ webhooks: type: string enum: - opened - enterprise: *842 - installation: *843 - number: *894 - organization: *844 - pull_request: *895 - repository: *845 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 + pull_request: *897 + repository: *847 sender: *4 required: - action @@ -203270,12 +203321,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *842 - installation: *843 - number: *894 - organization: *844 - pull_request: *895 - repository: *845 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 + pull_request: *897 + repository: *847 sender: *4 required: - action @@ -203355,12 +203406,12 @@ webhooks: type: string enum: - reopened - enterprise: *842 - installation: *843 - number: *894 - organization: *844 - pull_request: *895 - repository: *845 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 + pull_request: *897 + repository: *847 sender: *4 required: - action @@ -203735,9 +203786,9 @@ webhooks: - start_side - side - reactions - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 pull_request: type: object properties: @@ -205989,7 +206040,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *845 + repository: *847 sender: *4 required: - action @@ -206069,7 +206120,7 @@ webhooks: type: string enum: - deleted - comment: &898 + comment: &900 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. @@ -206362,9 +206413,9 @@ webhooks: - start_side - side - reactions - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 pull_request: type: object properties: @@ -208604,7 +208655,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *845 + repository: *847 sender: *4 required: - action @@ -208684,11 +208735,11 @@ webhooks: type: string enum: - edited - changes: *897 - comment: *898 - enterprise: *842 - installation: *843 - organization: *844 + changes: *899 + comment: *900 + enterprise: *844 + installation: *845 + organization: *846 pull_request: type: object properties: @@ -210931,7 +210982,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *845 + repository: *847 sender: *4 required: - action @@ -211012,9 +211063,9 @@ webhooks: type: string enum: - dismissed - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 pull_request: title: Simple Pull Request type: object @@ -213269,7 +213320,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *845 + repository: *847 review: description: The review that was affected. type: object @@ -213520,9 +213571,9 @@ webhooks: type: string required: - from - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 pull_request: title: Simple Pull Request type: object @@ -215636,8 +215687,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *845 - review: &899 + repository: *847 + review: &901 description: The review that was affected. type: object properties: @@ -215875,12 +215926,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 number: description: The pull request number. type: integer - organization: *844 + organization: *846 pull_request: title: Pull Request type: object @@ -218249,7 +218300,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 requested_reviewer: title: User type: @@ -218335,12 +218386,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 number: description: The pull request number. type: integer - organization: *844 + organization: *846 pull_request: title: Pull Request type: object @@ -220716,7 +220767,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 requested_team: title: Team description: Groups of organization members that gives permissions @@ -220911,12 +220962,12 @@ webhooks: type: string enum: - review_requested - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 number: description: The pull request number. type: integer - organization: *844 + organization: *846 pull_request: title: Pull Request type: object @@ -223287,7 +223338,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 requested_reviewer: title: User type: @@ -223374,12 +223425,12 @@ webhooks: type: string enum: - review_requested - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 number: description: The pull request number. type: integer - organization: *844 + organization: *846 pull_request: title: Pull Request type: object @@ -225741,7 +225792,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 requested_team: title: Team description: Groups of organization members that gives permissions @@ -225925,9 +225976,9 @@ webhooks: type: string enum: - submitted - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 pull_request: title: Simple Pull Request type: object @@ -228185,8 +228236,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *845 - review: *899 + repository: *847 + review: *901 sender: *4 required: - action @@ -228266,9 +228317,9 @@ webhooks: type: string enum: - resolved - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 pull_request: title: Simple Pull Request type: object @@ -230421,7 +230472,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *845 + repository: *847 sender: *4 thread: type: object @@ -230818,9 +230869,9 @@ webhooks: type: string enum: - unresolved - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 pull_request: title: Simple Pull Request type: object @@ -232956,7 +233007,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *845 + repository: *847 sender: *4 thread: type: object @@ -233355,10 +233406,10 @@ webhooks: type: string before: type: string - enterprise: *842 - installation: *843 - number: *894 - organization: *844 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 pull_request: title: Pull Request type: object @@ -235715,7 +235766,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 sender: *4 required: - action @@ -235797,11 +235848,11 @@ webhooks: type: string enum: - unassigned - assignee: *900 - enterprise: *842 - installation: *843 - number: *894 - organization: *844 + assignee: *902 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 pull_request: title: Pull Request type: object @@ -238173,7 +238224,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 sender: *4 required: - action @@ -238252,11 +238303,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *842 - installation: *843 - label: *863 - number: *894 - organization: *844 + enterprise: *844 + installation: *845 + label: *865 + number: *896 + organization: *846 pull_request: title: Pull Request type: object @@ -240617,7 +240668,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 sender: *4 required: - action @@ -240698,10 +240749,10 @@ webhooks: type: string enum: - unlocked - enterprise: *842 - installation: *843 - number: *894 - organization: *844 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 pull_request: title: Pull Request type: object @@ -243052,7 +243103,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 sender: *4 required: - action @@ -243255,7 +243306,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *842 + enterprise: *844 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -243350,8 +243401,8 @@ webhooks: - url - author - committer - installation: *843 - organization: *844 + installation: *845 + organization: *846 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -243950,9 +244001,9 @@ webhooks: type: string enum: - published - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 registry_package: type: object properties: @@ -244429,7 +244480,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *883 + items: *885 summary: type: string tag_name: @@ -244485,7 +244536,7 @@ webhooks: - owner - package_version - registry - repository: *845 + repository: *847 sender: *4 required: - action @@ -244563,9 +244614,9 @@ webhooks: type: string enum: - updated - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 registry_package: type: object properties: @@ -244877,7 +244928,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *883 + items: *885 summary: type: string tag_name: @@ -244927,7 +244978,7 @@ webhooks: - owner - package_version - registry - repository: *845 + repository: *847 sender: *4 required: - action @@ -245004,10 +245055,10 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - release: &901 + enterprise: *844 + installation: *845 + organization: *846 + release: &903 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -245338,7 +245389,7 @@ webhooks: - updated_at - zipball_url - body - repository: *845 + repository: *847 sender: *4 required: - action @@ -245415,11 +245466,11 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - organization: *844 - release: *901 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + release: *903 + repository: *847 sender: *4 required: - action @@ -245536,11 +245587,11 @@ webhooks: type: boolean required: - to - enterprise: *842 - installation: *843 - organization: *844 - release: *901 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + release: *903 + repository: *847 sender: *4 required: - action @@ -245618,9 +245669,9 @@ webhooks: type: string enum: - prereleased - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -245956,7 +246007,7 @@ webhooks: - string - 'null' format: uri - repository: *845 + repository: *847 sender: *4 required: - action @@ -246032,10 +246083,10 @@ webhooks: type: string enum: - published - enterprise: *842 - installation: *843 - organization: *844 - release: &902 + enterprise: *844 + installation: *845 + organization: *846 + release: &904 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -246368,7 +246419,7 @@ webhooks: - string - 'null' format: uri - repository: *845 + repository: *847 sender: *4 required: - action @@ -246444,11 +246495,11 @@ webhooks: type: string enum: - released - enterprise: *842 - installation: *843 - organization: *844 - release: *901 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + release: *903 + repository: *847 sender: *4 required: - action @@ -246524,11 +246575,11 @@ webhooks: type: string enum: - unpublished - enterprise: *842 - installation: *843 - organization: *844 - release: *902 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + release: *904 + repository: *847 sender: *4 required: - action @@ -246604,11 +246655,11 @@ webhooks: type: string enum: - published - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - repository_advisory: *743 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + repository_advisory: *745 sender: *4 required: - action @@ -246684,11 +246735,11 @@ webhooks: type: string enum: - reported - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - repository_advisory: *743 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + repository_advisory: *745 sender: *4 required: - action @@ -246764,10 +246815,10 @@ webhooks: type: string enum: - archived - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -246844,10 +246895,10 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -246925,10 +246976,10 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -247013,10 +247064,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -247131,10 +247182,10 @@ webhooks: - 'null' items: type: string - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -247206,10 +247257,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 status: type: string @@ -247290,10 +247341,10 @@ webhooks: type: string enum: - privatized - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -247370,10 +247421,10 @@ webhooks: type: string enum: - publicized - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -247467,10 +247518,10 @@ webhooks: - name required: - repository - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -247550,10 +247601,10 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 repository_ruleset: *187 sender: *4 required: @@ -247632,10 +247683,10 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 repository_ruleset: *187 sender: *4 required: @@ -247714,10 +247765,10 @@ webhooks: type: string enum: - edited - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 repository_ruleset: *187 changes: type: object @@ -247779,16 +247830,16 @@ webhooks: properties: added: type: array - items: *711 + items: *713 deleted: type: array - items: *711 + items: *713 updated: type: array items: type: object properties: - rule: *711 + rule: *713 changes: type: object properties: @@ -248025,10 +248076,10 @@ webhooks: - from required: - owner - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -248106,10 +248157,10 @@ webhooks: type: string enum: - unarchived - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -248187,7 +248238,7 @@ webhooks: type: string enum: - create - alert: &903 + alert: &905 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -248312,10 +248363,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -248525,10 +248576,10 @@ webhooks: type: string enum: - dismissed - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -248606,11 +248657,11 @@ webhooks: type: string enum: - reopen - alert: *903 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + alert: *905 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -248812,10 +248863,10 @@ webhooks: enum: - fixed - open - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -248893,7 +248944,7 @@ webhooks: type: string enum: - assigned - alert: &904 + alert: &906 type: object properties: number: *126 @@ -249033,10 +249084,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -249114,11 +249165,11 @@ webhooks: type: string enum: - created - alert: *904 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + alert: *906 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -249199,11 +249250,11 @@ webhooks: type: string enum: - created - alert: *904 - installation: *843 - location: *905 - organization: *844 - repository: *845 + alert: *906 + installation: *845 + location: *907 + organization: *846 + repository: *847 sender: *4 required: - location @@ -249441,11 +249492,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *904 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + alert: *906 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -249523,11 +249574,11 @@ webhooks: type: string enum: - reopened - alert: *904 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + alert: *906 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -249605,11 +249656,11 @@ webhooks: type: string enum: - resolved - alert: *904 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + alert: *906 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -249687,12 +249738,12 @@ webhooks: type: string enum: - unassigned - alert: *904 + alert: *906 assignee: *4 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -249770,11 +249821,11 @@ webhooks: type: string enum: - validated - alert: *904 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + alert: *906 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -249904,10 +249955,10 @@ webhooks: - organization - enterprise - - repository: *845 - enterprise: *842 - installation: *843 - organization: *844 + repository: *847 + enterprise: *844 + installation: *845 + organization: *846 sender: *4 required: - action @@ -249985,11 +250036,11 @@ webhooks: type: string enum: - published - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - security_advisory: &906 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + security_advisory: &908 description: The details of the security advisory, including summary, description, and severity. type: object @@ -250175,11 +250226,11 @@ webhooks: type: string enum: - updated - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - security_advisory: *906 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + security_advisory: *908 sender: *4 required: - action @@ -250252,10 +250303,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -250442,9 +250493,9 @@ webhooks: type: object properties: security_and_analysis: *419 - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 repository: *464 sender: *4 required: @@ -250523,12 +250574,12 @@ webhooks: type: string enum: - cancelled - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - sponsorship: &907 + sponsorship: &909 type: object properties: created_at: @@ -250833,12 +250884,12 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - sponsorship: *907 + sponsorship: *909 required: - action - sponsorship @@ -250926,12 +250977,12 @@ webhooks: type: string required: - from - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - sponsorship: *907 + sponsorship: *909 required: - action - changes @@ -251008,17 +251059,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &908 + effective_date: &910 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: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - sponsorship: *907 + sponsorship: *909 required: - action - sponsorship @@ -251092,7 +251143,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &909 + changes: &911 type: object properties: tier: @@ -251136,13 +251187,13 @@ webhooks: - from required: - tier - effective_date: *908 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + effective_date: *910 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - sponsorship: *907 + sponsorship: *909 required: - action - changes @@ -251219,13 +251270,13 @@ webhooks: type: string enum: - tier_changed - changes: *909 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + changes: *911 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - sponsorship: *907 + sponsorship: *909 required: - action - changes @@ -251299,10 +251350,10 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -251386,10 +251437,10 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -251823,15 +251874,15 @@ webhooks: type: - string - 'null' - enterprise: *842 + enterprise: *844 id: description: The unique identifier of the status. type: integer - installation: *843 + installation: *845 name: type: string - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 sha: description: The Commit SHA. @@ -251947,9 +251998,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *219 - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -252039,9 +252090,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *219 - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -252131,9 +252182,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *219 - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -252223,9 +252274,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *219 - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -252302,12 +252353,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - team: &910 + team: &912 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -252537,9 +252588,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 repository: title: Repository description: A git repository @@ -253009,7 +253060,7 @@ webhooks: - topics - visibility sender: *4 - team: *910 + team: *912 required: - action - team @@ -253085,9 +253136,9 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 repository: title: Repository description: A git repository @@ -253557,7 +253608,7 @@ webhooks: - topics - visibility sender: *4 - team: *910 + team: *912 required: - action - team @@ -253634,9 +253685,9 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 repository: title: Repository description: A git repository @@ -254106,7 +254157,7 @@ webhooks: - topics - visibility sender: *4 - team: *910 + team: *912 required: - action - team @@ -254250,9 +254301,9 @@ webhooks: - from required: - permissions - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 repository: title: Repository description: A git repository @@ -254722,7 +254773,7 @@ webhooks: - topics - visibility sender: *4 - team: *910 + team: *912 required: - action - changes @@ -254800,9 +254851,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 repository: title: Repository description: A git repository @@ -255272,7 +255323,7 @@ webhooks: - topics - visibility sender: *4 - team: *910 + team: *912 required: - action - team @@ -255348,10 +255399,10 @@ webhooks: type: string enum: - started - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -255424,17 +255475,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *842 + enterprise: *844 inputs: type: - object - 'null' additionalProperties: true - installation: *843 - organization: *844 + installation: *845 + organization: *846 ref: type: string - repository: *845 + repository: *847 sender: *4 workflow: type: string @@ -255516,10 +255567,10 @@ webhooks: type: string enum: - completed - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 workflow_job: allOf: @@ -255775,7 +255826,7 @@ webhooks: type: string required: - conclusion - deployment: *598 + deployment: *600 required: - action - repository @@ -255854,10 +255905,10 @@ webhooks: type: string enum: - in_progress - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 workflow_job: allOf: @@ -256139,7 +256190,7 @@ webhooks: required: - status - steps - deployment: *598 + deployment: *600 required: - action - repository @@ -256218,10 +256269,10 @@ webhooks: type: string enum: - queued - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 workflow_job: type: object @@ -256367,7 +256418,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *598 + deployment: *600 required: - action - repository @@ -256446,10 +256497,10 @@ webhooks: type: string enum: - waiting - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 workflow_job: type: object @@ -256596,7 +256647,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *598 + deployment: *600 required: - action - repository @@ -256676,12 +256727,12 @@ webhooks: type: string enum: - completed - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - workflow: *859 + workflow: *861 workflow_run: title: Workflow Run type: object @@ -257700,12 +257751,12 @@ webhooks: type: string enum: - in_progress - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - workflow: *859 + workflow: *861 workflow_run: title: Workflow Run type: object @@ -258709,12 +258760,12 @@ webhooks: type: string enum: - requested - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - workflow: *859 + workflow: *861 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.json b/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.json index 4664788c4..533986d1f 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.json @@ -425206,6 +425206,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" + } + } } } }, @@ -433581,6 +433611,26 @@ } } } + }, + "application/vnd.github.diff": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "diff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } + }, + "application/vnd.github.patch": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001\nFrom: Mona Lisa <87831417+monalisa@users.noreply.github.com>\nDate: Fri, 6 Mar 2026 11:18:45 +0000\nSubject: [PATCH] Change 'test' to 'test change' in testfile\n\n---\ntestfile | 2 +-\n1 file changed, 1 insertion(+), 1 deletion(-)\n\ndiff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } } } }, diff --git a/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.yaml index 44eb1bc47..d159cc779 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.yaml @@ -1049,7 +1049,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: - - &745 + - &747 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4246,7 +4246,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &755 + schema: &757 title: Scim Error description: Scim Error type: object @@ -11855,7 +11855,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &756 + '401': &758 description: Authorization failure '404': *6 x-github: @@ -20643,7 +20643,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 - - &588 + - &590 name: has in: query description: |- @@ -20770,7 +20770,7 @@ paths: - transitive - inconclusive - - security_advisory: &589 + security_advisory: &591 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -20990,7 +20990,7 @@ paths: dismissal. maxLength: 280 fixed_at: *136 - auto_dismissed_at: &590 + auto_dismissed_at: &592 type: - string - 'null' @@ -20998,7 +20998,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissal_request: &591 + dismissal_request: &593 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -24950,7 +24950,7 @@ paths: - object rules: type: array - items: &711 + items: &713 title: Repository Rule type: object description: A repository rule. @@ -24959,7 +24959,7 @@ paths: - *167 - *168 - *169 - - &709 + - &711 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -25552,14 +25552,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &723 + state: &725 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: &724 + resolution: &726 type: - string - 'null' @@ -25678,14 +25678,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &725 + - &727 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &727 + - &729 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -25749,7 +25749,7 @@ paths: - blob_url - commit_sha - commit_url - - &728 + - &730 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. @@ -25810,7 +25810,7 @@ paths: - page_url - commit_sha - commit_url - - &729 + - &731 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -25832,7 +25832,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &730 + - &732 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -25854,7 +25854,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &731 + - &733 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -25876,7 +25876,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &732 + - &734 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -25891,7 +25891,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &733 + - &735 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -25906,7 +25906,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &734 + - &736 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -25921,7 +25921,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &735 + - &737 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. @@ -25943,7 +25943,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &736 + - &738 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. @@ -25965,7 +25965,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &737 + - &739 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. @@ -25987,7 +25987,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &738 + - &740 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. @@ -26009,7 +26009,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &739 + - &741 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 @@ -29730,7 +29730,7 @@ paths: properties: action: type: string - discussion: &860 + discussion: &862 title: Discussion description: A Discussion in a repository. type: object @@ -30515,7 +30515,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &783 + sub_issues_summary: &785 title: Sub-issues Summary type: object properties: @@ -30599,7 +30599,7 @@ paths: pin: anyOf: - type: 'null' - - &668 + - &670 title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. @@ -30626,7 +30626,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &784 + issue_dependencies_summary: &786 title: Issue Dependencies Summary type: object properties: @@ -30645,7 +30645,7 @@ paths: - total_blocking issue_field_values: type: array - items: &653 + items: &655 title: Issue Field Value description: A value assigned to an issue field type: object @@ -31425,7 +31425,7 @@ paths: type: string release: allOf: - - &702 + - &704 title: Release description: A release. type: object @@ -31507,7 +31507,7 @@ paths: author: *4 assets: type: array - items: &703 + items: &705 title: Release Asset description: Data related to a release. type: object @@ -35306,7 +35306,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &676 + - &678 name: all description: If `true`, show notifications marked as read. in: query @@ -35314,7 +35314,7 @@ paths: schema: type: boolean default: false - - &677 + - &679 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -35324,7 +35324,7 @@ paths: type: boolean default: false - *224 - - &678 + - &680 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: @@ -35923,7 +35923,7 @@ paths: - url - subscription_url examples: - default: &679 + default: &681 value: - id: '1' repository: @@ -36970,7 +36970,7 @@ paths: type: array items: *152 examples: - default: &685 + default: &687 value: - property_name: environment value: production @@ -37020,7 +37020,7 @@ paths: required: - properties examples: - default: &686 + default: &688 value: properties: - property_name: environment @@ -42939,12 +42939,12 @@ paths: required: - subject_digests examples: - default: &821 + default: &823 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &822 + withPredicateType: &824 value: subject_digests: - sha256:abc123 @@ -42989,7 +42989,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &823 + default: &825 value: attestations_subject_digests: - sha256:abc: @@ -48790,7 +48790,7 @@ paths: description: Response content: application/json: - schema: &594 + schema: &596 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -48809,7 +48809,7 @@ paths: - key_id - key examples: - default: &595 + default: &597 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -49135,7 +49135,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *87 - - &603 + - &605 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -49143,7 +49143,7 @@ paths: required: false schema: type: string - - &604 + - &606 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -49151,7 +49151,7 @@ paths: required: false schema: type: string - - &605 + - &607 name: time_period description: |- The time period to filter by. @@ -49167,7 +49167,7 @@ paths: - week - month default: month - - &606 + - &608 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -49192,7 +49192,7 @@ paths: application/json: schema: type: array - items: &607 + items: &609 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -49355,7 +49355,7 @@ paths: examples: - https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &608 + default: &610 value: - id: 21 number: 42 @@ -49457,7 +49457,7 @@ paths: application/json: schema: type: array - items: &609 + items: &611 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -49580,7 +49580,7 @@ paths: examples: - https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &610 + default: &612 value: - id: 21 number: 42 @@ -51665,7 +51665,7 @@ paths: required: true content: application/json: - schema: &641 + schema: &643 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -54256,7 +54256,7 @@ paths: parameters: - *87 - *385 - - &803 + - &805 name: repo_name description: repo_name parameter in: path @@ -55491,7 +55491,7 @@ paths: - nuget - container - *87 - - &804 + - &806 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -55532,7 +55532,7 @@ paths: default: *390 '403': *27 '401': *23 - '400': &806 + '400': &808 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -57667,7 +57667,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &893 + - &895 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -58170,7 +58170,7 @@ paths: - review_comment - self author_association: *216 - auto_merge: &688 + auto_merge: &690 title: Auto merge description: The status of auto merging a pull request. type: @@ -58553,7 +58553,7 @@ paths: - updated_at - project_url examples: - default: &826 + default: &828 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -58730,7 +58730,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &827 + items: &829 type: object properties: name: @@ -58767,7 +58767,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &828 + iteration_configuration: &830 type: object description: The configuration for iteration fields. properties: @@ -58817,7 +58817,7 @@ paths: value: name: Due date data_type: date - single_select_field: &829 + single_select_field: &831 summary: Create a single select field value: name: Priority @@ -58844,7 +58844,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &830 + iteration_field: &832 summary: Create an iteration field value: name: Sprint @@ -58870,7 +58870,7 @@ paths: application/json: schema: *410 examples: - text_field: &831 + text_field: &833 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -58879,7 +58879,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: &832 + number_field: &834 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -58888,7 +58888,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: &833 + date_field: &835 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -58897,7 +58897,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: &834 + single_select_field: &836 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -58931,7 +58931,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &835 + iteration_field: &837 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -58977,7 +58977,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - *407 - - &836 + - &838 name: field_id description: The unique identifier of the field. in: path @@ -58992,7 +58992,7 @@ paths: application/json: schema: *410 examples: - default: &837 + default: &839 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -60203,7 +60203,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &818 + schema: &820 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -60386,7 +60386,7 @@ paths: parameters: - *407 - *87 - - &838 + - &840 name: view_number description: The number that identifies the project view. in: path @@ -62294,7 +62294,7 @@ paths: - *87 - *17 - *19 - - &710 + - &712 name: targets description: | A comma-separated list of rule targets to filter by. @@ -62511,7 +62511,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *87 - - &712 + - &714 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 @@ -62523,14 +62523,14 @@ paths: x-multi-segment: true - *304 - *105 - - &713 + - &715 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 - - &714 + - &716 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -62550,7 +62550,7 @@ paths: description: Response content: application/json: - schema: &715 + schema: &717 title: Rule Suites description: Response type: array @@ -62606,7 +62606,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &716 + default: &718 value: - id: 21 actor_id: 12 @@ -62650,7 +62650,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *87 - - &717 + - &719 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -62666,7 +62666,7 @@ paths: description: Response content: application/json: - schema: &718 + schema: &720 title: Rule Suite description: Response type: object @@ -62773,7 +62773,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &719 + default: &721 value: id: 21 actor_id: 12 @@ -63109,7 +63109,7 @@ paths: - *110 - *19 - *17 - - &721 + - &723 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 @@ -63119,7 +63119,7 @@ paths: required: false schema: type: string - - &722 + - &724 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 @@ -63332,7 +63332,7 @@ paths: application/json: schema: type: array - items: &743 + items: &745 description: A repository security advisory. type: object properties: @@ -63629,7 +63629,7 @@ paths: - private_fork additionalProperties: false examples: - default: &744 + default: &746 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -65799,7 +65799,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &786 + response-if-user-is-a-team-maintainer: &788 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -65864,7 +65864,7 @@ paths: application/json: schema: *458 examples: - response-if-users-membership-with-team-is-now-pending: &787 + response-if-users-membership-with-team-is-now-pending: &789 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -65978,7 +65978,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &788 + schema: &790 title: Team Repository description: A team's access to a repository. type: object @@ -66811,7 +66811,7 @@ paths: type: array items: *307 examples: - response-if-child-teams-exist: &789 + response-if-child-teams-exist: &791 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -68299,7 +68299,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': &644 + '410': &646 description: Gone content: application/json: @@ -72040,7 +72040,7 @@ paths: items: type: object properties: - type: &611 + type: &613 type: string description: The type of reviewer. enum: @@ -72178,7 +72178,7 @@ paths: application/json: schema: type: array - items: &598 + items: &600 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -72290,7 +72290,7 @@ paths: - created_at - updated_at examples: - default: &599 + default: &601 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -72676,7 +72676,7 @@ paths: application/json: schema: *490 examples: - default: &624 + default: &626 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -72895,7 +72895,7 @@ paths: application/json: schema: *494 examples: - default: &625 + default: &627 value: name: USERNAME value: octocat @@ -74742,7 +74742,7 @@ paths: required: - sha - url - verification: &631 + verification: &633 title: Verification type: object properties: @@ -78307,7 +78307,7 @@ paths: check. type: array items: *222 - deployment: &849 + deployment: &851 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -81651,7 +81651,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': &586 + '302': &588 description: Found '403': *538 '404': *6 @@ -83560,7 +83560,7 @@ paths: type: array items: *563 examples: - default: &794 + default: &796 value: total_count: 2 machines: @@ -84272,7 +84272,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &643 + schema: &645 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -84974,7 +84974,7 @@ paths: - content - created_at examples: - default: &646 + default: &648 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -85111,7 +85111,7 @@ paths: - *459 - *460 - *233 - - &647 + - &649 name: reaction_id description: The unique identifier of the reaction. in: path @@ -85225,7 +85225,7 @@ paths: type: array items: *573 examples: - default: &695 + default: &697 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -85516,7 +85516,7 @@ paths: type: array items: *577 examples: - default: &687 + default: &689 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -86074,7 +86074,7 @@ paths: application/json: schema: *573 examples: - default: &673 + default: &675 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -86158,6 +86158,47 @@ paths: patch: |- @@ -29,7 +29,7 @@ ..... + application/vnd.github.diff: + schema: + type: string + examples: + default: &585 + 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: &586 + 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': *38 @@ -86696,7 +86737,7 @@ paths: application/json: schema: type: array - items: &748 + items: &750 title: Status description: The status of a commit. type: object @@ -87323,6 +87364,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: *585 + application/vnd.github.patch: + schema: + type: string + examples: + default: *586 '404': *6 '500': *38 '503': *192 @@ -87538,7 +87589,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &585 + response-if-content-is-a-file-github-object: &587 summary: Response if content is a file value: type: file @@ -87675,7 +87726,7 @@ paths: - size - type - url - - &700 + - &702 title: Content File description: Content File type: object @@ -87893,7 +87944,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *585 + response-if-content-is-a-file: *587 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -87962,7 +88013,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *586 + '302': *588 '304': *35 x-github: githubCloudOnly: false @@ -88081,7 +88132,7 @@ paths: description: Response content: application/json: - schema: &587 + schema: &589 title: File Commit description: File Commit type: object @@ -88237,7 +88288,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *589 examples: example-for-creating-a-file: value: @@ -88291,7 +88342,7 @@ paths: schema: oneOf: - *3 - - &626 + - &628 description: Repository rule violation was detected type: object properties: @@ -88312,7 +88363,7 @@ paths: items: type: object properties: - placeholder_id: &740 + placeholder_id: &742 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -88406,7 +88457,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *589 examples: default: value: @@ -88600,7 +88651,7 @@ paths: schema: type: string - *333 - - *588 + - *590 - *334 - *335 - *336 @@ -88615,7 +88666,7 @@ paths: application/json: schema: type: array - items: &592 + items: &594 type: object description: A Dependabot alert. properties: @@ -88666,7 +88717,7 @@ paths: - transitive - inconclusive - - security_advisory: *589 + security_advisory: *591 security_vulnerability: *130 url: *131 html_url: *132 @@ -88697,8 +88748,8 @@ paths: dismissal. maxLength: 280 fixed_at: *136 - auto_dismissed_at: *590 - dismissal_request: *591 + auto_dismissed_at: *592 + dismissal_request: *593 assignees: type: array description: The users assigned to this alert. @@ -88955,7 +89006,7 @@ paths: parameters: - *459 - *460 - - &593 + - &595 name: alert_number in: path description: |- @@ -88970,7 +89021,7 @@ paths: description: Response content: application/json: - schema: *592 + schema: *594 examples: default: value: @@ -89104,7 +89155,7 @@ paths: parameters: - *459 - *460 - - *593 + - *595 requestBody: required: true content: @@ -89160,7 +89211,7 @@ paths: description: Response content: application/json: - schema: *592 + schema: *594 examples: default: value: @@ -89309,7 +89360,7 @@ paths: type: integer secrets: type: array - items: &596 + items: &598 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -89370,9 +89421,9 @@ paths: description: Response content: application/json: - schema: *594 + schema: *596 examples: - default: *595 + default: *597 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89400,7 +89451,7 @@ paths: description: Response content: application/json: - schema: *596 + schema: *598 examples: default: value: @@ -90024,7 +90075,7 @@ paths: - version - url additionalProperties: false - metadata: &597 + metadata: &599 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -90063,7 +90114,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *597 + metadata: *599 resolved: type: object description: A collection of resolved package dependencies. @@ -90077,7 +90128,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *597 + metadata: *599 relationship: type: string description: A notation of whether a dependency is requested @@ -90252,9 +90303,9 @@ paths: application/json: schema: type: array - items: *598 + items: *600 examples: - default: *599 + default: *601 headers: Link: *45 x-github: @@ -90403,7 +90454,7 @@ paths: description: Response content: application/json: - schema: *598 + schema: *600 examples: simple-example: summary: Simple example @@ -90478,7 +90529,7 @@ paths: parameters: - *459 - *460 - - &600 + - &602 name: deployment_id description: deployment_id parameter in: path @@ -90490,7 +90541,7 @@ paths: description: Response content: application/json: - schema: *598 + schema: *600 examples: default: value: @@ -90557,7 +90608,7 @@ paths: parameters: - *459 - *460 - - *600 + - *602 responses: '204': description: Response @@ -90581,7 +90632,7 @@ paths: parameters: - *459 - *460 - - *600 + - *602 - *17 - *19 responses: @@ -90591,7 +90642,7 @@ paths: application/json: schema: type: array - items: &601 + items: &603 title: Deployment Status description: The status of a deployment. type: object @@ -90757,7 +90808,7 @@ paths: parameters: - *459 - *460 - - *600 + - *602 requestBody: required: true content: @@ -90832,9 +90883,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *603 examples: - default: &602 + default: &604 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -90892,7 +90943,7 @@ paths: parameters: - *459 - *460 - - *600 + - *602 - name: status_id in: path required: true @@ -90903,9 +90954,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *603 examples: - default: *602 + default: *604 '404': *6 x-github: githubCloudOnly: false @@ -90934,10 +90985,10 @@ paths: parameters: - *459 - *460 - - *603 - - *604 - *605 - *606 + - *607 + - *608 - *17 - *19 responses: @@ -90947,9 +90998,9 @@ paths: application/json: schema: type: array - items: *607 + items: *609 examples: - default: *608 + default: *610 '404': *6 '403': *27 '500': *38 @@ -90986,7 +91037,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *607 + schema: *609 examples: default: value: @@ -91104,10 +91155,10 @@ paths: parameters: - *459 - *460 - - *603 - - *604 - *605 - *606 + - *607 + - *608 - *17 - *19 responses: @@ -91117,9 +91168,9 @@ paths: application/json: schema: type: array - items: *609 + items: *611 examples: - default: *610 + default: *612 '404': *6 '403': *27 '500': *38 @@ -91156,7 +91207,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *609 + schema: *611 examples: default: value: @@ -91246,7 +91297,7 @@ paths: description: The created dismissal request. content: application/json: - schema: *609 + schema: *611 examples: default: value: @@ -91663,7 +91714,7 @@ paths: - 5 environments: type: array - items: &612 + items: &614 title: Environment description: Details of a deployment environment type: object @@ -91725,7 +91776,7 @@ paths: type: string examples: - wait_timer - wait_timer: &614 + wait_timer: &616 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -91767,7 +91818,7 @@ paths: items: type: object properties: - type: *611 + type: *613 reviewer: anyOf: - *4 @@ -91794,7 +91845,7 @@ paths: - id - node_id - type - deployment_branch_policy: &615 + deployment_branch_policy: &617 type: - object - 'null' @@ -91913,7 +91964,7 @@ paths: parameters: - *459 - *460 - - &613 + - &615 name: environment_name in: path required: true @@ -91926,9 +91977,9 @@ paths: description: Response content: application/json: - schema: *612 + schema: *614 examples: - default: &616 + default: &618 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -92014,7 +92065,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 requestBody: required: false content: @@ -92024,7 +92075,7 @@ paths: - object - 'null' properties: - wait_timer: *614 + wait_timer: *616 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -92043,14 +92094,14 @@ paths: items: type: object properties: - type: *611 + type: *613 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *615 + deployment_branch_policy: *617 additionalProperties: false examples: default: @@ -92070,9 +92121,9 @@ paths: description: Response content: application/json: - schema: *612 + schema: *614 examples: - default: *616 + default: *618 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -92098,7 +92149,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 responses: '204': description: Default response @@ -92125,7 +92176,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 - *17 - *19 responses: @@ -92144,7 +92195,7 @@ paths: - 2 branch_policies: type: array - items: &617 + items: &619 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -92207,7 +92258,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 requestBody: required: true content: @@ -92255,9 +92306,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *619 examples: - example-wildcard: &618 + example-wildcard: &620 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -92301,8 +92352,8 @@ paths: parameters: - *459 - *460 - - *613 - - &619 + - *615 + - &621 name: branch_policy_id in: path required: true @@ -92314,9 +92365,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *619 examples: - default: *618 + default: *620 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92337,8 +92388,8 @@ paths: parameters: - *459 - *460 - - *613 - - *619 + - *615 + - *621 requestBody: required: true content: @@ -92367,9 +92418,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *619 examples: - default: *618 + default: *620 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92390,8 +92441,8 @@ paths: parameters: - *459 - *460 - - *613 - - *619 + - *615 + - *621 responses: '204': description: Response @@ -92416,7 +92467,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: - - *613 + - *615 - *460 - *459 responses: @@ -92435,7 +92486,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &620 + items: &622 title: Deployment protection rule description: Deployment protection rule type: object @@ -92457,7 +92508,7 @@ paths: for the environment. examples: - true - app: &621 + app: &623 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -92560,7 +92611,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: - - *613 + - *615 - *460 - *459 requestBody: @@ -92583,9 +92634,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *620 + schema: *622 examples: - default: &622 + default: &624 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -92620,7 +92671,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: - - *613 + - *615 - *460 - *459 - *19 @@ -92642,7 +92693,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *621 + items: *623 examples: default: value: @@ -92679,8 +92730,8 @@ paths: parameters: - *459 - *460 - - *613 - - &623 + - *615 + - &625 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -92692,9 +92743,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *622 examples: - default: *622 + default: *624 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92715,10 +92766,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: - - *613 + - *615 - *460 - *459 - - *623 + - *625 responses: '204': description: Response @@ -92746,7 +92797,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 - *17 - *19 responses: @@ -92793,7 +92844,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 responses: '200': description: Response @@ -92825,7 +92876,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 - *288 responses: '200': @@ -92834,7 +92885,7 @@ paths: application/json: schema: *490 examples: - default: *624 + default: *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92858,7 +92909,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 - *288 requestBody: required: true @@ -92918,7 +92969,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 - *288 responses: '204': @@ -92946,7 +92997,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 - *477 - *19 responses: @@ -92991,7 +93042,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 requestBody: required: true content: @@ -93045,7 +93096,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 - *291 responses: '200': @@ -93054,7 +93105,7 @@ paths: application/json: schema: *494 examples: - default: *625 + default: *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93078,7 +93129,7 @@ paths: - *459 - *460 - *291 - - *613 + - *615 requestBody: required: true content: @@ -93123,7 +93174,7 @@ paths: - *459 - *460 - *291 - - *613 + - *615 responses: '204': description: Response @@ -93492,7 +93543,7 @@ paths: schema: oneOf: - *253 - - *626 + - *628 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93728,7 +93779,7 @@ paths: description: Response content: application/json: - schema: &627 + schema: &629 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -93963,7 +94014,7 @@ paths: description: Response content: application/json: - schema: *627 + schema: *629 examples: default: value: @@ -94021,7 +94072,7 @@ paths: parameters: - *459 - *460 - - &628 + - &630 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. @@ -94038,7 +94089,7 @@ paths: application/json: schema: type: array - items: &629 + items: &631 title: Git Reference description: Git references within a repository type: object @@ -94116,15 +94167,15 @@ paths: parameters: - *459 - *460 - - *628 + - *630 responses: '200': description: Response content: application/json: - schema: *629 + schema: *631 examples: - default: &630 + default: &632 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -94183,9 +94234,9 @@ paths: description: Response content: application/json: - schema: *629 + schema: *631 examples: - default: *630 + default: *632 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -94213,7 +94264,7 @@ paths: parameters: - *459 - *460 - - *628 + - *630 requestBody: required: true content: @@ -94242,9 +94293,9 @@ paths: description: Response content: application/json: - schema: *629 + schema: *631 examples: - default: *630 + default: *632 '422': *15 '409': *119 x-github: @@ -94264,7 +94315,7 @@ paths: parameters: - *459 - *460 - - *628 + - *630 responses: '204': description: Response @@ -94387,7 +94438,7 @@ paths: description: Response content: application/json: - schema: &632 + schema: &634 title: Git Tag description: Metadata for a Git tag type: object @@ -94443,7 +94494,7 @@ paths: - sha - type - url - verification: *631 + verification: *633 required: - sha - url @@ -94453,7 +94504,7 @@ paths: - tag - message examples: - default: &633 + default: &635 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -94538,9 +94589,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *634 examples: - default: *633 + default: *635 '404': *6 '409': *119 x-github: @@ -94639,7 +94690,7 @@ paths: description: Response content: application/json: - schema: &634 + schema: &636 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -94765,7 +94816,7 @@ paths: description: Response content: application/json: - schema: *634 + schema: *636 examples: default-response: summary: Default response @@ -94835,7 +94886,7 @@ paths: application/json: schema: type: array - items: &635 + items: &637 title: Webhook description: Webhooks for repositories. type: object @@ -94898,7 +94949,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &885 + last_response: &887 title: Hook Response type: object properties: @@ -95029,9 +95080,9 @@ paths: description: Response content: application/json: - schema: *635 + schema: *637 examples: - default: &636 + default: &638 value: type: Repository id: 12345678 @@ -95087,9 +95138,9 @@ paths: description: Response content: application/json: - schema: *635 + schema: *637 examples: - default: *636 + default: *638 '404': *6 x-github: githubCloudOnly: false @@ -95156,9 +95207,9 @@ paths: description: Response content: application/json: - schema: *635 + schema: *637 examples: - default: *636 + default: *638 '422': *15 '404': *6 x-github: @@ -95556,7 +95607,7 @@ paths: description: Response content: application/json: - schema: &637 + schema: &639 title: Import description: A repository import from an external source. type: object @@ -95663,7 +95714,7 @@ paths: - html_url - authors_url examples: - default: &640 + default: &642 value: vcs: subversion use_lfs: true @@ -95679,7 +95730,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': &638 + '503': &640 description: Unavailable due to service under maintenance. content: application/json: @@ -95757,7 +95808,7 @@ paths: description: Response content: application/json: - schema: *637 + schema: *639 examples: default: value: @@ -95782,7 +95833,7 @@ paths: type: string '422': *15 '404': *6 - '503': *638 + '503': *640 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95863,7 +95914,7 @@ paths: description: Response content: application/json: - schema: *637 + schema: *639 examples: example-1: summary: Example 1 @@ -95911,7 +95962,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': *638 + '503': *640 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95939,7 +95990,7 @@ paths: responses: '204': description: Response - '503': *638 + '503': *640 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95967,7 +96018,7 @@ paths: parameters: - *459 - *460 - - &816 + - &818 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -95981,7 +96032,7 @@ paths: application/json: schema: type: array - items: &639 + items: &641 title: Porter Author description: Porter Author type: object @@ -96035,7 +96086,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': *638 + '503': *640 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96091,7 +96142,7 @@ paths: description: Response content: application/json: - schema: *639 + schema: *641 examples: default: value: @@ -96104,7 +96155,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *638 + '503': *640 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96170,7 +96221,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *638 + '503': *640 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96226,11 +96277,11 @@ paths: description: Response content: application/json: - schema: *637 + schema: *639 examples: - default: *640 + default: *642 '422': *15 - '503': *638 + '503': *640 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96297,7 +96348,7 @@ paths: properties: {} additionalProperties: false examples: - default: &642 + default: &644 value: limit: collaborators_only origin: repository @@ -96328,7 +96379,7 @@ paths: required: true content: application/json: - schema: *641 + schema: *643 examples: default: summary: Example request body @@ -96342,7 +96393,7 @@ paths: application/json: schema: *366 examples: - default: *642 + default: *644 '409': description: Response x-github: @@ -96399,9 +96450,9 @@ paths: application/json: schema: type: array - items: *643 + items: *645 examples: - default: &808 + default: &810 value: - id: 1 repository: @@ -96563,7 +96614,7 @@ paths: description: Response content: application/json: - schema: *643 + schema: *645 examples: default: value: @@ -96801,7 +96852,7 @@ paths: type: array items: *219 examples: - default: &652 + default: &654 value: - id: 1 node_id: MDU6SXNzdWUx @@ -97064,7 +97115,7 @@ paths: application/json: schema: *219 examples: - default: &649 + default: &651 value: id: 1 node_id: MDU6SXNzdWUx @@ -97221,7 +97272,7 @@ paths: '422': *15 '503': *192 '404': *6 - '410': *644 + '410': *646 x-github: triggersNotification: true githubCloudOnly: false @@ -97273,7 +97324,7 @@ paths: type: array items: *220 examples: - default: &651 + default: &653 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -97341,7 +97392,7 @@ paths: application/json: schema: *220 examples: - default: &645 + default: &647 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -97422,7 +97473,7 @@ paths: application/json: schema: *220 examples: - default: *645 + default: *647 '422': *15 x-github: githubCloudOnly: false @@ -97534,7 +97585,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *644 + '410': *646 '422': *15 x-github: githubCloudOnly: false @@ -97560,7 +97611,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *644 + '410': *646 '503': *192 x-github: githubCloudOnly: false @@ -97608,7 +97659,7 @@ paths: type: array items: *571 examples: - default: *646 + default: *648 headers: Link: *45 '404': *6 @@ -97697,7 +97748,7 @@ paths: - *459 - *460 - *233 - - *647 + - *649 responses: '204': description: Response @@ -97728,7 +97779,7 @@ paths: application/json: schema: type: array - items: &648 + items: &650 title: Issue Event description: Issue Event type: object @@ -98080,7 +98131,7 @@ paths: description: Response content: application/json: - schema: *648 + schema: *650 examples: default: value: @@ -98273,7 +98324,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *644 + '410': *646 '403': *27 x-github: githubCloudOnly: false @@ -98309,7 +98360,7 @@ paths: parameters: - *459 - *460 - - &650 + - &652 name: issue_number description: The number that identifies the issue. in: path @@ -98325,7 +98376,7 @@ paths: examples: default: summary: Issue - value: *649 + value: *651 pinned_comment: summary: Issue with pinned comment value: @@ -98526,7 +98577,7 @@ paths: state_reason: completed '301': *465 '404': *6 - '410': *644 + '410': *646 '304': *35 x-github: githubCloudOnly: false @@ -98553,7 +98604,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: false content: @@ -98688,13 +98739,13 @@ paths: application/json: schema: *219 examples: - default: *649 + default: *651 '422': *15 '503': *192 '403': *27 '301': *465 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98714,7 +98765,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: false content: @@ -98742,7 +98793,7 @@ paths: application/json: schema: *219 examples: - default: *649 + default: *651 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98760,7 +98811,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: content: application/json: @@ -98787,7 +98838,7 @@ paths: application/json: schema: *219 examples: - default: *649 + default: *651 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98811,7 +98862,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - name: assignee in: path required: true @@ -98853,7 +98904,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - *224 - *17 - *19 @@ -98866,11 +98917,11 @@ paths: type: array items: *220 examples: - default: *651 + default: *653 headers: Link: *45 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98901,7 +98952,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: true content: @@ -98925,14 +98976,14 @@ paths: application/json: schema: *220 examples: - default: *645 + default: *647 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *644 + '410': *646 '422': *15 '404': *6 x-github: @@ -98962,7 +99013,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - *17 - *19 responses: @@ -98974,12 +99025,12 @@ paths: type: array items: *219 examples: - default: *652 + default: *654 headers: Link: *45 '301': *465 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99009,7 +99060,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: true content: @@ -99033,7 +99084,7 @@ paths: application/json: schema: *219 examples: - default: *649 + default: *651 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -99041,7 +99092,7 @@ paths: type: string '301': *465 '403': *27 - '410': *644 + '410': *646 '422': *15 '404': *6 x-github: @@ -99074,7 +99125,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -99088,13 +99139,13 @@ paths: application/json: schema: *219 examples: - default: *649 + default: *651 '301': *465 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *644 + '410': *646 x-github: triggersNotification: true githubCloudOnly: false @@ -99122,7 +99173,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - *17 - *19 responses: @@ -99134,12 +99185,12 @@ paths: type: array items: *219 examples: - default: *652 + default: *654 headers: Link: *45 '301': *465 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99158,7 +99209,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - *17 - *19 responses: @@ -99172,7 +99223,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &655 + - &657 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -99221,7 +99272,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &656 + - &658 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -99349,7 +99400,7 @@ paths: - performed_via_github_app - assignee - assigner - - &657 + - &659 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -99395,7 +99446,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &658 + - &660 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -99441,7 +99492,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &659 + - &661 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -99490,7 +99541,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &660 + - &662 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -99532,7 +99583,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &661 + - &663 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -99574,7 +99625,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &662 + - &664 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -99630,7 +99681,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &663 + - &665 title: Locked Issue Event description: Locked Issue Event type: object @@ -99675,7 +99726,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &664 + - &666 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -99736,7 +99787,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &665 + - &667 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -99797,7 +99848,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &666 + - &668 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -99858,7 +99909,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &667 + - &669 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -99951,7 +100002,7 @@ paths: color: red headers: Link: *45 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99970,7 +100021,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - *17 - *19 responses: @@ -99980,9 +100031,9 @@ paths: application/json: schema: type: array - items: *653 + items: *655 examples: - default: &754 + default: &756 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -100008,7 +100059,7 @@ paths: Link: *45 '301': *465 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100027,7 +100078,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - *17 - *19 responses: @@ -100039,7 +100090,7 @@ paths: type: array items: *218 examples: - default: &654 + default: &656 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -100059,7 +100110,7 @@ paths: Link: *45 '301': *465 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100077,7 +100128,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: false content: @@ -100122,10 +100173,10 @@ paths: type: array items: *218 examples: - default: *654 + default: *656 '301': *465 '404': *6 - '410': *644 + '410': *646 '422': *15 x-github: githubCloudOnly: false @@ -100144,7 +100195,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: false content: @@ -100206,10 +100257,10 @@ paths: type: array items: *218 examples: - default: *654 + default: *656 '301': *465 '404': *6 - '410': *644 + '410': *646 '422': *15 x-github: githubCloudOnly: false @@ -100228,13 +100279,13 @@ paths: parameters: - *459 - *460 - - *650 + - *652 responses: '204': description: Response '301': *465 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100255,7 +100306,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - name: name in: path required: true @@ -100281,7 +100332,7 @@ paths: default: true '301': *465 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100303,7 +100354,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: false content: @@ -100332,7 +100383,7 @@ paths: '204': description: Response '403': *27 - '410': *644 + '410': *646 '404': *6 '422': *15 x-github: @@ -100352,7 +100403,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 responses: '204': description: Response @@ -100384,7 +100435,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 responses: '200': description: Response @@ -100392,10 +100443,10 @@ paths: application/json: schema: *219 examples: - default: *649 + default: *651 '301': *465 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100414,7 +100465,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - 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. @@ -100442,11 +100493,11 @@ paths: type: array items: *571 examples: - default: *646 + default: *648 headers: Link: *45 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100466,7 +100517,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: true content: @@ -100531,8 +100582,8 @@ paths: parameters: - *459 - *460 - - *650 - - *647 + - *652 + - *649 responses: '204': description: Response @@ -100563,7 +100614,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: true content: @@ -100587,7 +100638,7 @@ paths: application/json: schema: *219 examples: - default: *649 + default: *651 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -100622,7 +100673,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - *17 - *19 responses: @@ -100634,11 +100685,11 @@ paths: type: array items: *219 examples: - default: *652 + default: *654 headers: Link: *45 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100668,7 +100719,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: true content: @@ -100697,14 +100748,14 @@ paths: application/json: schema: *219 examples: - default: *649 + default: *651 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *644 + '410': *646 '422': *15 '404': *6 x-github: @@ -100726,7 +100777,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: true content: @@ -100759,7 +100810,7 @@ paths: application/json: schema: *219 examples: - default: *649 + default: *651 '403': *27 '404': *6 '422': *7 @@ -100783,7 +100834,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - *17 - *19 responses: @@ -100798,8 +100849,6 @@ paths: description: Timeline Event type: object anyOf: - - *655 - - *656 - *657 - *658 - *659 @@ -100811,6 +100860,8 @@ paths: - *665 - *666 - *667 + - *668 + - *669 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -100867,7 +100918,7 @@ paths: pin: anyOf: - type: 'null' - - *668 + - *670 required: - event - actor @@ -101143,7 +101194,7 @@ paths: type: string comments: type: array - items: &689 + items: &691 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -101659,7 +101710,7 @@ paths: headers: Link: *45 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101687,7 +101738,7 @@ paths: application/json: schema: type: array - items: &669 + items: &671 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -101792,9 +101843,9 @@ paths: description: Response content: application/json: - schema: *669 + schema: *671 examples: - default: &670 + default: &672 value: id: 1 key: ssh-rsa AAA... @@ -101830,7 +101881,7 @@ paths: parameters: - *459 - *460 - - &671 + - &673 name: key_id description: The unique identifier of the key. in: path @@ -101842,9 +101893,9 @@ paths: description: Response content: application/json: - schema: *669 + schema: *671 examples: - default: *670 + default: *672 '404': *6 x-github: githubCloudOnly: false @@ -101864,7 +101915,7 @@ paths: parameters: - *459 - *460 - - *671 + - *673 responses: '204': description: Response @@ -101897,7 +101948,7 @@ paths: type: array items: *218 examples: - default: *654 + default: *656 headers: Link: *45 '404': *6 @@ -101957,7 +102008,7 @@ paths: application/json: schema: *218 examples: - default: &672 + default: &674 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -102003,7 +102054,7 @@ paths: application/json: schema: *218 examples: - default: *672 + default: *674 '404': *6 x-github: githubCloudOnly: false @@ -102458,7 +102509,7 @@ paths: application/json: schema: *573 examples: - default: *673 + default: *675 '204': description: Response when already merged '404': @@ -102624,7 +102675,7 @@ paths: application/json: schema: *408 examples: - default: &674 + default: &676 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -102685,7 +102736,7 @@ paths: parameters: - *459 - *460 - - &675 + - &677 name: milestone_number description: The number that identifies the milestone. in: path @@ -102699,7 +102750,7 @@ paths: application/json: schema: *408 examples: - default: *674 + default: *676 '404': *6 x-github: githubCloudOnly: false @@ -102718,7 +102769,7 @@ paths: parameters: - *459 - *460 - - *675 + - *677 requestBody: required: false content: @@ -102758,7 +102809,7 @@ paths: application/json: schema: *408 examples: - default: *674 + default: *676 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102776,7 +102827,7 @@ paths: parameters: - *459 - *460 - - *675 + - *677 responses: '204': description: Response @@ -102799,7 +102850,7 @@ paths: parameters: - *459 - *460 - - *675 + - *677 - *17 - *19 responses: @@ -102811,7 +102862,7 @@ paths: type: array items: *218 examples: - default: *654 + default: *656 headers: Link: *45 x-github: @@ -102832,10 +102883,10 @@ paths: parameters: - *459 - *460 - - *676 - - *677 - - *224 - *678 + - *679 + - *224 + - *680 - *17 - *19 responses: @@ -102847,7 +102898,7 @@ paths: type: array items: *244 examples: - default: *679 + default: *681 headers: Link: *45 x-github: @@ -102937,7 +102988,7 @@ paths: description: Response content: application/json: - schema: &680 + schema: &682 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -103081,7 +103132,7 @@ paths: - custom_404 - public examples: - default: &681 + default: &683 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -103178,9 +103229,9 @@ paths: description: Response content: application/json: - schema: *680 + schema: *682 examples: - default: *681 + default: *683 '422': *15 '409': *119 x-github: @@ -103350,7 +103401,7 @@ paths: application/json: schema: type: array - items: &682 + items: &684 title: Page Build description: Page Build type: object @@ -103497,9 +103548,9 @@ paths: description: Response content: application/json: - schema: *682 + schema: *684 examples: - default: &683 + default: &685 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -103559,9 +103610,9 @@ paths: description: Response content: application/json: - schema: *682 + schema: *684 examples: - default: *683 + default: *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103692,7 +103743,7 @@ paths: parameters: - *459 - *460 - - &684 + - &686 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -103752,7 +103803,7 @@ paths: parameters: - *459 - *460 - - *684 + - *686 responses: '204': *151 '404': *6 @@ -104169,7 +104220,7 @@ paths: type: array items: *152 examples: - default: *685 + default: *687 '403': *27 '404': *6 x-github: @@ -104208,7 +104259,7 @@ paths: required: - properties examples: - default: *686 + default: *688 responses: '204': description: No Content when custom property values are successfully created @@ -104309,7 +104360,7 @@ paths: type: array items: *577 examples: - default: *687 + default: *689 headers: Link: *45 '304': *35 @@ -104409,7 +104460,7 @@ paths: description: Response content: application/json: - schema: &691 + schema: &693 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -104633,7 +104684,7 @@ paths: - review_comment - self author_association: *216 - auto_merge: *688 + auto_merge: *690 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -104733,7 +104784,7 @@ paths: - merged_by - review_comments examples: - default: &692 + default: &694 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -105290,9 +105341,9 @@ paths: application/json: schema: type: array - items: *689 + items: *691 examples: - default: &694 + default: &696 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -105377,9 +105428,9 @@ paths: description: Response content: application/json: - schema: *689 + schema: *691 examples: - default: &690 + default: &692 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -105478,9 +105529,9 @@ paths: description: Response content: application/json: - schema: *689 + schema: *691 examples: - default: *690 + default: *692 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105549,7 +105600,7 @@ paths: type: array items: *571 examples: - default: *646 + default: *648 headers: Link: *45 '404': *6 @@ -105638,7 +105689,7 @@ paths: - *459 - *460 - *233 - - *647 + - *649 responses: '204': description: Response @@ -105683,7 +105734,7 @@ paths: parameters: - *459 - *460 - - &693 + - &695 name: pull_number description: The number that identifies the pull request. in: path @@ -105696,9 +105747,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *691 + schema: *693 examples: - default: *692 + default: *694 '304': *35 '404': *6 '406': @@ -105735,7 +105786,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 requestBody: required: false content: @@ -105777,9 +105828,9 @@ paths: description: Response content: application/json: - schema: *691 + schema: *693 examples: - default: *692 + default: *694 '422': *15 '403': *27 x-github: @@ -105803,7 +105854,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 requestBody: required: true content: @@ -105906,7 +105957,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 - *241 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -105927,9 +105978,9 @@ paths: application/json: schema: type: array - items: *689 + items: *691 examples: - default: *694 + default: *696 headers: Link: *45 x-github: @@ -105964,7 +106015,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 requestBody: required: true content: @@ -106070,7 +106121,7 @@ paths: description: Response content: application/json: - schema: *689 + schema: *691 examples: example-for-a-multi-line-comment: value: @@ -106160,7 +106211,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 - *233 requestBody: required: true @@ -106183,7 +106234,7 @@ paths: description: Response content: application/json: - schema: *689 + schema: *691 examples: default: value: @@ -106271,7 +106322,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 - *17 - *19 responses: @@ -106283,7 +106334,7 @@ paths: type: array items: *573 examples: - default: *695 + default: *697 headers: Link: *45 x-github: @@ -106315,7 +106366,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 - *17 - *19 responses: @@ -106365,7 +106416,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 responses: '204': description: Response if pull request has been merged @@ -106390,7 +106441,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 requestBody: required: false content: @@ -106504,7 +106555,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 responses: '200': description: Response @@ -106581,7 +106632,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 requestBody: required: false content: @@ -107156,7 +107207,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 requestBody: required: true content: @@ -107697,7 +107748,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 - *17 - *19 responses: @@ -107707,7 +107758,7 @@ paths: application/json: schema: type: array - items: &696 + items: &698 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -107865,7 +107916,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 requestBody: required: false content: @@ -107955,9 +108006,9 @@ paths: description: Response content: application/json: - schema: *696 + schema: *698 examples: - default: &698 + default: &700 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -108022,8 +108073,8 @@ paths: parameters: - *459 - *460 - - *693 - - &697 + - *695 + - &699 name: review_id description: The unique identifier of the review. in: path @@ -108035,9 +108086,9 @@ paths: description: Response content: application/json: - schema: *696 + schema: *698 examples: - default: &699 + default: &701 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -108098,8 +108149,8 @@ paths: parameters: - *459 - *460 - - *693 - - *697 + - *695 + - *699 requestBody: required: true content: @@ -108122,7 +108173,7 @@ paths: description: Response content: application/json: - schema: *696 + schema: *698 examples: default: value: @@ -108186,16 +108237,16 @@ paths: parameters: - *459 - *460 - - *693 - - *697 + - *695 + - *699 responses: '200': description: Response content: application/json: - schema: *696 + schema: *698 examples: - default: *698 + default: *700 '422': *7 '404': *6 x-github: @@ -108224,8 +108275,8 @@ paths: parameters: - *459 - *460 - - *693 - - *697 + - *695 + - *699 - *17 - *19 responses: @@ -108485,8 +108536,8 @@ paths: parameters: - *459 - *460 - - *693 - - *697 + - *695 + - *699 requestBody: required: true content: @@ -108515,7 +108566,7 @@ paths: description: Response content: application/json: - schema: *696 + schema: *698 examples: default: value: @@ -108580,8 +108631,8 @@ paths: parameters: - *459 - *460 - - *693 - - *697 + - *695 + - *699 requestBody: required: true content: @@ -108616,9 +108667,9 @@ paths: description: Response content: application/json: - schema: *696 + schema: *698 examples: - default: *699 + default: *701 '404': *6 '422': *7 '403': *27 @@ -108642,7 +108693,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 requestBody: required: false content: @@ -108720,9 +108771,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *702 examples: - default: &701 + default: &703 value: type: file encoding: base64 @@ -108785,9 +108836,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *702 examples: - default: *701 + default: *703 '404': *6 '422': *15 x-github: @@ -108820,7 +108871,7 @@ paths: application/json: schema: type: array - items: *702 + items: *704 examples: default: value: @@ -108991,9 +109042,9 @@ paths: description: Response content: application/json: - schema: *702 + schema: *704 examples: - default: &706 + default: &708 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -109100,7 +109151,7 @@ paths: parameters: - *459 - *460 - - &704 + - &706 name: asset_id description: The unique identifier of the asset. in: path @@ -109112,9 +109163,9 @@ paths: description: Response content: application/json: - schema: *703 + schema: *705 examples: - default: &705 + default: &707 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 @@ -109149,7 +109200,7 @@ paths: type: User site_admin: false '404': *6 - '302': *586 + '302': *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109167,7 +109218,7 @@ paths: parameters: - *459 - *460 - - *704 + - *706 requestBody: required: false content: @@ -109196,9 +109247,9 @@ paths: description: Response content: application/json: - schema: *703 + schema: *705 examples: - default: *705 + default: *707 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109216,7 +109267,7 @@ paths: parameters: - *459 - *460 - - *704 + - *706 responses: '204': description: Response @@ -109335,9 +109386,9 @@ paths: description: Response content: application/json: - schema: *702 + schema: *704 examples: - default: *706 + default: *708 '404': *6 x-github: githubCloudOnly: false @@ -109369,9 +109420,9 @@ paths: description: Response content: application/json: - schema: *702 + schema: *704 examples: - default: *706 + default: *708 '404': *6 x-github: githubCloudOnly: false @@ -109395,7 +109446,7 @@ paths: parameters: - *459 - *460 - - &707 + - &709 name: release_id description: The unique identifier of the release. in: path @@ -109409,9 +109460,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: *702 + schema: *704 examples: - default: *706 + default: *708 '401': description: Unauthorized x-github: @@ -109431,7 +109482,7 @@ paths: parameters: - *459 - *460 - - *707 + - *709 requestBody: required: false content: @@ -109495,9 +109546,9 @@ paths: description: Response content: application/json: - schema: *702 + schema: *704 examples: - default: *706 + default: *708 '404': description: Not Found if the discussion category name is invalid content: @@ -109520,7 +109571,7 @@ paths: parameters: - *459 - *460 - - *707 + - *709 responses: '204': description: Response @@ -109543,7 +109594,7 @@ paths: parameters: - *459 - *460 - - *707 + - *709 - *17 - *19 responses: @@ -109553,7 +109604,7 @@ paths: application/json: schema: type: array - items: *703 + items: *705 examples: default: value: @@ -109637,7 +109688,7 @@ paths: parameters: - *459 - *460 - - *707 + - *709 - name: name in: query required: true @@ -109663,7 +109714,7 @@ paths: description: Response for successful upload content: application/json: - schema: *703 + schema: *705 examples: response-for-successful-upload: value: @@ -109720,7 +109771,7 @@ paths: parameters: - *459 - *460 - - *707 + - *709 - 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. @@ -109746,7 +109797,7 @@ paths: type: array items: *571 examples: - default: *646 + default: *648 headers: Link: *45 '404': *6 @@ -109769,7 +109820,7 @@ paths: parameters: - *459 - *460 - - *707 + - *709 requestBody: required: true content: @@ -109832,8 +109883,8 @@ paths: parameters: - *459 - *460 - - *707 - - *647 + - *709 + - *649 responses: '204': description: Response @@ -109876,7 +109927,7 @@ paths: oneOf: - allOf: - *166 - - &708 + - &710 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -109897,67 +109948,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *167 - - *708 + - *710 - allOf: - *168 - - *708 + - *710 - allOf: - *169 - - *708 + - *710 - allOf: - - *709 - - *708 + - *711 + - *710 - allOf: - *170 - - *708 + - *710 - allOf: - *171 - - *708 + - *710 - allOf: - *172 - - *708 + - *710 - allOf: - *173 - - *708 + - *710 - allOf: - *174 - - *708 + - *710 - allOf: - *175 - - *708 + - *710 - allOf: - *176 - - *708 + - *710 - allOf: - *177 - - *708 + - *710 - allOf: - *178 - - *708 + - *710 - allOf: - *179 - - *708 + - *710 - allOf: - *180 - - *708 + - *710 - allOf: - *181 - - *708 + - *710 - allOf: - *182 - - *708 + - *710 - allOf: - *183 - - *708 + - *710 - allOf: - *184 - - *708 + - *710 - allOf: - *185 - - *708 + - *710 - allOf: - *186 - - *708 + - *710 examples: default: value: @@ -110008,7 +110059,7 @@ paths: schema: type: boolean default: true - - *710 + - *712 responses: '200': description: Response @@ -110093,7 +110144,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *711 + items: *713 required: - name - enforcement @@ -110126,7 +110177,7 @@ paths: application/json: schema: *187 examples: - default: &720 + default: &722 value: id: 42 name: super cool ruleset @@ -110176,10 +110227,10 @@ paths: parameters: - *459 - *460 - - *712 - - *105 - - *713 - *714 + - *105 + - *715 + - *716 - *17 - *19 responses: @@ -110187,9 +110238,9 @@ paths: description: Response content: application/json: - schema: *715 + schema: *717 examples: - default: *716 + default: *718 '404': *6 '500': *38 x-github: @@ -110212,15 +110263,15 @@ paths: parameters: - *459 - *460 - - *717 + - *719 responses: '200': description: Response content: application/json: - schema: *718 + schema: *720 examples: - default: *719 + default: *721 '404': *6 '500': *38 x-github: @@ -110271,7 +110322,7 @@ paths: application/json: schema: *187 examples: - default: *720 + default: *722 '404': *6 '500': *38 put: @@ -110324,7 +110375,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *711 + items: *713 examples: default: value: @@ -110354,7 +110405,7 @@ paths: application/json: schema: *187 examples: - default: *720 + default: *722 '404': *6 '422': *15 '500': *38 @@ -110522,8 +110573,8 @@ paths: - *110 - *19 - *17 - - *721 - - *722 + - *723 + - *724 - *435 - *436 - *437 @@ -110535,7 +110586,7 @@ paths: application/json: schema: type: array - items: &726 + items: &728 type: object properties: number: *126 @@ -110551,8 +110602,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *723 - resolution: *724 + state: *725 + resolution: *726 resolved_at: type: - string @@ -110658,7 +110709,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *725 + - *727 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -110826,7 +110877,7 @@ paths: description: Response content: application/json: - schema: *726 + schema: *728 examples: default: value: @@ -110890,8 +110941,8 @@ paths: schema: type: object properties: - state: *723 - resolution: *724 + state: *725 + resolution: *726 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -110929,7 +110980,7 @@ paths: description: Response content: application/json: - schema: *726 + schema: *728 examples: default: value: @@ -111037,7 +111088,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &905 + items: &907 type: object properties: type: @@ -111064,8 +111115,6 @@ paths: - commit details: oneOf: - - *727 - - *728 - *729 - *730 - *731 @@ -111077,6 +111126,8 @@ paths: - *737 - *738 - *739 + - *740 + - *741 examples: default: value: @@ -111171,14 +111222,14 @@ paths: schema: type: object properties: - reason: &741 + reason: &743 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *740 + placeholder_id: *742 required: - reason - placeholder_id @@ -111195,7 +111246,7 @@ paths: schema: type: object properties: - reason: *741 + reason: *743 expire_at: type: - string @@ -111258,7 +111309,7 @@ paths: properties: incremental_scans: type: array - items: &742 + items: &744 description: Information on a single scan performed by secret scanning on the repository type: object @@ -111286,15 +111337,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *742 + items: *744 backfill_scans: type: array - items: *742 + items: *744 custom_pattern_backfill_scans: type: array items: allOf: - - *742 + - *744 - type: object properties: pattern_name: @@ -111409,9 +111460,9 @@ paths: application/json: schema: type: array - items: *743 + items: *745 examples: - default: *744 + default: *746 '400': *14 '404': *6 x-github: @@ -111605,9 +111656,9 @@ paths: description: Response content: application/json: - schema: *743 + schema: *745 examples: - default: &746 + default: &748 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -111954,7 +112005,7 @@ paths: description: Response content: application/json: - schema: *743 + schema: *745 examples: default: value: @@ -112103,15 +112154,15 @@ paths: parameters: - *459 - *460 - - *745 + - *747 responses: '200': description: Response content: application/json: - schema: *743 + schema: *745 examples: - default: *746 + default: *748 '403': *27 '404': *6 x-github: @@ -112137,7 +112188,7 @@ paths: parameters: - *459 - *460 - - *745 + - *747 requestBody: required: true content: @@ -112308,10 +112359,10 @@ paths: description: Response content: application/json: - schema: *743 + schema: *745 examples: - default: *746 - add_credit: *746 + default: *748 + add_credit: *748 '403': *27 '404': *6 '422': @@ -112351,7 +112402,7 @@ paths: parameters: - *459 - *460 - - *745 + - *747 responses: '202': *37 '400': *14 @@ -112380,7 +112431,7 @@ paths: parameters: - *459 - *460 - - *745 + - *747 responses: '202': description: Response @@ -112521,7 +112572,7 @@ paths: application/json: schema: type: array - items: &747 + items: &749 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -112894,7 +112945,7 @@ paths: application/json: schema: type: array - items: *747 + items: *749 examples: default: value: @@ -112984,7 +113035,7 @@ paths: description: Response content: application/json: - schema: *748 + schema: *750 examples: default: value: @@ -113078,7 +113129,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &749 + schema: &751 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -113178,7 +113229,7 @@ paths: description: Response content: application/json: - schema: *749 + schema: *751 examples: default: value: @@ -113388,7 +113439,7 @@ paths: description: Response content: application/json: - schema: &750 + schema: &752 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -113400,7 +113451,7 @@ paths: required: - names examples: - default: &751 + default: &753 value: names: - octocat @@ -113455,9 +113506,9 @@ paths: description: Response content: application/json: - schema: *750 + schema: *752 examples: - default: *751 + default: *753 '404': *6 '422': *7 x-github: @@ -113480,7 +113531,7 @@ paths: parameters: - *459 - *460 - - &752 + - &754 name: per description: The time frame to display results for. in: query @@ -113511,7 +113562,7 @@ paths: - 128 clones: type: array - items: &753 + items: &755 title: Traffic type: object properties: @@ -113759,7 +113810,7 @@ paths: parameters: - *459 - *460 - - *752 + - *754 responses: '200': description: Response @@ -113780,7 +113831,7 @@ paths: - 3782 views: type: array - items: *753 + items: *755 required: - uniques - count @@ -114449,7 +114500,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *272 - - *650 + - *652 requestBody: required: true content: @@ -114515,9 +114566,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *653 + items: *655 examples: - default: *754 + default: *756 '400': *14 '403': *27 '404': *6 @@ -114554,7 +114605,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *272 - - *650 + - *652 requestBody: required: true content: @@ -114621,9 +114672,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *653 + items: *655 examples: - default: *754 + default: *756 '400': *14 '403': *27 '404': *6 @@ -114655,7 +114706,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *272 - - *650 + - *652 - *373 responses: '204': @@ -114698,7 +114749,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &762 + - &764 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -114708,7 +114759,7 @@ paths: type: string examples: - members - - &767 + - &769 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -114720,7 +114771,7 @@ paths: format: int32 examples: - 1 - - &768 + - &770 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -114764,7 +114815,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &757 + items: &759 allOf: - type: object required: @@ -114846,7 +114897,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: &769 + meta: &771 type: object description: The metadata associated with the creation/updates to the user. @@ -114911,30 +114962,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &758 + '400': &760 description: Bad request content: application/json: - schema: *755 + schema: *757 application/scim+json: - schema: *755 - '401': *756 - '403': &759 + schema: *757 + '401': *758 + '403': &761 description: Permission denied - '429': &760 + '429': &762 description: Too many requests content: application/json: - schema: *755 + schema: *757 application/scim+json: - schema: *755 - '500': &761 + schema: *757 + '500': &763 description: Internal server error content: application/json: - schema: *755 + schema: *757 application/scim+json: - schema: *755 + schema: *757 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -114958,7 +115009,7 @@ paths: required: true content: application/json: - schema: &765 + schema: &767 type: object required: - schemas @@ -115022,9 +115073,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *757 + schema: *759 examples: - group: &763 + group: &765 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -115043,13 +115094,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': *758 - '401': *756 - '403': *759 - '409': &766 + '400': *760 + '401': *758 + '403': *761 + '409': &768 description: Duplicate record detected - '429': *760 - '500': *761 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115066,7 +115117,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: - - &764 + - &766 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -115075,22 +115126,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *762 + - *764 - *39 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *757 + schema: *759 examples: - default: *763 - '400': *758 - '401': *756 - '403': *759 + default: *765 + '400': *760 + '401': *758 + '403': *761 '404': *6 - '429': *760 - '500': *761 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115109,13 +115160,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: - - *764 + - *766 - *39 requestBody: required: true content: application/json: - schema: *765 + schema: *767 examples: group: summary: Group @@ -115141,17 +115192,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *757 + schema: *759 examples: - group: *763 - groupWithMembers: *763 - '400': *758 - '401': *756 - '403': *759 + group: *765 + groupWithMembers: *765 + '400': *760 + '401': *758 + '403': *761 '404': *6 - '409': *766 - '429': *760 - '500': *761 + '409': *768 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115175,13 +115226,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: - - *764 + - *766 - *39 requestBody: required: true content: application/json: - schema: &776 + schema: &778 type: object required: - Operations @@ -115241,17 +115292,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *757 + schema: *759 examples: - updateGroup: *763 - addMembers: *763 - '400': *758 - '401': *756 - '403': *759 + updateGroup: *765 + addMembers: *765 + '400': *760 + '401': *758 + '403': *761 '404': *6 - '409': *766 - '429': *760 - '500': *761 + '409': *768 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115267,17 +115318,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: - - *764 + - *766 - *39 responses: '204': description: Group was deleted, no content - '400': *758 - '401': *756 - '403': *759 + '400': *760 + '401': *758 + '403': *761 '404': *6 - '429': *760 - '500': *761 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115311,8 +115362,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *767 - - *768 + - *769 + - *770 - *39 responses: '200': @@ -115346,7 +115397,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &771 + items: &773 allOf: - type: object required: @@ -115438,7 +115489,7 @@ paths: address. examples: - true - roles: &770 + roles: &772 type: array description: The roles assigned to the user. items: @@ -115497,7 +115548,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *769 + meta: *771 startIndex: type: integer description: A starting index for the returned page @@ -115536,11 +115587,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *758 - '401': *756 - '403': *759 - '429': *760 - '500': *761 + '400': *760 + '401': *758 + '403': *761 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115564,7 +115615,7 @@ paths: required: true content: application/json: - schema: &774 + schema: &776 type: object required: - schemas @@ -115657,9 +115708,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *770 + roles: *772 examples: - user: &775 + user: &777 summary: User value: schemas: @@ -115706,9 +115757,9 @@ paths: description: User has been created content: application/scim+json: - schema: *771 + schema: *773 examples: - user: &772 + user: &774 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -115734,13 +115785,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: *772 - '400': *758 - '401': *756 - '403': *759 - '409': *766 - '429': *760 - '500': *761 + enterpriseOwner: *774 + '400': *760 + '401': *758 + '403': *761 + '409': *768 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115757,7 +115808,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: - - &773 + - &775 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -115770,15 +115821,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *771 + schema: *773 examples: - default: *772 - '400': *758 - '401': *756 - '403': *759 + default: *774 + '400': *760 + '401': *758 + '403': *761 '404': *6 - '429': *760 - '500': *761 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115829,30 +115880,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: - - *773 + - *775 - *39 requestBody: required: true content: application/json: - schema: *774 + schema: *776 examples: - user: *775 + user: *777 responses: '200': description: User was updated content: application/scim+json: - schema: *771 + schema: *773 examples: - user: *772 - '400': *758 - '401': *756 - '403': *759 + user: *774 + '400': *760 + '401': *758 + '403': *761 '404': *6 - '409': *766 - '429': *760 - '500': *761 + '409': *768 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115893,13 +115944,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: - - *773 + - *775 - *39 requestBody: required: true content: application/json: - schema: *776 + schema: *778 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -115939,18 +115990,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *771 + schema: *773 examples: - userMultiValuedProperties: *772 - userSingleValuedProperties: *772 - disableUser: *772 - '400': *758 - '401': *756 - '403': *759 + userMultiValuedProperties: *774 + userSingleValuedProperties: *774 + disableUser: *774 + '400': *760 + '401': *758 + '403': *761 '404': *6 - '409': *766 - '429': *760 - '500': *761 + '409': *768 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115970,17 +116021,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: - - *773 + - *775 - *39 responses: '204': description: User was deleted, no content - '400': *758 - '401': *756 - '403': *759 + '400': *760 + '401': *758 + '403': *761 '404': *6 - '429': *760 - '500': *761 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116071,7 +116122,7 @@ paths: - 1 Resources: type: array - items: &777 + items: &779 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -116318,22 +116369,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &778 + '404': &780 description: Resource not found content: application/json: - schema: *755 + schema: *757 application/scim+json: - schema: *755 - '403': &779 + schema: *757 + '403': &781 description: Forbidden content: application/json: - schema: *755 + schema: *757 application/scim+json: - schema: *755 - '400': *758 - '429': *760 + schema: *757 + '400': *760 + '429': *762 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -116359,9 +116410,9 @@ paths: description: Response content: application/scim+json: - schema: *777 + schema: *779 examples: - default: &780 + default: &782 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -116384,17 +116435,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *778 - '403': *779 - '500': *761 + '404': *780 + '403': *781 + '500': *763 '409': description: Conflict content: application/json: - schema: *755 + schema: *757 application/scim+json: - schema: *755 - '400': *758 + schema: *757 + '400': *760 requestBody: required: true content: @@ -116494,17 +116545,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *87 - - *773 + - *775 responses: '200': description: Response content: application/scim+json: - schema: *777 + schema: *779 examples: - default: *780 - '404': *778 - '403': *779 + default: *782 + '404': *780 + '403': *781 '304': *35 x-github: githubCloudOnly: true @@ -116528,18 +116579,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *87 - - *773 + - *775 responses: '200': description: Response content: application/scim+json: - schema: *777 + schema: *779 examples: - default: *780 + default: *782 '304': *35 - '404': *778 - '403': *779 + '404': *780 + '403': *781 requestBody: required: true content: @@ -116654,19 +116705,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *87 - - *773 + - *775 responses: '200': description: Response content: application/scim+json: - schema: *777 + schema: *779 examples: - default: *780 + default: *782 '304': *35 - '404': *778 - '403': *779 - '400': *758 + '404': *780 + '403': *781 + '400': *760 '429': description: Response content: @@ -116762,12 +116813,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *87 - - *773 + - *775 responses: '204': description: Response - '404': *778 - '403': *779 + '404': *780 + '403': *781 '304': *35 x-github: githubCloudOnly: true @@ -116904,7 +116955,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &781 + text_matches: &783 title: Search Result Text Matches type: array items: @@ -117068,7 +117119,7 @@ paths: enum: - author-date - committer-date - - &782 + - &784 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 @@ -117156,7 +117207,7 @@ paths: url: type: string format: uri - verification: *631 + verification: *633 required: - author - committer @@ -117188,7 +117239,7 @@ paths: type: number node_id: type: string - text_matches: *781 + text_matches: *783 required: - sha - node_id @@ -117381,7 +117432,7 @@ paths: - interactions - created - updated - - *782 + - *784 - *17 - *19 - name: advanced_search @@ -117495,11 +117546,11 @@ paths: type: - string - 'null' - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: type: string state_reason: @@ -117523,7 +117574,7 @@ paths: - string - 'null' format: date-time - text_matches: *781 + text_matches: *783 pull_request: type: object properties: @@ -117788,7 +117839,7 @@ paths: enum: - created - updated - - *782 + - *784 - *17 - *19 responses: @@ -117833,7 +117884,7 @@ paths: - 'null' score: type: number - text_matches: *781 + text_matches: *783 required: - id - node_id @@ -117919,7 +117970,7 @@ paths: - forks - help-wanted-issues - updated - - *782 + - *784 - *17 - *19 responses: @@ -118165,7 +118216,7 @@ paths: - admin - pull - push - text_matches: *781 + text_matches: *783 temp_clone_token: type: string allow_merge_commit: @@ -118474,7 +118525,7 @@ paths: - string - 'null' format: uri - text_matches: *781 + text_matches: *783 related: type: - array @@ -118669,7 +118720,7 @@ paths: - followers - repositories - joined - - *782 + - *784 - *17 - *19 responses: @@ -118779,7 +118830,7 @@ paths: type: - boolean - 'null' - text_matches: *781 + text_matches: *783 blog: type: - string @@ -118861,7 +118912,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &785 + - &787 name: team_id description: The unique identifier of the team. in: path @@ -118902,7 +118953,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *785 + - *787 requestBody: required: true content: @@ -119003,7 +119054,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *785 + - *787 responses: '204': description: Response @@ -119032,7 +119083,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *785 + - *787 - *17 - *19 responses: @@ -119070,7 +119121,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *785 + - *787 - name: role description: Filters members returned by their role in the team. in: query @@ -119121,7 +119172,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *785 + - *787 - *139 responses: '204': @@ -119158,7 +119209,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *785 + - *787 - *139 responses: '204': @@ -119198,7 +119249,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *785 + - *787 - *139 responses: '204': @@ -119235,7 +119286,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: - - *785 + - *787 - *139 responses: '200': @@ -119244,7 +119295,7 @@ paths: application/json: schema: *458 examples: - response-if-user-is-a-team-maintainer: *786 + response-if-user-is-a-team-maintainer: *788 '404': *6 x-github: githubCloudOnly: false @@ -119277,7 +119328,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: - - *785 + - *787 - *139 requestBody: required: false @@ -119305,7 +119356,7 @@ paths: application/json: schema: *458 examples: - response-if-users-membership-with-team-is-now-pending: *787 + response-if-users-membership-with-team-is-now-pending: *789 '403': description: Forbidden if team synchronization is set up '422': @@ -119339,7 +119390,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: - - *785 + - *787 - *139 responses: '204': @@ -119367,7 +119418,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *785 + - *787 - *17 - *19 responses: @@ -119409,7 +119460,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: - - *785 + - *787 - *459 - *460 responses: @@ -119417,7 +119468,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *788 + schema: *790 examples: alternative-response-with-extra-repository-information: value: @@ -119568,7 +119619,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: - - *785 + - *787 - *459 - *460 requestBody: @@ -119620,7 +119671,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: - - *785 + - *787 - *459 - *460 responses: @@ -119651,7 +119702,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: - - *785 + - *787 responses: '200': description: Response @@ -119686,7 +119737,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: - - *785 + - *787 requestBody: required: true content: @@ -119778,7 +119829,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *785 + - *787 - *17 - *19 responses: @@ -119790,7 +119841,7 @@ paths: type: array items: *307 examples: - response-if-child-teams-exist: *789 + response-if-child-teams-exist: *791 headers: Link: *45 '404': *6 @@ -119823,7 +119874,7 @@ paths: application/json: schema: oneOf: - - &790 + - &792 title: Private User description: Private User type: object @@ -120073,7 +120124,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &815 + - &817 title: Public User description: Public User type: object @@ -120407,7 +120458,7 @@ paths: description: Response content: application/json: - schema: *790 + schema: *792 examples: default: value: @@ -120805,7 +120856,7 @@ paths: type: integer secrets: type: array - items: &791 + items: &793 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -120925,7 +120976,7 @@ paths: description: Response content: application/json: - schema: *791 + schema: *793 examples: default: value: @@ -121338,7 +121389,7 @@ paths: description: Response content: application/json: - schema: &792 + schema: &794 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -121391,7 +121442,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &793 + default: &795 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -121436,9 +121487,9 @@ paths: description: Response content: application/json: - schema: *792 + schema: *794 examples: - default: *793 + default: *795 '404': *6 x-github: githubCloudOnly: false @@ -121477,7 +121528,7 @@ paths: type: array items: *563 examples: - default: *794 + default: *796 '304': *35 '500': *38 '401': *23 @@ -122443,7 +122494,7 @@ paths: type: array items: *389 examples: - default: &805 + default: &807 value: - id: 197 name: hello_docker @@ -122544,7 +122595,7 @@ paths: application/json: schema: type: array - items: &795 + items: &797 title: Email description: Email type: object @@ -122614,9 +122665,9 @@ paths: application/json: schema: type: array - items: *795 + items: *797 examples: - default: &807 + default: &809 value: - email: octocat@github.com verified: true @@ -122693,7 +122744,7 @@ paths: application/json: schema: type: array - items: *795 + items: *797 examples: default: value: @@ -122951,7 +123002,7 @@ paths: application/json: schema: type: array - items: &796 + items: &798 title: GPG Key description: A unique encryption key type: object @@ -123096,7 +123147,7 @@ paths: - subkeys - revoked examples: - default: &824 + default: &826 value: - id: 3 name: Octocat's GPG Key @@ -123181,9 +123232,9 @@ paths: description: Response content: application/json: - schema: *796 + schema: *798 examples: - default: &797 + default: &799 value: id: 3 name: Octocat's GPG Key @@ -123240,7 +123291,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: - - &798 + - &800 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -123252,9 +123303,9 @@ paths: description: Response content: application/json: - schema: *796 + schema: *798 examples: - default: *797 + default: *799 '404': *6 '304': *35 '403': *27 @@ -123277,7 +123328,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: - - *798 + - *800 responses: '204': description: Response @@ -123585,7 +123636,7 @@ paths: required: true content: application/json: - schema: *641 + schema: *643 examples: default: value: @@ -123735,7 +123786,7 @@ paths: application/json: schema: type: array - items: &799 + items: &801 title: Key description: Key type: object @@ -123838,9 +123889,9 @@ paths: description: Response content: application/json: - schema: *799 + schema: *801 examples: - default: &800 + default: &802 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -123873,15 +123924,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: - - *671 + - *673 responses: '200': description: Response content: application/json: - schema: *799 + schema: *801 examples: - default: *800 + default: *802 '404': *6 '304': *35 '403': *27 @@ -123904,7 +123955,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: - - *671 + - *673 responses: '204': description: Response @@ -123937,7 +123988,7 @@ paths: application/json: schema: type: array - items: &801 + items: &803 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -124016,7 +124067,7 @@ paths: - account - plan examples: - default: &802 + default: &804 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -124078,9 +124129,9 @@ paths: application/json: schema: type: array - items: *801 + items: *803 examples: - default: *802 + default: *804 headers: Link: *45 '304': *35 @@ -125098,7 +125149,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *385 - - *803 + - *805 responses: '204': description: Response @@ -125211,7 +125262,7 @@ paths: - docker - nuget - container - - *804 + - *806 - *19 - *17 responses: @@ -125223,8 +125274,8 @@ paths: type: array items: *389 examples: - default: *805 - '400': *806 + default: *807 + '400': *808 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -125253,7 +125304,7 @@ paths: application/json: schema: *389 examples: - default: &825 + default: &827 value: id: 40201 name: octo-name @@ -125615,9 +125666,9 @@ paths: application/json: schema: type: array - items: *795 + items: *797 examples: - default: *807 + default: *809 headers: Link: *45 '304': *35 @@ -125730,7 +125781,7 @@ paths: type: array items: *78 examples: - default: &814 + default: &816 summary: Default response value: - id: 1296269 @@ -126089,9 +126140,9 @@ paths: application/json: schema: type: array - items: *643 + items: *645 examples: - default: *808 + default: *810 headers: Link: *45 '304': *35 @@ -126171,7 +126222,7 @@ paths: application/json: schema: type: array - items: &809 + items: &811 title: Social account description: Social media account type: object @@ -126188,7 +126239,7 @@ paths: - provider - url examples: - default: &810 + default: &812 value: - provider: twitter url: https://twitter.com/github @@ -126251,9 +126302,9 @@ paths: application/json: schema: type: array - items: *809 + items: *811 examples: - default: *810 + default: *812 '422': *15 '304': *35 '404': *6 @@ -126341,7 +126392,7 @@ paths: application/json: schema: type: array - items: &811 + items: &813 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -126361,7 +126412,7 @@ paths: - title - created_at examples: - default: &839 + default: &841 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -126426,9 +126477,9 @@ paths: description: Response content: application/json: - schema: *811 + schema: *813 examples: - default: &812 + default: &814 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -126458,7 +126509,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: - - &813 + - &815 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -126470,9 +126521,9 @@ paths: description: Response content: application/json: - schema: *811 + schema: *813 examples: - default: *812 + default: *814 '404': *6 '304': *35 '403': *27 @@ -126495,7 +126546,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: - - *813 + - *815 responses: '204': description: Response @@ -126524,7 +126575,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: - - &840 + - &842 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 @@ -126549,11 +126600,11 @@ paths: type: array items: *78 examples: - default-response: *814 + default-response: *816 application/vnd.github.v3.star+json: schema: type: array - items: &841 + items: &843 title: Starred Repository description: Starred Repository type: object @@ -126922,10 +126973,10 @@ paths: application/json: schema: oneOf: - - *790 - - *815 + - *792 + - *817 examples: - default-response: &819 + default-response: &821 summary: Default response value: login: octocat @@ -126960,7 +127011,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &820 + response-with-git-hub-plan-information: &822 summary: Response with GitHub plan information value: login: octocat @@ -127017,7 +127068,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: - - &817 + - &819 name: user_id description: The unique identifier of the user. in: path @@ -127083,7 +127134,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *816 + - *818 - *17 responses: '200': @@ -127118,7 +127169,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: - - *817 + - *819 - *407 requestBody: required: true @@ -127193,7 +127244,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *818 + schema: *820 examples: table_view: summary: Response for creating a table view @@ -127245,11 +127296,11 @@ paths: application/json: schema: oneOf: - - *790 - - *815 + - *792 + - *817 examples: - default-response: *819 - response-with-git-hub-plan-information: *820 + default-response: *821 + response-with-git-hub-plan-information: *822 '404': *6 x-github: githubCloudOnly: false @@ -127299,8 +127350,8 @@ paths: required: - subject_digests examples: - default: *821 - withPredicateType: *822 + default: *823 + withPredicateType: *824 responses: '200': description: Response @@ -127340,7 +127391,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *823 + default: *825 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -127570,7 +127621,7 @@ paths: type: array items: *389 examples: - default: *805 + default: *807 '403': *27 '401': *23 x-github: @@ -127954,9 +128005,9 @@ paths: application/json: schema: type: array - items: *796 + items: *798 examples: - default: *824 + default: *826 headers: Link: *45 x-github: @@ -128185,7 +128236,7 @@ paths: - docker - nuget - container - - *804 + - *806 - *139 - *19 - *17 @@ -128198,10 +128249,10 @@ paths: type: array items: *389 examples: - default: *805 + default: *807 '403': *27 '401': *23 - '400': *806 + '400': *808 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -128231,7 +128282,7 @@ paths: application/json: schema: *389 examples: - default: *825 + default: *827 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -128580,7 +128631,7 @@ paths: type: array items: *410 examples: - default: *826 + default: *828 headers: Link: *45 '304': *35 @@ -128640,7 +128691,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *827 + items: *829 required: - name - data_type @@ -128656,7 +128707,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *828 + iteration_configuration: *830 required: - name - data_type @@ -128678,8 +128729,8 @@ paths: value: name: Due date data_type: date - single_select_field: *829 - iteration_field: *830 + single_select_field: *831 + iteration_field: *832 responses: '201': description: Response @@ -128687,11 +128738,11 @@ paths: application/json: schema: *410 examples: - text_field: *831 - number_field: *832 - date_field: *833 - single_select_field: *834 - iteration_field: *835 + text_field: *833 + number_field: *834 + date_field: *835 + single_select_field: *836 + iteration_field: *837 '304': *35 '403': *27 '401': *23 @@ -128713,7 +128764,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - *407 - - *836 + - *838 - *139 responses: '200': @@ -128722,7 +128773,7 @@ paths: application/json: schema: *410 examples: - default: *837 + default: *839 headers: Link: *45 '304': *35 @@ -129079,7 +129130,7 @@ paths: parameters: - *407 - *139 - - *838 + - *840 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -129358,9 +129409,9 @@ paths: application/json: schema: type: array - items: *809 + items: *811 examples: - default: *810 + default: *812 headers: Link: *45 x-github: @@ -129390,9 +129441,9 @@ paths: application/json: schema: type: array - items: *811 + items: *813 examples: - default: *839 + default: *841 headers: Link: *45 x-github: @@ -129417,7 +129468,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *139 - - *840 + - *842 - *110 - *17 - *19 @@ -129429,11 +129480,11 @@ paths: schema: anyOf: - type: array - items: *841 + items: *843 - type: array items: *78 examples: - default-response: *814 + default-response: *816 headers: Link: *45 x-github: @@ -129593,7 +129644,7 @@ webhooks: type: string enum: - disabled - enterprise: &842 + enterprise: &844 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -129662,7 +129713,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &843 + installation: &845 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -129683,7 +129734,7 @@ webhooks: required: - id - node_id - organization: &844 + organization: &846 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -129756,7 +129807,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &845 + repository: &847 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -130671,10 +130722,10 @@ webhooks: type: string enum: - enabled - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -130750,11 +130801,11 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - rule: &846 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + rule: &848 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) @@ -130977,11 +131028,11 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - rule: *846 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + rule: *848 sender: *4 required: - action @@ -131169,11 +131220,11 @@ webhooks: - everyone required: - from - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - rule: *846 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + rule: *848 sender: *4 required: - action @@ -131246,7 +131297,7 @@ webhooks: required: true content: application/json: - schema: &866 + schema: &868 title: Exemption request cancellation event type: object properties: @@ -131254,11 +131305,11 @@ webhooks: type: string enum: - cancelled - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - exemption_request: &847 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + exemption_request: &849 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -131567,7 +131618,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &848 + items: &850 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -131679,7 +131730,7 @@ webhooks: required: true content: application/json: - schema: &867 + schema: &869 title: Exemption request completed event type: object properties: @@ -131687,11 +131738,11 @@ webhooks: type: string enum: - completed - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - exemption_request: *847 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + exemption_request: *849 sender: *4 required: - action @@ -131763,7 +131814,7 @@ webhooks: required: true content: application/json: - schema: &864 + schema: &866 title: Exemption request created event type: object properties: @@ -131771,11 +131822,11 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - exemption_request: *847 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + exemption_request: *849 sender: *4 required: - action @@ -131847,7 +131898,7 @@ webhooks: required: true content: application/json: - schema: &868 + schema: &870 title: Exemption response dismissed event type: object properties: @@ -131855,12 +131906,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - exemption_request: *847 - exemption_response: *848 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + exemption_request: *849 + exemption_response: *850 sender: *4 required: - action @@ -131934,7 +131985,7 @@ webhooks: required: true content: application/json: - schema: &865 + schema: &867 title: Exemption response submitted event type: object properties: @@ -131942,12 +131993,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - exemption_request: *847 - exemption_response: *848 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + exemption_request: *849 + exemption_response: *850 sender: *4 required: - action @@ -132031,7 +132082,7 @@ webhooks: type: string enum: - completed - check_run: &850 + check_run: &852 title: CheckRun description: A check performed on the code of a given code change type: object @@ -132141,7 +132192,7 @@ webhooks: - examples: - neutral - deployment: *849 + deployment: *851 details_url: type: string examples: @@ -132239,10 +132290,10 @@ webhooks: - output - app - pull_requests - installation: *843 - enterprise: *842 - organization: *844 - repository: *845 + installation: *845 + enterprise: *844 + organization: *846 + repository: *847 sender: *4 required: - check_run @@ -132633,11 +132684,11 @@ webhooks: type: string enum: - created - check_run: *850 - installation: *843 - enterprise: *842 - organization: *844 - repository: *845 + check_run: *852 + installation: *845 + enterprise: *844 + organization: *846 + repository: *847 sender: *4 required: - check_run @@ -133031,11 +133082,11 @@ webhooks: type: string enum: - requested_action - check_run: *850 - installation: *843 - enterprise: *842 - organization: *844 - repository: *845 + check_run: *852 + installation: *845 + enterprise: *844 + organization: *846 + repository: *847 requested_action: description: The action requested by the user. type: object @@ -133438,11 +133489,11 @@ webhooks: type: string enum: - rerequested - check_run: *850 - installation: *843 - enterprise: *842 - organization: *844 - repository: *845 + check_run: *852 + installation: *845 + enterprise: *844 + organization: *846 + repository: *847 sender: *4 required: - check_run @@ -134427,10 +134478,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -135134,10 +135185,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -135835,10 +135886,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -136159,20 +136210,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &851 + commit_oid: &853 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: *842 - installation: *843 - organization: *844 - ref: &852 + enterprise: *844 + installation: *845 + organization: *846 + ref: &854 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: *845 + repository: *847 sender: *4 required: - action @@ -136580,12 +136631,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *851 - enterprise: *842 - installation: *843 - organization: *844 - ref: *852 - repository: *845 + commit_oid: *853 + enterprise: *844 + installation: *845 + organization: *846 + ref: *854 + repository: *847 sender: *4 required: - action @@ -136868,12 +136919,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *851 - enterprise: *842 - installation: *843 - organization: *844 - ref: *852 - repository: *845 + commit_oid: *853 + enterprise: *844 + installation: *845 + organization: *846 + ref: *854 + repository: *847 sender: *4 required: - action @@ -137219,12 +137270,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *851 - enterprise: *842 - installation: *843 - organization: *844 - ref: *852 - repository: *845 + commit_oid: *853 + enterprise: *844 + installation: *845 + organization: *846 + ref: *854 + repository: *847 sender: *4 required: - action @@ -137514,9 +137565,9 @@ webhooks: type: - string - 'null' - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -137524,7 +137575,7 @@ webhooks: type: - string - 'null' - repository: *845 + repository: *847 sender: *4 required: - action @@ -137770,12 +137821,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *851 - enterprise: *842 - installation: *843 - organization: *844 - ref: *852 - repository: *845 + commit_oid: *853 + enterprise: *844 + installation: *845 + organization: *846 + ref: *854 + repository: *847 sender: *4 required: - action @@ -138096,10 +138147,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -138359,10 +138410,10 @@ webhooks: - updated_at - author_association - body - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -138443,18 +138494,18 @@ webhooks: type: - string - 'null' - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *844 - pusher_type: &853 + organization: *846 + pusher_type: &855 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &854 + ref: &856 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -138464,7 +138515,7 @@ webhooks: enum: - tag - branch - repository: *845 + repository: *847 sender: *4 required: - ref @@ -138547,9 +138598,9 @@ webhooks: enum: - created definition: *153 - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 sender: *4 required: - action @@ -138634,9 +138685,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 sender: *4 required: - action @@ -138714,9 +138765,9 @@ webhooks: enum: - promote_to_enterprise definition: *153 - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 sender: *4 required: - action @@ -138794,9 +138845,9 @@ webhooks: enum: - updated definition: *153 - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 sender: *4 required: - action @@ -138873,10 +138924,10 @@ webhooks: type: string enum: - updated - enterprise: *842 - installation: *843 - repository: *845 - organization: *844 + enterprise: *844 + installation: *845 + repository: *847 + organization: *846 sender: *4 new_property_values: type: array @@ -138961,18 +139012,18 @@ webhooks: title: delete event type: object properties: - enterprise: *842 - installation: *843 - organization: *844 - pusher_type: *853 - ref: *854 + enterprise: *844 + installation: *845 + organization: *846 + pusher_type: *855 + ref: *856 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *845 + repository: *847 sender: *4 required: - ref @@ -139052,11 +139103,11 @@ webhooks: type: string enum: - assignees_changed - alert: *592 - installation: *843 - organization: *844 - enterprise: *842 - repository: *845 + alert: *594 + installation: *845 + organization: *846 + enterprise: *844 + repository: *847 sender: *4 required: - action @@ -139136,11 +139187,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *592 - installation: *843 - organization: *844 - enterprise: *842 - repository: *845 + alert: *594 + installation: *845 + organization: *846 + enterprise: *844 + repository: *847 sender: *4 required: - action @@ -139221,11 +139272,11 @@ webhooks: type: string enum: - auto_reopened - alert: *592 - installation: *843 - organization: *844 - enterprise: *842 - repository: *845 + alert: *594 + installation: *845 + organization: *846 + enterprise: *844 + repository: *847 sender: *4 required: - action @@ -139306,11 +139357,11 @@ webhooks: type: string enum: - created - alert: *592 - installation: *843 - organization: *844 - enterprise: *842 - repository: *845 + alert: *594 + installation: *845 + organization: *846 + enterprise: *844 + repository: *847 sender: *4 required: - action @@ -139389,11 +139440,11 @@ webhooks: type: string enum: - dismissed - alert: *592 - installation: *843 - organization: *844 - enterprise: *842 - repository: *845 + alert: *594 + installation: *845 + organization: *846 + enterprise: *844 + repository: *847 sender: *4 required: - action @@ -139472,11 +139523,11 @@ webhooks: type: string enum: - fixed - alert: *592 - installation: *843 - organization: *844 - enterprise: *842 - repository: *845 + alert: *594 + installation: *845 + organization: *846 + enterprise: *844 + repository: *847 sender: *4 required: - action @@ -139556,11 +139607,11 @@ webhooks: type: string enum: - reintroduced - alert: *592 - installation: *843 - organization: *844 - enterprise: *842 - repository: *845 + alert: *594 + installation: *845 + organization: *846 + enterprise: *844 + repository: *847 sender: *4 required: - action @@ -139639,11 +139690,11 @@ webhooks: type: string enum: - reopened - alert: *592 - installation: *843 - organization: *844 - enterprise: *842 - repository: *845 + alert: *594 + installation: *845 + organization: *846 + enterprise: *844 + repository: *847 sender: *4 required: - action @@ -139720,9 +139771,9 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - key: &855 + enterprise: *844 + installation: *845 + key: &857 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -139760,8 +139811,8 @@ webhooks: - verified - created_at - read_only - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -139838,11 +139889,11 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - key: *855 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + key: *857 + organization: *846 + repository: *847 sender: *4 required: - action @@ -140409,12 +140460,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - workflow: &859 + workflow: &861 title: Workflow type: - object @@ -141165,13 +141216,13 @@ webhooks: deployment: anyOf: - type: 'null' - - *598 + - *600 pull_requests: type: array - items: *691 - repository: *845 - organization: *844 - installation: *843 + items: *693 + repository: *847 + organization: *846 + installation: *845 sender: *4 responses: '200': @@ -141242,7 +141293,7 @@ webhooks: type: string enum: - approved - approver: &856 + approver: &858 type: object properties: avatar_url: @@ -141285,11 +141336,11 @@ webhooks: type: string comment: type: string - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - reviewers: &857 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + reviewers: &859 type: array items: type: object @@ -141370,7 +141421,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &858 + workflow_job_run: &860 type: object properties: conclusion: @@ -142116,18 +142167,18 @@ webhooks: type: string enum: - rejected - approver: *856 + approver: *858 comment: type: string - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - reviewers: *857 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + reviewers: *859 sender: *4 since: type: string - workflow_job_run: *858 + workflow_job_run: *860 workflow_job_runs: type: array items: @@ -142844,13 +142895,13 @@ webhooks: type: string enum: - requested - enterprise: *842 + enterprise: *844 environment: type: string - installation: *843 - organization: *844 - repository: *845 - requestor: &869 + installation: *845 + organization: *846 + repository: *847 + requestor: &871 title: User type: - object @@ -144783,12 +144834,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - workflow: *859 + workflow: *861 workflow_run: title: Deployment Workflow Run type: @@ -145479,7 +145530,7 @@ webhooks: type: string enum: - answered - answer: &862 + answer: &864 type: object properties: author_association: @@ -145639,11 +145690,11 @@ webhooks: - created_at - updated_at - body - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -145770,11 +145821,11 @@ webhooks: - from required: - category - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -145857,11 +145908,11 @@ webhooks: type: string enum: - closed - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -145943,7 +145994,7 @@ webhooks: type: string enum: - created - comment: &861 + comment: &863 type: object properties: author_association: @@ -146103,11 +146154,11 @@ webhooks: - updated_at - body - reactions - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -146190,12 +146241,12 @@ webhooks: type: string enum: - deleted - comment: *861 - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + comment: *863 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -146290,12 +146341,12 @@ webhooks: - from required: - body - comment: *861 - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + comment: *863 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -146379,11 +146430,11 @@ webhooks: type: string enum: - created - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -146465,11 +146516,11 @@ webhooks: type: string enum: - deleted - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -146569,11 +146620,11 @@ webhooks: type: string required: - from - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -146655,10 +146706,10 @@ webhooks: type: string enum: - labeled - discussion: *860 - enterprise: *842 - installation: *843 - label: &863 + discussion: *862 + enterprise: *844 + installation: *845 + label: &865 title: Label type: object properties: @@ -146691,8 +146742,8 @@ webhooks: - color - default - description - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -146775,11 +146826,11 @@ webhooks: type: string enum: - locked - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -146861,11 +146912,11 @@ webhooks: type: string enum: - pinned - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -146947,11 +146998,11 @@ webhooks: type: string enum: - reopened - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -147036,16 +147087,16 @@ webhooks: changes: type: object properties: - new_discussion: *860 - new_repository: *845 + new_discussion: *862 + new_repository: *847 required: - new_discussion - new_repository - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -147128,10 +147179,10 @@ webhooks: type: string enum: - unanswered - discussion: *860 - old_answer: *862 - organization: *844 - repository: *845 + discussion: *862 + old_answer: *864 + organization: *846 + repository: *847 sender: *4 required: - action @@ -147213,12 +147264,12 @@ webhooks: type: string enum: - unlabeled - discussion: *860 - enterprise: *842 - installation: *843 - label: *863 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + label: *865 + organization: *846 + repository: *847 sender: *4 required: - action @@ -147301,11 +147352,11 @@ webhooks: type: string enum: - unlocked - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -147387,11 +147438,11 @@ webhooks: type: string enum: - unpinned - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -147460,7 +147511,7 @@ webhooks: required: true content: application/json: - schema: *864 + schema: *866 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147523,7 +147574,7 @@ webhooks: required: true content: application/json: - schema: *865 + schema: *867 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147586,7 +147637,7 @@ webhooks: required: true content: application/json: - schema: *866 + schema: *868 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147649,7 +147700,7 @@ webhooks: required: true content: application/json: - schema: *864 + schema: *866 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147712,7 +147763,7 @@ webhooks: required: true content: application/json: - schema: *865 + schema: *867 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147778,7 +147829,7 @@ webhooks: required: true content: application/json: - schema: *866 + schema: *868 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147844,7 +147895,7 @@ webhooks: required: true content: application/json: - schema: *867 + schema: *869 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147910,7 +147961,7 @@ webhooks: required: true content: application/json: - schema: *864 + schema: *866 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147976,7 +148027,7 @@ webhooks: required: true content: application/json: - schema: *868 + schema: *870 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148042,7 +148093,7 @@ webhooks: required: true content: application/json: - schema: *865 + schema: *867 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148107,7 +148158,7 @@ webhooks: required: true content: application/json: - schema: *866 + schema: *868 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148172,7 +148223,7 @@ webhooks: required: true content: application/json: - schema: *867 + schema: *869 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148237,7 +148288,7 @@ webhooks: required: true content: application/json: - schema: *864 + schema: *866 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148302,7 +148353,7 @@ webhooks: required: true content: application/json: - schema: *868 + schema: *870 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148368,7 +148419,7 @@ webhooks: required: true content: application/json: - schema: *865 + schema: *867 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148435,7 +148486,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *842 + enterprise: *844 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -149113,9 +149164,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - forkee @@ -149261,9 +149312,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 pages: description: The pages that were updated. type: array @@ -149301,7 +149352,7 @@ webhooks: - action - sha - html_url - repository: *845 + repository: *847 sender: *4 required: - pages @@ -149377,10 +149428,10 @@ webhooks: type: string enum: - created - enterprise: *842 + enterprise: *844 installation: *20 - organization: *844 - repositories: &870 + organization: *846 + repositories: &872 description: An array of repository objects that the installation can access. type: array @@ -149406,8 +149457,8 @@ webhooks: - name - full_name - private - repository: *845 - requester: *869 + repository: *847 + requester: *871 sender: *4 required: - action @@ -149482,11 +149533,11 @@ webhooks: type: string enum: - deleted - enterprise: *842 + enterprise: *844 installation: *20 - organization: *844 - repositories: *870 - repository: *845 + organization: *846 + repositories: *872 + repository: *847 requester: type: - 'null' @@ -149563,11 +149614,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *842 + enterprise: *844 installation: *20 - organization: *844 - repositories: *870 - repository: *845 + organization: *846 + repositories: *872 + repository: *847 requester: type: - 'null' @@ -149644,10 +149695,10 @@ webhooks: type: string enum: - added - enterprise: *842 + enterprise: *844 installation: *20 - organization: *844 - repositories_added: &871 + organization: *846 + repositories_added: &873 description: An array of repository objects, which were added to the installation. type: array @@ -149693,15 +149744,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *845 - repository_selection: &872 + repository: *847 + repository_selection: &874 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *869 + requester: *871 sender: *4 required: - action @@ -149780,10 +149831,10 @@ webhooks: type: string enum: - removed - enterprise: *842 + enterprise: *844 installation: *20 - organization: *844 - repositories_added: *871 + organization: *846 + repositories_added: *873 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -149810,9 +149861,9 @@ webhooks: - name - full_name - private - repository: *845 - repository_selection: *872 - requester: *869 + repository: *847 + repository_selection: *874 + requester: *871 sender: *4 required: - action @@ -149891,11 +149942,11 @@ webhooks: type: string enum: - suspend - enterprise: *842 + enterprise: *844 installation: *20 - organization: *844 - repositories: *870 - repository: *845 + organization: *846 + repositories: *872 + repository: *847 requester: type: - 'null' @@ -150078,10 +150129,10 @@ webhooks: type: string required: - from - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 target_type: type: string @@ -150160,11 +150211,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *842 + enterprise: *844 installation: *20 - organization: *844 - repositories: *870 - repository: *845 + organization: *846 + repositories: *872 + repository: *847 requester: type: - 'null' @@ -150330,7 +150381,7 @@ webhooks: pin: anyOf: - type: 'null' - - *668 + - *670 user: title: User type: @@ -150416,8 +150467,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -151229,8 +151280,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151591,8 +151642,8 @@ webhooks: - state - locked - assignee - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -151672,7 +151723,7 @@ webhooks: type: string enum: - deleted - comment: &873 + comment: &875 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -151829,7 +151880,7 @@ webhooks: pin: anyOf: - type: 'null' - - *668 + - *670 required: - url - html_url @@ -151843,8 +151894,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -152652,8 +152703,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153016,8 +153067,8 @@ webhooks: - state - locked - assignee - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -153097,7 +153148,7 @@ webhooks: type: string enum: - edited - changes: &897 + changes: &899 description: The changes to the comment. type: object properties: @@ -153109,9 +153160,9 @@ webhooks: type: string required: - from - comment: *873 - enterprise: *842 - installation: *843 + comment: *875 + enterprise: *844 + installation: *845 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -153922,8 +153973,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154284,8 +154335,8 @@ webhooks: - state - locked - assignee - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -154366,9 +154417,9 @@ webhooks: type: string enum: - pinned - comment: *873 - enterprise: *842 - installation: *843 + comment: *875 + enterprise: *844 + installation: *845 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -155181,8 +155232,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155545,8 +155596,8 @@ webhooks: - state - locked - assignee - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -155626,9 +155677,9 @@ webhooks: type: string enum: - unpinned - comment: *873 - enterprise: *842 - installation: *843 + comment: *875 + enterprise: *844 + installation: *845 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -156441,8 +156492,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156805,8 +156856,8 @@ webhooks: - state - locked - assignee - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -156895,9 +156946,9 @@ webhooks: type: number blocking_issue: *219 blocking_issue_repo: *78 - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -156986,9 +157037,9 @@ webhooks: type: number blocking_issue: *219 blocking_issue_repo: *78 - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -157076,9 +157127,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *219 - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -157167,9 +157218,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *219 - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -157249,10 +157300,10 @@ webhooks: type: string enum: - assigned - assignee: *869 - enterprise: *842 - installation: *843 - issue: &876 + assignee: *871 + enterprise: *844 + installation: *845 + issue: &878 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -158063,11 +158114,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158187,8 +158238,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -158268,8 +158319,8 @@ webhooks: type: string enum: - closed - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -159085,11 +159136,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159352,8 +159403,8 @@ webhooks: required: - state - closed_at - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -159432,8 +159483,8 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -160240,11 +160291,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160363,8 +160414,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -160443,8 +160494,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -161274,11 +161325,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161376,7 +161427,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &874 + milestone: &876 title: Milestone description: A collection of related issues and pull requests. type: object @@ -161519,8 +161570,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -161619,8 +161670,8 @@ webhooks: type: string required: - from - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -162431,11 +162482,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162555,9 +162606,9 @@ webhooks: - active_lock_reason - body - reactions - label: *863 - organization: *844 - repository: *845 + label: *865 + organization: *846 + repository: *847 sender: *4 required: - action @@ -162637,8 +162688,8 @@ webhooks: type: string enum: - labeled - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -163448,11 +163499,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163572,9 +163623,9 @@ webhooks: - active_lock_reason - body - reactions - label: *863 - organization: *844 - repository: *845 + label: *865 + organization: *846 + repository: *847 sender: *4 required: - action @@ -163654,8 +163705,8 @@ webhooks: type: string enum: - locked - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -164490,11 +164541,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164591,8 +164642,8 @@ webhooks: format: uri user_view_type: type: string - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -164671,8 +164722,8 @@ webhooks: type: string enum: - milestoned - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -165501,11 +165552,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -165602,9 +165653,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *874 - organization: *844 - repository: *845 + milestone: *876 + organization: *846 + repository: *847 sender: *4 required: - action @@ -166491,11 +166542,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -167087,8 +167138,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -167895,11 +167946,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -168022,8 +168073,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -168103,9 +168154,9 @@ webhooks: type: string enum: - pinned - enterprise: *842 - installation: *843 - issue: &875 + enterprise: *844 + installation: *845 + issue: &877 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -168910,11 +168961,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -169033,8 +169084,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -169113,8 +169164,8 @@ webhooks: type: string enum: - reopened - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -169947,11 +169998,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -170049,8 +170100,8 @@ webhooks: user_view_type: type: string type: *374 - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -170938,11 +170989,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -171552,11 +171603,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *842 - installation: *843 - issue: *875 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + issue: *877 + organization: *846 + repository: *847 sender: *4 required: - action @@ -171636,12 +171687,12 @@ webhooks: type: string enum: - typed - enterprise: *842 - installation: *843 - issue: *876 + enterprise: *844 + installation: *845 + issue: *878 type: *374 - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -171722,7 +171773,7 @@ webhooks: type: string enum: - unassigned - assignee: &900 + assignee: &902 title: User type: - object @@ -171794,11 +171845,11 @@ webhooks: required: - login - id - enterprise: *842 - installation: *843 - issue: *876 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + issue: *878 + organization: *846 + repository: *847 sender: *4 required: - action @@ -171877,12 +171928,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *842 - installation: *843 - issue: *876 - label: *863 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + issue: *878 + label: *865 + organization: *846 + repository: *847 sender: *4 required: - action @@ -171962,8 +172013,8 @@ webhooks: type: string enum: - unlocked - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -172796,11 +172847,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -172897,8 +172948,8 @@ webhooks: format: uri user_view_type: type: string - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -172978,11 +173029,11 @@ webhooks: type: string enum: - unpinned - enterprise: *842 - installation: *843 - issue: *875 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + issue: *877 + organization: *846 + repository: *847 sender: *4 required: - action @@ -173061,12 +173112,12 @@ webhooks: type: string enum: - untyped - enterprise: *842 - installation: *843 - issue: *876 + enterprise: *844 + installation: *845 + issue: *878 type: *374 - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -173146,11 +173197,11 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - label: *863 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + label: *865 + organization: *846 + repository: *847 sender: *4 required: - action @@ -173228,11 +173279,11 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - label: *863 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + label: *865 + organization: *846 + repository: *847 sender: *4 required: - action @@ -173342,11 +173393,11 @@ webhooks: type: string required: - from - enterprise: *842 - installation: *843 - label: *863 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + label: *865 + organization: *846 + repository: *847 sender: *4 required: - action @@ -173428,9 +173479,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *842 - installation: *843 - marketplace_purchase: &877 + enterprise: *844 + installation: *845 + marketplace_purchase: &879 title: Marketplace Purchase type: object required: @@ -173518,8 +173569,8 @@ webhooks: type: integer unit_count: type: integer - organization: *844 - previous_marketplace_purchase: &878 + organization: *846 + previous_marketplace_purchase: &880 title: Marketplace Purchase type: object properties: @@ -173603,7 +173654,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *845 + repository: *847 sender: *4 required: - action @@ -173683,10 +173734,10 @@ webhooks: - changed effective_date: type: string - enterprise: *842 - installation: *843 - marketplace_purchase: *877 - organization: *844 + enterprise: *844 + installation: *845 + marketplace_purchase: *879 + organization: *846 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -173774,7 +173825,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *845 + repository: *847 sender: *4 required: - action @@ -173856,10 +173907,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *842 - installation: *843 - marketplace_purchase: *877 - organization: *844 + enterprise: *844 + installation: *845 + marketplace_purchase: *879 + organization: *846 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -173945,7 +173996,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *845 + repository: *847 sender: *4 required: - action @@ -174026,8 +174077,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 marketplace_purchase: title: Marketplace Purchase type: object @@ -174113,9 +174164,9 @@ webhooks: type: integer unit_count: type: integer - organization: *844 - previous_marketplace_purchase: *878 - repository: *845 + organization: *846 + previous_marketplace_purchase: *880 + repository: *847 sender: *4 required: - action @@ -174195,12 +174246,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *842 - installation: *843 - marketplace_purchase: *877 - organization: *844 - previous_marketplace_purchase: *878 - repository: *845 + enterprise: *844 + installation: *845 + marketplace_purchase: *879 + organization: *846 + previous_marketplace_purchase: *880 + repository: *847 sender: *4 required: - action @@ -174302,11 +174353,11 @@ webhooks: type: string required: - to - enterprise: *842 - installation: *843 - member: *869 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + member: *871 + organization: *846 + repository: *847 sender: *4 required: - action @@ -174408,11 +174459,11 @@ webhooks: type: - string - 'null' - enterprise: *842 - installation: *843 - member: *869 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + member: *871 + organization: *846 + repository: *847 sender: *4 required: - action @@ -174491,11 +174542,11 @@ webhooks: type: string enum: - removed - enterprise: *842 - installation: *843 - member: *869 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + member: *871 + organization: *846 + repository: *847 sender: *4 required: - action @@ -174573,11 +174624,11 @@ webhooks: type: string enum: - added - enterprise: *842 - installation: *843 - member: *869 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + member: *871 + organization: *846 + repository: *847 scope: description: The scope of the membership. Currently, can only be `team`. @@ -174655,7 +174706,7 @@ webhooks: required: - login - id - team: &879 + team: &881 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -174885,11 +174936,11 @@ webhooks: type: string enum: - removed - enterprise: *842 - installation: *843 - member: *869 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + member: *871 + organization: *846 + repository: *847 scope: description: The scope of the membership. Currently, can only be `team`. @@ -174968,7 +175019,7 @@ webhooks: required: - login - id - team: *879 + team: *881 required: - action - scope @@ -175050,8 +175101,8 @@ webhooks: type: string enum: - checks_requested - installation: *843 - merge_group: &880 + installation: *845 + merge_group: &882 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -175077,8 +175128,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -175164,10 +175215,10 @@ webhooks: - merged - invalidated - dequeued - installation: *843 - merge_group: *880 - organization: *844 - repository: *845 + installation: *845 + merge_group: *882 + organization: *846 + repository: *847 sender: *4 required: - action @@ -175240,7 +175291,7 @@ webhooks: type: string enum: - deleted - enterprise: *842 + enterprise: *844 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -175349,12 +175400,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *843 - organization: *844 + installation: *845 + organization: *846 repository: anyOf: - type: 'null' - - *845 + - *847 sender: *4 required: - action @@ -175434,11 +175485,11 @@ webhooks: type: string enum: - closed - enterprise: *842 - installation: *843 - milestone: *874 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + milestone: *876 + organization: *846 + repository: *847 sender: *4 required: - action @@ -175517,9 +175568,9 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - milestone: &881 + enterprise: *844 + installation: *845 + milestone: &883 title: Milestone description: A collection of related issues and pull requests. type: object @@ -175661,8 +175712,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -175741,11 +175792,11 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - milestone: *874 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + milestone: *876 + organization: *846 + repository: *847 sender: *4 required: - action @@ -175855,11 +175906,11 @@ webhooks: type: string required: - from - enterprise: *842 - installation: *843 - milestone: *874 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + milestone: *876 + organization: *846 + repository: *847 sender: *4 required: - action @@ -175939,11 +175990,11 @@ webhooks: type: string enum: - opened - enterprise: *842 - installation: *843 - milestone: *881 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + milestone: *883 + organization: *846 + repository: *847 sender: *4 required: - action @@ -176022,11 +176073,11 @@ webhooks: type: string enum: - blocked - blocked_user: *869 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + blocked_user: *871 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -176105,11 +176156,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *869 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + blocked_user: *871 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -176185,7 +176236,7 @@ webhooks: enum: - created definition: *147 - enterprise: *842 + enterprise: *844 sender: *4 required: - action @@ -176265,8 +176316,8 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 sender: *4 required: - action @@ -176339,8 +176390,8 @@ webhooks: enum: - updated definition: *147 - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 sender: *4 required: - action @@ -176412,9 +176463,9 @@ webhooks: type: string enum: - updated - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 sender: *4 new_property_values: type: array @@ -176502,9 +176553,9 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - membership: &882 + enterprise: *844 + installation: *845 + membership: &884 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -176614,8 +176665,8 @@ webhooks: - role - organization_url - user - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -176693,11 +176744,11 @@ webhooks: type: string enum: - member_added - enterprise: *842 - installation: *843 - membership: *882 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + membership: *884 + organization: *846 + repository: *847 sender: *4 required: - action @@ -176776,8 +176827,8 @@ webhooks: type: string enum: - member_invited - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -176899,10 +176950,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 - user: *869 + user: *871 required: - action - invitation @@ -176980,11 +177031,11 @@ webhooks: type: string enum: - member_removed - enterprise: *842 - installation: *843 - membership: *882 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + membership: *884 + organization: *846 + repository: *847 sender: *4 required: - action @@ -177071,11 +177122,11 @@ webhooks: properties: from: type: string - enterprise: *842 - installation: *843 - membership: *882 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + membership: *884 + organization: *846 + repository: *847 sender: *4 required: - action @@ -177153,9 +177204,9 @@ webhooks: type: string enum: - published - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 package: description: Information about the package. type: object @@ -177678,7 +177729,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &883 + items: &885 title: Ruby Gems metadata type: object properties: @@ -177775,7 +177826,7 @@ webhooks: - owner - package_version - registry - repository: *845 + repository: *847 sender: *4 required: - action @@ -177852,9 +177903,9 @@ webhooks: type: string enum: - updated - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 package: description: Information about the package. type: object @@ -178216,7 +178267,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *883 + items: *885 source_url: type: string format: uri @@ -178287,7 +178338,7 @@ webhooks: - owner - package_version - registry - repository: *845 + repository: *847 sender: *4 required: - action @@ -178467,12 +178518,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *842 + enterprise: *844 id: type: integer - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - id @@ -178549,7 +178600,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &884 + personal_access_token_request: &886 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -178699,10 +178750,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *842 - organization: *844 + enterprise: *844 + organization: *846 sender: *4 - installation: *843 + installation: *845 required: - action - personal_access_token_request @@ -178779,11 +178830,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *884 - enterprise: *842 - organization: *844 + personal_access_token_request: *886 + enterprise: *844 + organization: *846 sender: *4 - installation: *843 + installation: *845 required: - action - personal_access_token_request @@ -178859,11 +178910,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *884 - enterprise: *842 - organization: *844 + personal_access_token_request: *886 + enterprise: *844 + organization: *846 sender: *4 - installation: *843 + installation: *845 required: - action - personal_access_token_request @@ -178938,11 +178989,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *884 - organization: *844 - enterprise: *842 + personal_access_token_request: *886 + organization: *846 + enterprise: *844 sender: *4 - installation: *843 + installation: *845 required: - action - personal_access_token_request @@ -179047,7 +179098,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *885 + last_response: *887 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -179079,8 +179130,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 zen: description: Random string of GitHub zen. @@ -179325,10 +179376,10 @@ webhooks: - from required: - note - enterprise: *842 - installation: *843 - organization: *844 - project_card: &886 + enterprise: *844 + installation: *845 + organization: *846 + project_card: &888 title: Project Card type: object properties: @@ -179451,7 +179502,7 @@ webhooks: - creator - created_at - updated_at - repository: *845 + repository: *847 sender: *4 required: - action @@ -179532,11 +179583,11 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - project_card: *886 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + project_card: *888 + repository: *847 sender: *4 required: - action @@ -179616,9 +179667,9 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 project_card: title: Project Card type: object @@ -179748,7 +179799,7 @@ webhooks: repository: anyOf: - type: 'null' - - *845 + - *847 sender: *4 required: - action @@ -179842,11 +179893,11 @@ webhooks: - from required: - note - enterprise: *842 - installation: *843 - organization: *844 - project_card: *886 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + project_card: *888 + repository: *847 sender: *4 required: - action @@ -179940,9 +179991,9 @@ webhooks: - from required: - column_id - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 project_card: allOf: - title: Project Card @@ -180139,7 +180190,7 @@ webhooks: type: string required: - after_id - repository: *845 + repository: *847 sender: *4 required: - action @@ -180219,10 +180270,10 @@ webhooks: type: string enum: - closed - enterprise: *842 - installation: *843 - organization: *844 - project: &888 + enterprise: *844 + installation: *845 + organization: *846 + project: &890 title: Project type: object properties: @@ -180349,7 +180400,7 @@ webhooks: - creator - created_at - updated_at - repository: *845 + repository: *847 sender: *4 required: - action @@ -180429,10 +180480,10 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - project_column: &887 + enterprise: *844 + installation: *845 + organization: *846 + project_column: &889 title: Project Column type: object properties: @@ -180472,7 +180523,7 @@ webhooks: - name - created_at - updated_at - repository: *845 + repository: *847 sender: *4 required: - action @@ -180551,14 +180602,14 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - organization: *844 - project_column: *887 + enterprise: *844 + installation: *845 + organization: *846 + project_column: *889 repository: anyOf: - type: 'null' - - *845 + - *847 sender: *4 required: - action @@ -180647,11 +180698,11 @@ webhooks: type: string required: - from - enterprise: *842 - installation: *843 - organization: *844 - project_column: *887 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + project_column: *889 + repository: *847 sender: *4 required: - action @@ -180731,11 +180782,11 @@ webhooks: type: string enum: - moved - enterprise: *842 - installation: *843 - organization: *844 - project_column: *887 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + project_column: *889 + repository: *847 sender: *4 required: - action @@ -180815,11 +180866,11 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - project: *888 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + project: *890 + repository: *847 sender: *4 required: - action @@ -180899,14 +180950,14 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - organization: *844 - project: *888 + enterprise: *844 + installation: *845 + organization: *846 + project: *890 repository: anyOf: - type: 'null' - - *845 + - *847 sender: *4 required: - action @@ -181007,11 +181058,11 @@ webhooks: type: string required: - from - enterprise: *842 - installation: *843 - organization: *844 - project: *888 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + project: *890 + repository: *847 sender: *4 required: - action @@ -181090,11 +181141,11 @@ webhooks: type: string enum: - reopened - enterprise: *842 - installation: *843 - organization: *844 - project: *888 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + project: *890 + repository: *847 sender: *4 required: - action @@ -181175,8 +181226,8 @@ webhooks: type: string enum: - closed - installation: *843 - organization: *844 + installation: *845 + organization: *846 projects_v2: *405 sender: *4 required: @@ -181258,8 +181309,8 @@ webhooks: type: string enum: - created - installation: *843 - organization: *844 + installation: *845 + organization: *846 projects_v2: *405 sender: *4 required: @@ -181341,8 +181392,8 @@ webhooks: type: string enum: - deleted - installation: *843 - organization: *844 + installation: *845 + organization: *846 projects_v2: *405 sender: *4 required: @@ -181464,8 +181515,8 @@ webhooks: type: string to: type: string - installation: *843 - organization: *844 + installation: *845 + organization: *846 projects_v2: *405 sender: *4 required: @@ -181549,7 +181600,7 @@ webhooks: type: string enum: - archived - changes: &892 + changes: &894 type: object properties: archived_at: @@ -181565,9 +181616,9 @@ webhooks: - string - 'null' format: date-time - installation: *843 - organization: *844 - projects_v2_item: &889 + installation: *845 + organization: *846 + projects_v2_item: &891 title: Projects v2 Item description: An item belonging to a project type: object @@ -181707,9 +181758,9 @@ webhooks: - 'null' to: type: string - installation: *843 - organization: *844 - projects_v2_item: *889 + installation: *845 + organization: *846 + projects_v2_item: *891 sender: *4 required: - action @@ -181791,9 +181842,9 @@ webhooks: type: string enum: - created - installation: *843 - organization: *844 - projects_v2_item: *889 + installation: *845 + organization: *846 + projects_v2_item: *891 sender: *4 required: - action @@ -181874,9 +181925,9 @@ webhooks: type: string enum: - deleted - installation: *843 - organization: *844 - projects_v2_item: *889 + installation: *845 + organization: *846 + projects_v2_item: *891 sender: *4 required: - action @@ -181981,7 +182032,7 @@ webhooks: oneOf: - type: string - type: integer - - &890 + - &892 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -182005,7 +182056,7 @@ webhooks: required: - id - name - - &891 + - &893 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -182045,8 +182096,8 @@ webhooks: oneOf: - type: string - type: integer - - *890 - - *891 + - *892 + - *893 type: - 'null' - string @@ -182069,9 +182120,9 @@ webhooks: - 'null' required: - body - installation: *843 - organization: *844 - projects_v2_item: *889 + installation: *845 + organization: *846 + projects_v2_item: *891 sender: *4 required: - action @@ -182168,9 +182219,9 @@ webhooks: type: - string - 'null' - installation: *843 - organization: *844 - projects_v2_item: *889 + installation: *845 + organization: *846 + projects_v2_item: *891 sender: *4 required: - action @@ -182253,10 +182304,10 @@ webhooks: type: string enum: - restored - changes: *892 - installation: *843 - organization: *844 - projects_v2_item: *889 + changes: *894 + installation: *845 + organization: *846 + projects_v2_item: *891 sender: *4 required: - action @@ -182338,8 +182389,8 @@ webhooks: type: string enum: - reopened - installation: *843 - organization: *844 + installation: *845 + organization: *846 projects_v2: *405 sender: *4 required: @@ -182421,9 +182472,9 @@ webhooks: type: string enum: - created - installation: *843 - organization: *844 - projects_v2_status_update: *893 + installation: *845 + organization: *846 + projects_v2_status_update: *895 sender: *4 required: - action @@ -182504,9 +182555,9 @@ webhooks: type: string enum: - deleted - installation: *843 - organization: *844 - projects_v2_status_update: *893 + installation: *845 + organization: *846 + projects_v2_status_update: *895 sender: *4 required: - action @@ -182652,9 +182703,9 @@ webhooks: - string - 'null' format: date - installation: *843 - organization: *844 - projects_v2_status_update: *893 + installation: *845 + organization: *846 + projects_v2_status_update: *895 sender: *4 required: - action @@ -182725,10 +182776,10 @@ webhooks: title: public event type: object properties: - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - repository @@ -182805,13 +182856,13 @@ webhooks: type: string enum: - assigned - assignee: *869 - enterprise: *842 - installation: *843 - number: &894 + assignee: *871 + enterprise: *844 + installation: *845 + number: &896 description: The pull request number. type: integer - organization: *844 + organization: *846 pull_request: title: Pull Request type: object @@ -185163,7 +185214,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 sender: *4 required: - action @@ -185245,11 +185296,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 number: type: integer - organization: *844 + organization: *846 pull_request: title: Pull Request type: object @@ -187594,7 +187645,7 @@ webhooks: - draft reason: type: string - repository: *845 + repository: *847 sender: *4 required: - action @@ -187676,11 +187727,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 number: type: integer - organization: *844 + organization: *846 pull_request: title: Pull Request type: object @@ -190025,7 +190076,7 @@ webhooks: - draft reason: type: string - repository: *845 + repository: *847 sender: *4 required: - action @@ -190107,13 +190158,13 @@ webhooks: type: string enum: - closed - enterprise: *842 - installation: *843 - number: *894 - organization: *844 - pull_request: &895 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 + pull_request: &897 allOf: - - *691 + - *693 - type: object properties: allow_auto_merge: @@ -190175,7 +190226,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *845 + repository: *847 sender: *4 required: - action @@ -190256,12 +190307,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *842 - installation: *843 - number: *894 - organization: *844 - pull_request: *895 - repository: *845 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 + pull_request: *897 + repository: *847 sender: *4 required: - action @@ -190341,11 +190392,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *842 + enterprise: *844 milestone: *408 - number: *894 - organization: *844 - pull_request: &896 + number: *896 + organization: *846 + pull_request: &898 title: Pull Request type: object properties: @@ -192689,7 +192740,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 sender: *4 required: - action @@ -192768,11 +192819,11 @@ webhooks: type: string enum: - dequeued - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 number: type: integer - organization: *844 + organization: *846 pull_request: title: Pull Request type: object @@ -195135,7 +195186,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *845 + repository: *847 sender: *4 required: - action @@ -195259,12 +195310,12 @@ webhooks: type: string required: - from - enterprise: *842 - installation: *843 - number: *894 - organization: *844 - pull_request: *895 - repository: *845 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 + pull_request: *897 + repository: *847 sender: *4 required: - action @@ -195344,11 +195395,11 @@ webhooks: type: string enum: - enqueued - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 number: type: integer - organization: *844 + organization: *846 pull_request: title: Pull Request type: object @@ -197696,7 +197747,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 sender: *4 required: - action @@ -197776,11 +197827,11 @@ webhooks: type: string enum: - labeled - enterprise: *842 - installation: *843 - label: *863 - number: *894 - organization: *844 + enterprise: *844 + installation: *845 + label: *865 + number: *896 + organization: *846 pull_request: title: Pull Request type: object @@ -200131,7 +200182,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 sender: *4 required: - action @@ -200212,10 +200263,10 @@ webhooks: type: string enum: - locked - enterprise: *842 - installation: *843 - number: *894 - organization: *844 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 pull_request: title: Pull Request type: object @@ -202564,7 +202615,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 sender: *4 required: - action @@ -202644,12 +202695,12 @@ webhooks: type: string enum: - milestoned - enterprise: *842 + enterprise: *844 milestone: *408 - number: *894 - organization: *844 - pull_request: *896 - repository: *845 + number: *896 + organization: *846 + pull_request: *898 + repository: *847 sender: *4 required: - action @@ -202728,12 +202779,12 @@ webhooks: type: string enum: - opened - enterprise: *842 - installation: *843 - number: *894 - organization: *844 - pull_request: *895 - repository: *845 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 + pull_request: *897 + repository: *847 sender: *4 required: - action @@ -202814,12 +202865,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *842 - installation: *843 - number: *894 - organization: *844 - pull_request: *895 - repository: *845 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 + pull_request: *897 + repository: *847 sender: *4 required: - action @@ -202899,12 +202950,12 @@ webhooks: type: string enum: - reopened - enterprise: *842 - installation: *843 - number: *894 - organization: *844 - pull_request: *895 - repository: *845 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 + pull_request: *897 + repository: *847 sender: *4 required: - action @@ -203279,9 +203330,9 @@ webhooks: - start_side - side - reactions - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 pull_request: type: object properties: @@ -205514,7 +205565,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *845 + repository: *847 sender: *4 required: - action @@ -205594,7 +205645,7 @@ webhooks: type: string enum: - deleted - comment: &898 + comment: &900 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. @@ -205887,9 +205938,9 @@ webhooks: - start_side - side - reactions - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 pull_request: type: object properties: @@ -208110,7 +208161,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *845 + repository: *847 sender: *4 required: - action @@ -208190,11 +208241,11 @@ webhooks: type: string enum: - edited - changes: *897 - comment: *898 - enterprise: *842 - installation: *843 - organization: *844 + changes: *899 + comment: *900 + enterprise: *844 + installation: *845 + organization: *846 pull_request: type: object properties: @@ -210418,7 +210469,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *845 + repository: *847 sender: *4 required: - action @@ -210499,9 +210550,9 @@ webhooks: type: string enum: - dismissed - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 pull_request: title: Simple Pull Request type: object @@ -212737,7 +212788,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *845 + repository: *847 review: description: The review that was affected. type: object @@ -212988,9 +213039,9 @@ webhooks: type: string required: - from - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 pull_request: title: Simple Pull Request type: object @@ -215099,8 +215150,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *845 - review: &899 + repository: *847 + review: &901 description: The review that was affected. type: object properties: @@ -215338,12 +215389,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 number: description: The pull request number. type: integer - organization: *844 + organization: *846 pull_request: title: Pull Request type: object @@ -217693,7 +217744,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 requested_reviewer: title: User type: @@ -217779,12 +217830,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 number: description: The pull request number. type: integer - organization: *844 + organization: *846 pull_request: title: Pull Request type: object @@ -220141,7 +220192,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 requested_team: title: Team description: Groups of organization members that gives permissions @@ -220336,12 +220387,12 @@ webhooks: type: string enum: - review_requested - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 number: description: The pull request number. type: integer - organization: *844 + organization: *846 pull_request: title: Pull Request type: object @@ -222693,7 +222744,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 requested_reviewer: title: User type: @@ -222780,12 +222831,12 @@ webhooks: type: string enum: - review_requested - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 number: description: The pull request number. type: integer - organization: *844 + organization: *846 pull_request: title: Pull Request type: object @@ -225128,7 +225179,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 requested_team: title: Team description: Groups of organization members that gives permissions @@ -225312,9 +225363,9 @@ webhooks: type: string enum: - submitted - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 pull_request: title: Simple Pull Request type: object @@ -227553,8 +227604,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *845 - review: *899 + repository: *847 + review: *901 sender: *4 required: - action @@ -227634,9 +227685,9 @@ webhooks: type: string enum: - resolved - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 pull_request: title: Simple Pull Request type: object @@ -229784,7 +229835,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *845 + repository: *847 sender: *4 thread: type: object @@ -230181,9 +230232,9 @@ webhooks: type: string enum: - unresolved - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 pull_request: title: Simple Pull Request type: object @@ -232314,7 +232365,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *845 + repository: *847 sender: *4 thread: type: object @@ -232713,10 +232764,10 @@ webhooks: type: string before: type: string - enterprise: *842 - installation: *843 - number: *894 - organization: *844 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 pull_request: title: Pull Request type: object @@ -235054,7 +235105,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 sender: *4 required: - action @@ -235136,11 +235187,11 @@ webhooks: type: string enum: - unassigned - assignee: *900 - enterprise: *842 - installation: *843 - number: *894 - organization: *844 + assignee: *902 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 pull_request: title: Pull Request type: object @@ -237493,7 +237544,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 sender: *4 required: - action @@ -237572,11 +237623,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *842 - installation: *843 - label: *863 - number: *894 - organization: *844 + enterprise: *844 + installation: *845 + label: *865 + number: *896 + organization: *846 pull_request: title: Pull Request type: object @@ -239918,7 +239969,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 sender: *4 required: - action @@ -239999,10 +240050,10 @@ webhooks: type: string enum: - unlocked - enterprise: *842 - installation: *843 - number: *894 - organization: *844 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 pull_request: title: Pull Request type: object @@ -242334,7 +242385,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 sender: *4 required: - action @@ -242537,7 +242588,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *842 + enterprise: *844 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -242632,8 +242683,8 @@ webhooks: - url - author - committer - installation: *843 - organization: *844 + installation: *845 + organization: *846 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -243232,9 +243283,9 @@ webhooks: type: string enum: - published - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 registry_package: type: object properties: @@ -243711,7 +243762,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *883 + items: *885 summary: type: string tag_name: @@ -243767,7 +243818,7 @@ webhooks: - owner - package_version - registry - repository: *845 + repository: *847 sender: *4 required: - action @@ -243845,9 +243896,9 @@ webhooks: type: string enum: - updated - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 registry_package: type: object properties: @@ -244159,7 +244210,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *883 + items: *885 summary: type: string tag_name: @@ -244209,7 +244260,7 @@ webhooks: - owner - package_version - registry - repository: *845 + repository: *847 sender: *4 required: - action @@ -244286,10 +244337,10 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - release: &901 + enterprise: *844 + installation: *845 + organization: *846 + release: &903 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -244620,7 +244671,7 @@ webhooks: - updated_at - zipball_url - body - repository: *845 + repository: *847 sender: *4 required: - action @@ -244697,11 +244748,11 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - organization: *844 - release: *901 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + release: *903 + repository: *847 sender: *4 required: - action @@ -244818,11 +244869,11 @@ webhooks: type: boolean required: - to - enterprise: *842 - installation: *843 - organization: *844 - release: *901 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + release: *903 + repository: *847 sender: *4 required: - action @@ -244900,9 +244951,9 @@ webhooks: type: string enum: - prereleased - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -245238,7 +245289,7 @@ webhooks: - string - 'null' format: uri - repository: *845 + repository: *847 sender: *4 required: - action @@ -245314,10 +245365,10 @@ webhooks: type: string enum: - published - enterprise: *842 - installation: *843 - organization: *844 - release: &902 + enterprise: *844 + installation: *845 + organization: *846 + release: &904 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -245650,7 +245701,7 @@ webhooks: - string - 'null' format: uri - repository: *845 + repository: *847 sender: *4 required: - action @@ -245726,11 +245777,11 @@ webhooks: type: string enum: - released - enterprise: *842 - installation: *843 - organization: *844 - release: *901 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + release: *903 + repository: *847 sender: *4 required: - action @@ -245806,11 +245857,11 @@ webhooks: type: string enum: - unpublished - enterprise: *842 - installation: *843 - organization: *844 - release: *902 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + release: *904 + repository: *847 sender: *4 required: - action @@ -245886,11 +245937,11 @@ webhooks: type: string enum: - published - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - repository_advisory: *743 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + repository_advisory: *745 sender: *4 required: - action @@ -245966,11 +246017,11 @@ webhooks: type: string enum: - reported - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - repository_advisory: *743 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + repository_advisory: *745 sender: *4 required: - action @@ -246046,10 +246097,10 @@ webhooks: type: string enum: - archived - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -246126,10 +246177,10 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -246207,10 +246258,10 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -246295,10 +246346,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -246413,10 +246464,10 @@ webhooks: - 'null' items: type: string - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -246488,10 +246539,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 status: type: string @@ -246572,10 +246623,10 @@ webhooks: type: string enum: - privatized - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -246652,10 +246703,10 @@ webhooks: type: string enum: - publicized - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -246749,10 +246800,10 @@ webhooks: - name required: - repository - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -246832,10 +246883,10 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 repository_ruleset: *187 sender: *4 required: @@ -246914,10 +246965,10 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 repository_ruleset: *187 sender: *4 required: @@ -246996,10 +247047,10 @@ webhooks: type: string enum: - edited - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 repository_ruleset: *187 changes: type: object @@ -247061,16 +247112,16 @@ webhooks: properties: added: type: array - items: *711 + items: *713 deleted: type: array - items: *711 + items: *713 updated: type: array items: type: object properties: - rule: *711 + rule: *713 changes: type: object properties: @@ -247307,10 +247358,10 @@ webhooks: - from required: - owner - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -247388,10 +247439,10 @@ webhooks: type: string enum: - unarchived - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -247469,7 +247520,7 @@ webhooks: type: string enum: - create - alert: &903 + alert: &905 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -247594,10 +247645,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -247807,10 +247858,10 @@ webhooks: type: string enum: - dismissed - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -247888,11 +247939,11 @@ webhooks: type: string enum: - reopen - alert: *903 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + alert: *905 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -248094,10 +248145,10 @@ webhooks: enum: - fixed - open - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -248175,7 +248226,7 @@ webhooks: type: string enum: - assigned - alert: &904 + alert: &906 type: object properties: number: *126 @@ -248315,10 +248366,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -248396,11 +248447,11 @@ webhooks: type: string enum: - created - alert: *904 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + alert: *906 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -248481,11 +248532,11 @@ webhooks: type: string enum: - created - alert: *904 - installation: *843 - location: *905 - organization: *844 - repository: *845 + alert: *906 + installation: *845 + location: *907 + organization: *846 + repository: *847 sender: *4 required: - location @@ -248723,11 +248774,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *904 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + alert: *906 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -248805,11 +248856,11 @@ webhooks: type: string enum: - reopened - alert: *904 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + alert: *906 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -248887,11 +248938,11 @@ webhooks: type: string enum: - resolved - alert: *904 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + alert: *906 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -248969,12 +249020,12 @@ webhooks: type: string enum: - unassigned - alert: *904 + alert: *906 assignee: *4 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -249052,11 +249103,11 @@ webhooks: type: string enum: - validated - alert: *904 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + alert: *906 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -249186,10 +249237,10 @@ webhooks: - organization - enterprise - - repository: *845 - enterprise: *842 - installation: *843 - organization: *844 + repository: *847 + enterprise: *844 + installation: *845 + organization: *846 sender: *4 required: - action @@ -249267,11 +249318,11 @@ webhooks: type: string enum: - published - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - security_advisory: &906 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + security_advisory: &908 description: The details of the security advisory, including summary, description, and severity. type: object @@ -249444,11 +249495,11 @@ webhooks: type: string enum: - updated - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - security_advisory: *906 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + security_advisory: *908 sender: *4 required: - action @@ -249521,10 +249572,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -249698,9 +249749,9 @@ webhooks: type: object properties: security_and_analysis: *419 - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 repository: *464 sender: *4 required: @@ -249779,12 +249830,12 @@ webhooks: type: string enum: - cancelled - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - sponsorship: &907 + sponsorship: &909 type: object properties: created_at: @@ -250089,12 +250140,12 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - sponsorship: *907 + sponsorship: *909 required: - action - sponsorship @@ -250182,12 +250233,12 @@ webhooks: type: string required: - from - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - sponsorship: *907 + sponsorship: *909 required: - action - changes @@ -250264,17 +250315,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &908 + effective_date: &910 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: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - sponsorship: *907 + sponsorship: *909 required: - action - sponsorship @@ -250348,7 +250399,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &909 + changes: &911 type: object properties: tier: @@ -250392,13 +250443,13 @@ webhooks: - from required: - tier - effective_date: *908 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + effective_date: *910 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - sponsorship: *907 + sponsorship: *909 required: - action - changes @@ -250475,13 +250526,13 @@ webhooks: type: string enum: - tier_changed - changes: *909 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + changes: *911 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - sponsorship: *907 + sponsorship: *909 required: - action - changes @@ -250555,10 +250606,10 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -250642,10 +250693,10 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -251079,15 +251130,15 @@ webhooks: type: - string - 'null' - enterprise: *842 + enterprise: *844 id: description: The unique identifier of the status. type: integer - installation: *843 + installation: *845 name: type: string - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 sha: description: The Commit SHA. @@ -251203,9 +251254,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *219 - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -251295,9 +251346,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *219 - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -251387,9 +251438,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *219 - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -251479,9 +251530,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *219 - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -251558,12 +251609,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - team: &910 + team: &912 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -251793,9 +251844,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 repository: title: Repository description: A git repository @@ -252265,7 +252316,7 @@ webhooks: - topics - visibility sender: *4 - team: *910 + team: *912 required: - action - team @@ -252341,9 +252392,9 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 repository: title: Repository description: A git repository @@ -252813,7 +252864,7 @@ webhooks: - topics - visibility sender: *4 - team: *910 + team: *912 required: - action - team @@ -252890,9 +252941,9 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 repository: title: Repository description: A git repository @@ -253362,7 +253413,7 @@ webhooks: - topics - visibility sender: *4 - team: *910 + team: *912 required: - action - team @@ -253506,9 +253557,9 @@ webhooks: - from required: - permissions - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 repository: title: Repository description: A git repository @@ -253978,7 +254029,7 @@ webhooks: - topics - visibility sender: *4 - team: *910 + team: *912 required: - action - changes @@ -254056,9 +254107,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 repository: title: Repository description: A git repository @@ -254528,7 +254579,7 @@ webhooks: - topics - visibility sender: *4 - team: *910 + team: *912 required: - action - team @@ -254604,10 +254655,10 @@ webhooks: type: string enum: - started - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -254680,17 +254731,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *842 + enterprise: *844 inputs: type: - object - 'null' additionalProperties: true - installation: *843 - organization: *844 + installation: *845 + organization: *846 ref: type: string - repository: *845 + repository: *847 sender: *4 workflow: type: string @@ -254772,10 +254823,10 @@ webhooks: type: string enum: - completed - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 workflow_job: allOf: @@ -255031,7 +255082,7 @@ webhooks: type: string required: - conclusion - deployment: *598 + deployment: *600 required: - action - repository @@ -255110,10 +255161,10 @@ webhooks: type: string enum: - in_progress - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 workflow_job: allOf: @@ -255395,7 +255446,7 @@ webhooks: required: - status - steps - deployment: *598 + deployment: *600 required: - action - repository @@ -255474,10 +255525,10 @@ webhooks: type: string enum: - queued - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 workflow_job: type: object @@ -255623,7 +255674,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *598 + deployment: *600 required: - action - repository @@ -255702,10 +255753,10 @@ webhooks: type: string enum: - waiting - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 workflow_job: type: object @@ -255852,7 +255903,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *598 + deployment: *600 required: - action - repository @@ -255932,12 +255983,12 @@ webhooks: type: string enum: - completed - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - workflow: *859 + workflow: *861 workflow_run: title: Workflow Run type: object @@ -256956,12 +257007,12 @@ webhooks: type: string enum: - in_progress - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - workflow: *859 + workflow: *861 workflow_run: title: Workflow Run type: object @@ -257965,12 +258016,12 @@ webhooks: type: string enum: - requested - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - workflow: *859 + workflow: *861 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index 437d90a5c..b5ff4aea6 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -442105,6 +442105,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" + } + } } } }, @@ -450508,6 +450538,26 @@ } } } + }, + "application/vnd.github.diff": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "diff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } + }, + "application/vnd.github.patch": { + "schema": { + "type": "string" + }, + "examples": { + "default": { + "value": "From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001\nFrom: Mona Lisa <87831417+monalisa@users.noreply.github.com>\nDate: Fri, 6 Mar 2026 11:18:45 +0000\nSubject: [PATCH] Change 'test' to 'test change' in testfile\n\n---\ntestfile | 2 +-\n1 file changed, 1 insertion(+), 1 deletion(-)\n\ndiff --git a/testfile b/testfile\nindex 9bdeaeb..912c7ef 100644\n--- a/testfile\n+++ b/testfile\n@@ -1 +1 @@\n-test\n+test change\n" + } + } } } }, diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index f6cb768b0..47384dabf 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -1132,7 +1132,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: - - &745 + - &747 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4329,7 +4329,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &755 + schema: &757 title: Scim Error description: Scim Error type: object @@ -12052,7 +12052,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &756 + '401': &758 description: Authorization failure '404': *6 x-github: @@ -20840,7 +20840,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 - - &588 + - &590 name: has in: query description: |- @@ -20967,7 +20967,7 @@ paths: - transitive - inconclusive - - security_advisory: &589 + security_advisory: &591 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -21229,7 +21229,7 @@ paths: dismissal. maxLength: 280 fixed_at: *136 - auto_dismissed_at: &590 + auto_dismissed_at: &592 type: - string - 'null' @@ -21237,7 +21237,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissal_request: &591 + dismissal_request: &593 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -25189,7 +25189,7 @@ paths: - object rules: type: array - items: &711 + items: &713 title: Repository Rule type: object description: A repository rule. @@ -25198,7 +25198,7 @@ paths: - *167 - *168 - *169 - - &709 + - &711 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -25791,14 +25791,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &723 + state: &725 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: &724 + resolution: &726 type: - string - 'null' @@ -25917,14 +25917,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &725 + - &727 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &727 + - &729 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -25988,7 +25988,7 @@ paths: - blob_url - commit_sha - commit_url - - &728 + - &730 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. @@ -26049,7 +26049,7 @@ paths: - page_url - commit_sha - commit_url - - &729 + - &731 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -26071,7 +26071,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &730 + - &732 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -26093,7 +26093,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &731 + - &733 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -26115,7 +26115,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &732 + - &734 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -26130,7 +26130,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &733 + - &735 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -26145,7 +26145,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &734 + - &736 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -26160,7 +26160,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &735 + - &737 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. @@ -26182,7 +26182,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &736 + - &738 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. @@ -26204,7 +26204,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &737 + - &739 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. @@ -26226,7 +26226,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &738 + - &740 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. @@ -26248,7 +26248,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &739 + - &741 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 @@ -29969,7 +29969,7 @@ paths: properties: action: type: string - discussion: &860 + discussion: &862 title: Discussion description: A Discussion in a repository. type: object @@ -30753,7 +30753,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &783 + sub_issues_summary: &785 title: Sub-issues Summary type: object properties: @@ -30837,7 +30837,7 @@ paths: pin: anyOf: - type: 'null' - - &668 + - &670 title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. @@ -30864,7 +30864,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &784 + issue_dependencies_summary: &786 title: Issue Dependencies Summary type: object properties: @@ -30883,7 +30883,7 @@ paths: - total_blocking issue_field_values: type: array - items: &653 + items: &655 title: Issue Field Value description: A value assigned to an issue field type: object @@ -31707,7 +31707,7 @@ paths: type: string release: allOf: - - &702 + - &704 title: Release description: A release. type: object @@ -31789,7 +31789,7 @@ paths: author: *4 assets: type: array - items: &703 + items: &705 title: Release Asset description: Data related to a release. type: object @@ -32409,7 +32409,7 @@ paths: url: type: string format: uri - user: &790 + user: &792 title: Public User description: Public User type: object @@ -35861,7 +35861,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &676 + - &678 name: all description: If `true`, show notifications marked as read. in: query @@ -35869,7 +35869,7 @@ paths: schema: type: boolean default: false - - &677 + - &679 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -35879,7 +35879,7 @@ paths: type: boolean default: false - *224 - - &678 + - &680 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: @@ -36486,7 +36486,7 @@ paths: - url - subscription_url examples: - default: &679 + default: &681 value: - id: '1' repository: @@ -37628,7 +37628,7 @@ paths: type: array items: *152 examples: - default: &685 + default: &687 value: - property_name: environment value: production @@ -37678,7 +37678,7 @@ paths: required: - properties examples: - default: &686 + default: &688 value: properties: - property_name: environment @@ -43635,12 +43635,12 @@ paths: required: - subject_digests examples: - default: &821 + default: &823 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &822 + withPredicateType: &824 value: subject_digests: - sha256:abc123 @@ -43699,7 +43699,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &823 + default: &825 value: attestations_subject_digests: - sha256:abc: @@ -49477,7 +49477,7 @@ paths: description: Response content: application/json: - schema: &594 + schema: &596 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -49496,7 +49496,7 @@ paths: - key_id - key examples: - default: &595 + default: &597 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -49832,7 +49832,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *87 - - &603 + - &605 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -49840,7 +49840,7 @@ paths: required: false schema: type: string - - &604 + - &606 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -49848,7 +49848,7 @@ paths: required: false schema: type: string - - &605 + - &607 name: time_period description: |- The time period to filter by. @@ -49864,7 +49864,7 @@ paths: - week - month default: month - - &606 + - &608 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -49889,7 +49889,7 @@ paths: application/json: schema: type: array - items: &607 + items: &609 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -50052,7 +50052,7 @@ paths: examples: - https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &608 + default: &610 value: - id: 21 number: 42 @@ -50154,7 +50154,7 @@ paths: application/json: schema: type: array - items: &609 + items: &611 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -50277,7 +50277,7 @@ paths: examples: - https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &610 + default: &612 value: - id: 21 number: 42 @@ -52362,7 +52362,7 @@ paths: required: true content: application/json: - schema: &641 + schema: &643 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -54974,7 +54974,7 @@ paths: parameters: - *87 - *385 - - &804 + - &806 name: repo_name description: repo_name parameter in: path @@ -56340,7 +56340,7 @@ paths: - nuget - container - *87 - - &805 + - &807 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -56381,7 +56381,7 @@ paths: default: *390 '403': *27 '401': *23 - '400': &807 + '400': &809 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -58405,7 +58405,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &893 + - &895 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -58918,7 +58918,7 @@ paths: - review_comment - self author_association: *216 - auto_merge: &688 + auto_merge: &690 title: Auto merge description: The status of auto merging a pull request. type: @@ -59375,7 +59375,7 @@ paths: - updated_at - project_url examples: - default: &826 + default: &828 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -59552,7 +59552,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &827 + items: &829 type: object properties: name: @@ -59589,7 +59589,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &828 + iteration_configuration: &830 type: object description: The configuration for iteration fields. properties: @@ -59639,7 +59639,7 @@ paths: value: name: Due date data_type: date - single_select_field: &829 + single_select_field: &831 summary: Create a single select field value: name: Priority @@ -59666,7 +59666,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &830 + iteration_field: &832 summary: Create an iteration field value: name: Sprint @@ -59692,7 +59692,7 @@ paths: application/json: schema: *410 examples: - text_field: &831 + text_field: &833 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -59701,7 +59701,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: &832 + number_field: &834 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -59710,7 +59710,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: &833 + date_field: &835 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -59719,7 +59719,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: &834 + single_select_field: &836 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -59753,7 +59753,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &835 + iteration_field: &837 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -59799,7 +59799,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - *407 - - &836 + - &838 name: field_id description: The unique identifier of the field. in: path @@ -59814,7 +59814,7 @@ paths: application/json: schema: *410 examples: - default: &837 + default: &839 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -61025,7 +61025,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &818 + schema: &820 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -61208,7 +61208,7 @@ paths: parameters: - *407 - *87 - - &838 + - &840 name: view_number description: The number that identifies the project view. in: path @@ -63140,7 +63140,7 @@ paths: - *87 - *17 - *19 - - &710 + - &712 name: targets description: | A comma-separated list of rule targets to filter by. @@ -63357,7 +63357,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *87 - - &712 + - &714 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 @@ -63369,14 +63369,14 @@ paths: x-multi-segment: true - *304 - *105 - - &713 + - &715 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 - - &714 + - &716 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -63396,7 +63396,7 @@ paths: description: Response content: application/json: - schema: &715 + schema: &717 title: Rule Suites description: Response type: array @@ -63452,7 +63452,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &716 + default: &718 value: - id: 21 actor_id: 12 @@ -63496,7 +63496,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *87 - - &717 + - &719 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -63512,7 +63512,7 @@ paths: description: Response content: application/json: - schema: &718 + schema: &720 title: Rule Suite description: Response type: object @@ -63619,7 +63619,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &719 + default: &721 value: id: 21 actor_id: 12 @@ -63955,7 +63955,7 @@ paths: - *110 - *19 - *17 - - &721 + - &723 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 @@ -63965,7 +63965,7 @@ paths: required: false schema: type: string - - &722 + - &724 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 @@ -64178,7 +64178,7 @@ paths: application/json: schema: type: array - items: &743 + items: &745 description: A repository security advisory. type: object properties: @@ -64529,7 +64529,7 @@ paths: - private_fork version: '2026-03-10' examples: - default: &744 + default: &746 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -66718,7 +66718,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &786 + response-if-user-is-a-team-maintainer: &788 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -66783,7 +66783,7 @@ paths: application/json: schema: *458 examples: - response-if-users-membership-with-team-is-now-pending: &787 + response-if-users-membership-with-team-is-now-pending: &789 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -66897,7 +66897,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &788 + schema: &790 title: Team Repository description: A team's access to a repository. type: object @@ -67816,7 +67816,7 @@ paths: type: array items: *307 examples: - response-if-child-teams-exist: &789 + response-if-child-teams-exist: &791 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -69314,7 +69314,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': &644 + '410': &646 description: Gone content: application/json: @@ -73055,7 +73055,7 @@ paths: items: type: object properties: - type: &611 + type: &613 type: string description: The type of reviewer. enum: @@ -73193,7 +73193,7 @@ paths: application/json: schema: type: array - items: &598 + items: &600 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -73305,7 +73305,7 @@ paths: - created_at - updated_at examples: - default: &599 + default: &601 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -73691,7 +73691,7 @@ paths: application/json: schema: *490 examples: - default: &624 + default: &626 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -73910,7 +73910,7 @@ paths: application/json: schema: *494 examples: - default: &625 + default: &627 value: name: USERNAME value: octocat @@ -75801,7 +75801,7 @@ paths: required: - sha - url - verification: &631 + verification: &633 title: Verification type: object properties: @@ -79366,7 +79366,7 @@ paths: check. type: array items: *222 - deployment: &849 + deployment: &851 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -82710,7 +82710,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': &586 + '302': &588 description: Found '403': *538 '404': *6 @@ -84638,7 +84638,7 @@ paths: type: array items: *563 examples: - default: &795 + default: &797 value: total_count: 2 machines: @@ -85350,7 +85350,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &643 + schema: &645 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -86052,7 +86052,7 @@ paths: - content - created_at examples: - default: &646 + default: &648 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -86189,7 +86189,7 @@ paths: - *459 - *460 - *233 - - &647 + - &649 name: reaction_id description: The unique identifier of the reaction. in: path @@ -86303,7 +86303,7 @@ paths: type: array items: *573 examples: - default: &695 + default: &697 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -86594,7 +86594,7 @@ paths: type: array items: *577 examples: - default: &687 + default: &689 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -87152,7 +87152,7 @@ paths: application/json: schema: *573 examples: - default: &673 + default: &675 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -87236,6 +87236,47 @@ paths: patch: |- @@ -29,7 +29,7 @@ ..... + application/vnd.github.diff: + schema: + type: string + examples: + default: &585 + 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: &586 + 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': *38 @@ -87774,7 +87815,7 @@ paths: application/json: schema: type: array - items: &748 + items: &750 title: Status description: The status of a commit. type: object @@ -88401,6 +88442,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: *585 + application/vnd.github.patch: + schema: + type: string + examples: + default: *586 '404': *6 '500': *38 '503': *192 @@ -88616,7 +88667,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &585 + response-if-content-is-a-file-github-object: &587 summary: Response if content is a file value: type: file @@ -88753,7 +88804,7 @@ paths: - size - type - url - - &700 + - &702 title: Content File description: Content File type: object @@ -88971,7 +89022,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *585 + response-if-content-is-a-file: *587 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -89040,7 +89091,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *586 + '302': *588 '304': *35 x-github: githubCloudOnly: false @@ -89189,7 +89240,7 @@ paths: description: Response content: application/json: - schema: &587 + schema: &589 title: File Commit description: File Commit type: object @@ -89345,7 +89396,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *589 examples: example-for-creating-a-file: value: @@ -89399,7 +89450,7 @@ paths: schema: oneOf: - *3 - - &626 + - &628 description: Repository rule violation was detected type: object properties: @@ -89420,7 +89471,7 @@ paths: items: type: object properties: - placeholder_id: &740 + placeholder_id: &742 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -89514,7 +89565,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *589 examples: default: value: @@ -89708,7 +89759,7 @@ paths: schema: type: string - *333 - - *588 + - *590 - *334 - *335 - *336 @@ -89723,7 +89774,7 @@ paths: application/json: schema: type: array - items: &592 + items: &594 type: object description: A Dependabot alert. properties: @@ -89774,7 +89825,7 @@ paths: - transitive - inconclusive - - security_advisory: *589 + security_advisory: *591 security_vulnerability: *130 url: *131 html_url: *132 @@ -89805,8 +89856,8 @@ paths: dismissal. maxLength: 280 fixed_at: *136 - auto_dismissed_at: *590 - dismissal_request: *591 + auto_dismissed_at: *592 + dismissal_request: *593 assignees: type: array description: The users assigned to this alert. @@ -90063,7 +90114,7 @@ paths: parameters: - *459 - *460 - - &593 + - &595 name: alert_number in: path description: |- @@ -90078,7 +90129,7 @@ paths: description: Response content: application/json: - schema: *592 + schema: *594 examples: default: value: @@ -90212,7 +90263,7 @@ paths: parameters: - *459 - *460 - - *593 + - *595 requestBody: required: true content: @@ -90268,7 +90319,7 @@ paths: description: Response content: application/json: - schema: *592 + schema: *594 examples: default: value: @@ -90417,7 +90468,7 @@ paths: type: integer secrets: type: array - items: &596 + items: &598 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -90478,9 +90529,9 @@ paths: description: Response content: application/json: - schema: *594 + schema: *596 examples: - default: *595 + default: *597 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90508,7 +90559,7 @@ paths: description: Response content: application/json: - schema: *596 + schema: *598 examples: default: value: @@ -91132,7 +91183,7 @@ paths: - version - url additionalProperties: false - metadata: &597 + metadata: &599 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -91171,7 +91222,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *597 + metadata: *599 resolved: type: object description: A collection of resolved package dependencies. @@ -91185,7 +91236,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *597 + metadata: *599 relationship: type: string description: A notation of whether a dependency is requested @@ -91360,9 +91411,9 @@ paths: application/json: schema: type: array - items: *598 + items: *600 examples: - default: *599 + default: *601 headers: Link: *45 x-github: @@ -91511,7 +91562,7 @@ paths: description: Response content: application/json: - schema: *598 + schema: *600 examples: simple-example: summary: Simple example @@ -91586,7 +91637,7 @@ paths: parameters: - *459 - *460 - - &600 + - &602 name: deployment_id description: deployment_id parameter in: path @@ -91598,7 +91649,7 @@ paths: description: Response content: application/json: - schema: *598 + schema: *600 examples: default: value: @@ -91665,7 +91716,7 @@ paths: parameters: - *459 - *460 - - *600 + - *602 responses: '204': description: Response @@ -91689,7 +91740,7 @@ paths: parameters: - *459 - *460 - - *600 + - *602 - *17 - *19 responses: @@ -91699,7 +91750,7 @@ paths: application/json: schema: type: array - items: &601 + items: &603 title: Deployment Status description: The status of a deployment. type: object @@ -91865,7 +91916,7 @@ paths: parameters: - *459 - *460 - - *600 + - *602 requestBody: required: true content: @@ -91940,9 +91991,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *603 examples: - default: &602 + default: &604 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -92000,7 +92051,7 @@ paths: parameters: - *459 - *460 - - *600 + - *602 - name: status_id in: path required: true @@ -92011,9 +92062,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *603 examples: - default: *602 + default: *604 '404': *6 x-github: githubCloudOnly: false @@ -92042,10 +92093,10 @@ paths: parameters: - *459 - *460 - - *603 - - *604 - *605 - *606 + - *607 + - *608 - *17 - *19 responses: @@ -92055,9 +92106,9 @@ paths: application/json: schema: type: array - items: *607 + items: *609 examples: - default: *608 + default: *610 '404': *6 '403': *27 '500': *38 @@ -92094,7 +92145,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *607 + schema: *609 examples: default: value: @@ -92212,10 +92263,10 @@ paths: parameters: - *459 - *460 - - *603 - - *604 - *605 - *606 + - *607 + - *608 - *17 - *19 responses: @@ -92225,9 +92276,9 @@ paths: application/json: schema: type: array - items: *609 + items: *611 examples: - default: *610 + default: *612 '404': *6 '403': *27 '500': *38 @@ -92264,7 +92315,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *609 + schema: *611 examples: default: value: @@ -92354,7 +92405,7 @@ paths: description: The created dismissal request. content: application/json: - schema: *609 + schema: *611 examples: default: value: @@ -92771,7 +92822,7 @@ paths: - 5 environments: type: array - items: &612 + items: &614 title: Environment description: Details of a deployment environment type: object @@ -92833,7 +92884,7 @@ paths: type: string examples: - wait_timer - wait_timer: &614 + wait_timer: &616 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -92875,7 +92926,7 @@ paths: items: type: object properties: - type: *611 + type: *613 reviewer: anyOf: - *4 @@ -92902,7 +92953,7 @@ paths: - id - node_id - type - deployment_branch_policy: &615 + deployment_branch_policy: &617 type: - object - 'null' @@ -93021,7 +93072,7 @@ paths: parameters: - *459 - *460 - - &613 + - &615 name: environment_name in: path required: true @@ -93034,9 +93085,9 @@ paths: description: Response content: application/json: - schema: *612 + schema: *614 examples: - default: &616 + default: &618 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -93122,7 +93173,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 requestBody: required: false content: @@ -93132,7 +93183,7 @@ paths: - object - 'null' properties: - wait_timer: *614 + wait_timer: *616 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -93151,14 +93202,14 @@ paths: items: type: object properties: - type: *611 + type: *613 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *615 + deployment_branch_policy: *617 additionalProperties: false examples: default: @@ -93178,9 +93229,9 @@ paths: description: Response content: application/json: - schema: *612 + schema: *614 examples: - default: *616 + default: *618 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -93206,7 +93257,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 responses: '204': description: Default response @@ -93233,7 +93284,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 - *17 - *19 responses: @@ -93252,7 +93303,7 @@ paths: - 2 branch_policies: type: array - items: &617 + items: &619 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -93315,7 +93366,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 requestBody: required: true content: @@ -93363,9 +93414,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *619 examples: - example-wildcard: &618 + example-wildcard: &620 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -93409,8 +93460,8 @@ paths: parameters: - *459 - *460 - - *613 - - &619 + - *615 + - &621 name: branch_policy_id in: path required: true @@ -93422,9 +93473,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *619 examples: - default: *618 + default: *620 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93445,8 +93496,8 @@ paths: parameters: - *459 - *460 - - *613 - - *619 + - *615 + - *621 requestBody: required: true content: @@ -93475,9 +93526,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *619 examples: - default: *618 + default: *620 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93498,8 +93549,8 @@ paths: parameters: - *459 - *460 - - *613 - - *619 + - *615 + - *621 responses: '204': description: Response @@ -93524,7 +93575,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: - - *613 + - *615 - *460 - *459 responses: @@ -93543,7 +93594,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &620 + items: &622 title: Deployment protection rule description: Deployment protection rule type: object @@ -93565,7 +93616,7 @@ paths: for the environment. examples: - true - app: &621 + app: &623 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -93668,7 +93719,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: - - *613 + - *615 - *460 - *459 requestBody: @@ -93691,9 +93742,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *620 + schema: *622 examples: - default: &622 + default: &624 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -93728,7 +93779,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: - - *613 + - *615 - *460 - *459 - *19 @@ -93750,7 +93801,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *621 + items: *623 examples: default: value: @@ -93787,8 +93838,8 @@ paths: parameters: - *459 - *460 - - *613 - - &623 + - *615 + - &625 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -93800,9 +93851,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *622 examples: - default: *622 + default: *624 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93823,10 +93874,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: - - *613 + - *615 - *460 - *459 - - *623 + - *625 responses: '204': description: Response @@ -93854,7 +93905,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 - *17 - *19 responses: @@ -93901,7 +93952,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 responses: '200': description: Response @@ -93933,7 +93984,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 - *288 responses: '200': @@ -93942,7 +93993,7 @@ paths: application/json: schema: *490 examples: - default: *624 + default: *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93966,7 +94017,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 - *288 requestBody: required: true @@ -94026,7 +94077,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 - *288 responses: '204': @@ -94054,7 +94105,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 - *477 - *19 responses: @@ -94099,7 +94150,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 requestBody: required: true content: @@ -94153,7 +94204,7 @@ paths: parameters: - *459 - *460 - - *613 + - *615 - *291 responses: '200': @@ -94162,7 +94213,7 @@ paths: application/json: schema: *494 examples: - default: *625 + default: *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94186,7 +94237,7 @@ paths: - *459 - *460 - *291 - - *613 + - *615 requestBody: required: true content: @@ -94231,7 +94282,7 @@ paths: - *459 - *460 - *291 - - *613 + - *615 responses: '204': description: Response @@ -94600,7 +94651,7 @@ paths: schema: oneOf: - *253 - - *626 + - *628 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94836,7 +94887,7 @@ paths: description: Response content: application/json: - schema: &627 + schema: &629 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -95071,7 +95122,7 @@ paths: description: Response content: application/json: - schema: *627 + schema: *629 examples: default: value: @@ -95129,7 +95180,7 @@ paths: parameters: - *459 - *460 - - &628 + - &630 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. @@ -95146,7 +95197,7 @@ paths: application/json: schema: type: array - items: &629 + items: &631 title: Git Reference description: Git references within a repository type: object @@ -95224,15 +95275,15 @@ paths: parameters: - *459 - *460 - - *628 + - *630 responses: '200': description: Response content: application/json: - schema: *629 + schema: *631 examples: - default: &630 + default: &632 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -95291,9 +95342,9 @@ paths: description: Response content: application/json: - schema: *629 + schema: *631 examples: - default: *630 + default: *632 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -95321,7 +95372,7 @@ paths: parameters: - *459 - *460 - - *628 + - *630 requestBody: required: true content: @@ -95350,9 +95401,9 @@ paths: description: Response content: application/json: - schema: *629 + schema: *631 examples: - default: *630 + default: *632 '422': *15 '409': *119 x-github: @@ -95372,7 +95423,7 @@ paths: parameters: - *459 - *460 - - *628 + - *630 responses: '204': description: Response @@ -95495,7 +95546,7 @@ paths: description: Response content: application/json: - schema: &632 + schema: &634 title: Git Tag description: Metadata for a Git tag type: object @@ -95551,7 +95602,7 @@ paths: - sha - type - url - verification: *631 + verification: *633 required: - sha - url @@ -95561,7 +95612,7 @@ paths: - tag - message examples: - default: &633 + default: &635 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -95646,9 +95697,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *634 examples: - default: *633 + default: *635 '404': *6 '409': *119 x-github: @@ -95747,7 +95798,7 @@ paths: description: Response content: application/json: - schema: &634 + schema: &636 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -95873,7 +95924,7 @@ paths: description: Response content: application/json: - schema: *634 + schema: *636 examples: default-response: summary: Default response @@ -95943,7 +95994,7 @@ paths: application/json: schema: type: array - items: &635 + items: &637 title: Webhook description: Webhooks for repositories. type: object @@ -96006,7 +96057,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &885 + last_response: &887 title: Hook Response type: object properties: @@ -96137,9 +96188,9 @@ paths: description: Response content: application/json: - schema: *635 + schema: *637 examples: - default: &636 + default: &638 value: type: Repository id: 12345678 @@ -96195,9 +96246,9 @@ paths: description: Response content: application/json: - schema: *635 + schema: *637 examples: - default: *636 + default: *638 '404': *6 x-github: githubCloudOnly: false @@ -96264,9 +96315,9 @@ paths: description: Response content: application/json: - schema: *635 + schema: *637 examples: - default: *636 + default: *638 '422': *15 '404': *6 x-github: @@ -96664,7 +96715,7 @@ paths: description: Response content: application/json: - schema: &637 + schema: &639 title: Import description: A repository import from an external source. type: object @@ -96771,7 +96822,7 @@ paths: - html_url - authors_url examples: - default: &640 + default: &642 value: vcs: subversion use_lfs: true @@ -96787,7 +96838,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': &638 + '503': &640 description: Unavailable due to service under maintenance. content: application/json: @@ -96865,7 +96916,7 @@ paths: description: Response content: application/json: - schema: *637 + schema: *639 examples: default: value: @@ -96890,7 +96941,7 @@ paths: type: string '422': *15 '404': *6 - '503': *638 + '503': *640 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96971,7 +97022,7 @@ paths: description: Response content: application/json: - schema: *637 + schema: *639 examples: example-1: summary: Example 1 @@ -97019,7 +97070,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': *638 + '503': *640 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97047,7 +97098,7 @@ paths: responses: '204': description: Response - '503': *638 + '503': *640 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97075,7 +97126,7 @@ paths: parameters: - *459 - *460 - - &816 + - &818 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -97089,7 +97140,7 @@ paths: application/json: schema: type: array - items: &639 + items: &641 title: Porter Author description: Porter Author type: object @@ -97143,7 +97194,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': *638 + '503': *640 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97199,7 +97250,7 @@ paths: description: Response content: application/json: - schema: *639 + schema: *641 examples: default: value: @@ -97212,7 +97263,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *638 + '503': *640 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97278,7 +97329,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *638 + '503': *640 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97334,11 +97385,11 @@ paths: description: Response content: application/json: - schema: *637 + schema: *639 examples: - default: *640 + default: *642 '422': *15 - '503': *638 + '503': *640 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97405,7 +97456,7 @@ paths: properties: {} additionalProperties: false examples: - default: &642 + default: &644 value: limit: collaborators_only origin: repository @@ -97436,7 +97487,7 @@ paths: required: true content: application/json: - schema: *641 + schema: *643 examples: default: summary: Example request body @@ -97450,7 +97501,7 @@ paths: application/json: schema: *366 examples: - default: *642 + default: *644 '409': description: Response x-github: @@ -97507,9 +97558,9 @@ paths: application/json: schema: type: array - items: *643 + items: *645 examples: - default: &809 + default: &811 value: - id: 1 repository: @@ -97671,7 +97722,7 @@ paths: description: Response content: application/json: - schema: *643 + schema: *645 examples: default: value: @@ -97909,7 +97960,7 @@ paths: type: array items: *219 examples: - default: &652 + default: &654 value: - id: 1 node_id: MDU6SXNzdWUx @@ -98180,7 +98231,7 @@ paths: application/json: schema: *219 examples: - default: &649 + default: &651 value: id: 1 node_id: MDU6SXNzdWUx @@ -98337,7 +98388,7 @@ paths: '422': *15 '503': *192 '404': *6 - '410': *644 + '410': *646 x-github: triggersNotification: true githubCloudOnly: false @@ -98399,7 +98450,7 @@ paths: type: array items: *220 examples: - default: &651 + default: &653 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -98467,7 +98518,7 @@ paths: application/json: schema: *220 examples: - default: &645 + default: &647 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -98548,7 +98599,7 @@ paths: application/json: schema: *220 examples: - default: *645 + default: *647 '422': *15 x-github: githubCloudOnly: false @@ -98660,7 +98711,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *644 + '410': *646 '422': *15 x-github: githubCloudOnly: false @@ -98686,7 +98737,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *644 + '410': *646 '503': *192 x-github: githubCloudOnly: false @@ -98734,7 +98785,7 @@ paths: type: array items: *571 examples: - default: *646 + default: *648 headers: Link: *45 '404': *6 @@ -98823,7 +98874,7 @@ paths: - *459 - *460 - *233 - - *647 + - *649 responses: '204': description: Response @@ -98854,7 +98905,7 @@ paths: application/json: schema: type: array - items: &648 + items: &650 title: Issue Event description: Issue Event type: object @@ -99206,7 +99257,7 @@ paths: description: Response content: application/json: - schema: *648 + schema: *650 examples: default: value: @@ -99399,7 +99450,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *644 + '410': *646 '403': *27 x-github: githubCloudOnly: false @@ -99435,7 +99486,7 @@ paths: parameters: - *459 - *460 - - &650 + - &652 name: issue_number description: The number that identifies the issue. in: path @@ -99451,7 +99502,7 @@ paths: examples: default: summary: Issue - value: *649 + value: *651 pinned_comment: summary: Issue with pinned comment value: @@ -99652,7 +99703,7 @@ paths: state_reason: completed '301': *465 '404': *6 - '410': *644 + '410': *646 '304': *35 x-github: githubCloudOnly: false @@ -99679,7 +99730,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: false content: @@ -99820,13 +99871,13 @@ paths: application/json: schema: *219 examples: - default: *649 + default: *651 '422': *15 '503': *192 '403': *27 '301': *465 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99856,7 +99907,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: false content: @@ -99884,7 +99935,7 @@ paths: application/json: schema: *219 examples: - default: *649 + default: *651 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99902,7 +99953,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: content: application/json: @@ -99929,7 +99980,7 @@ paths: application/json: schema: *219 examples: - default: *649 + default: *651 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99953,7 +100004,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - name: assignee in: path required: true @@ -99995,7 +100046,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - *224 - *17 - *19 @@ -100008,11 +100059,11 @@ paths: type: array items: *220 examples: - default: *651 + default: *653 headers: Link: *45 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100043,7 +100094,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: true content: @@ -100067,14 +100118,14 @@ paths: application/json: schema: *220 examples: - default: *645 + default: *647 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *644 + '410': *646 '422': *15 '404': *6 x-github: @@ -100104,7 +100155,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - *17 - *19 responses: @@ -100116,12 +100167,12 @@ paths: type: array items: *219 examples: - default: *652 + default: *654 headers: Link: *45 '301': *465 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100151,7 +100202,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: true content: @@ -100175,7 +100226,7 @@ paths: application/json: schema: *219 examples: - default: *649 + default: *651 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -100183,7 +100234,7 @@ paths: type: string '301': *465 '403': *27 - '410': *644 + '410': *646 '422': *15 '404': *6 x-github: @@ -100216,7 +100267,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -100230,13 +100281,13 @@ paths: application/json: schema: *219 examples: - default: *649 + default: *651 '301': *465 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *644 + '410': *646 x-github: triggersNotification: true githubCloudOnly: false @@ -100264,7 +100315,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - *17 - *19 responses: @@ -100276,12 +100327,12 @@ paths: type: array items: *219 examples: - default: *652 + default: *654 headers: Link: *45 '301': *465 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100300,7 +100351,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - *17 - *19 responses: @@ -100314,7 +100365,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &655 + - &657 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -100363,7 +100414,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &656 + - &658 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -100491,7 +100542,7 @@ paths: - performed_via_github_app - assignee - assigner - - &657 + - &659 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -100537,7 +100588,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &658 + - &660 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -100583,7 +100634,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &659 + - &661 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -100632,7 +100683,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &660 + - &662 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -100674,7 +100725,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &661 + - &663 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -100716,7 +100767,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &662 + - &664 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -100772,7 +100823,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &663 + - &665 title: Locked Issue Event description: Locked Issue Event type: object @@ -100817,7 +100868,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &664 + - &666 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -100878,7 +100929,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &665 + - &667 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -100939,7 +100990,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &666 + - &668 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -101000,7 +101051,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &667 + - &669 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -101093,7 +101144,7 @@ paths: color: red headers: Link: *45 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101112,7 +101163,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - *17 - *19 responses: @@ -101122,9 +101173,9 @@ paths: application/json: schema: type: array - items: *653 + items: *655 examples: - default: &754 + default: &756 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -101150,7 +101201,7 @@ paths: Link: *45 '301': *465 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101169,7 +101220,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - *17 - *19 responses: @@ -101181,7 +101232,7 @@ paths: type: array items: *218 examples: - default: &654 + default: &656 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -101201,7 +101252,7 @@ paths: Link: *45 '301': *465 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101219,7 +101270,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: false content: @@ -101264,10 +101315,10 @@ paths: type: array items: *218 examples: - default: *654 + default: *656 '301': *465 '404': *6 - '410': *644 + '410': *646 '422': *15 x-github: githubCloudOnly: false @@ -101286,7 +101337,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: false content: @@ -101348,10 +101399,10 @@ paths: type: array items: *218 examples: - default: *654 + default: *656 '301': *465 '404': *6 - '410': *644 + '410': *646 '422': *15 x-github: githubCloudOnly: false @@ -101370,13 +101421,13 @@ paths: parameters: - *459 - *460 - - *650 + - *652 responses: '204': description: Response '301': *465 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101397,7 +101448,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - name: name in: path required: true @@ -101423,7 +101474,7 @@ paths: default: true '301': *465 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101445,7 +101496,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: false content: @@ -101474,7 +101525,7 @@ paths: '204': description: Response '403': *27 - '410': *644 + '410': *646 '404': *6 '422': *15 x-github: @@ -101494,7 +101545,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 responses: '204': description: Response @@ -101526,7 +101577,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 responses: '200': description: Response @@ -101534,10 +101585,10 @@ paths: application/json: schema: *219 examples: - default: *649 + default: *651 '301': *465 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101556,7 +101607,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - 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. @@ -101584,11 +101635,11 @@ paths: type: array items: *571 examples: - default: *646 + default: *648 headers: Link: *45 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101608,7 +101659,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: true content: @@ -101673,8 +101724,8 @@ paths: parameters: - *459 - *460 - - *650 - - *647 + - *652 + - *649 responses: '204': description: Response @@ -101705,7 +101756,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: true content: @@ -101729,7 +101780,7 @@ paths: application/json: schema: *219 examples: - default: *649 + default: *651 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -101764,7 +101815,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - *17 - *19 responses: @@ -101776,11 +101827,11 @@ paths: type: array items: *219 examples: - default: *652 + default: *654 headers: Link: *45 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101810,7 +101861,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: true content: @@ -101839,14 +101890,14 @@ paths: application/json: schema: *219 examples: - default: *649 + default: *651 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *644 + '410': *646 '422': *15 '404': *6 x-github: @@ -101868,7 +101919,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 requestBody: required: true content: @@ -101901,7 +101952,7 @@ paths: application/json: schema: *219 examples: - default: *649 + default: *651 '403': *27 '404': *6 '422': *7 @@ -101925,7 +101976,7 @@ paths: parameters: - *459 - *460 - - *650 + - *652 - *17 - *19 responses: @@ -101940,8 +101991,6 @@ paths: description: Timeline Event type: object anyOf: - - *655 - - *656 - *657 - *658 - *659 @@ -101953,6 +102002,8 @@ paths: - *665 - *666 - *667 + - *668 + - *669 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -102009,7 +102060,7 @@ paths: pin: anyOf: - type: 'null' - - *668 + - *670 required: - event - actor @@ -102285,7 +102336,7 @@ paths: type: string comments: type: array - items: &689 + items: &691 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -102801,7 +102852,7 @@ paths: headers: Link: *45 '404': *6 - '410': *644 + '410': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102829,7 +102880,7 @@ paths: application/json: schema: type: array - items: &669 + items: &671 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -102934,9 +102985,9 @@ paths: description: Response content: application/json: - schema: *669 + schema: *671 examples: - default: &670 + default: &672 value: id: 1 key: ssh-rsa AAA... @@ -102972,7 +103023,7 @@ paths: parameters: - *459 - *460 - - &671 + - &673 name: key_id description: The unique identifier of the key. in: path @@ -102984,9 +103035,9 @@ paths: description: Response content: application/json: - schema: *669 + schema: *671 examples: - default: *670 + default: *672 '404': *6 x-github: githubCloudOnly: false @@ -103006,7 +103057,7 @@ paths: parameters: - *459 - *460 - - *671 + - *673 responses: '204': description: Response @@ -103039,7 +103090,7 @@ paths: type: array items: *218 examples: - default: *654 + default: *656 headers: Link: *45 '404': *6 @@ -103099,7 +103150,7 @@ paths: application/json: schema: *218 examples: - default: &672 + default: &674 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -103145,7 +103196,7 @@ paths: application/json: schema: *218 examples: - default: *672 + default: *674 '404': *6 x-github: githubCloudOnly: false @@ -103600,7 +103651,7 @@ paths: application/json: schema: *573 examples: - default: *673 + default: *675 '204': description: Response when already merged '404': @@ -103766,7 +103817,7 @@ paths: application/json: schema: *408 examples: - default: &674 + default: &676 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -103827,7 +103878,7 @@ paths: parameters: - *459 - *460 - - &675 + - &677 name: milestone_number description: The number that identifies the milestone. in: path @@ -103841,7 +103892,7 @@ paths: application/json: schema: *408 examples: - default: *674 + default: *676 '404': *6 x-github: githubCloudOnly: false @@ -103860,7 +103911,7 @@ paths: parameters: - *459 - *460 - - *675 + - *677 requestBody: required: false content: @@ -103900,7 +103951,7 @@ paths: application/json: schema: *408 examples: - default: *674 + default: *676 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103918,7 +103969,7 @@ paths: parameters: - *459 - *460 - - *675 + - *677 responses: '204': description: Response @@ -103941,7 +103992,7 @@ paths: parameters: - *459 - *460 - - *675 + - *677 - *17 - *19 responses: @@ -103953,7 +104004,7 @@ paths: type: array items: *218 examples: - default: *654 + default: *656 headers: Link: *45 x-github: @@ -103974,10 +104025,10 @@ paths: parameters: - *459 - *460 - - *676 - - *677 - - *224 - *678 + - *679 + - *224 + - *680 - *17 - *19 responses: @@ -103989,7 +104040,7 @@ paths: type: array items: *244 examples: - default: *679 + default: *681 headers: Link: *45 x-github: @@ -104079,7 +104130,7 @@ paths: description: Response content: application/json: - schema: &680 + schema: &682 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -104223,7 +104274,7 @@ paths: - custom_404 - public examples: - default: &681 + default: &683 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -104320,9 +104371,9 @@ paths: description: Response content: application/json: - schema: *680 + schema: *682 examples: - default: *681 + default: *683 '422': *15 '409': *119 x-github: @@ -104492,7 +104543,7 @@ paths: application/json: schema: type: array - items: &682 + items: &684 title: Page Build description: Page Build type: object @@ -104639,9 +104690,9 @@ paths: description: Response content: application/json: - schema: *682 + schema: *684 examples: - default: &683 + default: &685 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -104701,9 +104752,9 @@ paths: description: Response content: application/json: - schema: *682 + schema: *684 examples: - default: *683 + default: *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104834,7 +104885,7 @@ paths: parameters: - *459 - *460 - - &684 + - &686 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -104894,7 +104945,7 @@ paths: parameters: - *459 - *460 - - *684 + - *686 responses: '204': *151 '404': *6 @@ -105311,7 +105362,7 @@ paths: type: array items: *152 examples: - default: *685 + default: *687 '403': *27 '404': *6 x-github: @@ -105350,7 +105401,7 @@ paths: required: - properties examples: - default: *686 + default: *688 responses: '204': description: No Content when custom property values are successfully created @@ -105451,7 +105502,7 @@ paths: type: array items: *577 examples: - default: *687 + default: *689 headers: Link: *45 '304': *35 @@ -105551,7 +105602,7 @@ paths: description: Response content: application/json: - schema: &691 + schema: &693 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -105785,7 +105836,7 @@ paths: - review_comment - self author_association: *216 - auto_merge: *688 + auto_merge: *690 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -105981,7 +106032,7 @@ paths: - review_comments version: '2026-03-10' examples: - default: &692 + default: &694 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -106538,9 +106589,9 @@ paths: application/json: schema: type: array - items: *689 + items: *691 examples: - default: &694 + default: &696 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -106625,9 +106676,9 @@ paths: description: Response content: application/json: - schema: *689 + schema: *691 examples: - default: &690 + default: &692 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -106726,9 +106777,9 @@ paths: description: Response content: application/json: - schema: *689 + schema: *691 examples: - default: *690 + default: *692 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106797,7 +106848,7 @@ paths: type: array items: *571 examples: - default: *646 + default: *648 headers: Link: *45 '404': *6 @@ -106886,7 +106937,7 @@ paths: - *459 - *460 - *233 - - *647 + - *649 responses: '204': description: Response @@ -106931,7 +106982,7 @@ paths: parameters: - *459 - *460 - - &693 + - &695 name: pull_number description: The number that identifies the pull request. in: path @@ -106944,9 +106995,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *691 + schema: *693 examples: - default: *692 + default: *694 '304': *35 '404': *6 '406': @@ -106983,7 +107034,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 requestBody: required: false content: @@ -107025,9 +107076,9 @@ paths: description: Response content: application/json: - schema: *691 + schema: *693 examples: - default: *692 + default: *694 '422': *15 '403': *27 x-github: @@ -107051,7 +107102,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 requestBody: required: true content: @@ -107154,7 +107205,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 - *241 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -107175,9 +107226,9 @@ paths: application/json: schema: type: array - items: *689 + items: *691 examples: - default: *694 + default: *696 headers: Link: *45 x-github: @@ -107212,7 +107263,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 requestBody: required: true content: @@ -107318,7 +107369,7 @@ paths: description: Response content: application/json: - schema: *689 + schema: *691 examples: example-for-a-multi-line-comment: value: @@ -107408,7 +107459,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 - *233 requestBody: required: true @@ -107431,7 +107482,7 @@ paths: description: Response content: application/json: - schema: *689 + schema: *691 examples: default: value: @@ -107519,7 +107570,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 - *17 - *19 responses: @@ -107531,7 +107582,7 @@ paths: type: array items: *573 examples: - default: *695 + default: *697 headers: Link: *45 x-github: @@ -107563,7 +107614,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 - *17 - *19 responses: @@ -107613,7 +107664,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 responses: '204': description: Response if pull request has been merged @@ -107638,7 +107689,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 requestBody: required: false content: @@ -107752,7 +107803,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 responses: '200': description: Response @@ -107829,7 +107880,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 requestBody: required: false content: @@ -108404,7 +108455,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 requestBody: required: true content: @@ -108945,7 +108996,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 - *17 - *19 responses: @@ -108955,7 +109006,7 @@ paths: application/json: schema: type: array - items: &696 + items: &698 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -109113,7 +109164,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 requestBody: required: false content: @@ -109203,9 +109254,9 @@ paths: description: Response content: application/json: - schema: *696 + schema: *698 examples: - default: &698 + default: &700 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -109270,8 +109321,8 @@ paths: parameters: - *459 - *460 - - *693 - - &697 + - *695 + - &699 name: review_id description: The unique identifier of the review. in: path @@ -109283,9 +109334,9 @@ paths: description: Response content: application/json: - schema: *696 + schema: *698 examples: - default: &699 + default: &701 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -109346,8 +109397,8 @@ paths: parameters: - *459 - *460 - - *693 - - *697 + - *695 + - *699 requestBody: required: true content: @@ -109370,7 +109421,7 @@ paths: description: Response content: application/json: - schema: *696 + schema: *698 examples: default: value: @@ -109434,16 +109485,16 @@ paths: parameters: - *459 - *460 - - *693 - - *697 + - *695 + - *699 responses: '200': description: Response content: application/json: - schema: *696 + schema: *698 examples: - default: *698 + default: *700 '422': *7 '404': *6 x-github: @@ -109472,8 +109523,8 @@ paths: parameters: - *459 - *460 - - *693 - - *697 + - *695 + - *699 - *17 - *19 responses: @@ -109733,8 +109784,8 @@ paths: parameters: - *459 - *460 - - *693 - - *697 + - *695 + - *699 requestBody: required: true content: @@ -109763,7 +109814,7 @@ paths: description: Response content: application/json: - schema: *696 + schema: *698 examples: default: value: @@ -109828,8 +109879,8 @@ paths: parameters: - *459 - *460 - - *693 - - *697 + - *695 + - *699 requestBody: required: true content: @@ -109864,9 +109915,9 @@ paths: description: Response content: application/json: - schema: *696 + schema: *698 examples: - default: *699 + default: *701 '404': *6 '422': *7 '403': *27 @@ -109890,7 +109941,7 @@ paths: parameters: - *459 - *460 - - *693 + - *695 requestBody: required: false content: @@ -109968,9 +110019,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *702 examples: - default: &701 + default: &703 value: type: file encoding: base64 @@ -110033,9 +110084,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *702 examples: - default: *701 + default: *703 '404': *6 '422': *15 x-github: @@ -110068,7 +110119,7 @@ paths: application/json: schema: type: array - items: *702 + items: *704 examples: default: value: @@ -110239,9 +110290,9 @@ paths: description: Response content: application/json: - schema: *702 + schema: *704 examples: - default: &706 + default: &708 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -110348,7 +110399,7 @@ paths: parameters: - *459 - *460 - - &704 + - &706 name: asset_id description: The unique identifier of the asset. in: path @@ -110360,9 +110411,9 @@ paths: description: Response content: application/json: - schema: *703 + schema: *705 examples: - default: &705 + default: &707 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 @@ -110397,7 +110448,7 @@ paths: type: User site_admin: false '404': *6 - '302': *586 + '302': *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110415,7 +110466,7 @@ paths: parameters: - *459 - *460 - - *704 + - *706 requestBody: required: false content: @@ -110444,9 +110495,9 @@ paths: description: Response content: application/json: - schema: *703 + schema: *705 examples: - default: *705 + default: *707 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110464,7 +110515,7 @@ paths: parameters: - *459 - *460 - - *704 + - *706 responses: '204': description: Response @@ -110583,9 +110634,9 @@ paths: description: Response content: application/json: - schema: *702 + schema: *704 examples: - default: *706 + default: *708 '404': *6 x-github: githubCloudOnly: false @@ -110617,9 +110668,9 @@ paths: description: Response content: application/json: - schema: *702 + schema: *704 examples: - default: *706 + default: *708 '404': *6 x-github: githubCloudOnly: false @@ -110643,7 +110694,7 @@ paths: parameters: - *459 - *460 - - &707 + - &709 name: release_id description: The unique identifier of the release. in: path @@ -110657,9 +110708,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: *702 + schema: *704 examples: - default: *706 + default: *708 '401': description: Unauthorized x-github: @@ -110679,7 +110730,7 @@ paths: parameters: - *459 - *460 - - *707 + - *709 requestBody: required: false content: @@ -110743,9 +110794,9 @@ paths: description: Response content: application/json: - schema: *702 + schema: *704 examples: - default: *706 + default: *708 '404': description: Not Found if the discussion category name is invalid content: @@ -110768,7 +110819,7 @@ paths: parameters: - *459 - *460 - - *707 + - *709 responses: '204': description: Response @@ -110791,7 +110842,7 @@ paths: parameters: - *459 - *460 - - *707 + - *709 - *17 - *19 responses: @@ -110801,7 +110852,7 @@ paths: application/json: schema: type: array - items: *703 + items: *705 examples: default: value: @@ -110885,7 +110936,7 @@ paths: parameters: - *459 - *460 - - *707 + - *709 - name: name in: query required: true @@ -110911,7 +110962,7 @@ paths: description: Response for successful upload content: application/json: - schema: *703 + schema: *705 examples: response-for-successful-upload: value: @@ -110968,7 +111019,7 @@ paths: parameters: - *459 - *460 - - *707 + - *709 - 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. @@ -110994,7 +111045,7 @@ paths: type: array items: *571 examples: - default: *646 + default: *648 headers: Link: *45 '404': *6 @@ -111017,7 +111068,7 @@ paths: parameters: - *459 - *460 - - *707 + - *709 requestBody: required: true content: @@ -111080,8 +111131,8 @@ paths: parameters: - *459 - *460 - - *707 - - *647 + - *709 + - *649 responses: '204': description: Response @@ -111124,7 +111175,7 @@ paths: oneOf: - allOf: - *166 - - &708 + - &710 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -111145,67 +111196,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *167 - - *708 + - *710 - allOf: - *168 - - *708 + - *710 - allOf: - *169 - - *708 + - *710 - allOf: - - *709 - - *708 + - *711 + - *710 - allOf: - *170 - - *708 + - *710 - allOf: - *171 - - *708 + - *710 - allOf: - *172 - - *708 + - *710 - allOf: - *173 - - *708 + - *710 - allOf: - *174 - - *708 + - *710 - allOf: - *175 - - *708 + - *710 - allOf: - *176 - - *708 + - *710 - allOf: - *177 - - *708 + - *710 - allOf: - *178 - - *708 + - *710 - allOf: - *179 - - *708 + - *710 - allOf: - *180 - - *708 + - *710 - allOf: - *181 - - *708 + - *710 - allOf: - *182 - - *708 + - *710 - allOf: - *183 - - *708 + - *710 - allOf: - *184 - - *708 + - *710 - allOf: - *185 - - *708 + - *710 - allOf: - *186 - - *708 + - *710 examples: default: value: @@ -111256,7 +111307,7 @@ paths: schema: type: boolean default: true - - *710 + - *712 responses: '200': description: Response @@ -111341,7 +111392,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *711 + items: *713 required: - name - enforcement @@ -111374,7 +111425,7 @@ paths: application/json: schema: *187 examples: - default: &720 + default: &722 value: id: 42 name: super cool ruleset @@ -111424,10 +111475,10 @@ paths: parameters: - *459 - *460 - - *712 - - *105 - - *713 - *714 + - *105 + - *715 + - *716 - *17 - *19 responses: @@ -111435,9 +111486,9 @@ paths: description: Response content: application/json: - schema: *715 + schema: *717 examples: - default: *716 + default: *718 '404': *6 '500': *38 x-github: @@ -111460,15 +111511,15 @@ paths: parameters: - *459 - *460 - - *717 + - *719 responses: '200': description: Response content: application/json: - schema: *718 + schema: *720 examples: - default: *719 + default: *721 '404': *6 '500': *38 x-github: @@ -111519,7 +111570,7 @@ paths: application/json: schema: *187 examples: - default: *720 + default: *722 '404': *6 '500': *38 put: @@ -111572,7 +111623,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *711 + items: *713 examples: default: value: @@ -111602,7 +111653,7 @@ paths: application/json: schema: *187 examples: - default: *720 + default: *722 '404': *6 '422': *15 '500': *38 @@ -111770,8 +111821,8 @@ paths: - *110 - *19 - *17 - - *721 - - *722 + - *723 + - *724 - *435 - *436 - *437 @@ -111783,7 +111834,7 @@ paths: application/json: schema: type: array - items: &726 + items: &728 type: object properties: number: *126 @@ -111799,8 +111850,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *723 - resolution: *724 + state: *725 + resolution: *726 resolved_at: type: - string @@ -111906,7 +111957,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *725 + - *727 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -112074,7 +112125,7 @@ paths: description: Response content: application/json: - schema: *726 + schema: *728 examples: default: value: @@ -112138,8 +112189,8 @@ paths: schema: type: object properties: - state: *723 - resolution: *724 + state: *725 + resolution: *726 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -112177,7 +112228,7 @@ paths: description: Response content: application/json: - schema: *726 + schema: *728 examples: default: value: @@ -112285,7 +112336,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &905 + items: &907 type: object properties: type: @@ -112312,8 +112363,6 @@ paths: - commit details: oneOf: - - *727 - - *728 - *729 - *730 - *731 @@ -112325,6 +112374,8 @@ paths: - *737 - *738 - *739 + - *740 + - *741 examples: default: value: @@ -112419,14 +112470,14 @@ paths: schema: type: object properties: - reason: &741 + reason: &743 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *740 + placeholder_id: *742 required: - reason - placeholder_id @@ -112443,7 +112494,7 @@ paths: schema: type: object properties: - reason: *741 + reason: *743 expire_at: type: - string @@ -112506,7 +112557,7 @@ paths: properties: incremental_scans: type: array - items: &742 + items: &744 description: Information on a single scan performed by secret scanning on the repository type: object @@ -112534,15 +112585,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *742 + items: *744 backfill_scans: type: array - items: *742 + items: *744 custom_pattern_backfill_scans: type: array items: allOf: - - *742 + - *744 - type: object properties: pattern_name: @@ -112657,9 +112708,9 @@ paths: application/json: schema: type: array - items: *743 + items: *745 examples: - default: *744 + default: *746 '400': *14 '404': *6 x-github: @@ -112853,9 +112904,9 @@ paths: description: Response content: application/json: - schema: *743 + schema: *745 examples: - default: &746 + default: &748 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -113202,7 +113253,7 @@ paths: description: Response content: application/json: - schema: *743 + schema: *745 examples: default: value: @@ -113351,15 +113402,15 @@ paths: parameters: - *459 - *460 - - *745 + - *747 responses: '200': description: Response content: application/json: - schema: *743 + schema: *745 examples: - default: *746 + default: *748 '403': *27 '404': *6 x-github: @@ -113385,7 +113436,7 @@ paths: parameters: - *459 - *460 - - *745 + - *747 requestBody: required: true content: @@ -113556,10 +113607,10 @@ paths: description: Response content: application/json: - schema: *743 + schema: *745 examples: - default: *746 - add_credit: *746 + default: *748 + add_credit: *748 '403': *27 '404': *6 '422': @@ -113599,7 +113650,7 @@ paths: parameters: - *459 - *460 - - *745 + - *747 responses: '202': *37 '400': *14 @@ -113628,7 +113679,7 @@ paths: parameters: - *459 - *460 - - *745 + - *747 responses: '202': description: Response @@ -113769,7 +113820,7 @@ paths: application/json: schema: type: array - items: &747 + items: &749 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -114142,7 +114193,7 @@ paths: application/json: schema: type: array - items: *747 + items: *749 examples: default: value: @@ -114232,7 +114283,7 @@ paths: description: Response content: application/json: - schema: *748 + schema: *750 examples: default: value: @@ -114326,7 +114377,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &749 + schema: &751 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -114426,7 +114477,7 @@ paths: description: Response content: application/json: - schema: *749 + schema: *751 examples: default: value: @@ -114636,7 +114687,7 @@ paths: description: Response content: application/json: - schema: &750 + schema: &752 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -114648,7 +114699,7 @@ paths: required: - names examples: - default: &751 + default: &753 value: names: - octocat @@ -114703,9 +114754,9 @@ paths: description: Response content: application/json: - schema: *750 + schema: *752 examples: - default: *751 + default: *753 '404': *6 '422': *7 x-github: @@ -114728,7 +114779,7 @@ paths: parameters: - *459 - *460 - - &752 + - &754 name: per description: The time frame to display results for. in: query @@ -114759,7 +114810,7 @@ paths: - 128 clones: type: array - items: &753 + items: &755 title: Traffic type: object properties: @@ -115007,7 +115058,7 @@ paths: parameters: - *459 - *460 - - *752 + - *754 responses: '200': description: Response @@ -115028,7 +115079,7 @@ paths: - 3782 views: type: array - items: *753 + items: *755 required: - uniques - count @@ -115697,7 +115748,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *272 - - *650 + - *652 requestBody: required: true content: @@ -115763,9 +115814,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *653 + items: *655 examples: - default: *754 + default: *756 '400': *14 '403': *27 '404': *6 @@ -115802,7 +115853,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *272 - - *650 + - *652 requestBody: required: true content: @@ -115869,9 +115920,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *653 + items: *655 examples: - default: *754 + default: *756 '400': *14 '403': *27 '404': *6 @@ -115903,7 +115954,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *272 - - *650 + - *652 - *373 responses: '204': @@ -115946,7 +115997,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &762 + - &764 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -115956,7 +116007,7 @@ paths: type: string examples: - members - - &767 + - &769 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -115968,7 +116019,7 @@ paths: format: int32 examples: - 1 - - &768 + - &770 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -116012,7 +116063,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &757 + items: &759 allOf: - type: object required: @@ -116094,7 +116145,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: &769 + meta: &771 type: object description: The metadata associated with the creation/updates to the user. @@ -116159,30 +116210,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &758 + '400': &760 description: Bad request content: application/json: - schema: *755 + schema: *757 application/scim+json: - schema: *755 - '401': *756 - '403': &759 + schema: *757 + '401': *758 + '403': &761 description: Permission denied - '429': &760 + '429': &762 description: Too many requests content: application/json: - schema: *755 + schema: *757 application/scim+json: - schema: *755 - '500': &761 + schema: *757 + '500': &763 description: Internal server error content: application/json: - schema: *755 + schema: *757 application/scim+json: - schema: *755 + schema: *757 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116206,7 +116257,7 @@ paths: required: true content: application/json: - schema: &765 + schema: &767 type: object required: - schemas @@ -116270,9 +116321,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *757 + schema: *759 examples: - group: &763 + group: &765 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -116291,13 +116342,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': *758 - '401': *756 - '403': *759 - '409': &766 + '400': *760 + '401': *758 + '403': *761 + '409': &768 description: Duplicate record detected - '429': *760 - '500': *761 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116314,7 +116365,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: - - &764 + - &766 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -116323,22 +116374,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *762 + - *764 - *39 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *757 + schema: *759 examples: - default: *763 - '400': *758 - '401': *756 - '403': *759 + default: *765 + '400': *760 + '401': *758 + '403': *761 '404': *6 - '429': *760 - '500': *761 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116357,13 +116408,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: - - *764 + - *766 - *39 requestBody: required: true content: application/json: - schema: *765 + schema: *767 examples: group: summary: Group @@ -116389,17 +116440,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *757 + schema: *759 examples: - group: *763 - groupWithMembers: *763 - '400': *758 - '401': *756 - '403': *759 + group: *765 + groupWithMembers: *765 + '400': *760 + '401': *758 + '403': *761 '404': *6 - '409': *766 - '429': *760 - '500': *761 + '409': *768 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116423,13 +116474,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: - - *764 + - *766 - *39 requestBody: required: true content: application/json: - schema: &776 + schema: &778 type: object required: - Operations @@ -116489,17 +116540,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *757 + schema: *759 examples: - updateGroup: *763 - addMembers: *763 - '400': *758 - '401': *756 - '403': *759 + updateGroup: *765 + addMembers: *765 + '400': *760 + '401': *758 + '403': *761 '404': *6 - '409': *766 - '429': *760 - '500': *761 + '409': *768 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116515,17 +116566,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: - - *764 + - *766 - *39 responses: '204': description: Group was deleted, no content - '400': *758 - '401': *756 - '403': *759 + '400': *760 + '401': *758 + '403': *761 '404': *6 - '429': *760 - '500': *761 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116559,8 +116610,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *767 - - *768 + - *769 + - *770 - *39 responses: '200': @@ -116594,7 +116645,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &771 + items: &773 allOf: - type: object required: @@ -116686,7 +116737,7 @@ paths: address. examples: - true - roles: &770 + roles: &772 type: array description: The roles assigned to the user. items: @@ -116745,7 +116796,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *769 + meta: *771 startIndex: type: integer description: A starting index for the returned page @@ -116784,11 +116835,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *758 - '401': *756 - '403': *759 - '429': *760 - '500': *761 + '400': *760 + '401': *758 + '403': *761 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116812,7 +116863,7 @@ paths: required: true content: application/json: - schema: &774 + schema: &776 type: object required: - schemas @@ -116905,9 +116956,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *770 + roles: *772 examples: - user: &775 + user: &777 summary: User value: schemas: @@ -116954,9 +117005,9 @@ paths: description: User has been created content: application/scim+json: - schema: *771 + schema: *773 examples: - user: &772 + user: &774 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -116982,13 +117033,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: *772 - '400': *758 - '401': *756 - '403': *759 - '409': *766 - '429': *760 - '500': *761 + enterpriseOwner: *774 + '400': *760 + '401': *758 + '403': *761 + '409': *768 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -117005,7 +117056,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: - - &773 + - &775 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -117018,15 +117069,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *771 + schema: *773 examples: - default: *772 - '400': *758 - '401': *756 - '403': *759 + default: *774 + '400': *760 + '401': *758 + '403': *761 '404': *6 - '429': *760 - '500': *761 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -117077,30 +117128,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: - - *773 + - *775 - *39 requestBody: required: true content: application/json: - schema: *774 + schema: *776 examples: - user: *775 + user: *777 responses: '200': description: User was updated content: application/scim+json: - schema: *771 + schema: *773 examples: - user: *772 - '400': *758 - '401': *756 - '403': *759 + user: *774 + '400': *760 + '401': *758 + '403': *761 '404': *6 - '409': *766 - '429': *760 - '500': *761 + '409': *768 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -117141,13 +117192,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: - - *773 + - *775 - *39 requestBody: required: true content: application/json: - schema: *776 + schema: *778 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -117187,18 +117238,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *771 + schema: *773 examples: - userMultiValuedProperties: *772 - userSingleValuedProperties: *772 - disableUser: *772 - '400': *758 - '401': *756 - '403': *759 + userMultiValuedProperties: *774 + userSingleValuedProperties: *774 + disableUser: *774 + '400': *760 + '401': *758 + '403': *761 '404': *6 - '409': *766 - '429': *760 - '500': *761 + '409': *768 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -117218,17 +117269,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: - - *773 + - *775 - *39 responses: '204': description: User was deleted, no content - '400': *758 - '401': *756 - '403': *759 + '400': *760 + '401': *758 + '403': *761 '404': *6 - '429': *760 - '500': *761 + '429': *762 + '500': *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -117319,7 +117370,7 @@ paths: - 1 Resources: type: array - items: &777 + items: &779 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -117566,22 +117617,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &778 + '404': &780 description: Resource not found content: application/json: - schema: *755 + schema: *757 application/scim+json: - schema: *755 - '403': &779 + schema: *757 + '403': &781 description: Forbidden content: application/json: - schema: *755 + schema: *757 application/scim+json: - schema: *755 - '400': *758 - '429': *760 + schema: *757 + '400': *760 + '429': *762 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -117607,9 +117658,9 @@ paths: description: Response content: application/scim+json: - schema: *777 + schema: *779 examples: - default: &780 + default: &782 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -117632,17 +117683,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *778 - '403': *779 - '500': *761 + '404': *780 + '403': *781 + '500': *763 '409': description: Conflict content: application/json: - schema: *755 + schema: *757 application/scim+json: - schema: *755 - '400': *758 + schema: *757 + '400': *760 requestBody: required: true content: @@ -117742,17 +117793,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *87 - - *773 + - *775 responses: '200': description: Response content: application/scim+json: - schema: *777 + schema: *779 examples: - default: *780 - '404': *778 - '403': *779 + default: *782 + '404': *780 + '403': *781 '304': *35 x-github: githubCloudOnly: true @@ -117776,18 +117827,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *87 - - *773 + - *775 responses: '200': description: Response content: application/scim+json: - schema: *777 + schema: *779 examples: - default: *780 + default: *782 '304': *35 - '404': *778 - '403': *779 + '404': *780 + '403': *781 requestBody: required: true content: @@ -117902,19 +117953,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *87 - - *773 + - *775 responses: '200': description: Response content: application/scim+json: - schema: *777 + schema: *779 examples: - default: *780 + default: *782 '304': *35 - '404': *778 - '403': *779 - '400': *758 + '404': *780 + '403': *781 + '400': *760 '429': description: Response content: @@ -118010,12 +118061,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *87 - - *773 + - *775 responses: '204': description: Response - '404': *778 - '403': *779 + '404': *780 + '403': *781 '304': *35 x-github: githubCloudOnly: true @@ -118152,7 +118203,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &781 + text_matches: &783 title: Search Result Text Matches type: array items: @@ -118316,7 +118367,7 @@ paths: enum: - author-date - committer-date - - &782 + - &784 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 @@ -118404,7 +118455,7 @@ paths: url: type: string format: uri - verification: *631 + verification: *633 required: - author - committer @@ -118436,7 +118487,7 @@ paths: type: number node_id: type: string - text_matches: *781 + text_matches: *783 required: - sha - node_id @@ -118629,7 +118680,7 @@ paths: - interactions - created - updated - - *782 + - *784 - *17 - *19 - name: advanced_search @@ -118743,11 +118794,11 @@ paths: type: - string - 'null' - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: type: string state_reason: @@ -118775,7 +118826,7 @@ paths: - string - 'null' format: date-time - text_matches: *781 + text_matches: *783 pull_request: type: object properties: @@ -119069,7 +119120,7 @@ paths: enum: - created - updated - - *782 + - *784 - *17 - *19 responses: @@ -119114,7 +119165,7 @@ paths: - 'null' score: type: number - text_matches: *781 + text_matches: *783 required: - id - node_id @@ -119200,7 +119251,7 @@ paths: - forks - help-wanted-issues - updated - - *782 + - *784 - *17 - *19 responses: @@ -119446,7 +119497,7 @@ paths: - admin - pull - push - text_matches: *781 + text_matches: *783 temp_clone_token: type: string allow_merge_commit: @@ -119755,7 +119806,7 @@ paths: - string - 'null' format: uri - text_matches: *781 + text_matches: *783 related: type: - array @@ -119950,7 +120001,7 @@ paths: - followers - repositories - joined - - *782 + - *784 - *17 - *19 responses: @@ -120060,7 +120111,7 @@ paths: type: - boolean - 'null' - text_matches: *781 + text_matches: *783 blog: type: - string @@ -120142,7 +120193,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &785 + - &787 name: team_id description: The unique identifier of the team. in: path @@ -120183,7 +120234,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *785 + - *787 requestBody: required: true content: @@ -120284,7 +120335,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *785 + - *787 responses: '204': description: Response @@ -120313,7 +120364,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *785 + - *787 - *17 - *19 responses: @@ -120351,7 +120402,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *785 + - *787 - name: role description: Filters members returned by their role in the team. in: query @@ -120402,7 +120453,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *785 + - *787 - *139 responses: '204': @@ -120439,7 +120490,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *785 + - *787 - *139 responses: '204': @@ -120479,7 +120530,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *785 + - *787 - *139 responses: '204': @@ -120516,7 +120567,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: - - *785 + - *787 - *139 responses: '200': @@ -120525,7 +120576,7 @@ paths: application/json: schema: *458 examples: - response-if-user-is-a-team-maintainer: *786 + response-if-user-is-a-team-maintainer: *788 '404': *6 x-github: githubCloudOnly: false @@ -120558,7 +120609,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: - - *785 + - *787 - *139 requestBody: required: false @@ -120586,7 +120637,7 @@ paths: application/json: schema: *458 examples: - response-if-users-membership-with-team-is-now-pending: *787 + response-if-users-membership-with-team-is-now-pending: *789 '403': description: Forbidden if team synchronization is set up '422': @@ -120620,7 +120671,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: - - *785 + - *787 - *139 responses: '204': @@ -120648,7 +120699,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *785 + - *787 - *17 - *19 responses: @@ -120690,7 +120741,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: - - *785 + - *787 - *459 - *460 responses: @@ -120698,7 +120749,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *788 + schema: *790 examples: alternative-response-with-extra-repository-information: value: @@ -120849,7 +120900,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: - - *785 + - *787 - *459 - *460 requestBody: @@ -120901,7 +120952,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: - - *785 + - *787 - *459 - *460 responses: @@ -120932,7 +120983,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: - - *785 + - *787 responses: '200': description: Response @@ -120967,7 +121018,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: - - *785 + - *787 requestBody: required: true content: @@ -121059,7 +121110,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *785 + - *787 - *17 - *19 responses: @@ -121071,7 +121122,7 @@ paths: type: array items: *307 examples: - response-if-child-teams-exist: *789 + response-if-child-teams-exist: *791 headers: Link: *45 '404': *6 @@ -121104,7 +121155,7 @@ paths: application/json: schema: oneOf: - - &791 + - &793 title: Private User description: Private User type: object @@ -121354,7 +121405,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *790 + - *792 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -121514,7 +121565,7 @@ paths: description: Response content: application/json: - schema: *791 + schema: *793 examples: default: value: @@ -121912,7 +121963,7 @@ paths: type: integer secrets: type: array - items: &792 + items: &794 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -122032,7 +122083,7 @@ paths: description: Response content: application/json: - schema: *792 + schema: *794 examples: default: value: @@ -122445,7 +122496,7 @@ paths: description: Response content: application/json: - schema: &793 + schema: &795 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -122498,7 +122549,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &794 + default: &796 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -122543,9 +122594,9 @@ paths: description: Response content: application/json: - schema: *793 + schema: *795 examples: - default: *794 + default: *796 '404': *6 x-github: githubCloudOnly: false @@ -122584,7 +122635,7 @@ paths: type: array items: *563 examples: - default: *795 + default: *797 '304': *35 '500': *38 '401': *23 @@ -123550,7 +123601,7 @@ paths: type: array items: *389 examples: - default: &806 + default: &808 value: - id: 197 name: hello_docker @@ -123651,7 +123702,7 @@ paths: application/json: schema: type: array - items: &796 + items: &798 title: Email description: Email type: object @@ -123721,9 +123772,9 @@ paths: application/json: schema: type: array - items: *796 + items: *798 examples: - default: &808 + default: &810 value: - email: octocat@github.com verified: true @@ -123800,7 +123851,7 @@ paths: application/json: schema: type: array - items: *796 + items: *798 examples: default: value: @@ -124058,7 +124109,7 @@ paths: application/json: schema: type: array - items: &797 + items: &799 title: GPG Key description: A unique encryption key type: object @@ -124203,7 +124254,7 @@ paths: - subkeys - revoked examples: - default: &824 + default: &826 value: - id: 3 name: Octocat's GPG Key @@ -124288,9 +124339,9 @@ paths: description: Response content: application/json: - schema: *797 + schema: *799 examples: - default: &798 + default: &800 value: id: 3 name: Octocat's GPG Key @@ -124347,7 +124398,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: - - &799 + - &801 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -124359,9 +124410,9 @@ paths: description: Response content: application/json: - schema: *797 + schema: *799 examples: - default: *798 + default: *800 '404': *6 '304': *35 '403': *27 @@ -124384,7 +124435,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: - - *799 + - *801 responses: '204': description: Response @@ -124692,7 +124743,7 @@ paths: required: true content: application/json: - schema: *641 + schema: *643 examples: default: value: @@ -124842,7 +124893,7 @@ paths: application/json: schema: type: array - items: &800 + items: &802 title: Key description: Key type: object @@ -124945,9 +124996,9 @@ paths: description: Response content: application/json: - schema: *800 + schema: *802 examples: - default: &801 + default: &803 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -124980,15 +125031,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: - - *671 + - *673 responses: '200': description: Response content: application/json: - schema: *800 + schema: *802 examples: - default: *801 + default: *803 '404': *6 '304': *35 '403': *27 @@ -125011,7 +125062,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: - - *671 + - *673 responses: '204': description: Response @@ -125044,7 +125095,7 @@ paths: application/json: schema: type: array - items: &802 + items: &804 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -125123,7 +125174,7 @@ paths: - account - plan examples: - default: &803 + default: &805 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -125185,9 +125236,9 @@ paths: application/json: schema: type: array - items: *802 + items: *804 examples: - default: *803 + default: *805 headers: Link: *45 '304': *35 @@ -126205,7 +126256,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *385 - - *804 + - *806 responses: '204': description: Response @@ -126338,7 +126389,7 @@ paths: - docker - nuget - container - - *805 + - *807 - *19 - *17 responses: @@ -126350,8 +126401,8 @@ paths: type: array items: *389 examples: - default: *806 - '400': *807 + default: *808 + '400': *809 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -126380,7 +126431,7 @@ paths: application/json: schema: *389 examples: - default: &825 + default: &827 value: id: 40201 name: octo-name @@ -126742,9 +126793,9 @@ paths: application/json: schema: type: array - items: *796 + items: *798 examples: - default: *808 + default: *810 headers: Link: *45 '304': *35 @@ -126857,7 +126908,7 @@ paths: type: array items: *78 examples: - default: &815 + default: &817 summary: Default response value: - id: 1296269 @@ -127221,9 +127272,9 @@ paths: application/json: schema: type: array - items: *643 + items: *645 examples: - default: *809 + default: *811 headers: Link: *45 '304': *35 @@ -127308,7 +127359,7 @@ paths: application/json: schema: type: array - items: &810 + items: &812 title: Social account description: Social media account type: object @@ -127325,7 +127376,7 @@ paths: - provider - url examples: - default: &811 + default: &813 value: - provider: twitter url: https://twitter.com/github @@ -127388,9 +127439,9 @@ paths: application/json: schema: type: array - items: *810 + items: *812 examples: - default: *811 + default: *813 '422': *15 '304': *35 '404': *6 @@ -127478,7 +127529,7 @@ paths: application/json: schema: type: array - items: &812 + items: &814 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -127498,7 +127549,7 @@ paths: - title - created_at examples: - default: &839 + default: &841 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -127563,9 +127614,9 @@ paths: description: Response content: application/json: - schema: *812 + schema: *814 examples: - default: &813 + default: &815 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -127595,7 +127646,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: - - &814 + - &816 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -127607,9 +127658,9 @@ paths: description: Response content: application/json: - schema: *812 + schema: *814 examples: - default: *813 + default: *815 '404': *6 '304': *35 '403': *27 @@ -127632,7 +127683,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: - - *814 + - *816 responses: '204': description: Response @@ -127661,7 +127712,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: - - &840 + - &842 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 @@ -127686,11 +127737,11 @@ paths: type: array items: *78 examples: - default-response: *815 + default-response: *817 application/vnd.github.v3.star+json: schema: type: array - items: &841 + items: &843 title: Starred Repository description: Starred Repository type: object @@ -128059,10 +128110,10 @@ paths: application/json: schema: oneOf: - - *791 - - *790 + - *793 + - *792 examples: - default-response: &819 + default-response: &821 summary: Default response value: login: octocat @@ -128097,7 +128148,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &820 + response-with-git-hub-plan-information: &822 summary: Response with GitHub plan information value: login: octocat @@ -128154,7 +128205,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: - - &817 + - &819 name: user_id description: The unique identifier of the user. in: path @@ -128220,7 +128271,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *816 + - *818 - *17 responses: '200': @@ -128255,7 +128306,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: - - *817 + - *819 - *407 requestBody: required: true @@ -128330,7 +128381,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *818 + schema: *820 examples: table_view: summary: Response for creating a table view @@ -128382,11 +128433,11 @@ paths: application/json: schema: oneOf: - - *791 - - *790 + - *793 + - *792 examples: - default-response: *819 - response-with-git-hub-plan-information: *820 + default-response: *821 + response-with-git-hub-plan-information: *822 '404': *6 x-github: githubCloudOnly: false @@ -128436,8 +128487,8 @@ paths: required: - subject_digests examples: - default: *821 - withPredicateType: *822 + default: *823 + withPredicateType: *824 responses: '200': description: Response @@ -128491,7 +128542,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *823 + default: *825 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -128766,7 +128817,7 @@ paths: type: array items: *389 examples: - default: *806 + default: *808 '403': *27 '401': *23 x-github: @@ -129150,9 +129201,9 @@ paths: application/json: schema: type: array - items: *797 + items: *799 examples: - default: *824 + default: *826 headers: Link: *45 x-github: @@ -129381,7 +129432,7 @@ paths: - docker - nuget - container - - *805 + - *807 - *139 - *19 - *17 @@ -129394,10 +129445,10 @@ paths: type: array items: *389 examples: - default: *806 + default: *808 '403': *27 '401': *23 - '400': *807 + '400': *809 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -129427,7 +129478,7 @@ paths: application/json: schema: *389 examples: - default: *825 + default: *827 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -129776,7 +129827,7 @@ paths: type: array items: *410 examples: - default: *826 + default: *828 headers: Link: *45 '304': *35 @@ -129836,7 +129887,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *827 + items: *829 required: - name - data_type @@ -129852,7 +129903,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *828 + iteration_configuration: *830 required: - name - data_type @@ -129874,8 +129925,8 @@ paths: value: name: Due date data_type: date - single_select_field: *829 - iteration_field: *830 + single_select_field: *831 + iteration_field: *832 responses: '201': description: Response @@ -129883,11 +129934,11 @@ paths: application/json: schema: *410 examples: - text_field: *831 - number_field: *832 - date_field: *833 - single_select_field: *834 - iteration_field: *835 + text_field: *833 + number_field: *834 + date_field: *835 + single_select_field: *836 + iteration_field: *837 '304': *35 '403': *27 '401': *23 @@ -129909,7 +129960,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - *407 - - *836 + - *838 - *139 responses: '200': @@ -129918,7 +129969,7 @@ paths: application/json: schema: *410 examples: - default: *837 + default: *839 headers: Link: *45 '304': *35 @@ -130275,7 +130326,7 @@ paths: parameters: - *407 - *139 - - *838 + - *840 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -130554,9 +130605,9 @@ paths: application/json: schema: type: array - items: *810 + items: *812 examples: - default: *811 + default: *813 headers: Link: *45 x-github: @@ -130586,9 +130637,9 @@ paths: application/json: schema: type: array - items: *812 + items: *814 examples: - default: *839 + default: *841 headers: Link: *45 x-github: @@ -130613,7 +130664,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *139 - - *840 + - *842 - *110 - *17 - *19 @@ -130625,11 +130676,11 @@ paths: schema: anyOf: - type: array - items: *841 + items: *843 - type: array items: *78 examples: - default-response: *815 + default-response: *817 headers: Link: *45 x-github: @@ -130789,7 +130840,7 @@ webhooks: type: string enum: - disabled - enterprise: &842 + enterprise: &844 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -130858,7 +130909,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &843 + installation: &845 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -130879,7 +130930,7 @@ webhooks: required: - id - node_id - organization: &844 + organization: &846 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -130952,7 +131003,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &845 + repository: &847 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -131892,10 +131943,10 @@ webhooks: type: string enum: - enabled - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -131971,11 +132022,11 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - rule: &846 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + rule: &848 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) @@ -132198,11 +132249,11 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - rule: *846 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + rule: *848 sender: *4 required: - action @@ -132390,11 +132441,11 @@ webhooks: - everyone required: - from - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - rule: *846 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + rule: *848 sender: *4 required: - action @@ -132467,7 +132518,7 @@ webhooks: required: true content: application/json: - schema: &866 + schema: &868 title: Exemption request cancellation event type: object properties: @@ -132475,11 +132526,11 @@ webhooks: type: string enum: - cancelled - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - exemption_request: &847 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + exemption_request: &849 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -132788,7 +132839,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &848 + items: &850 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -132900,7 +132951,7 @@ webhooks: required: true content: application/json: - schema: &867 + schema: &869 title: Exemption request completed event type: object properties: @@ -132908,11 +132959,11 @@ webhooks: type: string enum: - completed - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - exemption_request: *847 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + exemption_request: *849 sender: *4 required: - action @@ -132984,7 +133035,7 @@ webhooks: required: true content: application/json: - schema: &864 + schema: &866 title: Exemption request created event type: object properties: @@ -132992,11 +133043,11 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - exemption_request: *847 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + exemption_request: *849 sender: *4 required: - action @@ -133068,7 +133119,7 @@ webhooks: required: true content: application/json: - schema: &868 + schema: &870 title: Exemption response dismissed event type: object properties: @@ -133076,12 +133127,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - exemption_request: *847 - exemption_response: *848 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + exemption_request: *849 + exemption_response: *850 sender: *4 required: - action @@ -133155,7 +133206,7 @@ webhooks: required: true content: application/json: - schema: &865 + schema: &867 title: Exemption response submitted event type: object properties: @@ -133163,12 +133214,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - exemption_request: *847 - exemption_response: *848 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + exemption_request: *849 + exemption_response: *850 sender: *4 required: - action @@ -133252,7 +133303,7 @@ webhooks: type: string enum: - completed - check_run: &850 + check_run: &852 title: CheckRun description: A check performed on the code of a given code change type: object @@ -133362,7 +133413,7 @@ webhooks: - examples: - neutral - deployment: *849 + deployment: *851 details_url: type: string examples: @@ -133460,10 +133511,10 @@ webhooks: - output - app - pull_requests - installation: *843 - enterprise: *842 - organization: *844 - repository: *845 + installation: *845 + enterprise: *844 + organization: *846 + repository: *847 sender: *4 required: - check_run @@ -133854,11 +133905,11 @@ webhooks: type: string enum: - created - check_run: *850 - installation: *843 - enterprise: *842 - organization: *844 - repository: *845 + check_run: *852 + installation: *845 + enterprise: *844 + organization: *846 + repository: *847 sender: *4 required: - check_run @@ -134252,11 +134303,11 @@ webhooks: type: string enum: - requested_action - check_run: *850 - installation: *843 - enterprise: *842 - organization: *844 - repository: *845 + check_run: *852 + installation: *845 + enterprise: *844 + organization: *846 + repository: *847 requested_action: description: The action requested by the user. type: object @@ -134659,11 +134710,11 @@ webhooks: type: string enum: - rerequested - check_run: *850 - installation: *843 - enterprise: *842 - organization: *844 - repository: *845 + check_run: *852 + installation: *845 + enterprise: *844 + organization: *846 + repository: *847 sender: *4 required: - check_run @@ -135648,10 +135699,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -136355,10 +136406,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -137056,10 +137107,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -137380,20 +137431,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &851 + commit_oid: &853 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: *842 - installation: *843 - organization: *844 - ref: &852 + enterprise: *844 + installation: *845 + organization: *846 + ref: &854 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: *845 + repository: *847 sender: *4 required: - action @@ -137801,12 +137852,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *851 - enterprise: *842 - installation: *843 - organization: *844 - ref: *852 - repository: *845 + commit_oid: *853 + enterprise: *844 + installation: *845 + organization: *846 + ref: *854 + repository: *847 sender: *4 required: - action @@ -138089,12 +138140,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *851 - enterprise: *842 - installation: *843 - organization: *844 - ref: *852 - repository: *845 + commit_oid: *853 + enterprise: *844 + installation: *845 + organization: *846 + ref: *854 + repository: *847 sender: *4 required: - action @@ -138440,12 +138491,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *851 - enterprise: *842 - installation: *843 - organization: *844 - ref: *852 - repository: *845 + commit_oid: *853 + enterprise: *844 + installation: *845 + organization: *846 + ref: *854 + repository: *847 sender: *4 required: - action @@ -138735,9 +138786,9 @@ webhooks: type: - string - 'null' - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -138745,7 +138796,7 @@ webhooks: type: - string - 'null' - repository: *845 + repository: *847 sender: *4 required: - action @@ -138991,12 +139042,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *851 - enterprise: *842 - installation: *843 - organization: *844 - ref: *852 - repository: *845 + commit_oid: *853 + enterprise: *844 + installation: *845 + organization: *846 + ref: *854 + repository: *847 sender: *4 required: - action @@ -139317,10 +139368,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -139580,10 +139631,10 @@ webhooks: - updated_at - author_association - body - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -139664,18 +139715,18 @@ webhooks: type: - string - 'null' - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *844 - pusher_type: &853 + organization: *846 + pusher_type: &855 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &854 + ref: &856 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -139685,7 +139736,7 @@ webhooks: enum: - tag - branch - repository: *845 + repository: *847 sender: *4 required: - ref @@ -139768,9 +139819,9 @@ webhooks: enum: - created definition: *153 - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 sender: *4 required: - action @@ -139855,9 +139906,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 sender: *4 required: - action @@ -139935,9 +139986,9 @@ webhooks: enum: - promote_to_enterprise definition: *153 - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 sender: *4 required: - action @@ -140015,9 +140066,9 @@ webhooks: enum: - updated definition: *153 - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 sender: *4 required: - action @@ -140094,10 +140145,10 @@ webhooks: type: string enum: - updated - enterprise: *842 - installation: *843 - repository: *845 - organization: *844 + enterprise: *844 + installation: *845 + repository: *847 + organization: *846 sender: *4 new_property_values: type: array @@ -140182,18 +140233,18 @@ webhooks: title: delete event type: object properties: - enterprise: *842 - installation: *843 - organization: *844 - pusher_type: *853 - ref: *854 + enterprise: *844 + installation: *845 + organization: *846 + pusher_type: *855 + ref: *856 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *845 + repository: *847 sender: *4 required: - ref @@ -140273,11 +140324,11 @@ webhooks: type: string enum: - assignees_changed - alert: *592 - installation: *843 - organization: *844 - enterprise: *842 - repository: *845 + alert: *594 + installation: *845 + organization: *846 + enterprise: *844 + repository: *847 sender: *4 required: - action @@ -140357,11 +140408,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *592 - installation: *843 - organization: *844 - enterprise: *842 - repository: *845 + alert: *594 + installation: *845 + organization: *846 + enterprise: *844 + repository: *847 sender: *4 required: - action @@ -140442,11 +140493,11 @@ webhooks: type: string enum: - auto_reopened - alert: *592 - installation: *843 - organization: *844 - enterprise: *842 - repository: *845 + alert: *594 + installation: *845 + organization: *846 + enterprise: *844 + repository: *847 sender: *4 required: - action @@ -140527,11 +140578,11 @@ webhooks: type: string enum: - created - alert: *592 - installation: *843 - organization: *844 - enterprise: *842 - repository: *845 + alert: *594 + installation: *845 + organization: *846 + enterprise: *844 + repository: *847 sender: *4 required: - action @@ -140610,11 +140661,11 @@ webhooks: type: string enum: - dismissed - alert: *592 - installation: *843 - organization: *844 - enterprise: *842 - repository: *845 + alert: *594 + installation: *845 + organization: *846 + enterprise: *844 + repository: *847 sender: *4 required: - action @@ -140693,11 +140744,11 @@ webhooks: type: string enum: - fixed - alert: *592 - installation: *843 - organization: *844 - enterprise: *842 - repository: *845 + alert: *594 + installation: *845 + organization: *846 + enterprise: *844 + repository: *847 sender: *4 required: - action @@ -140777,11 +140828,11 @@ webhooks: type: string enum: - reintroduced - alert: *592 - installation: *843 - organization: *844 - enterprise: *842 - repository: *845 + alert: *594 + installation: *845 + organization: *846 + enterprise: *844 + repository: *847 sender: *4 required: - action @@ -140860,11 +140911,11 @@ webhooks: type: string enum: - reopened - alert: *592 - installation: *843 - organization: *844 - enterprise: *842 - repository: *845 + alert: *594 + installation: *845 + organization: *846 + enterprise: *844 + repository: *847 sender: *4 required: - action @@ -140941,9 +140992,9 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - key: &855 + enterprise: *844 + installation: *845 + key: &857 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -140981,8 +141032,8 @@ webhooks: - verified - created_at - read_only - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -141059,11 +141110,11 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - key: *855 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + key: *857 + organization: *846 + repository: *847 sender: *4 required: - action @@ -141630,12 +141681,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - workflow: &859 + workflow: &861 title: Workflow type: - object @@ -142386,13 +142437,13 @@ webhooks: deployment: anyOf: - type: 'null' - - *598 + - *600 pull_requests: type: array - items: *691 - repository: *845 - organization: *844 - installation: *843 + items: *693 + repository: *847 + organization: *846 + installation: *845 sender: *4 responses: '200': @@ -142463,7 +142514,7 @@ webhooks: type: string enum: - approved - approver: &856 + approver: &858 type: object properties: avatar_url: @@ -142506,11 +142557,11 @@ webhooks: type: string comment: type: string - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - reviewers: &857 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + reviewers: &859 type: array items: type: object @@ -142591,7 +142642,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &858 + workflow_job_run: &860 type: object properties: conclusion: @@ -143337,18 +143388,18 @@ webhooks: type: string enum: - rejected - approver: *856 + approver: *858 comment: type: string - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - reviewers: *857 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + reviewers: *859 sender: *4 since: type: string - workflow_job_run: *858 + workflow_job_run: *860 workflow_job_runs: type: array items: @@ -144065,13 +144116,13 @@ webhooks: type: string enum: - requested - enterprise: *842 + enterprise: *844 environment: type: string - installation: *843 - organization: *844 - repository: *845 - requestor: &869 + installation: *845 + organization: *846 + repository: *847 + requestor: &871 title: User type: - object @@ -146004,12 +146055,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - workflow: *859 + workflow: *861 workflow_run: title: Deployment Workflow Run type: @@ -146700,7 +146751,7 @@ webhooks: type: string enum: - answered - answer: &862 + answer: &864 type: object properties: author_association: @@ -146860,11 +146911,11 @@ webhooks: - created_at - updated_at - body - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -146991,11 +147042,11 @@ webhooks: - from required: - category - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -147078,11 +147129,11 @@ webhooks: type: string enum: - closed - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -147164,7 +147215,7 @@ webhooks: type: string enum: - created - comment: &861 + comment: &863 type: object properties: author_association: @@ -147324,11 +147375,11 @@ webhooks: - updated_at - body - reactions - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -147411,12 +147462,12 @@ webhooks: type: string enum: - deleted - comment: *861 - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + comment: *863 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -147511,12 +147562,12 @@ webhooks: - from required: - body - comment: *861 - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + comment: *863 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -147600,11 +147651,11 @@ webhooks: type: string enum: - created - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -147686,11 +147737,11 @@ webhooks: type: string enum: - deleted - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -147790,11 +147841,11 @@ webhooks: type: string required: - from - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -147876,10 +147927,10 @@ webhooks: type: string enum: - labeled - discussion: *860 - enterprise: *842 - installation: *843 - label: &863 + discussion: *862 + enterprise: *844 + installation: *845 + label: &865 title: Label type: object properties: @@ -147912,8 +147963,8 @@ webhooks: - color - default - description - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -147996,11 +148047,11 @@ webhooks: type: string enum: - locked - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -148082,11 +148133,11 @@ webhooks: type: string enum: - pinned - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -148168,11 +148219,11 @@ webhooks: type: string enum: - reopened - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -148257,16 +148308,16 @@ webhooks: changes: type: object properties: - new_discussion: *860 - new_repository: *845 + new_discussion: *862 + new_repository: *847 required: - new_discussion - new_repository - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -148349,10 +148400,10 @@ webhooks: type: string enum: - unanswered - discussion: *860 - old_answer: *862 - organization: *844 - repository: *845 + discussion: *862 + old_answer: *864 + organization: *846 + repository: *847 sender: *4 required: - action @@ -148434,12 +148485,12 @@ webhooks: type: string enum: - unlabeled - discussion: *860 - enterprise: *842 - installation: *843 - label: *863 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + label: *865 + organization: *846 + repository: *847 sender: *4 required: - action @@ -148522,11 +148573,11 @@ webhooks: type: string enum: - unlocked - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -148608,11 +148659,11 @@ webhooks: type: string enum: - unpinned - discussion: *860 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + discussion: *862 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -148681,7 +148732,7 @@ webhooks: required: true content: application/json: - schema: *864 + schema: *866 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148744,7 +148795,7 @@ webhooks: required: true content: application/json: - schema: *865 + schema: *867 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148807,7 +148858,7 @@ webhooks: required: true content: application/json: - schema: *866 + schema: *868 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148870,7 +148921,7 @@ webhooks: required: true content: application/json: - schema: *864 + schema: *866 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148933,7 +148984,7 @@ webhooks: required: true content: application/json: - schema: *865 + schema: *867 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148999,7 +149050,7 @@ webhooks: required: true content: application/json: - schema: *866 + schema: *868 responses: '200': description: Return a 200 status to indicate that the data was received @@ -149065,7 +149116,7 @@ webhooks: required: true content: application/json: - schema: *867 + schema: *869 responses: '200': description: Return a 200 status to indicate that the data was received @@ -149131,7 +149182,7 @@ webhooks: required: true content: application/json: - schema: *864 + schema: *866 responses: '200': description: Return a 200 status to indicate that the data was received @@ -149197,7 +149248,7 @@ webhooks: required: true content: application/json: - schema: *868 + schema: *870 responses: '200': description: Return a 200 status to indicate that the data was received @@ -149263,7 +149314,7 @@ webhooks: required: true content: application/json: - schema: *865 + schema: *867 responses: '200': description: Return a 200 status to indicate that the data was received @@ -149328,7 +149379,7 @@ webhooks: required: true content: application/json: - schema: *866 + schema: *868 responses: '200': description: Return a 200 status to indicate that the data was received @@ -149393,7 +149444,7 @@ webhooks: required: true content: application/json: - schema: *867 + schema: *869 responses: '200': description: Return a 200 status to indicate that the data was received @@ -149458,7 +149509,7 @@ webhooks: required: true content: application/json: - schema: *864 + schema: *866 responses: '200': description: Return a 200 status to indicate that the data was received @@ -149523,7 +149574,7 @@ webhooks: required: true content: application/json: - schema: *868 + schema: *870 responses: '200': description: Return a 200 status to indicate that the data was received @@ -149589,7 +149640,7 @@ webhooks: required: true content: application/json: - schema: *865 + schema: *867 responses: '200': description: Return a 200 status to indicate that the data was received @@ -149656,7 +149707,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *842 + enterprise: *844 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -150334,9 +150385,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - forkee @@ -150482,9 +150533,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 pages: description: The pages that were updated. type: array @@ -150522,7 +150573,7 @@ webhooks: - action - sha - html_url - repository: *845 + repository: *847 sender: *4 required: - pages @@ -150598,10 +150649,10 @@ webhooks: type: string enum: - created - enterprise: *842 + enterprise: *844 installation: *20 - organization: *844 - repositories: &870 + organization: *846 + repositories: &872 description: An array of repository objects that the installation can access. type: array @@ -150627,8 +150678,8 @@ webhooks: - name - full_name - private - repository: *845 - requester: *869 + repository: *847 + requester: *871 sender: *4 required: - action @@ -150703,11 +150754,11 @@ webhooks: type: string enum: - deleted - enterprise: *842 + enterprise: *844 installation: *20 - organization: *844 - repositories: *870 - repository: *845 + organization: *846 + repositories: *872 + repository: *847 requester: type: - 'null' @@ -150784,11 +150835,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *842 + enterprise: *844 installation: *20 - organization: *844 - repositories: *870 - repository: *845 + organization: *846 + repositories: *872 + repository: *847 requester: type: - 'null' @@ -150865,10 +150916,10 @@ webhooks: type: string enum: - added - enterprise: *842 + enterprise: *844 installation: *20 - organization: *844 - repositories_added: &871 + organization: *846 + repositories_added: &873 description: An array of repository objects, which were added to the installation. type: array @@ -150914,15 +150965,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *845 - repository_selection: &872 + repository: *847 + repository_selection: &874 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *869 + requester: *871 sender: *4 required: - action @@ -151001,10 +151052,10 @@ webhooks: type: string enum: - removed - enterprise: *842 + enterprise: *844 installation: *20 - organization: *844 - repositories_added: *871 + organization: *846 + repositories_added: *873 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -151031,9 +151082,9 @@ webhooks: - name - full_name - private - repository: *845 - repository_selection: *872 - requester: *869 + repository: *847 + repository_selection: *874 + requester: *871 sender: *4 required: - action @@ -151112,11 +151163,11 @@ webhooks: type: string enum: - suspend - enterprise: *842 + enterprise: *844 installation: *20 - organization: *844 - repositories: *870 - repository: *845 + organization: *846 + repositories: *872 + repository: *847 requester: type: - 'null' @@ -151299,10 +151350,10 @@ webhooks: type: string required: - from - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 target_type: type: string @@ -151381,11 +151432,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *842 + enterprise: *844 installation: *20 - organization: *844 - repositories: *870 - repository: *845 + organization: *846 + repositories: *872 + repository: *847 requester: type: - 'null' @@ -151551,7 +151602,7 @@ webhooks: pin: anyOf: - type: 'null' - - *668 + - *670 user: title: User type: @@ -151637,8 +151688,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -152450,8 +152501,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152812,8 +152863,8 @@ webhooks: - state - locked - assignee - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -152893,7 +152944,7 @@ webhooks: type: string enum: - deleted - comment: &873 + comment: &875 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -153050,7 +153101,7 @@ webhooks: pin: anyOf: - type: 'null' - - *668 + - *670 required: - url - html_url @@ -153064,8 +153115,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -153873,8 +153924,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154237,8 +154288,8 @@ webhooks: - state - locked - assignee - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -154318,7 +154369,7 @@ webhooks: type: string enum: - edited - changes: &897 + changes: &899 description: The changes to the comment. type: object properties: @@ -154330,9 +154381,9 @@ webhooks: type: string required: - from - comment: *873 - enterprise: *842 - installation: *843 + comment: *875 + enterprise: *844 + installation: *845 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -155143,8 +155194,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155505,8 +155556,8 @@ webhooks: - state - locked - assignee - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -155587,9 +155638,9 @@ webhooks: type: string enum: - pinned - comment: *873 - enterprise: *842 - installation: *843 + comment: *875 + enterprise: *844 + installation: *845 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -156402,8 +156453,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156766,8 +156817,8 @@ webhooks: - state - locked - assignee - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -156847,9 +156898,9 @@ webhooks: type: string enum: - unpinned - comment: *873 - enterprise: *842 - installation: *843 + comment: *875 + enterprise: *844 + installation: *845 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -157662,8 +157713,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158026,8 +158077,8 @@ webhooks: - state - locked - assignee - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -158116,9 +158167,9 @@ webhooks: type: number blocking_issue: *219 blocking_issue_repo: *78 - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -158207,9 +158258,9 @@ webhooks: type: number blocking_issue: *219 blocking_issue_repo: *78 - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -158297,9 +158348,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *219 - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -158388,9 +158439,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *219 - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -158470,10 +158521,10 @@ webhooks: type: string enum: - assigned - assignee: *869 - enterprise: *842 - installation: *843 - issue: &876 + assignee: *871 + enterprise: *844 + installation: *845 + issue: &878 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -159284,11 +159335,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159408,8 +159459,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -159489,8 +159540,8 @@ webhooks: type: string enum: - closed - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -160306,11 +160357,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160573,8 +160624,8 @@ webhooks: required: - state - closed_at - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -160653,8 +160704,8 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -161461,11 +161512,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161584,8 +161635,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -161664,8 +161715,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -162495,11 +162546,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162597,7 +162648,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &874 + milestone: &876 title: Milestone description: A collection of related issues and pull requests. type: object @@ -162740,8 +162791,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -162840,8 +162891,8 @@ webhooks: type: string required: - from - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -163652,11 +163703,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163776,9 +163827,9 @@ webhooks: - active_lock_reason - body - reactions - label: *863 - organization: *844 - repository: *845 + label: *865 + organization: *846 + repository: *847 sender: *4 required: - action @@ -163858,8 +163909,8 @@ webhooks: type: string enum: - labeled - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -164669,11 +164720,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164793,9 +164844,9 @@ webhooks: - active_lock_reason - body - reactions - label: *863 - organization: *844 - repository: *845 + label: *865 + organization: *846 + repository: *847 sender: *4 required: - action @@ -164875,8 +164926,8 @@ webhooks: type: string enum: - locked - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -165711,11 +165762,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -165812,8 +165863,8 @@ webhooks: format: uri user_view_type: type: string - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -165892,8 +165943,8 @@ webhooks: type: string enum: - milestoned - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -166722,11 +166773,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -166823,9 +166874,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *874 - organization: *844 - repository: *845 + milestone: *876 + organization: *846 + repository: *847 sender: *4 required: - action @@ -167712,11 +167763,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -168308,8 +168359,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -169116,11 +169167,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -169243,8 +169294,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -169324,9 +169375,9 @@ webhooks: type: string enum: - pinned - enterprise: *842 - installation: *843 - issue: &875 + enterprise: *844 + installation: *845 + issue: &877 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -170131,11 +170182,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -170254,8 +170305,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -170334,8 +170385,8 @@ webhooks: type: string enum: - reopened - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -171168,11 +171219,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -171270,8 +171321,8 @@ webhooks: user_view_type: type: string type: *374 - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -172159,11 +172210,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -172773,11 +172824,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *842 - installation: *843 - issue: *875 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + issue: *877 + organization: *846 + repository: *847 sender: *4 required: - action @@ -172857,12 +172908,12 @@ webhooks: type: string enum: - typed - enterprise: *842 - installation: *843 - issue: *876 + enterprise: *844 + installation: *845 + issue: *878 type: *374 - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -172943,7 +172994,7 @@ webhooks: type: string enum: - unassigned - assignee: &900 + assignee: &902 title: User type: - object @@ -173015,11 +173066,11 @@ webhooks: required: - login - id - enterprise: *842 - installation: *843 - issue: *876 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + issue: *878 + organization: *846 + repository: *847 sender: *4 required: - action @@ -173098,12 +173149,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *842 - installation: *843 - issue: *876 - label: *863 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + issue: *878 + label: *865 + organization: *846 + repository: *847 sender: *4 required: - action @@ -173183,8 +173234,8 @@ webhooks: type: string enum: - unlocked - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -174017,11 +174068,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *783 - issue_dependencies_summary: *784 + sub_issues_summary: *785 + issue_dependencies_summary: *786 issue_field_values: type: array - items: *653 + items: *655 state: description: State of the issue; either 'open' or 'closed' type: string @@ -174118,8 +174169,8 @@ webhooks: format: uri user_view_type: type: string - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -174199,11 +174250,11 @@ webhooks: type: string enum: - unpinned - enterprise: *842 - installation: *843 - issue: *875 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + issue: *877 + organization: *846 + repository: *847 sender: *4 required: - action @@ -174282,12 +174333,12 @@ webhooks: type: string enum: - untyped - enterprise: *842 - installation: *843 - issue: *876 + enterprise: *844 + installation: *845 + issue: *878 type: *374 - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -174367,11 +174418,11 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - label: *863 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + label: *865 + organization: *846 + repository: *847 sender: *4 required: - action @@ -174449,11 +174500,11 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - label: *863 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + label: *865 + organization: *846 + repository: *847 sender: *4 required: - action @@ -174563,11 +174614,11 @@ webhooks: type: string required: - from - enterprise: *842 - installation: *843 - label: *863 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + label: *865 + organization: *846 + repository: *847 sender: *4 required: - action @@ -174649,9 +174700,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *842 - installation: *843 - marketplace_purchase: &877 + enterprise: *844 + installation: *845 + marketplace_purchase: &879 title: Marketplace Purchase type: object required: @@ -174739,8 +174790,8 @@ webhooks: type: integer unit_count: type: integer - organization: *844 - previous_marketplace_purchase: &878 + organization: *846 + previous_marketplace_purchase: &880 title: Marketplace Purchase type: object properties: @@ -174824,7 +174875,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *845 + repository: *847 sender: *4 required: - action @@ -174904,10 +174955,10 @@ webhooks: - changed effective_date: type: string - enterprise: *842 - installation: *843 - marketplace_purchase: *877 - organization: *844 + enterprise: *844 + installation: *845 + marketplace_purchase: *879 + organization: *846 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -174995,7 +175046,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *845 + repository: *847 sender: *4 required: - action @@ -175077,10 +175128,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *842 - installation: *843 - marketplace_purchase: *877 - organization: *844 + enterprise: *844 + installation: *845 + marketplace_purchase: *879 + organization: *846 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -175166,7 +175217,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *845 + repository: *847 sender: *4 required: - action @@ -175247,8 +175298,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 marketplace_purchase: title: Marketplace Purchase type: object @@ -175334,9 +175385,9 @@ webhooks: type: integer unit_count: type: integer - organization: *844 - previous_marketplace_purchase: *878 - repository: *845 + organization: *846 + previous_marketplace_purchase: *880 + repository: *847 sender: *4 required: - action @@ -175416,12 +175467,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *842 - installation: *843 - marketplace_purchase: *877 - organization: *844 - previous_marketplace_purchase: *878 - repository: *845 + enterprise: *844 + installation: *845 + marketplace_purchase: *879 + organization: *846 + previous_marketplace_purchase: *880 + repository: *847 sender: *4 required: - action @@ -175523,11 +175574,11 @@ webhooks: type: string required: - to - enterprise: *842 - installation: *843 - member: *869 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + member: *871 + organization: *846 + repository: *847 sender: *4 required: - action @@ -175629,11 +175680,11 @@ webhooks: type: - string - 'null' - enterprise: *842 - installation: *843 - member: *869 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + member: *871 + organization: *846 + repository: *847 sender: *4 required: - action @@ -175712,11 +175763,11 @@ webhooks: type: string enum: - removed - enterprise: *842 - installation: *843 - member: *869 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + member: *871 + organization: *846 + repository: *847 sender: *4 required: - action @@ -175794,11 +175845,11 @@ webhooks: type: string enum: - added - enterprise: *842 - installation: *843 - member: *869 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + member: *871 + organization: *846 + repository: *847 scope: description: The scope of the membership. Currently, can only be `team`. @@ -175876,7 +175927,7 @@ webhooks: required: - login - id - team: &879 + team: &881 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -176106,11 +176157,11 @@ webhooks: type: string enum: - removed - enterprise: *842 - installation: *843 - member: *869 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + member: *871 + organization: *846 + repository: *847 scope: description: The scope of the membership. Currently, can only be `team`. @@ -176189,7 +176240,7 @@ webhooks: required: - login - id - team: *879 + team: *881 required: - action - scope @@ -176271,8 +176322,8 @@ webhooks: type: string enum: - checks_requested - installation: *843 - merge_group: &880 + installation: *845 + merge_group: &882 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -176298,8 +176349,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -176385,10 +176436,10 @@ webhooks: - merged - invalidated - dequeued - installation: *843 - merge_group: *880 - organization: *844 - repository: *845 + installation: *845 + merge_group: *882 + organization: *846 + repository: *847 sender: *4 required: - action @@ -176461,7 +176512,7 @@ webhooks: type: string enum: - deleted - enterprise: *842 + enterprise: *844 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -176570,12 +176621,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *843 - organization: *844 + installation: *845 + organization: *846 repository: anyOf: - type: 'null' - - *845 + - *847 sender: *4 required: - action @@ -176655,11 +176706,11 @@ webhooks: type: string enum: - closed - enterprise: *842 - installation: *843 - milestone: *874 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + milestone: *876 + organization: *846 + repository: *847 sender: *4 required: - action @@ -176738,9 +176789,9 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - milestone: &881 + enterprise: *844 + installation: *845 + milestone: &883 title: Milestone description: A collection of related issues and pull requests. type: object @@ -176882,8 +176933,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -176962,11 +177013,11 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - milestone: *874 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + milestone: *876 + organization: *846 + repository: *847 sender: *4 required: - action @@ -177076,11 +177127,11 @@ webhooks: type: string required: - from - enterprise: *842 - installation: *843 - milestone: *874 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + milestone: *876 + organization: *846 + repository: *847 sender: *4 required: - action @@ -177160,11 +177211,11 @@ webhooks: type: string enum: - opened - enterprise: *842 - installation: *843 - milestone: *881 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + milestone: *883 + organization: *846 + repository: *847 sender: *4 required: - action @@ -177243,11 +177294,11 @@ webhooks: type: string enum: - blocked - blocked_user: *869 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + blocked_user: *871 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -177326,11 +177377,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *869 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + blocked_user: *871 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -177406,7 +177457,7 @@ webhooks: enum: - created definition: *147 - enterprise: *842 + enterprise: *844 sender: *4 required: - action @@ -177486,8 +177537,8 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 sender: *4 required: - action @@ -177560,8 +177611,8 @@ webhooks: enum: - updated definition: *147 - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 sender: *4 required: - action @@ -177633,9 +177684,9 @@ webhooks: type: string enum: - updated - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 sender: *4 new_property_values: type: array @@ -177723,9 +177774,9 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - membership: &882 + enterprise: *844 + installation: *845 + membership: &884 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -177835,8 +177886,8 @@ webhooks: - role - organization_url - user - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -177914,11 +177965,11 @@ webhooks: type: string enum: - member_added - enterprise: *842 - installation: *843 - membership: *882 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + membership: *884 + organization: *846 + repository: *847 sender: *4 required: - action @@ -177997,8 +178048,8 @@ webhooks: type: string enum: - member_invited - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -178120,10 +178171,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 - user: *869 + user: *871 required: - action - invitation @@ -178201,11 +178252,11 @@ webhooks: type: string enum: - member_removed - enterprise: *842 - installation: *843 - membership: *882 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + membership: *884 + organization: *846 + repository: *847 sender: *4 required: - action @@ -178292,11 +178343,11 @@ webhooks: properties: from: type: string - enterprise: *842 - installation: *843 - membership: *882 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + membership: *884 + organization: *846 + repository: *847 sender: *4 required: - action @@ -178374,9 +178425,9 @@ webhooks: type: string enum: - published - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 package: description: Information about the package. type: object @@ -178899,7 +178950,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &883 + items: &885 title: Ruby Gems metadata type: object properties: @@ -178996,7 +179047,7 @@ webhooks: - owner - package_version - registry - repository: *845 + repository: *847 sender: *4 required: - action @@ -179073,9 +179124,9 @@ webhooks: type: string enum: - updated - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 package: description: Information about the package. type: object @@ -179437,7 +179488,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *883 + items: *885 source_url: type: string format: uri @@ -179508,7 +179559,7 @@ webhooks: - owner - package_version - registry - repository: *845 + repository: *847 sender: *4 required: - action @@ -179688,12 +179739,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *842 + enterprise: *844 id: type: integer - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - id @@ -179770,7 +179821,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &884 + personal_access_token_request: &886 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -179920,10 +179971,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *842 - organization: *844 + enterprise: *844 + organization: *846 sender: *4 - installation: *843 + installation: *845 required: - action - personal_access_token_request @@ -180000,11 +180051,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *884 - enterprise: *842 - organization: *844 + personal_access_token_request: *886 + enterprise: *844 + organization: *846 sender: *4 - installation: *843 + installation: *845 required: - action - personal_access_token_request @@ -180080,11 +180131,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *884 - enterprise: *842 - organization: *844 + personal_access_token_request: *886 + enterprise: *844 + organization: *846 sender: *4 - installation: *843 + installation: *845 required: - action - personal_access_token_request @@ -180159,11 +180210,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *884 - organization: *844 - enterprise: *842 + personal_access_token_request: *886 + organization: *846 + enterprise: *844 sender: *4 - installation: *843 + installation: *845 required: - action - personal_access_token_request @@ -180268,7 +180319,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *885 + last_response: *887 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -180300,8 +180351,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 zen: description: Random string of GitHub zen. @@ -180546,10 +180597,10 @@ webhooks: - from required: - note - enterprise: *842 - installation: *843 - organization: *844 - project_card: &886 + enterprise: *844 + installation: *845 + organization: *846 + project_card: &888 title: Project Card type: object properties: @@ -180672,7 +180723,7 @@ webhooks: - creator - created_at - updated_at - repository: *845 + repository: *847 sender: *4 required: - action @@ -180753,11 +180804,11 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - project_card: *886 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + project_card: *888 + repository: *847 sender: *4 required: - action @@ -180837,9 +180888,9 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 project_card: title: Project Card type: object @@ -180969,7 +181020,7 @@ webhooks: repository: anyOf: - type: 'null' - - *845 + - *847 sender: *4 required: - action @@ -181063,11 +181114,11 @@ webhooks: - from required: - note - enterprise: *842 - installation: *843 - organization: *844 - project_card: *886 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + project_card: *888 + repository: *847 sender: *4 required: - action @@ -181161,9 +181212,9 @@ webhooks: - from required: - column_id - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 project_card: allOf: - title: Project Card @@ -181360,7 +181411,7 @@ webhooks: type: string required: - after_id - repository: *845 + repository: *847 sender: *4 required: - action @@ -181440,10 +181491,10 @@ webhooks: type: string enum: - closed - enterprise: *842 - installation: *843 - organization: *844 - project: &888 + enterprise: *844 + installation: *845 + organization: *846 + project: &890 title: Project type: object properties: @@ -181570,7 +181621,7 @@ webhooks: - creator - created_at - updated_at - repository: *845 + repository: *847 sender: *4 required: - action @@ -181650,10 +181701,10 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - project_column: &887 + enterprise: *844 + installation: *845 + organization: *846 + project_column: &889 title: Project Column type: object properties: @@ -181693,7 +181744,7 @@ webhooks: - name - created_at - updated_at - repository: *845 + repository: *847 sender: *4 required: - action @@ -181772,14 +181823,14 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - organization: *844 - project_column: *887 + enterprise: *844 + installation: *845 + organization: *846 + project_column: *889 repository: anyOf: - type: 'null' - - *845 + - *847 sender: *4 required: - action @@ -181868,11 +181919,11 @@ webhooks: type: string required: - from - enterprise: *842 - installation: *843 - organization: *844 - project_column: *887 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + project_column: *889 + repository: *847 sender: *4 required: - action @@ -181952,11 +182003,11 @@ webhooks: type: string enum: - moved - enterprise: *842 - installation: *843 - organization: *844 - project_column: *887 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + project_column: *889 + repository: *847 sender: *4 required: - action @@ -182036,11 +182087,11 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - project: *888 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + project: *890 + repository: *847 sender: *4 required: - action @@ -182120,14 +182171,14 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - organization: *844 - project: *888 + enterprise: *844 + installation: *845 + organization: *846 + project: *890 repository: anyOf: - type: 'null' - - *845 + - *847 sender: *4 required: - action @@ -182228,11 +182279,11 @@ webhooks: type: string required: - from - enterprise: *842 - installation: *843 - organization: *844 - project: *888 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + project: *890 + repository: *847 sender: *4 required: - action @@ -182311,11 +182362,11 @@ webhooks: type: string enum: - reopened - enterprise: *842 - installation: *843 - organization: *844 - project: *888 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + project: *890 + repository: *847 sender: *4 required: - action @@ -182396,8 +182447,8 @@ webhooks: type: string enum: - closed - installation: *843 - organization: *844 + installation: *845 + organization: *846 projects_v2: *405 sender: *4 required: @@ -182479,8 +182530,8 @@ webhooks: type: string enum: - created - installation: *843 - organization: *844 + installation: *845 + organization: *846 projects_v2: *405 sender: *4 required: @@ -182562,8 +182613,8 @@ webhooks: type: string enum: - deleted - installation: *843 - organization: *844 + installation: *845 + organization: *846 projects_v2: *405 sender: *4 required: @@ -182685,8 +182736,8 @@ webhooks: type: string to: type: string - installation: *843 - organization: *844 + installation: *845 + organization: *846 projects_v2: *405 sender: *4 required: @@ -182770,7 +182821,7 @@ webhooks: type: string enum: - archived - changes: &892 + changes: &894 type: object properties: archived_at: @@ -182786,9 +182837,9 @@ webhooks: - string - 'null' format: date-time - installation: *843 - organization: *844 - projects_v2_item: &889 + installation: *845 + organization: *846 + projects_v2_item: &891 title: Projects v2 Item description: An item belonging to a project type: object @@ -182928,9 +182979,9 @@ webhooks: - 'null' to: type: string - installation: *843 - organization: *844 - projects_v2_item: *889 + installation: *845 + organization: *846 + projects_v2_item: *891 sender: *4 required: - action @@ -183012,9 +183063,9 @@ webhooks: type: string enum: - created - installation: *843 - organization: *844 - projects_v2_item: *889 + installation: *845 + organization: *846 + projects_v2_item: *891 sender: *4 required: - action @@ -183095,9 +183146,9 @@ webhooks: type: string enum: - deleted - installation: *843 - organization: *844 - projects_v2_item: *889 + installation: *845 + organization: *846 + projects_v2_item: *891 sender: *4 required: - action @@ -183202,7 +183253,7 @@ webhooks: oneOf: - type: string - type: integer - - &890 + - &892 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -183226,7 +183277,7 @@ webhooks: required: - id - name - - &891 + - &893 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -183266,8 +183317,8 @@ webhooks: oneOf: - type: string - type: integer - - *890 - - *891 + - *892 + - *893 type: - 'null' - string @@ -183290,9 +183341,9 @@ webhooks: - 'null' required: - body - installation: *843 - organization: *844 - projects_v2_item: *889 + installation: *845 + organization: *846 + projects_v2_item: *891 sender: *4 required: - action @@ -183389,9 +183440,9 @@ webhooks: type: - string - 'null' - installation: *843 - organization: *844 - projects_v2_item: *889 + installation: *845 + organization: *846 + projects_v2_item: *891 sender: *4 required: - action @@ -183474,10 +183525,10 @@ webhooks: type: string enum: - restored - changes: *892 - installation: *843 - organization: *844 - projects_v2_item: *889 + changes: *894 + installation: *845 + organization: *846 + projects_v2_item: *891 sender: *4 required: - action @@ -183559,8 +183610,8 @@ webhooks: type: string enum: - reopened - installation: *843 - organization: *844 + installation: *845 + organization: *846 projects_v2: *405 sender: *4 required: @@ -183642,9 +183693,9 @@ webhooks: type: string enum: - created - installation: *843 - organization: *844 - projects_v2_status_update: *893 + installation: *845 + organization: *846 + projects_v2_status_update: *895 sender: *4 required: - action @@ -183725,9 +183776,9 @@ webhooks: type: string enum: - deleted - installation: *843 - organization: *844 - projects_v2_status_update: *893 + installation: *845 + organization: *846 + projects_v2_status_update: *895 sender: *4 required: - action @@ -183873,9 +183924,9 @@ webhooks: - string - 'null' format: date - installation: *843 - organization: *844 - projects_v2_status_update: *893 + installation: *845 + organization: *846 + projects_v2_status_update: *895 sender: *4 required: - action @@ -183946,10 +183997,10 @@ webhooks: title: public event type: object properties: - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - repository @@ -184026,13 +184077,13 @@ webhooks: type: string enum: - assigned - assignee: *869 - enterprise: *842 - installation: *843 - number: &894 + assignee: *871 + enterprise: *844 + installation: *845 + number: &896 description: The pull request number. type: integer - organization: *844 + organization: *846 pull_request: title: Pull Request type: object @@ -186403,7 +186454,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 sender: *4 required: - action @@ -186500,11 +186551,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 number: type: integer - organization: *844 + organization: *846 pull_request: title: Pull Request type: object @@ -188868,7 +188919,7 @@ webhooks: - draft reason: type: string - repository: *845 + repository: *847 sender: *4 required: - action @@ -188965,11 +189016,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 number: type: integer - organization: *844 + organization: *846 pull_request: title: Pull Request type: object @@ -191333,7 +191384,7 @@ webhooks: - draft reason: type: string - repository: *845 + repository: *847 sender: *4 required: - action @@ -191430,13 +191481,13 @@ webhooks: type: string enum: - closed - enterprise: *842 - installation: *843 - number: *894 - organization: *844 - pull_request: &895 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 + pull_request: &897 allOf: - - *691 + - *693 - type: object properties: allow_auto_merge: @@ -191498,7 +191549,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *845 + repository: *847 sender: *4 required: - action @@ -191579,12 +191630,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *842 - installation: *843 - number: *894 - organization: *844 - pull_request: *895 - repository: *845 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 + pull_request: *897 + repository: *847 sender: *4 required: - action @@ -191664,11 +191715,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *842 + enterprise: *844 milestone: *408 - number: *894 - organization: *844 - pull_request: &896 + number: *896 + organization: *846 + pull_request: &898 title: Pull Request type: object properties: @@ -194059,7 +194110,7 @@ webhooks: - active_lock_reason - draft version: '2026-03-10' - repository: *845 + repository: *847 sender: *4 required: - action @@ -194138,11 +194189,11 @@ webhooks: type: string enum: - dequeued - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 number: type: integer - organization: *844 + organization: *846 pull_request: title: Pull Request type: object @@ -196510,7 +196561,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *845 + repository: *847 sender: *4 required: - action @@ -196642,12 +196693,12 @@ webhooks: type: string required: - from - enterprise: *842 - installation: *843 - number: *894 - organization: *844 - pull_request: *895 - repository: *845 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 + pull_request: *897 + repository: *847 sender: *4 required: - action @@ -196727,11 +196778,11 @@ webhooks: type: string enum: - enqueued - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 number: type: integer - organization: *844 + organization: *846 pull_request: title: Pull Request type: object @@ -199084,7 +199135,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 sender: *4 required: - action @@ -199172,11 +199223,11 @@ webhooks: type: string enum: - labeled - enterprise: *842 - installation: *843 - label: *863 - number: *894 - organization: *844 + enterprise: *844 + installation: *845 + label: *865 + number: *896 + organization: *846 pull_request: title: Pull Request type: object @@ -201546,7 +201597,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 sender: *4 required: - action @@ -201642,10 +201693,10 @@ webhooks: type: string enum: - locked - enterprise: *842 - installation: *843 - number: *894 - organization: *844 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 pull_request: title: Pull Request type: object @@ -204013,7 +204064,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 sender: *4 required: - action @@ -204108,12 +204159,12 @@ webhooks: type: string enum: - milestoned - enterprise: *842 + enterprise: *844 milestone: *408 - number: *894 - organization: *844 - pull_request: *896 - repository: *845 + number: *896 + organization: *846 + pull_request: *898 + repository: *847 sender: *4 required: - action @@ -204192,12 +204243,12 @@ webhooks: type: string enum: - opened - enterprise: *842 - installation: *843 - number: *894 - organization: *844 - pull_request: *895 - repository: *845 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 + pull_request: *897 + repository: *847 sender: *4 required: - action @@ -204278,12 +204329,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *842 - installation: *843 - number: *894 - organization: *844 - pull_request: *895 - repository: *845 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 + pull_request: *897 + repository: *847 sender: *4 required: - action @@ -204363,12 +204414,12 @@ webhooks: type: string enum: - reopened - enterprise: *842 - installation: *843 - number: *894 - organization: *844 - pull_request: *895 - repository: *845 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 + pull_request: *897 + repository: *847 sender: *4 required: - action @@ -204743,9 +204794,9 @@ webhooks: - start_side - side - reactions - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 pull_request: type: object properties: @@ -206997,7 +207048,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *845 + repository: *847 sender: *4 required: - action @@ -207092,7 +207143,7 @@ webhooks: type: string enum: - deleted - comment: &898 + comment: &900 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. @@ -207385,9 +207436,9 @@ webhooks: - start_side - side - reactions - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 pull_request: type: object properties: @@ -209627,7 +209678,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *845 + repository: *847 sender: *4 required: - action @@ -209722,11 +209773,11 @@ webhooks: type: string enum: - edited - changes: *897 - comment: *898 - enterprise: *842 - installation: *843 - organization: *844 + changes: *899 + comment: *900 + enterprise: *844 + installation: *845 + organization: *846 pull_request: type: object properties: @@ -211969,7 +212020,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *845 + repository: *847 sender: *4 required: - action @@ -212065,9 +212116,9 @@ webhooks: type: string enum: - dismissed - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 pull_request: title: Simple Pull Request type: object @@ -214322,7 +214373,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *845 + repository: *847 review: description: The review that was affected. type: object @@ -214588,9 +214639,9 @@ webhooks: type: string required: - from - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 pull_request: title: Simple Pull Request type: object @@ -216704,8 +216755,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *845 - review: &899 + repository: *847 + review: &901 description: The review that was affected. type: object properties: @@ -216951,12 +217002,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 number: description: The pull request number. type: integer - organization: *844 + organization: *846 pull_request: title: Pull Request type: object @@ -219325,7 +219376,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 requested_reviewer: title: User type: @@ -219411,12 +219462,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 number: description: The pull request number. type: integer - organization: *844 + organization: *846 pull_request: title: Pull Request type: object @@ -221792,7 +221843,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 requested_team: title: Team description: Groups of organization members that gives permissions @@ -222010,12 +222061,12 @@ webhooks: type: string enum: - review_requested - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 number: description: The pull request number. type: integer - organization: *844 + organization: *846 pull_request: title: Pull Request type: object @@ -224386,7 +224437,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 requested_reviewer: title: User type: @@ -224473,12 +224524,12 @@ webhooks: type: string enum: - review_requested - enterprise: *842 - installation: *843 + enterprise: *844 + installation: *845 number: description: The pull request number. type: integer - organization: *844 + organization: *846 pull_request: title: Pull Request type: object @@ -226840,7 +226891,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 requested_team: title: Team description: Groups of organization members that gives permissions @@ -227047,9 +227098,9 @@ webhooks: type: string enum: - submitted - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 pull_request: title: Simple Pull Request type: object @@ -229307,8 +229358,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *845 - review: *899 + repository: *847 + review: *901 sender: *4 required: - action @@ -229403,9 +229454,9 @@ webhooks: type: string enum: - resolved - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 pull_request: title: Simple Pull Request type: object @@ -231558,7 +231609,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *845 + repository: *847 sender: *4 thread: type: object @@ -231963,9 +232014,9 @@ webhooks: type: string enum: - unresolved - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 pull_request: title: Simple Pull Request type: object @@ -234101,7 +234152,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *845 + repository: *847 sender: *4 thread: type: object @@ -234508,10 +234559,10 @@ webhooks: type: string before: type: string - enterprise: *842 - installation: *843 - number: *894 - organization: *844 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 pull_request: title: Pull Request type: object @@ -236868,7 +236919,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 sender: *4 required: - action @@ -236965,11 +237016,11 @@ webhooks: type: string enum: - unassigned - assignee: *900 - enterprise: *842 - installation: *843 - number: *894 - organization: *844 + assignee: *902 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 pull_request: title: Pull Request type: object @@ -239341,7 +239392,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 sender: *4 required: - action @@ -239435,11 +239486,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *842 - installation: *843 - label: *863 - number: *894 - organization: *844 + enterprise: *844 + installation: *845 + label: *865 + number: *896 + organization: *846 pull_request: title: Pull Request type: object @@ -241800,7 +241851,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 sender: *4 required: - action @@ -241896,10 +241947,10 @@ webhooks: type: string enum: - unlocked - enterprise: *842 - installation: *843 - number: *894 - organization: *844 + enterprise: *844 + installation: *845 + number: *896 + organization: *846 pull_request: title: Pull Request type: object @@ -244250,7 +244301,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *845 + repository: *847 sender: *4 required: - action @@ -244468,7 +244519,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *842 + enterprise: *844 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -244563,8 +244614,8 @@ webhooks: - url - author - committer - installation: *843 - organization: *844 + installation: *845 + organization: *846 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -245163,9 +245214,9 @@ webhooks: type: string enum: - published - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 registry_package: type: object properties: @@ -245642,7 +245693,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *883 + items: *885 summary: type: string tag_name: @@ -245698,7 +245749,7 @@ webhooks: - owner - package_version - registry - repository: *845 + repository: *847 sender: *4 required: - action @@ -245776,9 +245827,9 @@ webhooks: type: string enum: - updated - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 registry_package: type: object properties: @@ -246090,7 +246141,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *883 + items: *885 summary: type: string tag_name: @@ -246140,7 +246191,7 @@ webhooks: - owner - package_version - registry - repository: *845 + repository: *847 sender: *4 required: - action @@ -246217,10 +246268,10 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - release: &901 + enterprise: *844 + installation: *845 + organization: *846 + release: &903 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -246551,7 +246602,7 @@ webhooks: - updated_at - zipball_url - body - repository: *845 + repository: *847 sender: *4 required: - action @@ -246628,11 +246679,11 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - organization: *844 - release: *901 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + release: *903 + repository: *847 sender: *4 required: - action @@ -246749,11 +246800,11 @@ webhooks: type: boolean required: - to - enterprise: *842 - installation: *843 - organization: *844 - release: *901 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + release: *903 + repository: *847 sender: *4 required: - action @@ -246831,9 +246882,9 @@ webhooks: type: string enum: - prereleased - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -247169,7 +247220,7 @@ webhooks: - string - 'null' format: uri - repository: *845 + repository: *847 sender: *4 required: - action @@ -247245,10 +247296,10 @@ webhooks: type: string enum: - published - enterprise: *842 - installation: *843 - organization: *844 - release: &902 + enterprise: *844 + installation: *845 + organization: *846 + release: &904 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -247581,7 +247632,7 @@ webhooks: - string - 'null' format: uri - repository: *845 + repository: *847 sender: *4 required: - action @@ -247657,11 +247708,11 @@ webhooks: type: string enum: - released - enterprise: *842 - installation: *843 - organization: *844 - release: *901 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + release: *903 + repository: *847 sender: *4 required: - action @@ -247737,11 +247788,11 @@ webhooks: type: string enum: - unpublished - enterprise: *842 - installation: *843 - organization: *844 - release: *902 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + release: *904 + repository: *847 sender: *4 required: - action @@ -247817,11 +247868,11 @@ webhooks: type: string enum: - published - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - repository_advisory: *743 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + repository_advisory: *745 sender: *4 required: - action @@ -247897,11 +247948,11 @@ webhooks: type: string enum: - reported - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - repository_advisory: *743 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + repository_advisory: *745 sender: *4 required: - action @@ -247977,10 +248028,10 @@ webhooks: type: string enum: - archived - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -248057,10 +248108,10 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -248138,10 +248189,10 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -248226,10 +248277,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -248344,10 +248395,10 @@ webhooks: - 'null' items: type: string - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -248419,10 +248470,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 status: type: string @@ -248503,10 +248554,10 @@ webhooks: type: string enum: - privatized - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -248583,10 +248634,10 @@ webhooks: type: string enum: - publicized - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -248680,10 +248731,10 @@ webhooks: - name required: - repository - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -248763,10 +248814,10 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 repository_ruleset: *187 sender: *4 required: @@ -248845,10 +248896,10 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 repository_ruleset: *187 sender: *4 required: @@ -248927,10 +248978,10 @@ webhooks: type: string enum: - edited - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 repository_ruleset: *187 changes: type: object @@ -248992,16 +249043,16 @@ webhooks: properties: added: type: array - items: *711 + items: *713 deleted: type: array - items: *711 + items: *713 updated: type: array items: type: object properties: - rule: *711 + rule: *713 changes: type: object properties: @@ -249238,10 +249289,10 @@ webhooks: - from required: - owner - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -249319,10 +249370,10 @@ webhooks: type: string enum: - unarchived - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -249400,7 +249451,7 @@ webhooks: type: string enum: - create - alert: &903 + alert: &905 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -249525,10 +249576,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -249738,10 +249789,10 @@ webhooks: type: string enum: - dismissed - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -249819,11 +249870,11 @@ webhooks: type: string enum: - reopen - alert: *903 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + alert: *905 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -250025,10 +250076,10 @@ webhooks: enum: - fixed - open - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -250106,7 +250157,7 @@ webhooks: type: string enum: - assigned - alert: &904 + alert: &906 type: object properties: number: *126 @@ -250246,10 +250297,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -250327,11 +250378,11 @@ webhooks: type: string enum: - created - alert: *904 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + alert: *906 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -250412,11 +250463,11 @@ webhooks: type: string enum: - created - alert: *904 - installation: *843 - location: *905 - organization: *844 - repository: *845 + alert: *906 + installation: *845 + location: *907 + organization: *846 + repository: *847 sender: *4 required: - location @@ -250654,11 +250705,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *904 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + alert: *906 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -250736,11 +250787,11 @@ webhooks: type: string enum: - reopened - alert: *904 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + alert: *906 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -250818,11 +250869,11 @@ webhooks: type: string enum: - resolved - alert: *904 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + alert: *906 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -250900,12 +250951,12 @@ webhooks: type: string enum: - unassigned - alert: *904 + alert: *906 assignee: *4 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -250983,11 +251034,11 @@ webhooks: type: string enum: - validated - alert: *904 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + alert: *906 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -251117,10 +251168,10 @@ webhooks: - organization - enterprise - - repository: *845 - enterprise: *842 - installation: *843 - organization: *844 + repository: *847 + enterprise: *844 + installation: *845 + organization: *846 sender: *4 required: - action @@ -251198,11 +251249,11 @@ webhooks: type: string enum: - published - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - security_advisory: &906 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + security_advisory: &908 description: The details of the security advisory, including summary, description, and severity. type: object @@ -251406,11 +251457,11 @@ webhooks: type: string enum: - updated - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 - security_advisory: *906 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 + security_advisory: *908 sender: *4 required: - action @@ -251483,10 +251534,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -251681,9 +251732,9 @@ webhooks: type: object properties: security_and_analysis: *419 - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 repository: *464 sender: *4 required: @@ -251762,12 +251813,12 @@ webhooks: type: string enum: - cancelled - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - sponsorship: &907 + sponsorship: &909 type: object properties: created_at: @@ -252072,12 +252123,12 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - sponsorship: *907 + sponsorship: *909 required: - action - sponsorship @@ -252165,12 +252216,12 @@ webhooks: type: string required: - from - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - sponsorship: *907 + sponsorship: *909 required: - action - changes @@ -252247,17 +252298,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &908 + effective_date: &910 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: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - sponsorship: *907 + sponsorship: *909 required: - action - sponsorship @@ -252331,7 +252382,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &909 + changes: &911 type: object properties: tier: @@ -252375,13 +252426,13 @@ webhooks: - from required: - tier - effective_date: *908 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + effective_date: *910 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - sponsorship: *907 + sponsorship: *909 required: - action - changes @@ -252458,13 +252509,13 @@ webhooks: type: string enum: - tier_changed - changes: *909 - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + changes: *911 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - sponsorship: *907 + sponsorship: *909 required: - action - changes @@ -252538,10 +252589,10 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -252625,10 +252676,10 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -253062,15 +253113,15 @@ webhooks: type: - string - 'null' - enterprise: *842 + enterprise: *844 id: description: The unique identifier of the status. type: integer - installation: *843 + installation: *845 name: type: string - organization: *844 - repository: *845 + organization: *846 + repository: *847 sender: *4 sha: description: The Commit SHA. @@ -253186,9 +253237,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *219 - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -253278,9 +253329,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *219 - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -253370,9 +253421,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *219 - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -253462,9 +253513,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *219 - installation: *843 - organization: *844 - repository: *845 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -253541,12 +253592,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - team: &910 + team: &912 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -253776,9 +253827,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 repository: title: Repository description: A git repository @@ -254248,7 +254299,7 @@ webhooks: - topics - visibility sender: *4 - team: *910 + team: *912 required: - action - team @@ -254324,9 +254375,9 @@ webhooks: type: string enum: - created - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 repository: title: Repository description: A git repository @@ -254796,7 +254847,7 @@ webhooks: - topics - visibility sender: *4 - team: *910 + team: *912 required: - action - team @@ -254873,9 +254924,9 @@ webhooks: type: string enum: - deleted - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 repository: title: Repository description: A git repository @@ -255345,7 +255396,7 @@ webhooks: - topics - visibility sender: *4 - team: *910 + team: *912 required: - action - team @@ -255489,9 +255540,9 @@ webhooks: - from required: - permissions - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 repository: title: Repository description: A git repository @@ -255961,7 +256012,7 @@ webhooks: - topics - visibility sender: *4 - team: *910 + team: *912 required: - action - changes @@ -256039,9 +256090,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *842 - installation: *843 - organization: *844 + enterprise: *844 + installation: *845 + organization: *846 repository: title: Repository description: A git repository @@ -256511,7 +256562,7 @@ webhooks: - topics - visibility sender: *4 - team: *910 + team: *912 required: - action - team @@ -256587,10 +256638,10 @@ webhooks: type: string enum: - started - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 required: - action @@ -256663,17 +256714,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *842 + enterprise: *844 inputs: type: - object - 'null' additionalProperties: true - installation: *843 - organization: *844 + installation: *845 + organization: *846 ref: type: string - repository: *845 + repository: *847 sender: *4 workflow: type: string @@ -256755,10 +256806,10 @@ webhooks: type: string enum: - completed - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 workflow_job: allOf: @@ -257014,7 +257065,7 @@ webhooks: type: string required: - conclusion - deployment: *598 + deployment: *600 required: - action - repository @@ -257093,10 +257144,10 @@ webhooks: type: string enum: - in_progress - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 workflow_job: allOf: @@ -257378,7 +257429,7 @@ webhooks: required: - status - steps - deployment: *598 + deployment: *600 required: - action - repository @@ -257457,10 +257508,10 @@ webhooks: type: string enum: - queued - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 workflow_job: type: object @@ -257606,7 +257657,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *598 + deployment: *600 required: - action - repository @@ -257685,10 +257736,10 @@ webhooks: type: string enum: - waiting - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 workflow_job: type: object @@ -257835,7 +257886,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *598 + deployment: *600 required: - action - repository @@ -257915,12 +257966,12 @@ webhooks: type: string enum: - completed - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - workflow: *859 + workflow: *861 workflow_run: title: Workflow Run type: object @@ -258939,12 +258990,12 @@ webhooks: type: string enum: - in_progress - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - workflow: *859 + workflow: *861 workflow_run: title: Workflow Run type: object @@ -259948,12 +259999,12 @@ webhooks: type: string enum: - requested - enterprise: *842 - installation: *843 - organization: *844 - repository: *845 + enterprise: *844 + installation: *845 + organization: *846 + repository: *847 sender: *4 - workflow: *859 + workflow: *861 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index ce1c3f9a2..a33b609e0 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -62078,6 +62078,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" + } + {"code":"deadline_exceeded","msg":"operation timed out"}