From 5788b58b295498488e699776abbcc1eee3ab7d39 Mon Sep 17 00:00:00 2001 From: docubot <67483024+docubot@users.noreply.github.com> Date: Wed, 12 Apr 2023 09:05:22 -0700 Subject: [PATCH 1/2] Update OpenAPI Description (#36319) Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com> --- content/rest/dependency-graph/index.md | 5 +- content/rest/dependency-graph/sboms.md | 14 + content/rest/orgs/index.md | 5 +- content/rest/orgs/personal-access-tokens.md | 20 + content/rest/users/social-accounts.md | 2 + .../fpt-2022-11-28/server-to-server-rest.json | 16 +- .../server-to-server-rest.json | 16 +- src/github-apps/lib/config.json | 2 +- .../data/client-side-rest-api-redirects.json | 12 +- src/rest/data/fpt-2022-11-28/schema.json | 7665 +++++++++-------- src/rest/data/ghae/schema.json | 756 +- src/rest/data/ghec-2022-11-28/schema.json | 7665 +++++++++-------- src/rest/data/ghes-3.4/schema.json | 715 +- src/rest/data/ghes-3.5/schema.json | 715 +- src/rest/data/ghes-3.6/schema.json | 715 +- src/rest/data/ghes-3.7/schema.json | 723 +- src/rest/data/ghes-3.8/schema.json | 723 +- src/rest/lib/config.json | 8 +- src/webhooks/data/fpt/schema.json | 202 +- src/webhooks/data/ghae/schema.json | 369 +- src/webhooks/data/ghec/schema.json | 202 +- src/webhooks/data/ghes-3.7/schema.json | 369 +- src/webhooks/data/ghes-3.8/schema.json | 369 +- src/webhooks/lib/config.json | 2 +- 24 files changed, 13661 insertions(+), 7629 deletions(-) create mode 100644 content/rest/dependency-graph/sboms.md create mode 100644 content/rest/orgs/personal-access-tokens.md diff --git a/content/rest/dependency-graph/index.md b/content/rest/dependency-graph/index.md index e831356042..3da88dcf2a 100644 --- a/content/rest/dependency-graph/index.md +++ b/content/rest/dependency-graph/index.md @@ -1,6 +1,8 @@ --- title: Dependency Graph -intro: Use the REST API to view dependency changes and their security impact on your repository. +intro: >- + Use the REST API to view dependency changes and their security impact on your + repository. versions: fpt: '*' ghes: '>=3.6' @@ -10,6 +12,7 @@ topics: children: - /dependency-review - /dependency-submission + - /sboms redirect_from: - /rest/reference/dependency-graph autogenerated: rest diff --git a/content/rest/dependency-graph/sboms.md b/content/rest/dependency-graph/sboms.md new file mode 100644 index 0000000000..388de77df6 --- /dev/null +++ b/content/rest/dependency-graph/sboms.md @@ -0,0 +1,14 @@ +--- +title: Software bill of materials (SBOM) +shortTitle: Software bill of materials (SBOM) +intro: 'Use the REST API to export the software bill of materials (SBOM) for a repository.' +versions: + fpt: '*' + ghec: '*' +topics: + - API +autogenerated: rest +allowTitleToDifferFromFilename: true +--- + + diff --git a/content/rest/orgs/index.md b/content/rest/orgs/index.md index ea7185b7be..f72a582602 100644 --- a/content/rest/orgs/index.md +++ b/content/rest/orgs/index.md @@ -1,6 +1,8 @@ --- title: Organizations -intro: 'Use the REST API to control and manage all your {% data variables.product.product_name %} organizations.' +intro: >- + Use the REST API to control and manage all your {% data + variables.product.product_name %} organizations. allowTitleToDifferFromFilename: true redirect_from: - /v3/orgs @@ -18,6 +20,7 @@ children: - /custom-roles - /members - /outside-collaborators + - /personal-access-tokens - /security-managers - /webhooks autogenerated: rest diff --git a/content/rest/orgs/personal-access-tokens.md b/content/rest/orgs/personal-access-tokens.md new file mode 100644 index 0000000000..a57b16288b --- /dev/null +++ b/content/rest/orgs/personal-access-tokens.md @@ -0,0 +1,20 @@ +--- +title: Personal access tokens +shortTitle: Personal access tokens +intro: 'Use the REST API to manage {% data variables.product.pat_v2 %}s.' +versions: + fpt: '*' + ghec: '*' +topics: + - API +autogenerated: rest +allowTitleToDifferFromFilename: true +--- + +{% note %} + +**Note**: {% data reusables.user-settings.pat-v2-beta %} + +{% endnote %} + + diff --git a/content/rest/users/social-accounts.md b/content/rest/users/social-accounts.md index 57bc962079..792750becd 100644 --- a/content/rest/users/social-accounts.md +++ b/content/rest/users/social-accounts.md @@ -12,3 +12,5 @@ autogenerated: rest ## About social account administration {% data reusables.user-settings.user-api %} + + diff --git a/src/github-apps/data/fpt-2022-11-28/server-to-server-rest.json b/src/github-apps/data/fpt-2022-11-28/server-to-server-rest.json index 8bc787dce0..6cd53282e9 100644 --- a/src/github-apps/data/fpt-2022-11-28/server-to-server-rest.json +++ b/src/github-apps/data/fpt-2022-11-28/server-to-server-rest.json @@ -2288,49 +2288,49 @@ }, { "slug": "list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens", - "subcategory": "orgs", + "subcategory": "personal-access-tokens", "verb": "get", "requestPath": "/organizations/{org}/personal-access-token-requests" }, { "slug": "review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens", - "subcategory": "orgs", + "subcategory": "personal-access-tokens", "verb": "post", "requestPath": "/organizations/{org}/personal-access-token-requests" }, { "slug": "review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token", - "subcategory": "orgs", + "subcategory": "personal-access-tokens", "verb": "post", "requestPath": "/organizations/{org}/personal-access-token-requests/{pat_request_id}" }, { "slug": "list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token", - "subcategory": "orgs", + "subcategory": "personal-access-tokens", "verb": "get", "requestPath": "/organizations/{org}/personal-access-token-requests/{pat_request_id}/repositories" }, { "slug": "list-fine-grained-personal-access-tokens-with-access-to-organization-resources", - "subcategory": "orgs", + "subcategory": "personal-access-tokens", "verb": "get", "requestPath": "/organizations/{org}/personal-access-tokens" }, { "slug": "update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens", - "subcategory": "orgs", + "subcategory": "personal-access-tokens", "verb": "post", "requestPath": "/organizations/{org}/personal-access-tokens" }, { "slug": "update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources", - "subcategory": "orgs", + "subcategory": "personal-access-tokens", "verb": "post", "requestPath": "/organizations/{org}/personal-access-tokens/{pat_id}" }, { "slug": "list-repositories-a-fine-grained-personal-access-token-has-access-to", - "subcategory": "orgs", + "subcategory": "personal-access-tokens", "verb": "get", "requestPath": "/organizations/{org}/personal-access-tokens/{pat_id}/repositories" }, diff --git a/src/github-apps/data/ghec-2022-11-28/server-to-server-rest.json b/src/github-apps/data/ghec-2022-11-28/server-to-server-rest.json index 303cc4185d..9bdb0f3f9e 100644 --- a/src/github-apps/data/ghec-2022-11-28/server-to-server-rest.json +++ b/src/github-apps/data/ghec-2022-11-28/server-to-server-rest.json @@ -2400,49 +2400,49 @@ }, { "slug": "list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens", - "subcategory": "orgs", + "subcategory": "personal-access-tokens", "verb": "get", "requestPath": "/organizations/{org}/personal-access-token-requests" }, { "slug": "review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens", - "subcategory": "orgs", + "subcategory": "personal-access-tokens", "verb": "post", "requestPath": "/organizations/{org}/personal-access-token-requests" }, { "slug": "review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token", - "subcategory": "orgs", + "subcategory": "personal-access-tokens", "verb": "post", "requestPath": "/organizations/{org}/personal-access-token-requests/{pat_request_id}" }, { "slug": "list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token", - "subcategory": "orgs", + "subcategory": "personal-access-tokens", "verb": "get", "requestPath": "/organizations/{org}/personal-access-token-requests/{pat_request_id}/repositories" }, { "slug": "list-fine-grained-personal-access-tokens-with-access-to-organization-resources", - "subcategory": "orgs", + "subcategory": "personal-access-tokens", "verb": "get", "requestPath": "/organizations/{org}/personal-access-tokens" }, { "slug": "update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens", - "subcategory": "orgs", + "subcategory": "personal-access-tokens", "verb": "post", "requestPath": "/organizations/{org}/personal-access-tokens" }, { "slug": "update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources", - "subcategory": "orgs", + "subcategory": "personal-access-tokens", "verb": "post", "requestPath": "/organizations/{org}/personal-access-tokens/{pat_id}" }, { "slug": "list-repositories-a-fine-grained-personal-access-token-has-access-to", - "subcategory": "orgs", + "subcategory": "personal-access-tokens", "verb": "get", "requestPath": "/organizations/{org}/personal-access-tokens/{pat_id}/repositories" }, diff --git a/src/github-apps/lib/config.json b/src/github-apps/lib/config.json index 87185b5e8b..db05076806 100644 --- a/src/github-apps/lib/config.json +++ b/src/github-apps/lib/config.json @@ -1,3 +1,3 @@ { - "sha": "e27c8f10a2208e6a8df88e64d2b40c9c7a1ecd2d" + "sha": "e462c64f50b84f040ac76cd2205984ddf151b67f" } \ No newline at end of file diff --git a/src/rest/data/client-side-rest-api-redirects.json b/src/rest/data/client-side-rest-api-redirects.json index 1130876718..0e8f9331d3 100644 --- a/src/rest/data/client-side-rest-api-redirects.json +++ b/src/rest/data/client-side-rest-api-redirects.json @@ -232,18 +232,10 @@ "/rest/activity#set-a-thread-subscription": "/rest/activity/notifications#set-a-thread-subscription", "/rest/activity#delete-a-thread-subscription": "/rest/activity/notifications#delete-a-thread-subscription", "/rest/orgs#list-organizations": "/rest/orgs/orgs#list-organizations", - "/rest/orgs/orgs#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens": "/rest/orgs/orgs#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens", - "/rest/orgs#orgs": "/rest/orgs/orgs", - "/rest/orgs/orgs#review-requests-to-access-organization-resources-with-a-fine-grained-personal-access-token": "/rest/orgs/orgs#review-requests-to-access-organization-resources-with-a-fine-grained-personal-access-token", - "/rest/orgs/orgs#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token": "/rest/orgs/orgs#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token", - "/rest/orgs/orgs#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token": "/rest/orgs/orgs#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token", - "/rest/orgs/orgs#list-fine-grained-personal-access-tokens-with-access-to-organization-resources": "/rest/orgs/orgs#list-fine-grained-personal-access-tokens-with-access-to-organization-resources", - "/rest/orgs/orgs#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens": "/rest/orgs/orgs#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens", - "/rest/orgs/orgs#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources": "/rest/orgs/orgs#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources", - "/rest/orgs/orgs#list-repositories-a-fine-grained-personal-access-token-has-access-to": "/rest/orgs/orgs#list-repositories-a-fine-grained-personal-access-token-has-access-to", "/rest/orgs#get-an-organization": "/rest/orgs/orgs#get-an-organization", "/rest/orgs#update-an-organization": "/rest/orgs/orgs#update-an-organization", "/rest/orgs/orgs/#delete-an-organization": "/rest/orgs/orgs#delete-an-organization", + "/rest/orgs#orgs": "/rest/orgs/orgs", "/rest/actions#get-github-actions-cache-usage-for-an-organization": "/rest/actions/cache#get-github-actions-cache-usage-for-an-organization", "/rest/actions#cache": "/rest/actions/cache", "/rest/actions#list-repositories-with-github-actions-cache-usage-for-an-organization": "/rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization", @@ -638,6 +630,8 @@ "/rest/dependabot#delete-a-repository-secret": "/rest/dependabot/secrets#delete-a-repository-secret", "/rest/dependency-graph#get-a-diff-of-the-dependencies-between-commits": "/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits", "/rest/dependency-graph#dependency-review": "/rest/dependency-graph/dependency-review", + "/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository": "/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository", + "/rest/dependency-graph#sboms": "/rest/dependency-graph/sboms", "/rest/dependency-graph#create-a-snapshot-of-dependencies-for-a-repository": "/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository", "/rest/dependency-graph#dependency-submission": "/rest/dependency-graph/dependency-submission", "/rest/deployments/deployments#list-deployments": "/rest/deployments/deployments#list-deployments", diff --git a/src/rest/data/fpt-2022-11-28/schema.json b/src/rest/data/fpt-2022-11-28/schema.json index 6f9a25f223..6c1b79a285 100644 --- a/src/rest/data/fpt-2022-11-28/schema.json +++ b/src/rest/data/fpt-2022-11-28/schema.json @@ -41092,6 +41092,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -41376,6 +41377,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -41492,6 +41496,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -118210,6 +118221,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -118326,6 +118340,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -118932,6 +118953,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -119048,6 +119072,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -119587,6 +119618,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -121062,6 +121096,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -121178,6 +121215,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -121784,6 +121828,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -121900,6 +121947,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -122439,6 +122493,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -123943,6 +124000,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -124059,6 +124119,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -124665,6 +124732,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -124781,6 +124851,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -125320,6 +125397,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -126749,6 +126829,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -126835,6 +126916,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -127192,6 +127274,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -127308,6 +127393,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -127914,6 +128006,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -128030,6 +128125,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -128569,6 +128671,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -129545,6 +129650,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -129661,6 +129769,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -130252,6 +130367,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -130368,6 +130486,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -130956,6 +131081,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -131645,6 +131773,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -131903,6 +132032,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -132019,6 +132151,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -132625,6 +132764,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -132741,6 +132883,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -133371,6 +133520,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -133629,6 +133779,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -133745,6 +133898,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -134351,6 +134511,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -134467,6 +134630,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -136118,6 +136288,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -136277,6 +136448,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -138428,6 +138602,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -138462,6 +138637,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -138578,6 +138756,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -138732,6 +138917,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -138766,6 +138952,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -138882,6 +139071,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -139036,6 +139232,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -139070,6 +139267,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -139186,6 +139386,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -139340,6 +139547,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -139374,6 +139582,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -139490,6 +139701,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -140759,7 +140977,7 @@ { "type": "array of objects", "name": "annotations", - "description": "

Adds information from your analysis to specific lines of code. Annotations are visible on GitHub in the Checks and Files changed tab of the pull request. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. For details about how you can view annotations on GitHub, see \"About status checks\".

", + "description": "

Adds information from your analysis to specific lines of code. Annotations are visible on GitHub in the Checks and Files changed tab of the pull request. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. GitHub Actions are limited to 10 warning annotations and 10 error annotations per step. For details about how you can view annotations on GitHub, see \"About status checks\".

", "childParamsGroups": [ { "type": "string", @@ -144598,7 +144816,7 @@ { "type": "array of objects", "name": "annotations", - "description": "

Adds information from your analysis to specific lines of code. Annotations are visible in GitHub's pull request UI. Annotations are visible in GitHub's pull request UI. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. For details about annotations in the UI, see \"About status checks\".

", + "description": "

Adds information from your analysis to specific lines of code. Annotations are visible in GitHub's pull request UI. Annotations are visible in GitHub's pull request UI. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. GitHub Actions are limited to 10 warning annotations and 10 error annotations per step. For details about annotations in the UI, see \"About status checks\".

", "childParamsGroups": [ { "type": "string", @@ -210160,6 +210378,7 @@ "description": "A great team.", "privacy": "closed", "permission": "admin", + "notification_setting": "notifications_enabled", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", "parent": null @@ -211719,6 +211938,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -211835,6 +212057,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -232126,6 +232355,304 @@ } ] } + ], + "sboms": [ + { + "serverUrl": "https://api.github.com", + "verb": "get", + "requestPath": "/repos/{owner}/{repo}/dependency-graph/sbom", + "title": "Export a software bill of materials (SBOM) for a repository.", + "category": "dependency-graph", + "subcategory": "sboms", + "parameters": [ + { + "name": "owner", + "description": "

The account owner of the repository. The name is not case sensitive.

", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "repo", + "description": "

The name of the repository. The name is not case sensitive.

", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "bodyParameters": [], + "codeExamples": [ + { + "key": "default", + "request": { + "description": "Example", + "acceptHeader": "application/vnd.github.v3+json", + "parameters": { + "owner": "OWNER", + "repo": "REPO" + } + }, + "response": { + "statusCode": "200", + "contentType": "application/json", + "description": "

Response

", + "example": { + "sbom": { + "SPDXID": "SPDXRef-DOCUMENT", + "spdxVersion": "SPDX-2.3", + "creationInfo": { + "created": "2021-09-01T00:00:00Z", + "creators": [ + "Tool: GitHub.com-Dependency-Graph" + ] + }, + "name": "github/example", + "dataLicense": "CC0-1.0", + "documentDescribes": [ + "github/example" + ], + "documentNamespace": "https://github.com/github/example/dependency_graph/sbom-abcdef123456", + "packages": [ + { + "SPDXID": "SPDXRef-Package", + "name": "rubygems:rails", + "versionInfo": "1.0.0", + "downloadLocation": "NOASSERTION", + "filesAnalyzed": false, + "licenseConcluded": "NOASSERTION", + "licenseDeclared": "NOASSERTION" + } + ] + } + }, + "schema": { + "title": "Dependency Graph SPDX SBOM", + "description": "A schema for the SPDX JSON format returned by the Dependency Graph.", + "type": "object", + "properties": { + "sbom": { + "type": "object", + "properties": { + "SPDXID": { + "type": "string", + "description": "The SPDX identifier for the SPDX document.", + "examples": [ + "SPDXRef-DOCUMENT" + ] + }, + "spdxVersion": { + "type": "string", + "description": "The version of the SPDX specification that this document conforms to.", + "examples": [ + "SPDX-2.3" + ] + }, + "creationInfo": { + "type": "object", + "properties": { + "created": { + "type": "string", + "description": "The date and time the SPDX document was created.", + "examples": [ + "2021-11-03T00:00:00Z" + ] + }, + "creators": { + "type": "array", + "items": { + "type": "string", + "examples": [ + "GitHub" + ] + }, + "description": "The tools that were used to generate the SPDX document." + } + }, + "required": [ + "created", + "creators" + ] + }, + "name": { + "type": "string", + "description": "The name of the SPDX document.", + "examples": [ + "github/github" + ] + }, + "dataLicense": { + "type": "string", + "description": "The license under which the SPDX document is licensed.", + "examples": [ + "CC0-1.0" + ] + }, + "documentDescribes": { + "type": "array", + "items": { + "type": "string", + "examples": [ + "github/github" + ] + }, + "description": "The name of the repository that the SPDX document describes." + }, + "documentNamespace": { + "type": "string", + "description": "The namespace for the SPDX document.", + "examples": [ + "https://github.com/example/dependency_graph/sbom-123" + ] + }, + "packages": { + "type": "array", + "items": { + "type": "object", + "properties": { + "SPDXID": { + "type": "string", + "description": "A unique SPDX identifier for the package.", + "examples": [ + "SPDXRef-Package" + ] + }, + "name": { + "type": "string", + "description": "The name of the package.", + "examples": [ + "rubygems:github/github" + ] + }, + "versionInfo": { + "type": "string", + "description": "The version of the package. If the package does not have an exact version specified,\na version range is given.", + "examples": [ + "1.0.0" + ] + }, + "downloadLocation": { + "type": "string", + "description": "The location where the package can be downloaded,\nor NOASSERTION if this has not been determined.", + "examples": [ + "NOASSERTION" + ] + }, + "filesAnalyzed": { + "type": "boolean", + "description": "Whether the package's file content has been subjected to\nanalysis during the creation of the SPDX document.", + "examples": [ + false + ] + }, + "licenseConcluded": { + "type": "string", + "description": "The license of the package as determined while creating the SPDX document.", + "examples": [ + "MIT" + ] + }, + "licenseDeclared": { + "type": "string", + "description": "The license of the package as declared by its author, or NOASSERTION if this information\nwas not available when the SPDX document was created.", + "examples": [ + "NOASSERTION" + ] + }, + "supplier": { + "type": "string", + "description": "The distribution source of this package, or NOASSERTION if this was not determined.", + "examples": [ + "NOASSERTION" + ] + }, + "externalRefs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "referenceCategory": { + "type": "string", + "description": "The category of reference to an external resource this reference refers to.", + "examples": [ + "PACKAGE-MANAGER" + ] + }, + "referenceLocator": { + "type": "string", + "description": "A locator for the particular external resource this reference refers to.", + "examples": [ + "pkg:gem/rails@6.0.1" + ] + }, + "referenceType": { + "type": "string", + "description": "The category of reference to an external resource this reference refers to.", + "examples": [ + "purl" + ] + } + }, + "required": [ + "referenceCategory", + "referenceLocator", + "referenceType" + ] + } + } + } + }, + "required": [ + "SPDXID", + "name", + "versionInfo", + "downloadLocation", + "filesAnalyzed", + "licenseConcluded", + "licenseDeclared", + "supplier" + ] + } + }, + "required": [ + "SPDXID", + "spdxVersion", + "creationInfo", + "name", + "dataLicense", + "documentDescribes", + "documentNamespace", + "packages" + ] + } + }, + "required": [ + "sbom" + ] + } + } + } + ], + "previews": [], + "descriptionHTML": "

Exports the software bill of materials (SBOM) for a repository in SPDX JSON format.

", + "statusCodes": [ + { + "httpStatusCode": "200", + "description": "

OK

" + }, + { + "httpStatusCode": "403", + "description": "

Forbidden

" + }, + { + "httpStatusCode": "404", + "description": "

Resource not found

" + } + ] + } ] }, "deploy-keys": { @@ -235784,6 +236311,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -236137,6 +236665,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -236253,6 +236784,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -236509,6 +237047,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -236848,6 +237387,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -236964,6 +237506,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -237284,6 +237833,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -237623,6 +238173,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -237739,6 +238292,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -299384,6 +299944,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -299500,6 +300063,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -304348,6 +304918,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -304464,6 +305037,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -310312,6 +310892,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -310428,6 +311011,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -311373,6 +311963,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -311489,6 +312082,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -322378,6 +322978,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -322494,6 +323097,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -323439,6 +324049,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -323555,6 +324168,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -332247,8 +332867,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -335580,85 +336198,42 @@ "example": { "verifiable_password_authentication": true, "ssh_key_fingerprints": { - "SHA256_RSA": "uNiVztksCsDhcc0u9e8BujQXVUpKZIDTMczCvj3tD2s", - "SHA256_DSA": "br9IjFspm1vxR3iA35FWE+4VTyz1hYVLIE2t1/CeyWQ", - "SHA256_ECDSA": "p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM", - "SHA256_ED25519": "+DiY3wvvV6TuJJhbpZisF/zLDA0zPMSvHdkr4UvCOqU" + "SHA256_RSA": 1234567890, + "SHA256_DSA": 1234567890, + "SHA256_ECDSA": 1234567890, + "SHA256_ED25519": 1234567890 }, "ssh_keys": [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl", - "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=", - "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCj7ndNxQowgcQnjshcLrqPEiiphnt+VTTvDP6mHBL9j1aNUkY4Ue1gvwnGLVlOhGeYrnZaMgRK6+PKCUXaDbC7qtbW8gIkhL7aGCsOr/C56SJMy/BCZfxd1nWzAOxSDPgVsmerOBYfNqltV9/hWCqBywINIR+5dIg6JTJ72pcEpEjcYgXkE2YEFXV1JHnsKgbLWNlhScqb2UmyRkQyytRLtL+38TGxkxCflmO+5Z8CSSNY7GidjMIZ7Q4zMjA2n1nGrlTDkzwDCsw+wqFPGQA179cnfGWOWRVruj16z6XyvxvjJwbz0wQZ75XK5tKSb7FNyeIEs4TT4jk+S4dhPeAUC5y+bDYirYgM4GC7uEnztnZyaVWQ7B381AK4Qdrwt51ZqExKbQpTUNn+EjqoTwvqNj4kqx5QUCI0ThS/YkOxJCXmPUWZbhjpCg56i+2aB6CmK2JGhn57K5mj0MNdBXA4/WnwH6XoPWJzK5Nyu2zB3nAZp+S5hpQs+p1vN1/wsjk=" + "ssh-ed25519 ABCDEFGHIJKLMNOPQRSTUVWXYZ", + "ecdsa-sha2-nistp256 ABCDEFGHIJKLMNOPQRSTUVWXYZ", + "ssh-rsa ABCDEFGHIJKLMNOPQRSTUVWXYZ" ], "hooks": [ - "192.30.252.0/22", - "185.199.108.0/22", - "140.82.112.0/20", - "143.55.64.0/20", - "2a0a:a440::/29", - "2606:50c0::/32" + "192.0.2.1" ], "web": [ - "192.30.252.0/22", - "185.199.108.0/22", - "140.82.112.0/20", - "143.55.64.0/20", - "2a0a:a440::/29", - "2606:50c0::/32", - "20.201.28.151/32", - "20.205.243.166/32", - "102.133.202.242/32" + "192.0.2.1" ], "api": [ - "192.30.252.0/22", - "185.199.108.0/22", - "140.82.112.0/20", - "143.55.64.0/20", - "2a0a:a440::/29", - "2606:50c0::/32", - "20.201.28.148/32" + "192.0.2.1" ], "git": [ - "192.30.252.0/22", - "185.199.108.0/22", - "140.82.112.0/20", - "143.55.64.0/20", - "2a0a:a440::/29", - "2606:50c0::/32" + "192.0.2.1" ], "packages": [ - "140.82.121.33/32", - "192.30.255.164/31", - "20.200.245.241/32", - "20.233.54.55/32" + "192.0.2.1" ], "pages": [ - "192.30.252.153/32", - "192.30.252.154/32", - "185.199.108.153/32", - "185.199.109.153/32", - "185.199.110.153/32", - "185.199.111.153/32", - "2606:50c0:8000::153/128", - "2606:50c0:8001::153/128", - "2606:50c0:8002::153/128", - "2606:50c0:8003::153/128" + "192.0.2.1" ], "importer": [ - "52.23.85.212/32", - "52.0.228.224/32", - "52.22.155.48/32" + "192.0.2.1" ], "actions": [ - "4.148.0.0/16", - "13.67.153.64/26", - "2603:1030:804:220::/61", - "2603:1036:2500:10::/64" + "192.0.2.1" ], "dependabot": [ - "18.213.123.130/32", - "3.217.79.163/32", - "3.217.93.44/32" + "192.0.2.1" ] }, "schema": { @@ -335695,7 +336270,7 @@ "type": "string" }, "examples": [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl" + "ssh-ed25519 ABCDEFGHIJKLMNOPQRSTUVWXYZ" ] }, "hooks": { @@ -335704,7 +336279,7 @@ "type": "string" }, "examples": [ - "127.0.0.1/32" + "192.0.2.1" ] }, "web": { @@ -335713,7 +336288,7 @@ "type": "string" }, "examples": [ - "127.0.0.1/32" + "192.0.2.1" ] }, "api": { @@ -335722,7 +336297,7 @@ "type": "string" }, "examples": [ - "127.0.0.1/32" + "192.0.2.1" ] }, "git": { @@ -335731,7 +336306,7 @@ "type": "string" }, "examples": [ - "127.0.0.1/32" + "192.0.2.1" ] }, "packages": { @@ -335740,9 +336315,7 @@ "type": "string" }, "examples": [ - "13.65.0.0/16", - "157.55.204.33/32", - "2a01:111:f403:f90c::/62" + "192.0.2.1" ] }, "pages": { @@ -335751,8 +336324,7 @@ "type": "string" }, "examples": [ - "192.30.252.153/32", - "192.30.252.154/32" + "192.0.2.1" ] }, "importer": { @@ -335761,8 +336333,7 @@ "type": "string" }, "examples": [ - "54.158.161.132", - "54.226.70.38" + "192.0.2.1" ] }, "actions": { @@ -335771,8 +336342,7 @@ "type": "string" }, "examples": [ - "13.64.0.0/16", - "13.65.0.0/16" + "192.0.2.1" ] }, "dependabot": { @@ -335781,8 +336351,7 @@ "type": "string" }, "examples": [ - "192.168.7.15/32", - "192.168.7.16/32" + "192.0.2.1" ] } }, @@ -335794,7 +336363,7 @@ } ], "previews": [], - "descriptionHTML": "

Returns meta information about GitHub, including a list of GitHub's IP addresses. For more information, see \"About GitHub's IP addresses.\"

\n

Note: This endpoint returns both IPv4 and IPv6 addresses. However, not all features support IPv6. You should refer to the specific documentation for each feature to determine if IPv6 is supported.

\n

Note: The IP addresses shown in the documentation's response are only example values. You must always query the API directly to get the latest list of IP addresses.

", + "descriptionHTML": "

Returns meta information about GitHub, including a list of GitHub's IP addresses. For more information, see \"About GitHub's IP addresses.\"

\n

The values shown in the documentation's response are example values. You must always query the API directly to get the latest values.

\n

Note: This endpoint returns both IPv4 and IPv6 addresses. However, not all features support IPv6. You should refer to the specific documentation for each feature to determine if IPv6 is supported.

", "statusCodes": [ { "httpStatusCode": "200", @@ -354116,3280 +354685,6 @@ } ] }, - { - "serverUrl": "https://api.github.com", - "verb": "get", - "requestPath": "/organizations/{org}/personal-access-token-requests", - "title": "List requests to access organization resources with fine-grained personal access tokens", - "category": "orgs", - "subcategory": "orgs", - "parameters": [ - { - "name": "org", - "description": "

The organization name. The name is not case sensitive.

", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - }, - { - "name": "per_page", - "description": "

The number of results per page (max 100).

", - "in": "query", - "schema": { - "type": "integer", - "default": 30 - } - }, - { - "name": "page", - "description": "

Page number of the results to fetch.

", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } - }, - { - "name": "sort", - "description": "

The property by which to sort the results.

", - "in": "query", - "required": false, - "schema": { - "type": "string", - "enum": [ - "created_at" - ], - "default": "created_at" - } - }, - { - "name": "direction", - "description": "

The direction to sort the results by.

", - "in": "query", - "required": false, - "schema": { - "type": "string", - "enum": [ - "asc", - "desc" - ], - "default": "desc" - } - }, - { - "name": "owner", - "description": "

A list of owner usernames to use to filter the results.

", - "in": "query", - "required": false, - "schema": { - "type": "array", - "maxItems": 10, - "items": { - "type": "string" - }, - "examples": [ - "owner[]=octocat1,owner[]=octocat2" - ] - } - }, - { - "name": "repository", - "description": "

The name of the repository to use to filter the results.

", - "in": "query", - "required": false, - "schema": { - "type": "string", - "examples": [ - "Hello-World" - ] - } - }, - { - "name": "permission", - "description": "

The permission to use to filter the results.

", - "in": "query", - "required": false, - "schema": { - "type": "string", - "examples": [ - "issues_read" - ] - } - }, - { - "name": "last_used_before", - "description": "

Only show fine-grained personal access tokens used before the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", - "in": "query", - "required": false, - "schema": { - "type": "string", - "format": "date-time" - } - }, - { - "name": "last_used_after", - "description": "

Only show fine-grained personal access tokens used after the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", - "in": "query", - "required": false, - "schema": { - "type": "string", - "format": "date-time" - } - } - ], - "bodyParameters": [], - "enabledForGitHubApps": true, - "codeExamples": [ - { - "key": "default", - "request": { - "description": "Example", - "acceptHeader": "application/vnd.github.v3+json", - "parameters": { - "org": "ORG" - } - }, - "response": { - "statusCode": "200", - "contentType": "application/json", - "description": "

Response

", - "example": [ - { - "id": 25381, - "reason": "I need to access the GitHub API", - "owner": { - "login": "github", - "id": 1, - "node_id": "MDEyOk9yZ2FuaXphdGlvbjE=", - "url": "https://api.github.com/orgs/github", - "repos_url": "https://api.github.com/orgs/github/repos", - "events_url": "https://api.github.com/orgs/github/events", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", - "gravatar_id": "", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": true - }, - "repository_selection": "all", - "repositories_url": "https://api.github.com/organizations/652551/personal-access-token-requests/25381/repositories", - "permissions": { - "organization": { - "members": "read" - }, - "repository": { - "metadata": "read" - } - }, - "created_at": "2023-05-16T08:47:09.000-07:00", - "token_expired": false, - "token_expires_at": "2023-11-16T08:47:09.000-07:00", - "token_last_used_at": null - } - ], - "schema": { - "type": "array", - "items": { - "title": "Simple Organization Programmatic Access Grant Request", - "description": "Minimal representation of an organization programmatic access grant request for enumerations", - "type": "object", - "properties": { - "id": { - "type": "integer", - "description": "Unique identifier of the request for access via fine-grained personal access token. The `pat_request_id` used to review PAT requests." - }, - "reason": { - "type": [ - "string", - "null" - ], - "description": "Reason for requesting access." - }, - "owner": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" - ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - }, - "repository_selection": { - "type": "string", - "enum": [ - "none", - "all", - "subset" - ], - "description": "Type of repository selection requested." - }, - "repositories_url": { - "type": "string", - "description": "URL to the list of repositories requested to be accessed via fine-grained personal access token. Should only be followed when `repository_selection` is `subset`." - }, - "permissions": { - "type": "object", - "description": "Permissions requested, categorized by type of permission.", - "properties": { - "organization": { - "type": "object", - "additionalProperties": { - "type": "string" - } - }, - "repository": { - "type": "object", - "additionalProperties": { - "type": "string" - } - }, - "other": { - "type": "object", - "additionalProperties": { - "type": "string" - } - } - } - }, - "created_at": { - "type": "string", - "description": "Date and time when the request for access was created." - }, - "token_expired": { - "type": "boolean", - "description": "Whether the associated fine-grained personal access token has expired." - }, - "token_expires_at": { - "type": [ - "string", - "null" - ], - "description": "Date and time when the associated fine-grained personal access token expires." - }, - "token_last_used_at": { - "type": [ - "string", - "null" - ], - "description": "Date and time when the associated fine-grained personal access token was last used for authentication." - } - }, - "required": [ - "id", - "reason", - "owner", - "repository_selection", - "repositories_url", - "permissions", - "created_at", - "token_expired", - "token_expires_at", - "token_last_used_at" - ] - } - } - } - } - ], - "previews": [], - "descriptionHTML": "

Lists requests from organization members to access organization resources with a fine-grained personal access token. Only GitHub Apps can call this API,\nusing the organization_personal_access_token_requests: read permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", - "statusCodes": [ - { - "httpStatusCode": "200", - "description": "

OK

" - }, - { - "httpStatusCode": "403", - "description": "

Forbidden

" - }, - { - "httpStatusCode": "404", - "description": "

Resource not found

" - }, - { - "httpStatusCode": "422", - "description": "

Validation failed, or the endpoint has been spammed.

" - }, - { - "httpStatusCode": "500", - "description": "

Internal Error

" - } - ] - }, - { - "serverUrl": "https://api.github.com", - "verb": "post", - "requestPath": "/organizations/{org}/personal-access-token-requests", - "title": "Review requests to access organization resources with fine-grained personal access tokens", - "category": "orgs", - "subcategory": "orgs", - "parameters": [ - { - "name": "org", - "description": "

The organization name. The name is not case sensitive.

", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "bodyParameters": [ - { - "type": "array of integers", - "name": "pat_request_ids", - "in": "body", - "description": "

Unique identifiers of the requests for access via fine-grained personal access token. Must be formed of between 1 and 100 pat_request_id values.

" - }, - { - "type": "string", - "name": "action", - "in": "body", - "description": "

Action to apply to the requests.

", - "isRequired": true, - "enum": [ - "approve", - "deny" - ] - }, - { - "type": "string or null", - "name": "reason", - "in": "body", - "description": "

Reason for approving or denying the requests. Max 1024 characters.

" - } - ], - "enabledForGitHubApps": true, - "codeExamples": [ - { - "key": "204", - "request": { - "contentType": "application/json", - "description": "Example of denying a request", - "acceptHeader": "application/vnd.github.v3+json", - "bodyParameters": { - "pat_request_ids": [ - 42, - 73 - ], - "action": "deny", - "reason": "Access is too broad." - }, - "parameters": { - "org": "ORG" - } - }, - "response": { - "statusCode": "202", - "contentType": "application/json", - "description": "

Accepted

", - "example": null, - "schema": { - "type": "object" - } - } - } - ], - "previews": [], - "descriptionHTML": "

Approves or denies multiple pending requests to access organization resources via a fine-grained personal access token. Only GitHub Apps can call this API,\nusing the organization_personal_access_token_requests: write permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", - "statusCodes": [ - { - "httpStatusCode": "202", - "description": "

Accepted

" - }, - { - "httpStatusCode": "403", - "description": "

Forbidden

" - }, - { - "httpStatusCode": "404", - "description": "

Resource not found

" - }, - { - "httpStatusCode": "422", - "description": "

Validation failed, or the endpoint has been spammed.

" - }, - { - "httpStatusCode": "500", - "description": "

Internal Error

" - } - ] - }, - { - "serverUrl": "https://api.github.com", - "verb": "post", - "requestPath": "/organizations/{org}/personal-access-token-requests/{pat_request_id}", - "title": "Review a request to access organization resources with a fine-grained personal access token", - "category": "orgs", - "subcategory": "orgs", - "parameters": [ - { - "name": "org", - "description": "

The organization name. The name is not case sensitive.

", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - }, - { - "name": "pat_request_id", - "in": "path", - "description": "

Unique identifier of the request for access via fine-grained personal access token.

", - "required": true, - "schema": { - "type": "integer" - } - } - ], - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "

Action to apply to the request.

", - "isRequired": true, - "enum": [ - "approve", - "deny" - ] - }, - { - "type": "string or null", - "name": "reason", - "in": "body", - "description": "

Reason for approving or denying the request. Max 1024 characters.

" - } - ], - "enabledForGitHubApps": true, - "codeExamples": [ - { - "key": "204", - "request": { - "contentType": "application/json", - "description": "Example of denying a request", - "acceptHeader": "application/vnd.github.v3+json", - "bodyParameters": { - "action": "deny", - "reason": "This request is denied because the access is too broad." - }, - "parameters": { - "org": "ORG", - "pat_request_id": "PAT_REQUEST_ID" - } - }, - "response": { - "statusCode": "204", - "description": "

A header with no content is returned.

" - } - } - ], - "previews": [], - "descriptionHTML": "

Approves or denies a pending request to access organization resources via a fine-grained personal access token. Only GitHub Apps can call this API,\nusing the organization_personal_access_token_requests: write permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", - "statusCodes": [ - { - "httpStatusCode": "204", - "description": "

A header with no content is returned.

" - }, - { - "httpStatusCode": "403", - "description": "

Forbidden

" - }, - { - "httpStatusCode": "404", - "description": "

Resource not found

" - }, - { - "httpStatusCode": "422", - "description": "

Validation failed, or the endpoint has been spammed.

" - }, - { - "httpStatusCode": "500", - "description": "

Internal Error

" - } - ] - }, - { - "serverUrl": "https://api.github.com", - "verb": "get", - "requestPath": "/organizations/{org}/personal-access-token-requests/{pat_request_id}/repositories", - "title": "List repositories requested to be accessed by a fine-grained personal access token", - "category": "orgs", - "subcategory": "orgs", - "parameters": [ - { - "name": "org", - "description": "

The organization name. The name is not case sensitive.

", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - }, - { - "name": "pat_request_id", - "in": "path", - "description": "

Unique identifier of the request for access via fine-grained personal access token.

", - "required": true, - "schema": { - "type": "integer" - } - }, - { - "name": "per_page", - "description": "

The number of results per page (max 100).

", - "in": "query", - "schema": { - "type": "integer", - "default": 30 - } - }, - { - "name": "page", - "description": "

Page number of the results to fetch.

", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } - } - ], - "bodyParameters": [], - "enabledForGitHubApps": true, - "codeExamples": [ - { - "key": "default", - "request": { - "description": "Example", - "acceptHeader": "application/vnd.github.v3+json", - "parameters": { - "org": "ORG", - "pat_request_id": "PAT_REQUEST_ID" - } - }, - "response": { - "statusCode": "200", - "contentType": "application/json", - "description": "

Response

", - "example": [ - { - "id": 1296269, - "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", - "name": "Hello-World", - "full_name": "octocat/Hello-World", - "owner": { - "login": "octocat", - "id": 1, - "node_id": "MDQ6VXNlcjE=", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": false - }, - "private": false, - "html_url": "https://github.com/octocat/Hello-World", - "description": "This your first repo!", - "fork": false, - "url": "https://api.github.com/repos/octocat/Hello-World", - "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", - "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", - "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", - "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", - "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", - "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", - "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", - "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", - "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", - "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", - "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", - "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", - "events_url": "https://api.github.com/repos/octocat/Hello-World/events", - "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", - "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", - "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", - "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", - "git_url": "git:github.com/octocat/Hello-World.git", - "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", - "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", - "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", - "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", - "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", - "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", - "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", - "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", - "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", - "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", - "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", - "ssh_url": "git@github.com:octocat/Hello-World.git", - "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", - "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", - "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", - "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", - "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", - "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", - "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", - "clone_url": "https://github.com/octocat/Hello-World.git", - "mirror_url": "git:git.example.com/octocat/Hello-World", - "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks", - "svn_url": "https://svn.github.com/octocat/Hello-World", - "homepage": "https://github.com", - "language": null, - "forks_count": 9, - "stargazers_count": 80, - "watchers_count": 80, - "size": 108, - "default_branch": "master", - "open_issues_count": 0, - "is_template": false, - "topics": [ - "octocat", - "atom", - "electron", - "api" - ], - "has_issues": true, - "has_projects": true, - "has_wiki": true, - "has_pages": false, - "has_downloads": true, - "has_discussions": false, - "archived": false, - "disabled": false, - "visibility": "public", - "pushed_at": "2011-01-26T19:06:43Z", - "created_at": "2011-01-26T19:01:12Z", - "updated_at": "2011-01-26T19:14:43Z", - "permissions": { - "admin": false, - "push": false, - "pull": true - }, - "security_and_analysis": { - "advanced_security": { - "status": "enabled" - }, - "secret_scanning": { - "status": "enabled" - }, - "secret_scanning_push_protection": { - "status": "disabled" - } - } - } - ], - "schema": { - "type": "array", - "items": { - "title": "Minimal Repository", - "description": "Minimal Repository", - "type": "object", - "properties": { - "id": { - "type": "integer", - "examples": [ - 1296269 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - ] - }, - "name": { - "type": "string", - "examples": [ - "Hello-World" - ] - }, - "full_name": { - "type": "string", - "examples": [ - "octocat/Hello-World" - ] - }, - "owner": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" - ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - }, - "private": { - "type": "boolean" - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat/Hello-World" - ] - }, - "description": { - "type": [ - "string", - "null" - ], - "examples": [ - "This your first repo!" - ] - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/repos/octocat/Hello-World" - ] - }, - "archive_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" - ] - }, - "assignees_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" - ] - }, - "blobs_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" - ] - }, - "branches_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" - ] - }, - "collaborators_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" - ] - }, - "comments_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/comments{/number}" - ] - }, - "commits_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" - ] - }, - "compare_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" - ] - }, - "contents_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" - ] - }, - "contributors_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/contributors" - ] - }, - "deployments_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/deployments" - ] - }, - "downloads_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/downloads" - ] - }, - "events_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/events" - ] - }, - "forks_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/forks" - ] - }, - "git_commits_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" - ] - }, - "git_refs_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" - ] - }, - "git_tags_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" - ] - }, - "git_url": { - "type": "string" - }, - "issue_comment_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" - ] - }, - "issue_events_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" - ] - }, - "issues_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues{/number}" - ] - }, - "keys_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" - ] - }, - "labels_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/labels{/name}" - ] - }, - "languages_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/languages" - ] - }, - "merges_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/merges" - ] - }, - "milestones_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" - ] - }, - "notifications_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" - ] - }, - "pulls_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" - ] - }, - "releases_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/releases{/id}" - ] - }, - "ssh_url": { - "type": "string" - }, - "stargazers_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/stargazers" - ] - }, - "statuses_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" - ] - }, - "subscribers_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/subscribers" - ] - }, - "subscription_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/subscription" - ] - }, - "tags_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/tags" - ] - }, - "teams_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/teams" - ] - }, - "trees_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" - ] - }, - "clone_url": { - "type": "string" - }, - "mirror_url": { - "type": [ - "string", - "null" - ] - }, - "hooks_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/hooks" - ] - }, - "svn_url": { - "type": "string" - }, - "homepage": { - "type": [ - "string", - "null" - ] - }, - "language": { - "type": [ - "string", - "null" - ] - }, - "forks_count": { - "type": "integer" - }, - "stargazers_count": { - "type": "integer" - }, - "watchers_count": { - "type": "integer" - }, - "size": { - "description": "The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0.", - "type": "integer" - }, - "default_branch": { - "type": "string" - }, - "open_issues_count": { - "type": "integer" - }, - "is_template": { - "type": "boolean" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "type": "boolean" - }, - "has_projects": { - "type": "boolean" - }, - "has_wiki": { - "type": "boolean" - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "type": "boolean" - }, - "has_discussions": { - "type": "boolean" - }, - "archived": { - "type": "boolean" - }, - "disabled": { - "type": "boolean" - }, - "visibility": { - "type": "string" - }, - "pushed_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:06:43Z" - ] - }, - "created_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:01:12Z" - ] - }, - "updated_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:14:43Z" - ] - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - } - }, - "role_name": { - "type": "string", - "examples": [ - "admin" - ] - }, - "temp_clone_token": { - "type": "string" - }, - "delete_branch_on_merge": { - "type": "boolean" - }, - "subscribers_count": { - "type": "integer" - }, - "network_count": { - "type": "integer" - }, - "code_of_conduct": { - "title": "Code Of Conduct", - "description": "Code Of Conduct", - "type": "object", - "properties": { - "key": { - "type": "string", - "examples": [ - "contributor_covenant" - ] - }, - "name": { - "type": "string", - "examples": [ - "Contributor Covenant" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/codes_of_conduct/contributor_covenant" - ] - }, - "body": { - "type": "string", - "examples": [ - "# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\n\n## Our Standards\n\nExamples of behavior that contributes to creating a positive environment include:\n\n* Using welcoming and inclusive language\n* Being respectful of differing viewpoints and experiences\n* Gracefully accepting constructive criticism\n* Focusing on what is best for the community\n* Showing empathy towards other community members\n\nExamples of unacceptable behavior by participants include:\n\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\n* Trolling, insulting/derogatory comments, and personal or political attacks\n* Public or private harassment\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\n* Other conduct which could reasonably be considered inappropriate in a professional setting\n\n## Our Responsibilities\n\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\n to any instances of unacceptable behavior.\n\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\n\n## Scope\n\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\n\n## Enforcement\n\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\n\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\n\n## Attribution\n\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\n\n[homepage]: http://contributor-covenant.org\n[version]: http://contributor-covenant.org/version/1/4/\n" - ] - }, - "html_url": { - "type": [ - "string", - "null" - ], - "format": "uri" - } - }, - "required": [ - "url", - "html_url", - "key", - "name" - ] - }, - "license": { - "type": [ - "object", - "null" - ], - "properties": { - "key": { - "type": "string" - }, - "name": { - "type": "string" - }, - "spdx_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "node_id": { - "type": "string" - } - } - }, - "forks": { - "type": "integer", - "examples": [ - 0 - ] - }, - "open_issues": { - "type": "integer", - "examples": [ - 0 - ] - }, - "watchers": { - "type": "integer", - "examples": [ - 0 - ] - }, - "allow_forking": { - "type": "boolean" - }, - "web_commit_signoff_required": { - "type": "boolean", - "examples": [ - false - ] - }, - "security_and_analysis": { - "type": [ - "object", - "null" - ], - "properties": { - "advanced_security": { - "type": "object", - "properties": { - "status": { - "type": "string", - "enum": [ - "enabled", - "disabled" - ] - } - } - }, - "secret_scanning": { - "type": "object", - "properties": { - "status": { - "type": "string", - "enum": [ - "enabled", - "disabled" - ] - } - } - }, - "secret_scanning_push_protection": { - "type": "object", - "properties": { - "status": { - "type": "string", - "enum": [ - "enabled", - "disabled" - ] - } - } - } - } - } - }, - "required": [ - "archive_url", - "assignees_url", - "blobs_url", - "branches_url", - "collaborators_url", - "comments_url", - "commits_url", - "compare_url", - "contents_url", - "contributors_url", - "deployments_url", - "description", - "downloads_url", - "events_url", - "fork", - "forks_url", - "full_name", - "git_commits_url", - "git_refs_url", - "git_tags_url", - "hooks_url", - "html_url", - "id", - "node_id", - "issue_comment_url", - "issue_events_url", - "issues_url", - "keys_url", - "labels_url", - "languages_url", - "merges_url", - "milestones_url", - "name", - "notifications_url", - "owner", - "private", - "pulls_url", - "releases_url", - "stargazers_url", - "statuses_url", - "subscribers_url", - "subscription_url", - "tags_url", - "teams_url", - "trees_url", - "url" - ] - } - } - } - } - ], - "previews": [], - "descriptionHTML": "

Lists the repositories a fine-grained personal access token request is requesting access to. Only GitHub Apps can call this API,\nusing the organization_personal_access_token_requests: read permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", - "statusCodes": [ - { - "httpStatusCode": "200", - "description": "

OK

" - }, - { - "httpStatusCode": "403", - "description": "

Forbidden

" - }, - { - "httpStatusCode": "404", - "description": "

Resource not found

" - }, - { - "httpStatusCode": "500", - "description": "

Internal Error

" - } - ] - }, - { - "serverUrl": "https://api.github.com", - "verb": "get", - "requestPath": "/organizations/{org}/personal-access-tokens", - "title": "List fine-grained personal access tokens with access to organization resources", - "category": "orgs", - "subcategory": "orgs", - "parameters": [ - { - "name": "org", - "description": "

The organization name. The name is not case sensitive.

", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - }, - { - "name": "per_page", - "description": "

The number of results per page (max 100).

", - "in": "query", - "schema": { - "type": "integer", - "default": 30 - } - }, - { - "name": "page", - "description": "

Page number of the results to fetch.

", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } - }, - { - "name": "sort", - "description": "

The property by which to sort the results.

", - "in": "query", - "required": false, - "schema": { - "type": "string", - "enum": [ - "created_at" - ], - "default": "created_at" - } - }, - { - "name": "direction", - "description": "

The direction to sort the results by.

", - "in": "query", - "required": false, - "schema": { - "type": "string", - "enum": [ - "asc", - "desc" - ], - "default": "desc" - } - }, - { - "name": "owner", - "description": "

A list of owner usernames to use to filter the results.

", - "in": "query", - "required": false, - "schema": { - "type": "array", - "maxItems": 10, - "items": { - "type": "string" - }, - "examples": [ - "owner[]=octocat1,owner[]=octocat2" - ] - } - }, - { - "name": "repository", - "description": "

The name of the repository to use to filter the results.

", - "in": "query", - "required": false, - "schema": { - "type": "string", - "examples": [ - "Hello-World" - ] - } - }, - { - "name": "permission", - "description": "

The permission to use to filter the results.

", - "in": "query", - "required": false, - "schema": { - "type": "string", - "examples": [ - "issues_read" - ] - } - }, - { - "name": "last_used_before", - "description": "

Only show fine-grained personal access tokens used before the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", - "in": "query", - "required": false, - "schema": { - "type": "string", - "format": "date-time" - } - }, - { - "name": "last_used_after", - "description": "

Only show fine-grained personal access tokens used after the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", - "in": "query", - "required": false, - "schema": { - "type": "string", - "format": "date-time" - } - } - ], - "bodyParameters": [], - "enabledForGitHubApps": true, - "codeExamples": [ - { - "key": "default", - "request": { - "description": "Example", - "acceptHeader": "application/vnd.github.v3+json", - "parameters": { - "org": "ORG" - } - }, - "response": { - "statusCode": "200", - "contentType": "application/json", - "description": "

Response

", - "example": [ - { - "id": 25381, - "owner": { - "login": "github", - "id": 1, - "node_id": "MDEyOk9yZ2FuaXphdGlvbjE=", - "url": "https://api.github.com/orgs/github", - "repos_url": "https://api.github.com/orgs/github/repos", - "events_url": "https://api.github.com/orgs/github/events", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", - "gravatar_id": "", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": true - }, - "repository_selection": "all", - "repositories_url": "https://api.github.com/organizations/652551/personal-access-tokens/25381/repositories", - "permissions": { - "organization": { - "members": "read" - }, - "repository": { - "metadata": "read" - } - }, - "access_granted_at": "2023-05-16T08:47:09.000-07:00", - "token_expired": false, - "token_expires_at": "2023-11-16T08:47:09.000-07:00", - "token_last_used_at": null - } - ], - "schema": { - "type": "array", - "items": { - "title": "Organization Programmatic Access Grant", - "description": "Minimal representation of an organization programmatic access grant for enumerations", - "type": "object", - "properties": { - "id": { - "type": "integer", - "description": "Unique identifier of the fine-grained personal access token. The `pat_id` used to get details about an approved fine-grained personal access token." - }, - "owner": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" - ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - }, - "repository_selection": { - "type": "string", - "enum": [ - "none", - "all", - "subset" - ], - "description": "Type of repository selection requested." - }, - "repositories_url": { - "type": "string", - "description": "URL to the list of repositories the fine-grained personal access token can access. Only follow when `repository_selection` is `subset`." - }, - "permissions": { - "type": "object", - "description": "Permissions requested, categorized by type of permission.", - "properties": { - "organization": { - "type": "object", - "additionalProperties": { - "type": "string" - } - }, - "repository": { - "type": "object", - "additionalProperties": { - "type": "string" - } - }, - "other": { - "type": "object", - "additionalProperties": { - "type": "string" - } - } - } - }, - "access_granted_at": { - "type": "string", - "description": "Date and time when the fine-grained personal access token was approved to access the organization." - }, - "token_expired": { - "type": "boolean", - "description": "Whether the associated fine-grained personal access token has expired." - }, - "token_expires_at": { - "type": [ - "string", - "null" - ], - "description": "Date and time when the associated fine-grained personal access token expires." - }, - "token_last_used_at": { - "type": [ - "string", - "null" - ], - "description": "Date and time when the associated fine-grained personal access token was last used for authentication." - } - }, - "required": [ - "id", - "owner", - "repository_selection", - "repositories_url", - "permissions", - "access_granted_at", - "token_expired", - "token_expires_at", - "token_last_used_at" - ] - } - } - } - } - ], - "previews": [], - "descriptionHTML": "

Lists approved fine-grained personal access tokens owned by organization members that can access organization resources. Only GitHub Apps can call this API,\nusing the organization_personal_access_tokens: read permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", - "statusCodes": [ - { - "httpStatusCode": "200", - "description": "

OK

" - }, - { - "httpStatusCode": "403", - "description": "

Forbidden

" - }, - { - "httpStatusCode": "404", - "description": "

Resource not found

" - }, - { - "httpStatusCode": "422", - "description": "

Validation failed, or the endpoint has been spammed.

" - }, - { - "httpStatusCode": "500", - "description": "

Internal Error

" - } - ] - }, - { - "serverUrl": "https://api.github.com", - "verb": "post", - "requestPath": "/organizations/{org}/personal-access-tokens", - "title": "Update the access to organization resources via fine-grained personal access tokens", - "category": "orgs", - "subcategory": "orgs", - "parameters": [ - { - "name": "org", - "description": "

The organization name. The name is not case sensitive.

", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "

Action to apply to the fine-grained personal access token.

", - "isRequired": true, - "enum": [ - "revoke" - ] - }, - { - "type": "array of integers", - "name": "pat_ids", - "in": "body", - "description": "

The IDs of the fine-grained personal access tokens.

", - "isRequired": true - } - ], - "enabledForGitHubApps": true, - "codeExamples": [ - { - "key": "204", - "request": { - "contentType": "application/json", - "description": "Example of revoking a fine-grained personal access token.", - "acceptHeader": "application/vnd.github.v3+json", - "bodyParameters": { - "action": "revoke", - "pat_ids": [ - 1296269, - 1296280 - ] - }, - "parameters": { - "org": "ORG" - } - }, - "response": { - "statusCode": "202", - "contentType": "application/json", - "description": "

Accepted

", - "example": null, - "schema": { - "type": "object" - } - } - } - ], - "previews": [], - "descriptionHTML": "

Updates the access organization members have to organization resources via fine-grained personal access tokens. Limited to revoking a token's existing access. Only GitHub Apps can call this API,\nusing the organization_personal_access_tokens: write permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", - "statusCodes": [ - { - "httpStatusCode": "202", - "description": "

Accepted

" - }, - { - "httpStatusCode": "403", - "description": "

Forbidden

" - }, - { - "httpStatusCode": "404", - "description": "

Resource not found

" - }, - { - "httpStatusCode": "422", - "description": "

Validation failed, or the endpoint has been spammed.

" - }, - { - "httpStatusCode": "500", - "description": "

Internal Error

" - } - ] - }, - { - "serverUrl": "https://api.github.com", - "verb": "post", - "requestPath": "/organizations/{org}/personal-access-tokens/{pat_id}", - "title": "Update the access a fine-grained personal access token has to organization resources", - "category": "orgs", - "subcategory": "orgs", - "parameters": [ - { - "name": "org", - "description": "

The organization name. The name is not case sensitive.

", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - }, - { - "name": "pat_id", - "description": "

The unique identifier of the fine-grained personal access token.

", - "in": "path", - "required": true, - "schema": { - "type": "integer" - } - } - ], - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "

Action to apply to the fine-grained personal access token.

", - "isRequired": true, - "enum": [ - "revoke" - ] - } - ], - "enabledForGitHubApps": true, - "codeExamples": [ - { - "key": "204", - "request": { - "contentType": "application/json", - "description": "Example of revoking a fine-grained personal access token.", - "acceptHeader": "application/vnd.github.v3+json", - "bodyParameters": { - "action": "revoke" - }, - "parameters": { - "org": "ORG", - "pat_id": "PAT_ID" - } - }, - "response": { - "statusCode": "204", - "description": "

A header with no content is returned.

" - } - } - ], - "previews": [], - "descriptionHTML": "

Updates the access an organization member has to organization resources via a fine-grained personal access token. Limited to revoking the token's existing access. Limited to revoking a token's existing access. Only GitHub Apps can call this API,\nusing the organization_personal_access_tokens: write permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", - "statusCodes": [ - { - "httpStatusCode": "204", - "description": "

A header with no content is returned.

" - }, - { - "httpStatusCode": "403", - "description": "

Forbidden

" - }, - { - "httpStatusCode": "404", - "description": "

Resource not found

" - }, - { - "httpStatusCode": "422", - "description": "

Validation failed, or the endpoint has been spammed.

" - }, - { - "httpStatusCode": "500", - "description": "

Internal Error

" - } - ] - }, - { - "serverUrl": "https://api.github.com", - "verb": "get", - "requestPath": "/organizations/{org}/personal-access-tokens/{pat_id}/repositories", - "title": "List repositories a fine-grained personal access token has access to", - "category": "orgs", - "subcategory": "orgs", - "parameters": [ - { - "name": "org", - "description": "

The organization name. The name is not case sensitive.

", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - }, - { - "name": "pat_id", - "in": "path", - "description": "

Unique identifier of the fine-grained personal access token.

", - "required": true, - "schema": { - "type": "integer" - } - }, - { - "name": "per_page", - "description": "

The number of results per page (max 100).

", - "in": "query", - "schema": { - "type": "integer", - "default": 30 - } - }, - { - "name": "page", - "description": "

Page number of the results to fetch.

", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } - } - ], - "bodyParameters": [], - "enabledForGitHubApps": true, - "codeExamples": [ - { - "key": "default", - "request": { - "description": "Example", - "acceptHeader": "application/vnd.github.v3+json", - "parameters": { - "org": "ORG", - "pat_id": "PAT_ID" - } - }, - "response": { - "statusCode": "200", - "contentType": "application/json", - "description": "

Response

", - "example": [ - { - "id": 1296269, - "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", - "name": "Hello-World", - "full_name": "octocat/Hello-World", - "owner": { - "login": "octocat", - "id": 1, - "node_id": "MDQ6VXNlcjE=", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": false - }, - "private": false, - "html_url": "https://github.com/octocat/Hello-World", - "description": "This your first repo!", - "fork": false, - "url": "https://api.github.com/repos/octocat/Hello-World", - "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", - "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", - "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", - "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", - "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", - "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", - "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", - "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", - "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", - "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", - "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", - "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", - "events_url": "https://api.github.com/repos/octocat/Hello-World/events", - "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", - "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", - "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", - "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", - "git_url": "git:github.com/octocat/Hello-World.git", - "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", - "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", - "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", - "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", - "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", - "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", - "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", - "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", - "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", - "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", - "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", - "ssh_url": "git@github.com:octocat/Hello-World.git", - "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", - "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", - "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", - "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", - "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", - "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", - "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", - "clone_url": "https://github.com/octocat/Hello-World.git", - "mirror_url": "git:git.example.com/octocat/Hello-World", - "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks", - "svn_url": "https://svn.github.com/octocat/Hello-World", - "homepage": "https://github.com", - "language": null, - "forks_count": 9, - "stargazers_count": 80, - "watchers_count": 80, - "size": 108, - "default_branch": "master", - "open_issues_count": 0, - "is_template": false, - "topics": [ - "octocat", - "atom", - "electron", - "api" - ], - "has_issues": true, - "has_projects": true, - "has_wiki": true, - "has_pages": false, - "has_downloads": true, - "has_discussions": false, - "archived": false, - "disabled": false, - "visibility": "public", - "pushed_at": "2011-01-26T19:06:43Z", - "created_at": "2011-01-26T19:01:12Z", - "updated_at": "2011-01-26T19:14:43Z", - "permissions": { - "admin": false, - "push": false, - "pull": true - }, - "security_and_analysis": { - "advanced_security": { - "status": "enabled" - }, - "secret_scanning": { - "status": "enabled" - }, - "secret_scanning_push_protection": { - "status": "disabled" - } - } - } - ], - "schema": { - "type": "array", - "items": { - "title": "Minimal Repository", - "description": "Minimal Repository", - "type": "object", - "properties": { - "id": { - "type": "integer", - "examples": [ - 1296269 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - ] - }, - "name": { - "type": "string", - "examples": [ - "Hello-World" - ] - }, - "full_name": { - "type": "string", - "examples": [ - "octocat/Hello-World" - ] - }, - "owner": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" - ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - }, - "private": { - "type": "boolean" - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat/Hello-World" - ] - }, - "description": { - "type": [ - "string", - "null" - ], - "examples": [ - "This your first repo!" - ] - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/repos/octocat/Hello-World" - ] - }, - "archive_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" - ] - }, - "assignees_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" - ] - }, - "blobs_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" - ] - }, - "branches_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" - ] - }, - "collaborators_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" - ] - }, - "comments_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/comments{/number}" - ] - }, - "commits_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" - ] - }, - "compare_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" - ] - }, - "contents_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" - ] - }, - "contributors_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/contributors" - ] - }, - "deployments_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/deployments" - ] - }, - "downloads_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/downloads" - ] - }, - "events_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/events" - ] - }, - "forks_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/forks" - ] - }, - "git_commits_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" - ] - }, - "git_refs_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" - ] - }, - "git_tags_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" - ] - }, - "git_url": { - "type": "string" - }, - "issue_comment_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" - ] - }, - "issue_events_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" - ] - }, - "issues_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues{/number}" - ] - }, - "keys_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" - ] - }, - "labels_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/labels{/name}" - ] - }, - "languages_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/languages" - ] - }, - "merges_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/merges" - ] - }, - "milestones_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" - ] - }, - "notifications_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" - ] - }, - "pulls_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" - ] - }, - "releases_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/releases{/id}" - ] - }, - "ssh_url": { - "type": "string" - }, - "stargazers_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/stargazers" - ] - }, - "statuses_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" - ] - }, - "subscribers_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/subscribers" - ] - }, - "subscription_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/subscription" - ] - }, - "tags_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/tags" - ] - }, - "teams_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/teams" - ] - }, - "trees_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" - ] - }, - "clone_url": { - "type": "string" - }, - "mirror_url": { - "type": [ - "string", - "null" - ] - }, - "hooks_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/hooks" - ] - }, - "svn_url": { - "type": "string" - }, - "homepage": { - "type": [ - "string", - "null" - ] - }, - "language": { - "type": [ - "string", - "null" - ] - }, - "forks_count": { - "type": "integer" - }, - "stargazers_count": { - "type": "integer" - }, - "watchers_count": { - "type": "integer" - }, - "size": { - "description": "The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0.", - "type": "integer" - }, - "default_branch": { - "type": "string" - }, - "open_issues_count": { - "type": "integer" - }, - "is_template": { - "type": "boolean" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "type": "boolean" - }, - "has_projects": { - "type": "boolean" - }, - "has_wiki": { - "type": "boolean" - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "type": "boolean" - }, - "has_discussions": { - "type": "boolean" - }, - "archived": { - "type": "boolean" - }, - "disabled": { - "type": "boolean" - }, - "visibility": { - "type": "string" - }, - "pushed_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:06:43Z" - ] - }, - "created_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:01:12Z" - ] - }, - "updated_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:14:43Z" - ] - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - } - }, - "role_name": { - "type": "string", - "examples": [ - "admin" - ] - }, - "temp_clone_token": { - "type": "string" - }, - "delete_branch_on_merge": { - "type": "boolean" - }, - "subscribers_count": { - "type": "integer" - }, - "network_count": { - "type": "integer" - }, - "code_of_conduct": { - "title": "Code Of Conduct", - "description": "Code Of Conduct", - "type": "object", - "properties": { - "key": { - "type": "string", - "examples": [ - "contributor_covenant" - ] - }, - "name": { - "type": "string", - "examples": [ - "Contributor Covenant" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/codes_of_conduct/contributor_covenant" - ] - }, - "body": { - "type": "string", - "examples": [ - "# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\n\n## Our Standards\n\nExamples of behavior that contributes to creating a positive environment include:\n\n* Using welcoming and inclusive language\n* Being respectful of differing viewpoints and experiences\n* Gracefully accepting constructive criticism\n* Focusing on what is best for the community\n* Showing empathy towards other community members\n\nExamples of unacceptable behavior by participants include:\n\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\n* Trolling, insulting/derogatory comments, and personal or political attacks\n* Public or private harassment\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\n* Other conduct which could reasonably be considered inappropriate in a professional setting\n\n## Our Responsibilities\n\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\n to any instances of unacceptable behavior.\n\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\n\n## Scope\n\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\n\n## Enforcement\n\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\n\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\n\n## Attribution\n\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\n\n[homepage]: http://contributor-covenant.org\n[version]: http://contributor-covenant.org/version/1/4/\n" - ] - }, - "html_url": { - "type": [ - "string", - "null" - ], - "format": "uri" - } - }, - "required": [ - "url", - "html_url", - "key", - "name" - ] - }, - "license": { - "type": [ - "object", - "null" - ], - "properties": { - "key": { - "type": "string" - }, - "name": { - "type": "string" - }, - "spdx_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "node_id": { - "type": "string" - } - } - }, - "forks": { - "type": "integer", - "examples": [ - 0 - ] - }, - "open_issues": { - "type": "integer", - "examples": [ - 0 - ] - }, - "watchers": { - "type": "integer", - "examples": [ - 0 - ] - }, - "allow_forking": { - "type": "boolean" - }, - "web_commit_signoff_required": { - "type": "boolean", - "examples": [ - false - ] - }, - "security_and_analysis": { - "type": [ - "object", - "null" - ], - "properties": { - "advanced_security": { - "type": "object", - "properties": { - "status": { - "type": "string", - "enum": [ - "enabled", - "disabled" - ] - } - } - }, - "secret_scanning": { - "type": "object", - "properties": { - "status": { - "type": "string", - "enum": [ - "enabled", - "disabled" - ] - } - } - }, - "secret_scanning_push_protection": { - "type": "object", - "properties": { - "status": { - "type": "string", - "enum": [ - "enabled", - "disabled" - ] - } - } - } - } - } - }, - "required": [ - "archive_url", - "assignees_url", - "blobs_url", - "branches_url", - "collaborators_url", - "comments_url", - "commits_url", - "compare_url", - "contents_url", - "contributors_url", - "deployments_url", - "description", - "downloads_url", - "events_url", - "fork", - "forks_url", - "full_name", - "git_commits_url", - "git_refs_url", - "git_tags_url", - "hooks_url", - "html_url", - "id", - "node_id", - "issue_comment_url", - "issue_events_url", - "issues_url", - "keys_url", - "labels_url", - "languages_url", - "merges_url", - "milestones_url", - "name", - "notifications_url", - "owner", - "private", - "pulls_url", - "releases_url", - "stargazers_url", - "statuses_url", - "subscribers_url", - "subscription_url", - "tags_url", - "teams_url", - "trees_url", - "url" - ] - } - } - } - } - ], - "previews": [], - "descriptionHTML": "

Lists the repositories a fine-grained personal access token has access to. Only GitHub Apps can call this API,\nusing the organization_personal_access_tokens: read permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", - "statusCodes": [ - { - "httpStatusCode": "200", - "description": "

OK

" - }, - { - "httpStatusCode": "403", - "description": "

Forbidden

" - }, - { - "httpStatusCode": "404", - "description": "

Resource not found

" - }, - { - "httpStatusCode": "500", - "description": "

Internal Error

" - } - ] - }, { "serverUrl": "https://api.github.com", "verb": "get", @@ -361808,6 +359103,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -361842,6 +359138,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -361958,6 +359257,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -365600,6 +362906,3282 @@ ] } ], + "personal-access-tokens": [ + { + "serverUrl": "https://api.github.com", + "verb": "get", + "requestPath": "/organizations/{org}/personal-access-token-requests", + "title": "List requests to access organization resources with fine-grained personal access tokens", + "category": "orgs", + "subcategory": "personal-access-tokens", + "parameters": [ + { + "name": "org", + "description": "

The organization name. The name is not case sensitive.

", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "per_page", + "description": "

The number of results per page (max 100).

", + "in": "query", + "schema": { + "type": "integer", + "default": 30 + } + }, + { + "name": "page", + "description": "

Page number of the results to fetch.

", + "in": "query", + "schema": { + "type": "integer", + "default": 1 + } + }, + { + "name": "sort", + "description": "

The property by which to sort the results.

", + "in": "query", + "required": false, + "schema": { + "type": "string", + "enum": [ + "created_at" + ], + "default": "created_at" + } + }, + { + "name": "direction", + "description": "

The direction to sort the results by.

", + "in": "query", + "required": false, + "schema": { + "type": "string", + "enum": [ + "asc", + "desc" + ], + "default": "desc" + } + }, + { + "name": "owner", + "description": "

A list of owner usernames to use to filter the results.

", + "in": "query", + "required": false, + "schema": { + "type": "array", + "maxItems": 10, + "items": { + "type": "string" + }, + "examples": [ + "owner[]=octocat1,owner[]=octocat2" + ] + } + }, + { + "name": "repository", + "description": "

The name of the repository to use to filter the results.

", + "in": "query", + "required": false, + "schema": { + "type": "string", + "examples": [ + "Hello-World" + ] + } + }, + { + "name": "permission", + "description": "

The permission to use to filter the results.

", + "in": "query", + "required": false, + "schema": { + "type": "string", + "examples": [ + "issues_read" + ] + } + }, + { + "name": "last_used_before", + "description": "

Only show fine-grained personal access tokens used before the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "in": "query", + "required": false, + "schema": { + "type": "string", + "format": "date-time" + } + }, + { + "name": "last_used_after", + "description": "

Only show fine-grained personal access tokens used after the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "in": "query", + "required": false, + "schema": { + "type": "string", + "format": "date-time" + } + } + ], + "bodyParameters": [], + "enabledForGitHubApps": true, + "codeExamples": [ + { + "key": "default", + "request": { + "description": "Example", + "acceptHeader": "application/vnd.github.v3+json", + "parameters": { + "org": "ORG" + } + }, + "response": { + "statusCode": "200", + "contentType": "application/json", + "description": "

Response

", + "example": [ + { + "id": 25381, + "reason": "I need to access the GitHub API", + "owner": { + "login": "github", + "id": 1, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE=", + "url": "https://api.github.com/orgs/github", + "repos_url": "https://api.github.com/orgs/github/repos", + "events_url": "https://api.github.com/orgs/github/events", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": true + }, + "repository_selection": "all", + "repositories_url": "https://api.github.com/organizations/652551/personal-access-token-requests/25381/repositories", + "permissions": { + "organization": { + "members": "read" + }, + "repository": { + "metadata": "read" + } + }, + "created_at": "2023-05-16T08:47:09.000-07:00", + "token_expired": false, + "token_expires_at": "2023-11-16T08:47:09.000-07:00", + "token_last_used_at": null + } + ], + "schema": { + "type": "array", + "items": { + "title": "Simple Organization Programmatic Access Grant Request", + "description": "Minimal representation of an organization programmatic access grant request for enumerations", + "type": "object", + "properties": { + "id": { + "type": "integer", + "description": "Unique identifier of the request for access via fine-grained personal access token. The `pat_request_id` used to review PAT requests." + }, + "reason": { + "type": [ + "string", + "null" + ], + "description": "Reason for requesting access." + }, + "owner": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + }, + "repository_selection": { + "type": "string", + "enum": [ + "none", + "all", + "subset" + ], + "description": "Type of repository selection requested." + }, + "repositories_url": { + "type": "string", + "description": "URL to the list of repositories requested to be accessed via fine-grained personal access token. Should only be followed when `repository_selection` is `subset`." + }, + "permissions": { + "type": "object", + "description": "Permissions requested, categorized by type of permission.", + "properties": { + "organization": { + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "repository": { + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "other": { + "type": "object", + "additionalProperties": { + "type": "string" + } + } + } + }, + "created_at": { + "type": "string", + "description": "Date and time when the request for access was created." + }, + "token_expired": { + "type": "boolean", + "description": "Whether the associated fine-grained personal access token has expired." + }, + "token_expires_at": { + "type": [ + "string", + "null" + ], + "description": "Date and time when the associated fine-grained personal access token expires." + }, + "token_last_used_at": { + "type": [ + "string", + "null" + ], + "description": "Date and time when the associated fine-grained personal access token was last used for authentication." + } + }, + "required": [ + "id", + "reason", + "owner", + "repository_selection", + "repositories_url", + "permissions", + "created_at", + "token_expired", + "token_expires_at", + "token_last_used_at" + ] + } + } + } + } + ], + "previews": [], + "descriptionHTML": "

Lists requests from organization members to access organization resources with a fine-grained personal access token. Only GitHub Apps can call this API,\nusing the organization_personal_access_token_requests: read permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", + "statusCodes": [ + { + "httpStatusCode": "200", + "description": "

OK

" + }, + { + "httpStatusCode": "403", + "description": "

Forbidden

" + }, + { + "httpStatusCode": "404", + "description": "

Resource not found

" + }, + { + "httpStatusCode": "422", + "description": "

Validation failed, or the endpoint has been spammed.

" + }, + { + "httpStatusCode": "500", + "description": "

Internal Error

" + } + ] + }, + { + "serverUrl": "https://api.github.com", + "verb": "post", + "requestPath": "/organizations/{org}/personal-access-token-requests", + "title": "Review requests to access organization resources with fine-grained personal access tokens", + "category": "orgs", + "subcategory": "personal-access-tokens", + "parameters": [ + { + "name": "org", + "description": "

The organization name. The name is not case sensitive.

", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "bodyParameters": [ + { + "type": "array of integers", + "name": "pat_request_ids", + "in": "body", + "description": "

Unique identifiers of the requests for access via fine-grained personal access token. Must be formed of between 1 and 100 pat_request_id values.

" + }, + { + "type": "string", + "name": "action", + "in": "body", + "description": "

Action to apply to the requests.

", + "isRequired": true, + "enum": [ + "approve", + "deny" + ] + }, + { + "type": "string or null", + "name": "reason", + "in": "body", + "description": "

Reason for approving or denying the requests. Max 1024 characters.

" + } + ], + "enabledForGitHubApps": true, + "codeExamples": [ + { + "key": "204", + "request": { + "contentType": "application/json", + "description": "Example of denying a request", + "acceptHeader": "application/vnd.github.v3+json", + "bodyParameters": { + "pat_request_ids": [ + 42, + 73 + ], + "action": "deny", + "reason": "Access is too broad." + }, + "parameters": { + "org": "ORG" + } + }, + "response": { + "statusCode": "202", + "contentType": "application/json", + "description": "

Accepted

", + "example": null, + "schema": { + "type": "object" + } + } + } + ], + "previews": [], + "descriptionHTML": "

Approves or denies multiple pending requests to access organization resources via a fine-grained personal access token. Only GitHub Apps can call this API,\nusing the organization_personal_access_token_requests: write permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", + "statusCodes": [ + { + "httpStatusCode": "202", + "description": "

Accepted

" + }, + { + "httpStatusCode": "403", + "description": "

Forbidden

" + }, + { + "httpStatusCode": "404", + "description": "

Resource not found

" + }, + { + "httpStatusCode": "422", + "description": "

Validation failed, or the endpoint has been spammed.

" + }, + { + "httpStatusCode": "500", + "description": "

Internal Error

" + } + ] + }, + { + "serverUrl": "https://api.github.com", + "verb": "post", + "requestPath": "/organizations/{org}/personal-access-token-requests/{pat_request_id}", + "title": "Review a request to access organization resources with a fine-grained personal access token", + "category": "orgs", + "subcategory": "personal-access-tokens", + "parameters": [ + { + "name": "org", + "description": "

The organization name. The name is not case sensitive.

", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "pat_request_id", + "in": "path", + "description": "

Unique identifier of the request for access via fine-grained personal access token.

", + "required": true, + "schema": { + "type": "integer" + } + } + ], + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "

Action to apply to the request.

", + "isRequired": true, + "enum": [ + "approve", + "deny" + ] + }, + { + "type": "string or null", + "name": "reason", + "in": "body", + "description": "

Reason for approving or denying the request. Max 1024 characters.

" + } + ], + "enabledForGitHubApps": true, + "codeExamples": [ + { + "key": "204", + "request": { + "contentType": "application/json", + "description": "Example of denying a request", + "acceptHeader": "application/vnd.github.v3+json", + "bodyParameters": { + "action": "deny", + "reason": "This request is denied because the access is too broad." + }, + "parameters": { + "org": "ORG", + "pat_request_id": "PAT_REQUEST_ID" + } + }, + "response": { + "statusCode": "204", + "description": "

A header with no content is returned.

" + } + } + ], + "previews": [], + "descriptionHTML": "

Approves or denies a pending request to access organization resources via a fine-grained personal access token. Only GitHub Apps can call this API,\nusing the organization_personal_access_token_requests: write permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", + "statusCodes": [ + { + "httpStatusCode": "204", + "description": "

A header with no content is returned.

" + }, + { + "httpStatusCode": "403", + "description": "

Forbidden

" + }, + { + "httpStatusCode": "404", + "description": "

Resource not found

" + }, + { + "httpStatusCode": "422", + "description": "

Validation failed, or the endpoint has been spammed.

" + }, + { + "httpStatusCode": "500", + "description": "

Internal Error

" + } + ] + }, + { + "serverUrl": "https://api.github.com", + "verb": "get", + "requestPath": "/organizations/{org}/personal-access-token-requests/{pat_request_id}/repositories", + "title": "List repositories requested to be accessed by a fine-grained personal access token", + "category": "orgs", + "subcategory": "personal-access-tokens", + "parameters": [ + { + "name": "org", + "description": "

The organization name. The name is not case sensitive.

", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "pat_request_id", + "in": "path", + "description": "

Unique identifier of the request for access via fine-grained personal access token.

", + "required": true, + "schema": { + "type": "integer" + } + }, + { + "name": "per_page", + "description": "

The number of results per page (max 100).

", + "in": "query", + "schema": { + "type": "integer", + "default": 30 + } + }, + { + "name": "page", + "description": "

Page number of the results to fetch.

", + "in": "query", + "schema": { + "type": "integer", + "default": 1 + } + } + ], + "bodyParameters": [], + "enabledForGitHubApps": true, + "codeExamples": [ + { + "key": "default", + "request": { + "description": "Example", + "acceptHeader": "application/vnd.github.v3+json", + "parameters": { + "org": "ORG", + "pat_request_id": "PAT_REQUEST_ID" + } + }, + "response": { + "statusCode": "200", + "contentType": "application/json", + "description": "

Response

", + "example": [ + { + "id": 1296269, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", + "name": "Hello-World", + "full_name": "octocat/Hello-World", + "owner": { + "login": "octocat", + "id": 1, + "node_id": "MDQ6VXNlcjE=", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/octocat/Hello-World", + "description": "This your first repo!", + "fork": false, + "url": "https://api.github.com/repos/octocat/Hello-World", + "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", + "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", + "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", + "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", + "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", + "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", + "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", + "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", + "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", + "events_url": "https://api.github.com/repos/octocat/Hello-World/events", + "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", + "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", + "git_url": "git:github.com/octocat/Hello-World.git", + "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", + "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", + "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", + "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", + "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", + "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", + "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", + "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", + "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", + "ssh_url": "git@github.com:octocat/Hello-World.git", + "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", + "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", + "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", + "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", + "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", + "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", + "clone_url": "https://github.com/octocat/Hello-World.git", + "mirror_url": "git:git.example.com/octocat/Hello-World", + "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks", + "svn_url": "https://svn.github.com/octocat/Hello-World", + "homepage": "https://github.com", + "language": null, + "forks_count": 9, + "stargazers_count": 80, + "watchers_count": 80, + "size": 108, + "default_branch": "master", + "open_issues_count": 0, + "is_template": false, + "topics": [ + "octocat", + "atom", + "electron", + "api" + ], + "has_issues": true, + "has_projects": true, + "has_wiki": true, + "has_pages": false, + "has_downloads": true, + "has_discussions": false, + "archived": false, + "disabled": false, + "visibility": "public", + "pushed_at": "2011-01-26T19:06:43Z", + "created_at": "2011-01-26T19:01:12Z", + "updated_at": "2011-01-26T19:14:43Z", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "security_and_analysis": { + "advanced_security": { + "status": "enabled" + }, + "secret_scanning": { + "status": "enabled" + }, + "secret_scanning_push_protection": { + "status": "disabled" + } + } + } + ], + "schema": { + "type": "array", + "items": { + "title": "Minimal Repository", + "description": "Minimal Repository", + "type": "object", + "properties": { + "id": { + "type": "integer", + "examples": [ + 1296269 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "type": "string", + "examples": [ + "Hello-World" + ] + }, + "full_name": { + "type": "string", + "examples": [ + "octocat/Hello-World" + ] + }, + "owner": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + }, + "private": { + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { + "type": "boolean" + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string" + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, + "pulls_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] + }, + "releases_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string" + }, + "stargazers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] + }, + "statuses_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] + }, + "subscribers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] + }, + "subscription_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] + }, + "tags_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] + }, + "teams_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] + }, + "trees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] + }, + "clone_url": { + "type": "string" + }, + "mirror_url": { + "type": [ + "string", + "null" + ] + }, + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string" + }, + "homepage": { + "type": [ + "string", + "null" + ] + }, + "language": { + "type": [ + "string", + "null" + ] + }, + "forks_count": { + "type": "integer" + }, + "stargazers_count": { + "type": "integer" + }, + "watchers_count": { + "type": "integer" + }, + "size": { + "description": "The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer" + }, + "default_branch": { + "type": "string" + }, + "open_issues_count": { + "type": "integer" + }, + "is_template": { + "type": "boolean" + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "type": "boolean" + }, + "has_projects": { + "type": "boolean" + }, + "has_wiki": { + "type": "boolean" + }, + "has_pages": { + "type": "boolean" + }, + "has_downloads": { + "type": "boolean" + }, + "has_discussions": { + "type": "boolean" + }, + "archived": { + "type": "boolean" + }, + "disabled": { + "type": "boolean" + }, + "visibility": { + "type": "string" + }, + "pushed_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] + }, + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] + }, + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + } + } + }, + "role_name": { + "type": "string", + "examples": [ + "admin" + ] + }, + "temp_clone_token": { + "type": "string" + }, + "delete_branch_on_merge": { + "type": "boolean" + }, + "subscribers_count": { + "type": "integer" + }, + "network_count": { + "type": "integer" + }, + "code_of_conduct": { + "title": "Code Of Conduct", + "description": "Code Of Conduct", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "contributor_covenant" + ] + }, + "name": { + "type": "string", + "examples": [ + "Contributor Covenant" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/codes_of_conduct/contributor_covenant" + ] + }, + "body": { + "type": "string", + "examples": [ + "# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\n\n## Our Standards\n\nExamples of behavior that contributes to creating a positive environment include:\n\n* Using welcoming and inclusive language\n* Being respectful of differing viewpoints and experiences\n* Gracefully accepting constructive criticism\n* Focusing on what is best for the community\n* Showing empathy towards other community members\n\nExamples of unacceptable behavior by participants include:\n\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\n* Trolling, insulting/derogatory comments, and personal or political attacks\n* Public or private harassment\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\n* Other conduct which could reasonably be considered inappropriate in a professional setting\n\n## Our Responsibilities\n\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\n to any instances of unacceptable behavior.\n\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\n\n## Scope\n\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\n\n## Enforcement\n\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\n\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\n\n## Attribution\n\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\n\n[homepage]: http://contributor-covenant.org\n[version]: http://contributor-covenant.org/version/1/4/\n" + ] + }, + "html_url": { + "type": [ + "string", + "null" + ], + "format": "uri" + } + }, + "required": [ + "url", + "html_url", + "key", + "name" + ] + }, + "license": { + "type": [ + "object", + "null" + ], + "properties": { + "key": { + "type": "string" + }, + "name": { + "type": "string" + }, + "spdx_id": { + "type": "string" + }, + "url": { + "type": "string" + }, + "node_id": { + "type": "string" + } + } + }, + "forks": { + "type": "integer", + "examples": [ + 0 + ] + }, + "open_issues": { + "type": "integer", + "examples": [ + 0 + ] + }, + "watchers": { + "type": "integer", + "examples": [ + 0 + ] + }, + "allow_forking": { + "type": "boolean" + }, + "web_commit_signoff_required": { + "type": "boolean", + "examples": [ + false + ] + }, + "security_and_analysis": { + "type": [ + "object", + "null" + ], + "properties": { + "advanced_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, + "secret_scanning": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, + "secret_scanning_push_protection": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + } + } + } + }, + "required": [ + "archive_url", + "assignees_url", + "blobs_url", + "branches_url", + "collaborators_url", + "comments_url", + "commits_url", + "compare_url", + "contents_url", + "contributors_url", + "deployments_url", + "description", + "downloads_url", + "events_url", + "fork", + "forks_url", + "full_name", + "git_commits_url", + "git_refs_url", + "git_tags_url", + "hooks_url", + "html_url", + "id", + "node_id", + "issue_comment_url", + "issue_events_url", + "issues_url", + "keys_url", + "labels_url", + "languages_url", + "merges_url", + "milestones_url", + "name", + "notifications_url", + "owner", + "private", + "pulls_url", + "releases_url", + "stargazers_url", + "statuses_url", + "subscribers_url", + "subscription_url", + "tags_url", + "teams_url", + "trees_url", + "url" + ] + } + } + } + } + ], + "previews": [], + "descriptionHTML": "

Lists the repositories a fine-grained personal access token request is requesting access to. Only GitHub Apps can call this API,\nusing the organization_personal_access_token_requests: read permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", + "statusCodes": [ + { + "httpStatusCode": "200", + "description": "

OK

" + }, + { + "httpStatusCode": "403", + "description": "

Forbidden

" + }, + { + "httpStatusCode": "404", + "description": "

Resource not found

" + }, + { + "httpStatusCode": "500", + "description": "

Internal Error

" + } + ] + }, + { + "serverUrl": "https://api.github.com", + "verb": "get", + "requestPath": "/organizations/{org}/personal-access-tokens", + "title": "List fine-grained personal access tokens with access to organization resources", + "category": "orgs", + "subcategory": "personal-access-tokens", + "parameters": [ + { + "name": "org", + "description": "

The organization name. The name is not case sensitive.

", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "per_page", + "description": "

The number of results per page (max 100).

", + "in": "query", + "schema": { + "type": "integer", + "default": 30 + } + }, + { + "name": "page", + "description": "

Page number of the results to fetch.

", + "in": "query", + "schema": { + "type": "integer", + "default": 1 + } + }, + { + "name": "sort", + "description": "

The property by which to sort the results.

", + "in": "query", + "required": false, + "schema": { + "type": "string", + "enum": [ + "created_at" + ], + "default": "created_at" + } + }, + { + "name": "direction", + "description": "

The direction to sort the results by.

", + "in": "query", + "required": false, + "schema": { + "type": "string", + "enum": [ + "asc", + "desc" + ], + "default": "desc" + } + }, + { + "name": "owner", + "description": "

A list of owner usernames to use to filter the results.

", + "in": "query", + "required": false, + "schema": { + "type": "array", + "maxItems": 10, + "items": { + "type": "string" + }, + "examples": [ + "owner[]=octocat1,owner[]=octocat2" + ] + } + }, + { + "name": "repository", + "description": "

The name of the repository to use to filter the results.

", + "in": "query", + "required": false, + "schema": { + "type": "string", + "examples": [ + "Hello-World" + ] + } + }, + { + "name": "permission", + "description": "

The permission to use to filter the results.

", + "in": "query", + "required": false, + "schema": { + "type": "string", + "examples": [ + "issues_read" + ] + } + }, + { + "name": "last_used_before", + "description": "

Only show fine-grained personal access tokens used before the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "in": "query", + "required": false, + "schema": { + "type": "string", + "format": "date-time" + } + }, + { + "name": "last_used_after", + "description": "

Only show fine-grained personal access tokens used after the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "in": "query", + "required": false, + "schema": { + "type": "string", + "format": "date-time" + } + } + ], + "bodyParameters": [], + "enabledForGitHubApps": true, + "codeExamples": [ + { + "key": "default", + "request": { + "description": "Example", + "acceptHeader": "application/vnd.github.v3+json", + "parameters": { + "org": "ORG" + } + }, + "response": { + "statusCode": "200", + "contentType": "application/json", + "description": "

Response

", + "example": [ + { + "id": 25381, + "owner": { + "login": "github", + "id": 1, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE=", + "url": "https://api.github.com/orgs/github", + "repos_url": "https://api.github.com/orgs/github/repos", + "events_url": "https://api.github.com/orgs/github/events", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": true + }, + "repository_selection": "all", + "repositories_url": "https://api.github.com/organizations/652551/personal-access-tokens/25381/repositories", + "permissions": { + "organization": { + "members": "read" + }, + "repository": { + "metadata": "read" + } + }, + "access_granted_at": "2023-05-16T08:47:09.000-07:00", + "token_expired": false, + "token_expires_at": "2023-11-16T08:47:09.000-07:00", + "token_last_used_at": null + } + ], + "schema": { + "type": "array", + "items": { + "title": "Organization Programmatic Access Grant", + "description": "Minimal representation of an organization programmatic access grant for enumerations", + "type": "object", + "properties": { + "id": { + "type": "integer", + "description": "Unique identifier of the fine-grained personal access token. The `pat_id` used to get details about an approved fine-grained personal access token." + }, + "owner": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + }, + "repository_selection": { + "type": "string", + "enum": [ + "none", + "all", + "subset" + ], + "description": "Type of repository selection requested." + }, + "repositories_url": { + "type": "string", + "description": "URL to the list of repositories the fine-grained personal access token can access. Only follow when `repository_selection` is `subset`." + }, + "permissions": { + "type": "object", + "description": "Permissions requested, categorized by type of permission.", + "properties": { + "organization": { + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "repository": { + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "other": { + "type": "object", + "additionalProperties": { + "type": "string" + } + } + } + }, + "access_granted_at": { + "type": "string", + "description": "Date and time when the fine-grained personal access token was approved to access the organization." + }, + "token_expired": { + "type": "boolean", + "description": "Whether the associated fine-grained personal access token has expired." + }, + "token_expires_at": { + "type": [ + "string", + "null" + ], + "description": "Date and time when the associated fine-grained personal access token expires." + }, + "token_last_used_at": { + "type": [ + "string", + "null" + ], + "description": "Date and time when the associated fine-grained personal access token was last used for authentication." + } + }, + "required": [ + "id", + "owner", + "repository_selection", + "repositories_url", + "permissions", + "access_granted_at", + "token_expired", + "token_expires_at", + "token_last_used_at" + ] + } + } + } + } + ], + "previews": [], + "descriptionHTML": "

Lists approved fine-grained personal access tokens owned by organization members that can access organization resources. Only GitHub Apps can call this API,\nusing the organization_personal_access_tokens: read permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", + "statusCodes": [ + { + "httpStatusCode": "200", + "description": "

OK

" + }, + { + "httpStatusCode": "403", + "description": "

Forbidden

" + }, + { + "httpStatusCode": "404", + "description": "

Resource not found

" + }, + { + "httpStatusCode": "422", + "description": "

Validation failed, or the endpoint has been spammed.

" + }, + { + "httpStatusCode": "500", + "description": "

Internal Error

" + } + ] + }, + { + "serverUrl": "https://api.github.com", + "verb": "post", + "requestPath": "/organizations/{org}/personal-access-tokens", + "title": "Update the access to organization resources via fine-grained personal access tokens", + "category": "orgs", + "subcategory": "personal-access-tokens", + "parameters": [ + { + "name": "org", + "description": "

The organization name. The name is not case sensitive.

", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "

Action to apply to the fine-grained personal access token.

", + "isRequired": true, + "enum": [ + "revoke" + ] + }, + { + "type": "array of integers", + "name": "pat_ids", + "in": "body", + "description": "

The IDs of the fine-grained personal access tokens.

", + "isRequired": true + } + ], + "enabledForGitHubApps": true, + "codeExamples": [ + { + "key": "204", + "request": { + "contentType": "application/json", + "description": "Example of revoking a fine-grained personal access token.", + "acceptHeader": "application/vnd.github.v3+json", + "bodyParameters": { + "action": "revoke", + "pat_ids": [ + 1296269, + 1296280 + ] + }, + "parameters": { + "org": "ORG" + } + }, + "response": { + "statusCode": "202", + "contentType": "application/json", + "description": "

Accepted

", + "example": null, + "schema": { + "type": "object" + } + } + } + ], + "previews": [], + "descriptionHTML": "

Updates the access organization members have to organization resources via fine-grained personal access tokens. Limited to revoking a token's existing access. Only GitHub Apps can call this API,\nusing the organization_personal_access_tokens: write permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", + "statusCodes": [ + { + "httpStatusCode": "202", + "description": "

Accepted

" + }, + { + "httpStatusCode": "403", + "description": "

Forbidden

" + }, + { + "httpStatusCode": "404", + "description": "

Resource not found

" + }, + { + "httpStatusCode": "422", + "description": "

Validation failed, or the endpoint has been spammed.

" + }, + { + "httpStatusCode": "500", + "description": "

Internal Error

" + } + ] + }, + { + "serverUrl": "https://api.github.com", + "verb": "post", + "requestPath": "/organizations/{org}/personal-access-tokens/{pat_id}", + "title": "Update the access a fine-grained personal access token has to organization resources", + "category": "orgs", + "subcategory": "personal-access-tokens", + "parameters": [ + { + "name": "org", + "description": "

The organization name. The name is not case sensitive.

", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "pat_id", + "description": "

The unique identifier of the fine-grained personal access token.

", + "in": "path", + "required": true, + "schema": { + "type": "integer" + } + } + ], + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "

Action to apply to the fine-grained personal access token.

", + "isRequired": true, + "enum": [ + "revoke" + ] + } + ], + "enabledForGitHubApps": true, + "codeExamples": [ + { + "key": "204", + "request": { + "contentType": "application/json", + "description": "Example of revoking a fine-grained personal access token.", + "acceptHeader": "application/vnd.github.v3+json", + "bodyParameters": { + "action": "revoke" + }, + "parameters": { + "org": "ORG", + "pat_id": "PAT_ID" + } + }, + "response": { + "statusCode": "204", + "description": "

A header with no content is returned.

" + } + } + ], + "previews": [], + "descriptionHTML": "

Updates the access an organization member has to organization resources via a fine-grained personal access token. Limited to revoking the token's existing access. Limited to revoking a token's existing access. Only GitHub Apps can call this API,\nusing the organization_personal_access_tokens: write permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", + "statusCodes": [ + { + "httpStatusCode": "204", + "description": "

A header with no content is returned.

" + }, + { + "httpStatusCode": "403", + "description": "

Forbidden

" + }, + { + "httpStatusCode": "404", + "description": "

Resource not found

" + }, + { + "httpStatusCode": "422", + "description": "

Validation failed, or the endpoint has been spammed.

" + }, + { + "httpStatusCode": "500", + "description": "

Internal Error

" + } + ] + }, + { + "serverUrl": "https://api.github.com", + "verb": "get", + "requestPath": "/organizations/{org}/personal-access-tokens/{pat_id}/repositories", + "title": "List repositories a fine-grained personal access token has access to", + "category": "orgs", + "subcategory": "personal-access-tokens", + "parameters": [ + { + "name": "org", + "description": "

The organization name. The name is not case sensitive.

", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "pat_id", + "in": "path", + "description": "

Unique identifier of the fine-grained personal access token.

", + "required": true, + "schema": { + "type": "integer" + } + }, + { + "name": "per_page", + "description": "

The number of results per page (max 100).

", + "in": "query", + "schema": { + "type": "integer", + "default": 30 + } + }, + { + "name": "page", + "description": "

Page number of the results to fetch.

", + "in": "query", + "schema": { + "type": "integer", + "default": 1 + } + } + ], + "bodyParameters": [], + "enabledForGitHubApps": true, + "codeExamples": [ + { + "key": "default", + "request": { + "description": "Example", + "acceptHeader": "application/vnd.github.v3+json", + "parameters": { + "org": "ORG", + "pat_id": "PAT_ID" + } + }, + "response": { + "statusCode": "200", + "contentType": "application/json", + "description": "

Response

", + "example": [ + { + "id": 1296269, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", + "name": "Hello-World", + "full_name": "octocat/Hello-World", + "owner": { + "login": "octocat", + "id": 1, + "node_id": "MDQ6VXNlcjE=", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/octocat/Hello-World", + "description": "This your first repo!", + "fork": false, + "url": "https://api.github.com/repos/octocat/Hello-World", + "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", + "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", + "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", + "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", + "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", + "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", + "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", + "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", + "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", + "events_url": "https://api.github.com/repos/octocat/Hello-World/events", + "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", + "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", + "git_url": "git:github.com/octocat/Hello-World.git", + "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", + "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", + "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", + "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", + "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", + "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", + "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", + "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", + "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", + "ssh_url": "git@github.com:octocat/Hello-World.git", + "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", + "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", + "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", + "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", + "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", + "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", + "clone_url": "https://github.com/octocat/Hello-World.git", + "mirror_url": "git:git.example.com/octocat/Hello-World", + "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks", + "svn_url": "https://svn.github.com/octocat/Hello-World", + "homepage": "https://github.com", + "language": null, + "forks_count": 9, + "stargazers_count": 80, + "watchers_count": 80, + "size": 108, + "default_branch": "master", + "open_issues_count": 0, + "is_template": false, + "topics": [ + "octocat", + "atom", + "electron", + "api" + ], + "has_issues": true, + "has_projects": true, + "has_wiki": true, + "has_pages": false, + "has_downloads": true, + "has_discussions": false, + "archived": false, + "disabled": false, + "visibility": "public", + "pushed_at": "2011-01-26T19:06:43Z", + "created_at": "2011-01-26T19:01:12Z", + "updated_at": "2011-01-26T19:14:43Z", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "security_and_analysis": { + "advanced_security": { + "status": "enabled" + }, + "secret_scanning": { + "status": "enabled" + }, + "secret_scanning_push_protection": { + "status": "disabled" + } + } + } + ], + "schema": { + "type": "array", + "items": { + "title": "Minimal Repository", + "description": "Minimal Repository", + "type": "object", + "properties": { + "id": { + "type": "integer", + "examples": [ + 1296269 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "type": "string", + "examples": [ + "Hello-World" + ] + }, + "full_name": { + "type": "string", + "examples": [ + "octocat/Hello-World" + ] + }, + "owner": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + }, + "private": { + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { + "type": "boolean" + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string" + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, + "pulls_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] + }, + "releases_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string" + }, + "stargazers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] + }, + "statuses_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] + }, + "subscribers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] + }, + "subscription_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] + }, + "tags_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] + }, + "teams_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] + }, + "trees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] + }, + "clone_url": { + "type": "string" + }, + "mirror_url": { + "type": [ + "string", + "null" + ] + }, + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string" + }, + "homepage": { + "type": [ + "string", + "null" + ] + }, + "language": { + "type": [ + "string", + "null" + ] + }, + "forks_count": { + "type": "integer" + }, + "stargazers_count": { + "type": "integer" + }, + "watchers_count": { + "type": "integer" + }, + "size": { + "description": "The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer" + }, + "default_branch": { + "type": "string" + }, + "open_issues_count": { + "type": "integer" + }, + "is_template": { + "type": "boolean" + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "type": "boolean" + }, + "has_projects": { + "type": "boolean" + }, + "has_wiki": { + "type": "boolean" + }, + "has_pages": { + "type": "boolean" + }, + "has_downloads": { + "type": "boolean" + }, + "has_discussions": { + "type": "boolean" + }, + "archived": { + "type": "boolean" + }, + "disabled": { + "type": "boolean" + }, + "visibility": { + "type": "string" + }, + "pushed_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] + }, + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] + }, + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + } + } + }, + "role_name": { + "type": "string", + "examples": [ + "admin" + ] + }, + "temp_clone_token": { + "type": "string" + }, + "delete_branch_on_merge": { + "type": "boolean" + }, + "subscribers_count": { + "type": "integer" + }, + "network_count": { + "type": "integer" + }, + "code_of_conduct": { + "title": "Code Of Conduct", + "description": "Code Of Conduct", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "contributor_covenant" + ] + }, + "name": { + "type": "string", + "examples": [ + "Contributor Covenant" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/codes_of_conduct/contributor_covenant" + ] + }, + "body": { + "type": "string", + "examples": [ + "# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\n\n## Our Standards\n\nExamples of behavior that contributes to creating a positive environment include:\n\n* Using welcoming and inclusive language\n* Being respectful of differing viewpoints and experiences\n* Gracefully accepting constructive criticism\n* Focusing on what is best for the community\n* Showing empathy towards other community members\n\nExamples of unacceptable behavior by participants include:\n\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\n* Trolling, insulting/derogatory comments, and personal or political attacks\n* Public or private harassment\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\n* Other conduct which could reasonably be considered inappropriate in a professional setting\n\n## Our Responsibilities\n\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\n to any instances of unacceptable behavior.\n\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\n\n## Scope\n\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\n\n## Enforcement\n\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\n\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\n\n## Attribution\n\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\n\n[homepage]: http://contributor-covenant.org\n[version]: http://contributor-covenant.org/version/1/4/\n" + ] + }, + "html_url": { + "type": [ + "string", + "null" + ], + "format": "uri" + } + }, + "required": [ + "url", + "html_url", + "key", + "name" + ] + }, + "license": { + "type": [ + "object", + "null" + ], + "properties": { + "key": { + "type": "string" + }, + "name": { + "type": "string" + }, + "spdx_id": { + "type": "string" + }, + "url": { + "type": "string" + }, + "node_id": { + "type": "string" + } + } + }, + "forks": { + "type": "integer", + "examples": [ + 0 + ] + }, + "open_issues": { + "type": "integer", + "examples": [ + 0 + ] + }, + "watchers": { + "type": "integer", + "examples": [ + 0 + ] + }, + "allow_forking": { + "type": "boolean" + }, + "web_commit_signoff_required": { + "type": "boolean", + "examples": [ + false + ] + }, + "security_and_analysis": { + "type": [ + "object", + "null" + ], + "properties": { + "advanced_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, + "secret_scanning": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, + "secret_scanning_push_protection": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + } + } + } + }, + "required": [ + "archive_url", + "assignees_url", + "blobs_url", + "branches_url", + "collaborators_url", + "comments_url", + "commits_url", + "compare_url", + "contents_url", + "contributors_url", + "deployments_url", + "description", + "downloads_url", + "events_url", + "fork", + "forks_url", + "full_name", + "git_commits_url", + "git_refs_url", + "git_tags_url", + "hooks_url", + "html_url", + "id", + "node_id", + "issue_comment_url", + "issue_events_url", + "issues_url", + "keys_url", + "labels_url", + "languages_url", + "merges_url", + "milestones_url", + "name", + "notifications_url", + "owner", + "private", + "pulls_url", + "releases_url", + "stargazers_url", + "statuses_url", + "subscribers_url", + "subscription_url", + "tags_url", + "teams_url", + "trees_url", + "url" + ] + } + } + } + } + ], + "previews": [], + "descriptionHTML": "

Lists the repositories a fine-grained personal access token has access to. Only GitHub Apps can call this API,\nusing the organization_personal_access_tokens: read permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", + "statusCodes": [ + { + "httpStatusCode": "200", + "description": "

OK

" + }, + { + "httpStatusCode": "403", + "description": "

Forbidden

" + }, + { + "httpStatusCode": "404", + "description": "

Resource not found

" + }, + { + "httpStatusCode": "500", + "description": "

Internal Error

" + } + ] + } + ], "security-managers": [ { "serverUrl": "https://api.github.com", @@ -365645,6 +366227,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -365716,6 +366299,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -390246,6 +390836,7 @@ "description": "A great team.", "privacy": "closed", "permission": "admin", + "notification_setting": "notifications_enabled", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", "parent": null @@ -391805,6 +392396,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -391921,6 +392515,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -395978,6 +396579,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -397599,6 +398201,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -399805,6 +400414,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -401426,6 +402036,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -403682,6 +404299,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -405303,6 +405921,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -409291,8 +409916,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -409917,8 +410540,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -410558,8 +411179,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -411311,8 +411930,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -412025,8 +412642,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -412680,8 +413295,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -412799,6 +413412,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -413003,6 +413617,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -413119,6 +413736,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -413500,6 +414124,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -415057,6 +415682,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -415173,6 +415801,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -419206,6 +419841,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -420763,6 +421399,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -420879,6 +421518,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -438087,7 +438733,7 @@ "type": "string", "name": "target_commitish", "in": "body", - "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch (usually master).

" + "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch.

" }, { "type": "string", @@ -441174,7 +441820,7 @@ "type": "string", "name": "target_commitish", "in": "body", - "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch (usually master).

" + "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch.

" }, { "type": "string", @@ -459860,6 +460506,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -459894,6 +460541,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -460010,6 +460660,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -469236,7 +469893,7 @@ }, { "name": "ref", - "description": "

The name of the commit/branch/tag. Default: the repository’s default branch (usually master)

", + "description": "

The name of the commit/branch/tag. Default: the repository’s default branch.

", "in": "query", "required": false, "schema": { @@ -471555,7 +472212,7 @@ "type": "string", "name": "branch", "in": "body", - "description": "

The branch name. Default: the repository’s default branch (usually master)

" + "description": "

The branch name. Default: the repository’s default branch.

" }, { "type": "object", @@ -472167,7 +472824,7 @@ "type": "string", "name": "branch", "in": "body", - "description": "

The branch name. Default: the repository’s default branch (usually master)

" + "description": "

The branch name. Default: the repository’s default branch

" }, { "type": "object", @@ -472484,7 +473141,7 @@ }, { "name": "ref", - "description": "

The name of the commit/branch/tag. Default: the repository’s default branch (usually master)

", + "description": "

The name of the commit/branch/tag. Default: the repository’s default branch.

", "in": "query", "required": false, "schema": { @@ -472695,7 +473352,7 @@ }, { "name": "ref", - "description": "

The name of the commit/branch/tag. Default: the repository’s default branch (usually master)

", + "description": "

The name of the commit/branch/tag. Default: the repository’s default branch.

", "in": "query", "required": false, "schema": { @@ -480181,7 +480838,7 @@ } ], "previews": [], - "descriptionHTML": "

Create a fork for the authenticated user.

\n

Note: Forking a Repository happens asynchronously. You may have to wait a short period of time before you can access the git objects. If this takes longer than 5 minutes, be sure to contact GitHub Support.

", + "descriptionHTML": "

Create a fork for the authenticated user.

\n

Note: Forking a Repository happens asynchronously. You may have to wait a short period of time before you can access the git objects. If this takes longer than 5 minutes, be sure to contact GitHub Support.

\n

Note: Although this endpoint works with GitHub Apps, the GitHub App must be installed on the destination account with access to all repositories and on the source account with access to the source repository.

", "statusCodes": [ { "httpStatusCode": "202", @@ -499088,6 +499745,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -499122,6 +499780,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -499238,6 +499899,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -499367,6 +500035,16 @@ "closed" ] }, + { + "type": "string", + "name": "notification_setting", + "in": "body", + "description": "

The notification setting the team has chosen:

\n", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "permission", @@ -499397,6 +500075,7 @@ "name": "Justice League", "description": "A great team", "permission": "push", + "notification_setting": "notifications_enabled", "privacy": "closed" }, "parameters": { @@ -499416,6 +500095,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -499521,6 +500201,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -499609,6 +500300,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -500148,6 +500846,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -500253,6 +500952,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -500341,6 +501051,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -500873,6 +501590,16 @@ "closed" ] }, + { + "type": "string", + "name": "notification_setting", + "in": "body", + "description": "

The notification setting the team has chosen. Editing teams without specifying this parameter leaves notification_setting intact. The options are:\n*notifications_enabled - team members receive notifications when the team is @mentioned

\n", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "permission", @@ -500903,7 +501630,8 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed" + "privacy": "closed", + "notification_setting": "notifications_enabled" }, "parameters": { "org": "ORG", @@ -500923,6 +501651,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -501028,6 +501757,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -501116,6 +501856,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -501593,7 +502340,8 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed" + "privacy": "closed", + "notification_setting": "notifications_enabled" }, "parameters": { "org": "ORG", @@ -501613,6 +502361,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -501718,6 +502467,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -501806,6 +502566,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -507161,6 +507928,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -507196,6 +507964,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -507312,6 +508083,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -507426,6 +508204,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -507531,6 +508310,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -507619,6 +508409,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -508192,6 +508989,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -508297,6 +509095,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -508385,6 +509194,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -508881,6 +509697,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -508986,6 +509803,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -509074,6 +509902,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -514373,6 +515208,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -514408,6 +515244,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -514524,6 +515363,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -514657,6 +515503,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -514765,6 +515612,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -514853,6 +515711,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -530830,7 +531695,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", @@ -531132,7 +532007,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", @@ -531431,7 +532316,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", @@ -531813,7 +532708,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", diff --git a/src/rest/data/ghae/schema.json b/src/rest/data/ghae/schema.json index f9dbfb6652..5f9dd9cc15 100644 --- a/src/rest/data/ghae/schema.json +++ b/src/rest/data/ghae/schema.json @@ -74997,6 +74997,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -75113,6 +75116,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -75719,6 +75729,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -75835,6 +75848,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -76366,6 +76386,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -77821,6 +77844,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -77937,6 +77963,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -78543,6 +78576,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -78659,6 +78695,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -79190,6 +79233,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -80595,6 +80641,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -80680,6 +80727,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -81031,6 +81079,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -81147,6 +81198,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -81753,6 +81811,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -81869,6 +81930,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -82400,6 +82468,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -83321,6 +83392,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -83437,6 +83511,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -84028,6 +84109,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -84144,6 +84228,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -84732,6 +84823,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -85399,6 +85493,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -85656,6 +85751,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -85772,6 +85870,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -86378,6 +86483,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -86494,6 +86602,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -87108,6 +87223,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -87365,6 +87481,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -87481,6 +87600,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -88087,6 +88213,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -88203,6 +88332,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -89846,6 +89982,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -90005,6 +90142,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -92156,6 +92296,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -92190,6 +92331,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -92306,6 +92450,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -92460,6 +92611,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -92494,6 +92646,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -92610,6 +92765,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -92764,6 +92926,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -92798,6 +92961,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -92914,6 +93080,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -93068,6 +93241,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -93102,6 +93276,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -93218,6 +93395,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -94487,7 +94671,7 @@ { "type": "array of objects", "name": "annotations", - "description": "

Adds information from your analysis to specific lines of code. Annotations are visible on GitHub in the Checks and Files changed tab of the pull request. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. For details about how you can view annotations on GitHub, see \"About status checks\".

", + "description": "

Adds information from your analysis to specific lines of code. Annotations are visible on GitHub in the Checks and Files changed tab of the pull request. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. GitHub Actions are limited to 10 warning annotations and 10 error annotations per step. For details about how you can view annotations on GitHub, see \"About status checks\".

", "childParamsGroups": [ { "type": "string", @@ -98326,7 +98510,7 @@ { "type": "array of objects", "name": "annotations", - "description": "

Adds information from your analysis to specific lines of code. Annotations are visible in GitHub's pull request UI. Annotations are visible in GitHub's pull request UI. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. For details about annotations in the UI, see \"About status checks\".

", + "description": "

Adds information from your analysis to specific lines of code. Annotations are visible in GitHub's pull request UI. Annotations are visible in GitHub's pull request UI. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. GitHub Actions are limited to 10 warning annotations and 10 error annotations per step. For details about annotations in the UI, see \"About status checks\".

", "childParamsGroups": [ { "type": "string", @@ -122923,6 +123107,7 @@ "description": "A great team.", "privacy": "closed", "permission": "admin", + "notification_setting": "notifications_enabled", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", "parent": null @@ -124482,6 +124667,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -124598,6 +124786,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -139204,6 +139399,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -139557,6 +139753,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -139673,6 +139872,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -139929,6 +140135,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -140268,6 +140475,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -140384,6 +140594,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -140704,6 +140921,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -141043,6 +141261,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -141159,6 +141380,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -207326,6 +207554,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -207442,6 +207673,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -212205,6 +212443,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -212321,6 +212562,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -218169,6 +218417,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -218285,6 +218536,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -219230,6 +219488,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -219346,6 +219607,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -230235,6 +230503,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -230351,6 +230622,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -231296,6 +231574,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -231412,6 +231693,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -240019,8 +240307,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -243352,80 +243638,37 @@ "example": { "verifiable_password_authentication": true, "ssh_key_fingerprints": { - "SHA256_RSA": "uNiVztksCsDhcc0u9e8BujQXVUpKZIDTMczCvj3tD2s", - "SHA256_DSA": "br9IjFspm1vxR3iA35FWE+4VTyz1hYVLIE2t1/CeyWQ", - "SHA256_ECDSA": "p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM", - "SHA256_ED25519": "+DiY3wvvV6TuJJhbpZisF/zLDA0zPMSvHdkr4UvCOqU" + "SHA256_RSA": 1234567890, + "SHA256_DSA": 1234567890, + "SHA256_ECDSA": 1234567890, + "SHA256_ED25519": 1234567890 }, "hooks": [ - "192.30.252.0/22", - "185.199.108.0/22", - "140.82.112.0/20", - "143.55.64.0/20", - "2a0a:a440::/29", - "2606:50c0::/32" + "192.0.2.1" ], "web": [ - "192.30.252.0/22", - "185.199.108.0/22", - "140.82.112.0/20", - "143.55.64.0/20", - "2a0a:a440::/29", - "2606:50c0::/32", - "20.201.28.151/32", - "20.205.243.166/32", - "102.133.202.242/32" + "192.0.2.1" ], "api": [ - "192.30.252.0/22", - "185.199.108.0/22", - "140.82.112.0/20", - "143.55.64.0/20", - "2a0a:a440::/29", - "2606:50c0::/32", - "20.201.28.148/32" + "192.0.2.1" ], "git": [ - "192.30.252.0/22", - "185.199.108.0/22", - "140.82.112.0/20", - "143.55.64.0/20", - "2a0a:a440::/29", - "2606:50c0::/32" + "192.0.2.1" ], "packages": [ - "140.82.121.33/32", - "192.30.255.164/31", - "20.200.245.241/32", - "20.233.54.55/32" + "192.0.2.1" ], "pages": [ - "192.30.252.153/32", - "192.30.252.154/32", - "185.199.108.153/32", - "185.199.109.153/32", - "185.199.110.153/32", - "185.199.111.153/32", - "2606:50c0:8000::153/128", - "2606:50c0:8001::153/128", - "2606:50c0:8002::153/128", - "2606:50c0:8003::153/128" + "192.0.2.1" ], "importer": [ - "52.23.85.212/32", - "52.0.228.224/32", - "52.22.155.48/32" + "192.0.2.1" ], "actions": [ - "4.148.0.0/16", - "13.67.153.64/26", - "2603:1030:804:220::/61", - "2603:1036:2500:10::/64" + "192.0.2.1" ], "dependabot": [ - "18.213.123.130/32", - "3.217.79.163/32", - "3.217.93.44/32" + "192.0.2.1" ] }, "schema": { @@ -243462,7 +243705,7 @@ "type": "string" }, "examples": [ - "127.0.0.1/32" + "192.0.2.1" ] }, "web": { @@ -243471,7 +243714,7 @@ "type": "string" }, "examples": [ - "127.0.0.1/32" + "192.0.2.1" ] }, "api": { @@ -243480,7 +243723,7 @@ "type": "string" }, "examples": [ - "127.0.0.1/32" + "192.0.2.1" ] }, "git": { @@ -243489,7 +243732,7 @@ "type": "string" }, "examples": [ - "127.0.0.1/32" + "192.0.2.1" ] }, "packages": { @@ -243498,9 +243741,7 @@ "type": "string" }, "examples": [ - "13.65.0.0/16", - "157.55.204.33/32", - "2a01:111:f403:f90c::/62" + "192.0.2.1" ] }, "pages": { @@ -243509,8 +243750,7 @@ "type": "string" }, "examples": [ - "192.30.252.153/32", - "192.30.252.154/32" + "192.0.2.1" ] }, "importer": { @@ -243519,8 +243759,7 @@ "type": "string" }, "examples": [ - "54.158.161.132", - "54.226.70.38" + "192.0.2.1" ] }, "actions": { @@ -243529,8 +243768,7 @@ "type": "string" }, "examples": [ - "13.64.0.0/16", - "13.65.0.0/16" + "192.0.2.1" ] }, "dependabot": { @@ -243539,8 +243777,7 @@ "type": "string" }, "examples": [ - "192.168.7.15/32", - "192.168.7.16/32" + "192.0.2.1" ] } }, @@ -243552,7 +243789,7 @@ } ], "previews": [], - "descriptionHTML": "

Returns meta information about GitHub, including a list of GitHub's IP addresses. For more information, see \"About GitHub's IP addresses.\"

\n

Note: This endpoint returns both IPv4 and IPv6 addresses. However, not all features support IPv6. You should refer to the specific documentation for each feature to determine if IPv6 is supported.

\n

Note: The IP addresses shown in the documentation's response are only example values. You must always query the API directly to get the latest list of IP addresses.

", + "descriptionHTML": "

Returns meta information about GitHub, including a list of GitHub's IP addresses. For more information, see \"About GitHub's IP addresses.\"

\n

The values shown in the documentation's response are example values. You must always query the API directly to get the latest values.

\n

Note: This endpoint returns both IPv4 and IPv6 addresses. However, not all features support IPv6. You should refer to the specific documentation for each feature to determine if IPv6 is supported.

", "statusCodes": [ { "httpStatusCode": "200", @@ -272974,6 +273211,7 @@ "description": "A great team.", "privacy": "closed", "permission": "admin", + "notification_setting": "notifications_enabled", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", "parent": null @@ -274533,6 +274771,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -274649,6 +274890,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -278530,6 +278778,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -280151,6 +280400,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -282357,6 +282613,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -283978,6 +284235,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -286234,6 +286498,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -287855,6 +288120,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -291843,8 +292115,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -292469,8 +292739,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -293110,8 +293378,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -293863,8 +294129,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -294567,8 +294831,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -295222,8 +295484,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -295341,6 +295601,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -295545,6 +295806,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -295661,6 +295925,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -296042,6 +296313,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -297599,6 +297871,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -297715,6 +297990,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -301578,6 +301860,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -303135,6 +303418,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -303251,6 +303537,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -318967,7 +319260,7 @@ "type": "string", "name": "target_commitish", "in": "body", - "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch (usually master).

" + "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch.

" }, { "type": "string", @@ -321905,7 +322198,7 @@ "type": "string", "name": "target_commitish", "in": "body", - "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch (usually master).

" + "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch.

" }, { "type": "string", @@ -339686,6 +339979,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -339720,6 +340014,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -339836,6 +340133,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -347601,7 +347905,7 @@ }, { "name": "ref", - "description": "

The name of the commit/branch/tag. Default: the repository’s default branch (usually master)

", + "description": "

The name of the commit/branch/tag. Default: the repository’s default branch.

", "in": "query", "required": false, "schema": { @@ -349920,7 +350224,7 @@ "type": "string", "name": "branch", "in": "body", - "description": "

The branch name. Default: the repository’s default branch (usually master)

" + "description": "

The branch name. Default: the repository’s default branch.

" }, { "type": "object", @@ -350532,7 +350836,7 @@ "type": "string", "name": "branch", "in": "body", - "description": "

The branch name. Default: the repository’s default branch (usually master)

" + "description": "

The branch name. Default: the repository’s default branch

" }, { "type": "object", @@ -350849,7 +351153,7 @@ }, { "name": "ref", - "description": "

The name of the commit/branch/tag. Default: the repository’s default branch (usually master)

", + "description": "

The name of the commit/branch/tag. Default: the repository’s default branch.

", "in": "query", "required": false, "schema": { @@ -351060,7 +351364,7 @@ }, { "name": "ref", - "description": "

The name of the commit/branch/tag. Default: the repository’s default branch (usually master)

", + "description": "

The name of the commit/branch/tag. Default: the repository’s default branch.

", "in": "query", "required": false, "schema": { @@ -358189,7 +358493,7 @@ } ], "previews": [], - "descriptionHTML": "

Create a fork for the authenticated user.

\n

Note: Forking a Repository happens asynchronously. You may have to wait a short period of time before you can access the git objects. If this takes longer than 5 minutes, be sure to contact GitHub AE Support.

", + "descriptionHTML": "

Create a fork for the authenticated user.

\n

Note: Forking a Repository happens asynchronously. You may have to wait a short period of time before you can access the git objects. If this takes longer than 5 minutes, be sure to contact GitHub AE Support.

\n

Note: Although this endpoint works with GitHub Apps, the GitHub App must be installed on the destination account with access to all repositories and on the source account with access to the source repository.

", "statusCodes": [ { "httpStatusCode": "202", @@ -368560,6 +368864,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -368594,6 +368899,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -368710,6 +369018,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -368839,6 +369154,16 @@ "closed" ] }, + { + "type": "string", + "name": "notification_setting", + "in": "body", + "description": "

The notification setting the team has chosen:

\n", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "permission", @@ -368869,6 +369194,7 @@ "name": "Justice League", "description": "A great team", "permission": "push", + "notification_setting": "notifications_enabled", "privacy": "closed" }, "parameters": { @@ -368888,6 +369214,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -368993,6 +369320,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -369081,6 +369419,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -369620,6 +369965,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -369725,6 +370071,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -369813,6 +370170,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -370345,6 +370709,16 @@ "closed" ] }, + { + "type": "string", + "name": "notification_setting", + "in": "body", + "description": "

The notification setting the team has chosen. Editing teams without specifying this parameter leaves notification_setting intact. The options are:\n*notifications_enabled - team members receive notifications when the team is @mentioned

\n", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "permission", @@ -370375,7 +370749,8 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed" + "privacy": "closed", + "notification_setting": "notifications_enabled" }, "parameters": { "org": "ORG", @@ -370395,6 +370770,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -370500,6 +370876,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -370588,6 +370975,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -371065,7 +371459,8 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed" + "privacy": "closed", + "notification_setting": "notifications_enabled" }, "parameters": { "org": "ORG", @@ -371085,6 +371480,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -371190,6 +371586,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -371278,6 +371685,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -376504,6 +376918,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -376539,6 +376954,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -376655,6 +377073,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -376769,6 +377194,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -376874,6 +377300,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -376962,6 +377399,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -377535,6 +377979,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -377640,6 +378085,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -377728,6 +378184,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -378224,6 +378687,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -378329,6 +378793,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -378417,6 +378892,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -383587,6 +384069,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -383622,6 +384105,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -383738,6 +384224,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -383871,6 +384364,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -383979,6 +384473,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -384067,6 +384572,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -398992,7 +399504,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", @@ -399294,7 +399816,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", @@ -399593,7 +400125,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", @@ -399975,7 +400517,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", diff --git a/src/rest/data/ghec-2022-11-28/schema.json b/src/rest/data/ghec-2022-11-28/schema.json index a52bdc0a06..03785d7568 100644 --- a/src/rest/data/ghec-2022-11-28/schema.json +++ b/src/rest/data/ghec-2022-11-28/schema.json @@ -50442,6 +50442,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -50726,6 +50727,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -50842,6 +50846,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -128240,6 +128251,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -128356,6 +128370,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -128962,6 +128983,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -129078,6 +129102,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -129617,6 +129648,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -131092,6 +131126,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -131208,6 +131245,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -131814,6 +131858,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -131930,6 +131977,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -132469,6 +132523,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -133973,6 +134030,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -134089,6 +134149,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -134695,6 +134762,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -134811,6 +134881,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -135350,6 +135427,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -136779,6 +136859,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -136865,6 +136946,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -137222,6 +137304,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -137338,6 +137423,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -137944,6 +138036,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -138060,6 +138155,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -138599,6 +138701,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -139575,6 +139680,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -139691,6 +139799,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -140282,6 +140397,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -140398,6 +140516,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -140986,6 +141111,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -141675,6 +141803,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -141933,6 +142062,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -142049,6 +142181,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -142655,6 +142794,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -142771,6 +142913,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -143401,6 +143550,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -143659,6 +143809,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -143775,6 +143928,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -144381,6 +144541,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -144497,6 +144660,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -146148,6 +146318,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -146307,6 +146478,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -148458,6 +148632,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -148492,6 +148667,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -148608,6 +148786,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -148762,6 +148947,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -148796,6 +148982,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -148912,6 +149101,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -149066,6 +149262,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -149100,6 +149297,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -149216,6 +149416,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -149370,6 +149577,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -149404,6 +149612,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -149520,6 +149731,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -150789,7 +151007,7 @@ { "type": "array of objects", "name": "annotations", - "description": "

Adds information from your analysis to specific lines of code. Annotations are visible on GitHub in the Checks and Files changed tab of the pull request. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. For details about how you can view annotations on GitHub, see \"About status checks\".

", + "description": "

Adds information from your analysis to specific lines of code. Annotations are visible on GitHub in the Checks and Files changed tab of the pull request. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. GitHub Actions are limited to 10 warning annotations and 10 error annotations per step. For details about how you can view annotations on GitHub, see \"About status checks\".

", "childParamsGroups": [ { "type": "string", @@ -154628,7 +154846,7 @@ { "type": "array of objects", "name": "annotations", - "description": "

Adds information from your analysis to specific lines of code. Annotations are visible in GitHub's pull request UI. Annotations are visible in GitHub's pull request UI. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. For details about annotations in the UI, see \"About status checks\".

", + "description": "

Adds information from your analysis to specific lines of code. Annotations are visible in GitHub's pull request UI. Annotations are visible in GitHub's pull request UI. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. GitHub Actions are limited to 10 warning annotations and 10 error annotations per step. For details about annotations in the UI, see \"About status checks\".

", "childParamsGroups": [ { "type": "string", @@ -221597,6 +221815,7 @@ "description": "A great team.", "privacy": "closed", "permission": "admin", + "notification_setting": "notifications_enabled", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", "parent": null @@ -223156,6 +223375,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -223272,6 +223494,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -243563,6 +243792,304 @@ } ] } + ], + "sboms": [ + { + "serverUrl": "https://api.github.com", + "verb": "get", + "requestPath": "/repos/{owner}/{repo}/dependency-graph/sbom", + "title": "Export a software bill of materials (SBOM) for a repository.", + "category": "dependency-graph", + "subcategory": "sboms", + "parameters": [ + { + "name": "owner", + "description": "

The account owner of the repository. The name is not case sensitive.

", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "repo", + "description": "

The name of the repository. The name is not case sensitive.

", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "bodyParameters": [], + "codeExamples": [ + { + "key": "default", + "request": { + "description": "Example", + "acceptHeader": "application/vnd.github.v3+json", + "parameters": { + "owner": "OWNER", + "repo": "REPO" + } + }, + "response": { + "statusCode": "200", + "contentType": "application/json", + "description": "

Response

", + "example": { + "sbom": { + "SPDXID": "SPDXRef-DOCUMENT", + "spdxVersion": "SPDX-2.3", + "creationInfo": { + "created": "2021-09-01T00:00:00Z", + "creators": [ + "Tool: GitHub.com-Dependency-Graph" + ] + }, + "name": "github/example", + "dataLicense": "CC0-1.0", + "documentDescribes": [ + "github/example" + ], + "documentNamespace": "https://github.com/github/example/dependency_graph/sbom-abcdef123456", + "packages": [ + { + "SPDXID": "SPDXRef-Package", + "name": "rubygems:rails", + "versionInfo": "1.0.0", + "downloadLocation": "NOASSERTION", + "filesAnalyzed": false, + "licenseConcluded": "NOASSERTION", + "licenseDeclared": "NOASSERTION" + } + ] + } + }, + "schema": { + "title": "Dependency Graph SPDX SBOM", + "description": "A schema for the SPDX JSON format returned by the Dependency Graph.", + "type": "object", + "properties": { + "sbom": { + "type": "object", + "properties": { + "SPDXID": { + "type": "string", + "description": "The SPDX identifier for the SPDX document.", + "examples": [ + "SPDXRef-DOCUMENT" + ] + }, + "spdxVersion": { + "type": "string", + "description": "The version of the SPDX specification that this document conforms to.", + "examples": [ + "SPDX-2.3" + ] + }, + "creationInfo": { + "type": "object", + "properties": { + "created": { + "type": "string", + "description": "The date and time the SPDX document was created.", + "examples": [ + "2021-11-03T00:00:00Z" + ] + }, + "creators": { + "type": "array", + "items": { + "type": "string", + "examples": [ + "GitHub" + ] + }, + "description": "The tools that were used to generate the SPDX document." + } + }, + "required": [ + "created", + "creators" + ] + }, + "name": { + "type": "string", + "description": "The name of the SPDX document.", + "examples": [ + "github/github" + ] + }, + "dataLicense": { + "type": "string", + "description": "The license under which the SPDX document is licensed.", + "examples": [ + "CC0-1.0" + ] + }, + "documentDescribes": { + "type": "array", + "items": { + "type": "string", + "examples": [ + "github/github" + ] + }, + "description": "The name of the repository that the SPDX document describes." + }, + "documentNamespace": { + "type": "string", + "description": "The namespace for the SPDX document.", + "examples": [ + "https://github.com/example/dependency_graph/sbom-123" + ] + }, + "packages": { + "type": "array", + "items": { + "type": "object", + "properties": { + "SPDXID": { + "type": "string", + "description": "A unique SPDX identifier for the package.", + "examples": [ + "SPDXRef-Package" + ] + }, + "name": { + "type": "string", + "description": "The name of the package.", + "examples": [ + "rubygems:github/github" + ] + }, + "versionInfo": { + "type": "string", + "description": "The version of the package. If the package does not have an exact version specified,\na version range is given.", + "examples": [ + "1.0.0" + ] + }, + "downloadLocation": { + "type": "string", + "description": "The location where the package can be downloaded,\nor NOASSERTION if this has not been determined.", + "examples": [ + "NOASSERTION" + ] + }, + "filesAnalyzed": { + "type": "boolean", + "description": "Whether the package's file content has been subjected to\nanalysis during the creation of the SPDX document.", + "examples": [ + false + ] + }, + "licenseConcluded": { + "type": "string", + "description": "The license of the package as determined while creating the SPDX document.", + "examples": [ + "MIT" + ] + }, + "licenseDeclared": { + "type": "string", + "description": "The license of the package as declared by its author, or NOASSERTION if this information\nwas not available when the SPDX document was created.", + "examples": [ + "NOASSERTION" + ] + }, + "supplier": { + "type": "string", + "description": "The distribution source of this package, or NOASSERTION if this was not determined.", + "examples": [ + "NOASSERTION" + ] + }, + "externalRefs": { + "type": "array", + "items": { + "type": "object", + "properties": { + "referenceCategory": { + "type": "string", + "description": "The category of reference to an external resource this reference refers to.", + "examples": [ + "PACKAGE-MANAGER" + ] + }, + "referenceLocator": { + "type": "string", + "description": "A locator for the particular external resource this reference refers to.", + "examples": [ + "pkg:gem/rails@6.0.1" + ] + }, + "referenceType": { + "type": "string", + "description": "The category of reference to an external resource this reference refers to.", + "examples": [ + "purl" + ] + } + }, + "required": [ + "referenceCategory", + "referenceLocator", + "referenceType" + ] + } + } + } + }, + "required": [ + "SPDXID", + "name", + "versionInfo", + "downloadLocation", + "filesAnalyzed", + "licenseConcluded", + "licenseDeclared", + "supplier" + ] + } + }, + "required": [ + "SPDXID", + "spdxVersion", + "creationInfo", + "name", + "dataLicense", + "documentDescribes", + "documentNamespace", + "packages" + ] + } + }, + "required": [ + "sbom" + ] + } + } + } + ], + "previews": [], + "descriptionHTML": "

Exports the software bill of materials (SBOM) for a repository in SPDX JSON format.

", + "statusCodes": [ + { + "httpStatusCode": "200", + "description": "

OK

" + }, + { + "httpStatusCode": "403", + "description": "

Forbidden

" + }, + { + "httpStatusCode": "404", + "description": "

Resource not found

" + } + ] + } ] }, "deploy-keys": { @@ -247221,6 +247748,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -247574,6 +248102,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -247690,6 +248221,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -247946,6 +248484,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -248285,6 +248824,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -248401,6 +248943,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -248721,6 +249270,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -249060,6 +249610,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -249176,6 +249729,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -312573,6 +313133,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -312689,6 +313252,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -317537,6 +318107,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -317653,6 +318226,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -323501,6 +324081,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -323617,6 +324200,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -324562,6 +325152,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -324678,6 +325271,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -335567,6 +336167,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -335683,6 +336286,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -336628,6 +337238,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -336744,6 +337357,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -345436,8 +346056,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -348769,85 +349387,42 @@ "example": { "verifiable_password_authentication": true, "ssh_key_fingerprints": { - "SHA256_RSA": "uNiVztksCsDhcc0u9e8BujQXVUpKZIDTMczCvj3tD2s", - "SHA256_DSA": "br9IjFspm1vxR3iA35FWE+4VTyz1hYVLIE2t1/CeyWQ", - "SHA256_ECDSA": "p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM", - "SHA256_ED25519": "+DiY3wvvV6TuJJhbpZisF/zLDA0zPMSvHdkr4UvCOqU" + "SHA256_RSA": 1234567890, + "SHA256_DSA": 1234567890, + "SHA256_ECDSA": 1234567890, + "SHA256_ED25519": 1234567890 }, "ssh_keys": [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl", - "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=", - "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCj7ndNxQowgcQnjshcLrqPEiiphnt+VTTvDP6mHBL9j1aNUkY4Ue1gvwnGLVlOhGeYrnZaMgRK6+PKCUXaDbC7qtbW8gIkhL7aGCsOr/C56SJMy/BCZfxd1nWzAOxSDPgVsmerOBYfNqltV9/hWCqBywINIR+5dIg6JTJ72pcEpEjcYgXkE2YEFXV1JHnsKgbLWNlhScqb2UmyRkQyytRLtL+38TGxkxCflmO+5Z8CSSNY7GidjMIZ7Q4zMjA2n1nGrlTDkzwDCsw+wqFPGQA179cnfGWOWRVruj16z6XyvxvjJwbz0wQZ75XK5tKSb7FNyeIEs4TT4jk+S4dhPeAUC5y+bDYirYgM4GC7uEnztnZyaVWQ7B381AK4Qdrwt51ZqExKbQpTUNn+EjqoTwvqNj4kqx5QUCI0ThS/YkOxJCXmPUWZbhjpCg56i+2aB6CmK2JGhn57K5mj0MNdBXA4/WnwH6XoPWJzK5Nyu2zB3nAZp+S5hpQs+p1vN1/wsjk=" + "ssh-ed25519 ABCDEFGHIJKLMNOPQRSTUVWXYZ", + "ecdsa-sha2-nistp256 ABCDEFGHIJKLMNOPQRSTUVWXYZ", + "ssh-rsa ABCDEFGHIJKLMNOPQRSTUVWXYZ" ], "hooks": [ - "192.30.252.0/22", - "185.199.108.0/22", - "140.82.112.0/20", - "143.55.64.0/20", - "2a0a:a440::/29", - "2606:50c0::/32" + "192.0.2.1" ], "web": [ - "192.30.252.0/22", - "185.199.108.0/22", - "140.82.112.0/20", - "143.55.64.0/20", - "2a0a:a440::/29", - "2606:50c0::/32", - "20.201.28.151/32", - "20.205.243.166/32", - "102.133.202.242/32" + "192.0.2.1" ], "api": [ - "192.30.252.0/22", - "185.199.108.0/22", - "140.82.112.0/20", - "143.55.64.0/20", - "2a0a:a440::/29", - "2606:50c0::/32", - "20.201.28.148/32" + "192.0.2.1" ], "git": [ - "192.30.252.0/22", - "185.199.108.0/22", - "140.82.112.0/20", - "143.55.64.0/20", - "2a0a:a440::/29", - "2606:50c0::/32" + "192.0.2.1" ], "packages": [ - "140.82.121.33/32", - "192.30.255.164/31", - "20.200.245.241/32", - "20.233.54.55/32" + "192.0.2.1" ], "pages": [ - "192.30.252.153/32", - "192.30.252.154/32", - "185.199.108.153/32", - "185.199.109.153/32", - "185.199.110.153/32", - "185.199.111.153/32", - "2606:50c0:8000::153/128", - "2606:50c0:8001::153/128", - "2606:50c0:8002::153/128", - "2606:50c0:8003::153/128" + "192.0.2.1" ], "importer": [ - "52.23.85.212/32", - "52.0.228.224/32", - "52.22.155.48/32" + "192.0.2.1" ], "actions": [ - "4.148.0.0/16", - "13.67.153.64/26", - "2603:1030:804:220::/61", - "2603:1036:2500:10::/64" + "192.0.2.1" ], "dependabot": [ - "18.213.123.130/32", - "3.217.79.163/32", - "3.217.93.44/32" + "192.0.2.1" ] }, "schema": { @@ -348884,7 +349459,7 @@ "type": "string" }, "examples": [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl" + "ssh-ed25519 ABCDEFGHIJKLMNOPQRSTUVWXYZ" ] }, "hooks": { @@ -348893,7 +349468,7 @@ "type": "string" }, "examples": [ - "127.0.0.1/32" + "192.0.2.1" ] }, "web": { @@ -348902,7 +349477,7 @@ "type": "string" }, "examples": [ - "127.0.0.1/32" + "192.0.2.1" ] }, "api": { @@ -348911,7 +349486,7 @@ "type": "string" }, "examples": [ - "127.0.0.1/32" + "192.0.2.1" ] }, "git": { @@ -348920,7 +349495,7 @@ "type": "string" }, "examples": [ - "127.0.0.1/32" + "192.0.2.1" ] }, "packages": { @@ -348929,9 +349504,7 @@ "type": "string" }, "examples": [ - "13.65.0.0/16", - "157.55.204.33/32", - "2a01:111:f403:f90c::/62" + "192.0.2.1" ] }, "pages": { @@ -348940,8 +349513,7 @@ "type": "string" }, "examples": [ - "192.30.252.153/32", - "192.30.252.154/32" + "192.0.2.1" ] }, "importer": { @@ -348950,8 +349522,7 @@ "type": "string" }, "examples": [ - "54.158.161.132", - "54.226.70.38" + "192.0.2.1" ] }, "actions": { @@ -348960,8 +349531,7 @@ "type": "string" }, "examples": [ - "13.64.0.0/16", - "13.65.0.0/16" + "192.0.2.1" ] }, "dependabot": { @@ -348970,8 +349540,7 @@ "type": "string" }, "examples": [ - "192.168.7.15/32", - "192.168.7.16/32" + "192.0.2.1" ] } }, @@ -348983,7 +349552,7 @@ } ], "previews": [], - "descriptionHTML": "

Returns meta information about GitHub, including a list of GitHub's IP addresses. For more information, see \"About GitHub's IP addresses.\"

\n

Note: This endpoint returns both IPv4 and IPv6 addresses. However, not all features support IPv6. You should refer to the specific documentation for each feature to determine if IPv6 is supported.

\n

Note: The IP addresses shown in the documentation's response are only example values. You must always query the API directly to get the latest list of IP addresses.

", + "descriptionHTML": "

Returns meta information about GitHub, including a list of GitHub's IP addresses. For more information, see \"About GitHub's IP addresses.\"

\n

The values shown in the documentation's response are example values. You must always query the API directly to get the latest values.

\n

Note: This endpoint returns both IPv4 and IPv6 addresses. However, not all features support IPv6. You should refer to the specific documentation for each feature to determine if IPv6 is supported.

", "statusCodes": [ { "httpStatusCode": "200", @@ -367305,3280 +367874,6 @@ } ] }, - { - "serverUrl": "https://api.github.com", - "verb": "get", - "requestPath": "/organizations/{org}/personal-access-token-requests", - "title": "List requests to access organization resources with fine-grained personal access tokens", - "category": "orgs", - "subcategory": "orgs", - "parameters": [ - { - "name": "org", - "description": "

The organization name. The name is not case sensitive.

", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - }, - { - "name": "per_page", - "description": "

The number of results per page (max 100).

", - "in": "query", - "schema": { - "type": "integer", - "default": 30 - } - }, - { - "name": "page", - "description": "

Page number of the results to fetch.

", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } - }, - { - "name": "sort", - "description": "

The property by which to sort the results.

", - "in": "query", - "required": false, - "schema": { - "type": "string", - "enum": [ - "created_at" - ], - "default": "created_at" - } - }, - { - "name": "direction", - "description": "

The direction to sort the results by.

", - "in": "query", - "required": false, - "schema": { - "type": "string", - "enum": [ - "asc", - "desc" - ], - "default": "desc" - } - }, - { - "name": "owner", - "description": "

A list of owner usernames to use to filter the results.

", - "in": "query", - "required": false, - "schema": { - "type": "array", - "maxItems": 10, - "items": { - "type": "string" - }, - "examples": [ - "owner[]=octocat1,owner[]=octocat2" - ] - } - }, - { - "name": "repository", - "description": "

The name of the repository to use to filter the results.

", - "in": "query", - "required": false, - "schema": { - "type": "string", - "examples": [ - "Hello-World" - ] - } - }, - { - "name": "permission", - "description": "

The permission to use to filter the results.

", - "in": "query", - "required": false, - "schema": { - "type": "string", - "examples": [ - "issues_read" - ] - } - }, - { - "name": "last_used_before", - "description": "

Only show fine-grained personal access tokens used before the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", - "in": "query", - "required": false, - "schema": { - "type": "string", - "format": "date-time" - } - }, - { - "name": "last_used_after", - "description": "

Only show fine-grained personal access tokens used after the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", - "in": "query", - "required": false, - "schema": { - "type": "string", - "format": "date-time" - } - } - ], - "bodyParameters": [], - "enabledForGitHubApps": true, - "codeExamples": [ - { - "key": "default", - "request": { - "description": "Example", - "acceptHeader": "application/vnd.github.v3+json", - "parameters": { - "org": "ORG" - } - }, - "response": { - "statusCode": "200", - "contentType": "application/json", - "description": "

Response

", - "example": [ - { - "id": 25381, - "reason": "I need to access the GitHub API", - "owner": { - "login": "github", - "id": 1, - "node_id": "MDEyOk9yZ2FuaXphdGlvbjE=", - "url": "https://api.github.com/orgs/github", - "repos_url": "https://api.github.com/orgs/github/repos", - "events_url": "https://api.github.com/orgs/github/events", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", - "gravatar_id": "", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": true - }, - "repository_selection": "all", - "repositories_url": "https://api.github.com/organizations/652551/personal-access-token-requests/25381/repositories", - "permissions": { - "organization": { - "members": "read" - }, - "repository": { - "metadata": "read" - } - }, - "created_at": "2023-05-16T08:47:09.000-07:00", - "token_expired": false, - "token_expires_at": "2023-11-16T08:47:09.000-07:00", - "token_last_used_at": null - } - ], - "schema": { - "type": "array", - "items": { - "title": "Simple Organization Programmatic Access Grant Request", - "description": "Minimal representation of an organization programmatic access grant request for enumerations", - "type": "object", - "properties": { - "id": { - "type": "integer", - "description": "Unique identifier of the request for access via fine-grained personal access token. The `pat_request_id` used to review PAT requests." - }, - "reason": { - "type": [ - "string", - "null" - ], - "description": "Reason for requesting access." - }, - "owner": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" - ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - }, - "repository_selection": { - "type": "string", - "enum": [ - "none", - "all", - "subset" - ], - "description": "Type of repository selection requested." - }, - "repositories_url": { - "type": "string", - "description": "URL to the list of repositories requested to be accessed via fine-grained personal access token. Should only be followed when `repository_selection` is `subset`." - }, - "permissions": { - "type": "object", - "description": "Permissions requested, categorized by type of permission.", - "properties": { - "organization": { - "type": "object", - "additionalProperties": { - "type": "string" - } - }, - "repository": { - "type": "object", - "additionalProperties": { - "type": "string" - } - }, - "other": { - "type": "object", - "additionalProperties": { - "type": "string" - } - } - } - }, - "created_at": { - "type": "string", - "description": "Date and time when the request for access was created." - }, - "token_expired": { - "type": "boolean", - "description": "Whether the associated fine-grained personal access token has expired." - }, - "token_expires_at": { - "type": [ - "string", - "null" - ], - "description": "Date and time when the associated fine-grained personal access token expires." - }, - "token_last_used_at": { - "type": [ - "string", - "null" - ], - "description": "Date and time when the associated fine-grained personal access token was last used for authentication." - } - }, - "required": [ - "id", - "reason", - "owner", - "repository_selection", - "repositories_url", - "permissions", - "created_at", - "token_expired", - "token_expires_at", - "token_last_used_at" - ] - } - } - } - } - ], - "previews": [], - "descriptionHTML": "

Lists requests from organization members to access organization resources with a fine-grained personal access token. Only GitHub Apps can call this API,\nusing the organization_personal_access_token_requests: read permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", - "statusCodes": [ - { - "httpStatusCode": "200", - "description": "

OK

" - }, - { - "httpStatusCode": "403", - "description": "

Forbidden

" - }, - { - "httpStatusCode": "404", - "description": "

Resource not found

" - }, - { - "httpStatusCode": "422", - "description": "

Validation failed, or the endpoint has been spammed.

" - }, - { - "httpStatusCode": "500", - "description": "

Internal Error

" - } - ] - }, - { - "serverUrl": "https://api.github.com", - "verb": "post", - "requestPath": "/organizations/{org}/personal-access-token-requests", - "title": "Review requests to access organization resources with fine-grained personal access tokens", - "category": "orgs", - "subcategory": "orgs", - "parameters": [ - { - "name": "org", - "description": "

The organization name. The name is not case sensitive.

", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "bodyParameters": [ - { - "type": "array of integers", - "name": "pat_request_ids", - "in": "body", - "description": "

Unique identifiers of the requests for access via fine-grained personal access token. Must be formed of between 1 and 100 pat_request_id values.

" - }, - { - "type": "string", - "name": "action", - "in": "body", - "description": "

Action to apply to the requests.

", - "isRequired": true, - "enum": [ - "approve", - "deny" - ] - }, - { - "type": "string or null", - "name": "reason", - "in": "body", - "description": "

Reason for approving or denying the requests. Max 1024 characters.

" - } - ], - "enabledForGitHubApps": true, - "codeExamples": [ - { - "key": "204", - "request": { - "contentType": "application/json", - "description": "Example of denying a request", - "acceptHeader": "application/vnd.github.v3+json", - "bodyParameters": { - "pat_request_ids": [ - 42, - 73 - ], - "action": "deny", - "reason": "Access is too broad." - }, - "parameters": { - "org": "ORG" - } - }, - "response": { - "statusCode": "202", - "contentType": "application/json", - "description": "

Accepted

", - "example": null, - "schema": { - "type": "object" - } - } - } - ], - "previews": [], - "descriptionHTML": "

Approves or denies multiple pending requests to access organization resources via a fine-grained personal access token. Only GitHub Apps can call this API,\nusing the organization_personal_access_token_requests: write permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", - "statusCodes": [ - { - "httpStatusCode": "202", - "description": "

Accepted

" - }, - { - "httpStatusCode": "403", - "description": "

Forbidden

" - }, - { - "httpStatusCode": "404", - "description": "

Resource not found

" - }, - { - "httpStatusCode": "422", - "description": "

Validation failed, or the endpoint has been spammed.

" - }, - { - "httpStatusCode": "500", - "description": "

Internal Error

" - } - ] - }, - { - "serverUrl": "https://api.github.com", - "verb": "post", - "requestPath": "/organizations/{org}/personal-access-token-requests/{pat_request_id}", - "title": "Review a request to access organization resources with a fine-grained personal access token", - "category": "orgs", - "subcategory": "orgs", - "parameters": [ - { - "name": "org", - "description": "

The organization name. The name is not case sensitive.

", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - }, - { - "name": "pat_request_id", - "in": "path", - "description": "

Unique identifier of the request for access via fine-grained personal access token.

", - "required": true, - "schema": { - "type": "integer" - } - } - ], - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "

Action to apply to the request.

", - "isRequired": true, - "enum": [ - "approve", - "deny" - ] - }, - { - "type": "string or null", - "name": "reason", - "in": "body", - "description": "

Reason for approving or denying the request. Max 1024 characters.

" - } - ], - "enabledForGitHubApps": true, - "codeExamples": [ - { - "key": "204", - "request": { - "contentType": "application/json", - "description": "Example of denying a request", - "acceptHeader": "application/vnd.github.v3+json", - "bodyParameters": { - "action": "deny", - "reason": "This request is denied because the access is too broad." - }, - "parameters": { - "org": "ORG", - "pat_request_id": "PAT_REQUEST_ID" - } - }, - "response": { - "statusCode": "204", - "description": "

A header with no content is returned.

" - } - } - ], - "previews": [], - "descriptionHTML": "

Approves or denies a pending request to access organization resources via a fine-grained personal access token. Only GitHub Apps can call this API,\nusing the organization_personal_access_token_requests: write permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", - "statusCodes": [ - { - "httpStatusCode": "204", - "description": "

A header with no content is returned.

" - }, - { - "httpStatusCode": "403", - "description": "

Forbidden

" - }, - { - "httpStatusCode": "404", - "description": "

Resource not found

" - }, - { - "httpStatusCode": "422", - "description": "

Validation failed, or the endpoint has been spammed.

" - }, - { - "httpStatusCode": "500", - "description": "

Internal Error

" - } - ] - }, - { - "serverUrl": "https://api.github.com", - "verb": "get", - "requestPath": "/organizations/{org}/personal-access-token-requests/{pat_request_id}/repositories", - "title": "List repositories requested to be accessed by a fine-grained personal access token", - "category": "orgs", - "subcategory": "orgs", - "parameters": [ - { - "name": "org", - "description": "

The organization name. The name is not case sensitive.

", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - }, - { - "name": "pat_request_id", - "in": "path", - "description": "

Unique identifier of the request for access via fine-grained personal access token.

", - "required": true, - "schema": { - "type": "integer" - } - }, - { - "name": "per_page", - "description": "

The number of results per page (max 100).

", - "in": "query", - "schema": { - "type": "integer", - "default": 30 - } - }, - { - "name": "page", - "description": "

Page number of the results to fetch.

", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } - } - ], - "bodyParameters": [], - "enabledForGitHubApps": true, - "codeExamples": [ - { - "key": "default", - "request": { - "description": "Example", - "acceptHeader": "application/vnd.github.v3+json", - "parameters": { - "org": "ORG", - "pat_request_id": "PAT_REQUEST_ID" - } - }, - "response": { - "statusCode": "200", - "contentType": "application/json", - "description": "

Response

", - "example": [ - { - "id": 1296269, - "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", - "name": "Hello-World", - "full_name": "octocat/Hello-World", - "owner": { - "login": "octocat", - "id": 1, - "node_id": "MDQ6VXNlcjE=", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": false - }, - "private": false, - "html_url": "https://github.com/octocat/Hello-World", - "description": "This your first repo!", - "fork": false, - "url": "https://api.github.com/repos/octocat/Hello-World", - "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", - "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", - "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", - "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", - "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", - "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", - "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", - "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", - "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", - "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", - "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", - "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", - "events_url": "https://api.github.com/repos/octocat/Hello-World/events", - "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", - "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", - "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", - "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", - "git_url": "git:github.com/octocat/Hello-World.git", - "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", - "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", - "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", - "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", - "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", - "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", - "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", - "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", - "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", - "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", - "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", - "ssh_url": "git@github.com:octocat/Hello-World.git", - "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", - "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", - "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", - "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", - "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", - "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", - "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", - "clone_url": "https://github.com/octocat/Hello-World.git", - "mirror_url": "git:git.example.com/octocat/Hello-World", - "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks", - "svn_url": "https://svn.github.com/octocat/Hello-World", - "homepage": "https://github.com", - "language": null, - "forks_count": 9, - "stargazers_count": 80, - "watchers_count": 80, - "size": 108, - "default_branch": "master", - "open_issues_count": 0, - "is_template": false, - "topics": [ - "octocat", - "atom", - "electron", - "api" - ], - "has_issues": true, - "has_projects": true, - "has_wiki": true, - "has_pages": false, - "has_downloads": true, - "has_discussions": false, - "archived": false, - "disabled": false, - "visibility": "public", - "pushed_at": "2011-01-26T19:06:43Z", - "created_at": "2011-01-26T19:01:12Z", - "updated_at": "2011-01-26T19:14:43Z", - "permissions": { - "admin": false, - "push": false, - "pull": true - }, - "security_and_analysis": { - "advanced_security": { - "status": "enabled" - }, - "secret_scanning": { - "status": "enabled" - }, - "secret_scanning_push_protection": { - "status": "disabled" - } - } - } - ], - "schema": { - "type": "array", - "items": { - "title": "Minimal Repository", - "description": "Minimal Repository", - "type": "object", - "properties": { - "id": { - "type": "integer", - "examples": [ - 1296269 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - ] - }, - "name": { - "type": "string", - "examples": [ - "Hello-World" - ] - }, - "full_name": { - "type": "string", - "examples": [ - "octocat/Hello-World" - ] - }, - "owner": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" - ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - }, - "private": { - "type": "boolean" - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat/Hello-World" - ] - }, - "description": { - "type": [ - "string", - "null" - ], - "examples": [ - "This your first repo!" - ] - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/repos/octocat/Hello-World" - ] - }, - "archive_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" - ] - }, - "assignees_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" - ] - }, - "blobs_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" - ] - }, - "branches_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" - ] - }, - "collaborators_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" - ] - }, - "comments_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/comments{/number}" - ] - }, - "commits_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" - ] - }, - "compare_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" - ] - }, - "contents_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" - ] - }, - "contributors_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/contributors" - ] - }, - "deployments_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/deployments" - ] - }, - "downloads_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/downloads" - ] - }, - "events_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/events" - ] - }, - "forks_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/forks" - ] - }, - "git_commits_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" - ] - }, - "git_refs_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" - ] - }, - "git_tags_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" - ] - }, - "git_url": { - "type": "string" - }, - "issue_comment_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" - ] - }, - "issue_events_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" - ] - }, - "issues_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues{/number}" - ] - }, - "keys_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" - ] - }, - "labels_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/labels{/name}" - ] - }, - "languages_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/languages" - ] - }, - "merges_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/merges" - ] - }, - "milestones_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" - ] - }, - "notifications_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" - ] - }, - "pulls_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" - ] - }, - "releases_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/releases{/id}" - ] - }, - "ssh_url": { - "type": "string" - }, - "stargazers_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/stargazers" - ] - }, - "statuses_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" - ] - }, - "subscribers_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/subscribers" - ] - }, - "subscription_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/subscription" - ] - }, - "tags_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/tags" - ] - }, - "teams_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/teams" - ] - }, - "trees_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" - ] - }, - "clone_url": { - "type": "string" - }, - "mirror_url": { - "type": [ - "string", - "null" - ] - }, - "hooks_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/hooks" - ] - }, - "svn_url": { - "type": "string" - }, - "homepage": { - "type": [ - "string", - "null" - ] - }, - "language": { - "type": [ - "string", - "null" - ] - }, - "forks_count": { - "type": "integer" - }, - "stargazers_count": { - "type": "integer" - }, - "watchers_count": { - "type": "integer" - }, - "size": { - "description": "The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0.", - "type": "integer" - }, - "default_branch": { - "type": "string" - }, - "open_issues_count": { - "type": "integer" - }, - "is_template": { - "type": "boolean" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "type": "boolean" - }, - "has_projects": { - "type": "boolean" - }, - "has_wiki": { - "type": "boolean" - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "type": "boolean" - }, - "has_discussions": { - "type": "boolean" - }, - "archived": { - "type": "boolean" - }, - "disabled": { - "type": "boolean" - }, - "visibility": { - "type": "string" - }, - "pushed_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:06:43Z" - ] - }, - "created_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:01:12Z" - ] - }, - "updated_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:14:43Z" - ] - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - } - }, - "role_name": { - "type": "string", - "examples": [ - "admin" - ] - }, - "temp_clone_token": { - "type": "string" - }, - "delete_branch_on_merge": { - "type": "boolean" - }, - "subscribers_count": { - "type": "integer" - }, - "network_count": { - "type": "integer" - }, - "code_of_conduct": { - "title": "Code Of Conduct", - "description": "Code Of Conduct", - "type": "object", - "properties": { - "key": { - "type": "string", - "examples": [ - "contributor_covenant" - ] - }, - "name": { - "type": "string", - "examples": [ - "Contributor Covenant" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/codes_of_conduct/contributor_covenant" - ] - }, - "body": { - "type": "string", - "examples": [ - "# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\n\n## Our Standards\n\nExamples of behavior that contributes to creating a positive environment include:\n\n* Using welcoming and inclusive language\n* Being respectful of differing viewpoints and experiences\n* Gracefully accepting constructive criticism\n* Focusing on what is best for the community\n* Showing empathy towards other community members\n\nExamples of unacceptable behavior by participants include:\n\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\n* Trolling, insulting/derogatory comments, and personal or political attacks\n* Public or private harassment\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\n* Other conduct which could reasonably be considered inappropriate in a professional setting\n\n## Our Responsibilities\n\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\n to any instances of unacceptable behavior.\n\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\n\n## Scope\n\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\n\n## Enforcement\n\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\n\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\n\n## Attribution\n\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\n\n[homepage]: http://contributor-covenant.org\n[version]: http://contributor-covenant.org/version/1/4/\n" - ] - }, - "html_url": { - "type": [ - "string", - "null" - ], - "format": "uri" - } - }, - "required": [ - "url", - "html_url", - "key", - "name" - ] - }, - "license": { - "type": [ - "object", - "null" - ], - "properties": { - "key": { - "type": "string" - }, - "name": { - "type": "string" - }, - "spdx_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "node_id": { - "type": "string" - } - } - }, - "forks": { - "type": "integer", - "examples": [ - 0 - ] - }, - "open_issues": { - "type": "integer", - "examples": [ - 0 - ] - }, - "watchers": { - "type": "integer", - "examples": [ - 0 - ] - }, - "allow_forking": { - "type": "boolean" - }, - "web_commit_signoff_required": { - "type": "boolean", - "examples": [ - false - ] - }, - "security_and_analysis": { - "type": [ - "object", - "null" - ], - "properties": { - "advanced_security": { - "type": "object", - "properties": { - "status": { - "type": "string", - "enum": [ - "enabled", - "disabled" - ] - } - } - }, - "secret_scanning": { - "type": "object", - "properties": { - "status": { - "type": "string", - "enum": [ - "enabled", - "disabled" - ] - } - } - }, - "secret_scanning_push_protection": { - "type": "object", - "properties": { - "status": { - "type": "string", - "enum": [ - "enabled", - "disabled" - ] - } - } - } - } - } - }, - "required": [ - "archive_url", - "assignees_url", - "blobs_url", - "branches_url", - "collaborators_url", - "comments_url", - "commits_url", - "compare_url", - "contents_url", - "contributors_url", - "deployments_url", - "description", - "downloads_url", - "events_url", - "fork", - "forks_url", - "full_name", - "git_commits_url", - "git_refs_url", - "git_tags_url", - "hooks_url", - "html_url", - "id", - "node_id", - "issue_comment_url", - "issue_events_url", - "issues_url", - "keys_url", - "labels_url", - "languages_url", - "merges_url", - "milestones_url", - "name", - "notifications_url", - "owner", - "private", - "pulls_url", - "releases_url", - "stargazers_url", - "statuses_url", - "subscribers_url", - "subscription_url", - "tags_url", - "teams_url", - "trees_url", - "url" - ] - } - } - } - } - ], - "previews": [], - "descriptionHTML": "

Lists the repositories a fine-grained personal access token request is requesting access to. Only GitHub Apps can call this API,\nusing the organization_personal_access_token_requests: read permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", - "statusCodes": [ - { - "httpStatusCode": "200", - "description": "

OK

" - }, - { - "httpStatusCode": "403", - "description": "

Forbidden

" - }, - { - "httpStatusCode": "404", - "description": "

Resource not found

" - }, - { - "httpStatusCode": "500", - "description": "

Internal Error

" - } - ] - }, - { - "serverUrl": "https://api.github.com", - "verb": "get", - "requestPath": "/organizations/{org}/personal-access-tokens", - "title": "List fine-grained personal access tokens with access to organization resources", - "category": "orgs", - "subcategory": "orgs", - "parameters": [ - { - "name": "org", - "description": "

The organization name. The name is not case sensitive.

", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - }, - { - "name": "per_page", - "description": "

The number of results per page (max 100).

", - "in": "query", - "schema": { - "type": "integer", - "default": 30 - } - }, - { - "name": "page", - "description": "

Page number of the results to fetch.

", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } - }, - { - "name": "sort", - "description": "

The property by which to sort the results.

", - "in": "query", - "required": false, - "schema": { - "type": "string", - "enum": [ - "created_at" - ], - "default": "created_at" - } - }, - { - "name": "direction", - "description": "

The direction to sort the results by.

", - "in": "query", - "required": false, - "schema": { - "type": "string", - "enum": [ - "asc", - "desc" - ], - "default": "desc" - } - }, - { - "name": "owner", - "description": "

A list of owner usernames to use to filter the results.

", - "in": "query", - "required": false, - "schema": { - "type": "array", - "maxItems": 10, - "items": { - "type": "string" - }, - "examples": [ - "owner[]=octocat1,owner[]=octocat2" - ] - } - }, - { - "name": "repository", - "description": "

The name of the repository to use to filter the results.

", - "in": "query", - "required": false, - "schema": { - "type": "string", - "examples": [ - "Hello-World" - ] - } - }, - { - "name": "permission", - "description": "

The permission to use to filter the results.

", - "in": "query", - "required": false, - "schema": { - "type": "string", - "examples": [ - "issues_read" - ] - } - }, - { - "name": "last_used_before", - "description": "

Only show fine-grained personal access tokens used before the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", - "in": "query", - "required": false, - "schema": { - "type": "string", - "format": "date-time" - } - }, - { - "name": "last_used_after", - "description": "

Only show fine-grained personal access tokens used after the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", - "in": "query", - "required": false, - "schema": { - "type": "string", - "format": "date-time" - } - } - ], - "bodyParameters": [], - "enabledForGitHubApps": true, - "codeExamples": [ - { - "key": "default", - "request": { - "description": "Example", - "acceptHeader": "application/vnd.github.v3+json", - "parameters": { - "org": "ORG" - } - }, - "response": { - "statusCode": "200", - "contentType": "application/json", - "description": "

Response

", - "example": [ - { - "id": 25381, - "owner": { - "login": "github", - "id": 1, - "node_id": "MDEyOk9yZ2FuaXphdGlvbjE=", - "url": "https://api.github.com/orgs/github", - "repos_url": "https://api.github.com/orgs/github/repos", - "events_url": "https://api.github.com/orgs/github/events", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", - "gravatar_id": "", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": true - }, - "repository_selection": "all", - "repositories_url": "https://api.github.com/organizations/652551/personal-access-tokens/25381/repositories", - "permissions": { - "organization": { - "members": "read" - }, - "repository": { - "metadata": "read" - } - }, - "access_granted_at": "2023-05-16T08:47:09.000-07:00", - "token_expired": false, - "token_expires_at": "2023-11-16T08:47:09.000-07:00", - "token_last_used_at": null - } - ], - "schema": { - "type": "array", - "items": { - "title": "Organization Programmatic Access Grant", - "description": "Minimal representation of an organization programmatic access grant for enumerations", - "type": "object", - "properties": { - "id": { - "type": "integer", - "description": "Unique identifier of the fine-grained personal access token. The `pat_id` used to get details about an approved fine-grained personal access token." - }, - "owner": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" - ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - }, - "repository_selection": { - "type": "string", - "enum": [ - "none", - "all", - "subset" - ], - "description": "Type of repository selection requested." - }, - "repositories_url": { - "type": "string", - "description": "URL to the list of repositories the fine-grained personal access token can access. Only follow when `repository_selection` is `subset`." - }, - "permissions": { - "type": "object", - "description": "Permissions requested, categorized by type of permission.", - "properties": { - "organization": { - "type": "object", - "additionalProperties": { - "type": "string" - } - }, - "repository": { - "type": "object", - "additionalProperties": { - "type": "string" - } - }, - "other": { - "type": "object", - "additionalProperties": { - "type": "string" - } - } - } - }, - "access_granted_at": { - "type": "string", - "description": "Date and time when the fine-grained personal access token was approved to access the organization." - }, - "token_expired": { - "type": "boolean", - "description": "Whether the associated fine-grained personal access token has expired." - }, - "token_expires_at": { - "type": [ - "string", - "null" - ], - "description": "Date and time when the associated fine-grained personal access token expires." - }, - "token_last_used_at": { - "type": [ - "string", - "null" - ], - "description": "Date and time when the associated fine-grained personal access token was last used for authentication." - } - }, - "required": [ - "id", - "owner", - "repository_selection", - "repositories_url", - "permissions", - "access_granted_at", - "token_expired", - "token_expires_at", - "token_last_used_at" - ] - } - } - } - } - ], - "previews": [], - "descriptionHTML": "

Lists approved fine-grained personal access tokens owned by organization members that can access organization resources. Only GitHub Apps can call this API,\nusing the organization_personal_access_tokens: read permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", - "statusCodes": [ - { - "httpStatusCode": "200", - "description": "

OK

" - }, - { - "httpStatusCode": "403", - "description": "

Forbidden

" - }, - { - "httpStatusCode": "404", - "description": "

Resource not found

" - }, - { - "httpStatusCode": "422", - "description": "

Validation failed, or the endpoint has been spammed.

" - }, - { - "httpStatusCode": "500", - "description": "

Internal Error

" - } - ] - }, - { - "serverUrl": "https://api.github.com", - "verb": "post", - "requestPath": "/organizations/{org}/personal-access-tokens", - "title": "Update the access to organization resources via fine-grained personal access tokens", - "category": "orgs", - "subcategory": "orgs", - "parameters": [ - { - "name": "org", - "description": "

The organization name. The name is not case sensitive.

", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "

Action to apply to the fine-grained personal access token.

", - "isRequired": true, - "enum": [ - "revoke" - ] - }, - { - "type": "array of integers", - "name": "pat_ids", - "in": "body", - "description": "

The IDs of the fine-grained personal access tokens.

", - "isRequired": true - } - ], - "enabledForGitHubApps": true, - "codeExamples": [ - { - "key": "204", - "request": { - "contentType": "application/json", - "description": "Example of revoking a fine-grained personal access token.", - "acceptHeader": "application/vnd.github.v3+json", - "bodyParameters": { - "action": "revoke", - "pat_ids": [ - 1296269, - 1296280 - ] - }, - "parameters": { - "org": "ORG" - } - }, - "response": { - "statusCode": "202", - "contentType": "application/json", - "description": "

Accepted

", - "example": null, - "schema": { - "type": "object" - } - } - } - ], - "previews": [], - "descriptionHTML": "

Updates the access organization members have to organization resources via fine-grained personal access tokens. Limited to revoking a token's existing access. Only GitHub Apps can call this API,\nusing the organization_personal_access_tokens: write permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", - "statusCodes": [ - { - "httpStatusCode": "202", - "description": "

Accepted

" - }, - { - "httpStatusCode": "403", - "description": "

Forbidden

" - }, - { - "httpStatusCode": "404", - "description": "

Resource not found

" - }, - { - "httpStatusCode": "422", - "description": "

Validation failed, or the endpoint has been spammed.

" - }, - { - "httpStatusCode": "500", - "description": "

Internal Error

" - } - ] - }, - { - "serverUrl": "https://api.github.com", - "verb": "post", - "requestPath": "/organizations/{org}/personal-access-tokens/{pat_id}", - "title": "Update the access a fine-grained personal access token has to organization resources", - "category": "orgs", - "subcategory": "orgs", - "parameters": [ - { - "name": "org", - "description": "

The organization name. The name is not case sensitive.

", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - }, - { - "name": "pat_id", - "description": "

The unique identifier of the fine-grained personal access token.

", - "in": "path", - "required": true, - "schema": { - "type": "integer" - } - } - ], - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "

Action to apply to the fine-grained personal access token.

", - "isRequired": true, - "enum": [ - "revoke" - ] - } - ], - "enabledForGitHubApps": true, - "codeExamples": [ - { - "key": "204", - "request": { - "contentType": "application/json", - "description": "Example of revoking a fine-grained personal access token.", - "acceptHeader": "application/vnd.github.v3+json", - "bodyParameters": { - "action": "revoke" - }, - "parameters": { - "org": "ORG", - "pat_id": "PAT_ID" - } - }, - "response": { - "statusCode": "204", - "description": "

A header with no content is returned.

" - } - } - ], - "previews": [], - "descriptionHTML": "

Updates the access an organization member has to organization resources via a fine-grained personal access token. Limited to revoking the token's existing access. Limited to revoking a token's existing access. Only GitHub Apps can call this API,\nusing the organization_personal_access_tokens: write permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", - "statusCodes": [ - { - "httpStatusCode": "204", - "description": "

A header with no content is returned.

" - }, - { - "httpStatusCode": "403", - "description": "

Forbidden

" - }, - { - "httpStatusCode": "404", - "description": "

Resource not found

" - }, - { - "httpStatusCode": "422", - "description": "

Validation failed, or the endpoint has been spammed.

" - }, - { - "httpStatusCode": "500", - "description": "

Internal Error

" - } - ] - }, - { - "serverUrl": "https://api.github.com", - "verb": "get", - "requestPath": "/organizations/{org}/personal-access-tokens/{pat_id}/repositories", - "title": "List repositories a fine-grained personal access token has access to", - "category": "orgs", - "subcategory": "orgs", - "parameters": [ - { - "name": "org", - "description": "

The organization name. The name is not case sensitive.

", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - }, - { - "name": "pat_id", - "in": "path", - "description": "

Unique identifier of the fine-grained personal access token.

", - "required": true, - "schema": { - "type": "integer" - } - }, - { - "name": "per_page", - "description": "

The number of results per page (max 100).

", - "in": "query", - "schema": { - "type": "integer", - "default": 30 - } - }, - { - "name": "page", - "description": "

Page number of the results to fetch.

", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } - } - ], - "bodyParameters": [], - "enabledForGitHubApps": true, - "codeExamples": [ - { - "key": "default", - "request": { - "description": "Example", - "acceptHeader": "application/vnd.github.v3+json", - "parameters": { - "org": "ORG", - "pat_id": "PAT_ID" - } - }, - "response": { - "statusCode": "200", - "contentType": "application/json", - "description": "

Response

", - "example": [ - { - "id": 1296269, - "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", - "name": "Hello-World", - "full_name": "octocat/Hello-World", - "owner": { - "login": "octocat", - "id": 1, - "node_id": "MDQ6VXNlcjE=", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": false - }, - "private": false, - "html_url": "https://github.com/octocat/Hello-World", - "description": "This your first repo!", - "fork": false, - "url": "https://api.github.com/repos/octocat/Hello-World", - "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", - "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", - "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", - "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", - "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", - "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", - "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", - "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", - "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", - "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", - "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", - "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", - "events_url": "https://api.github.com/repos/octocat/Hello-World/events", - "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", - "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", - "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", - "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", - "git_url": "git:github.com/octocat/Hello-World.git", - "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", - "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", - "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", - "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", - "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", - "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", - "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", - "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", - "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", - "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", - "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", - "ssh_url": "git@github.com:octocat/Hello-World.git", - "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", - "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", - "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", - "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", - "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", - "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", - "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", - "clone_url": "https://github.com/octocat/Hello-World.git", - "mirror_url": "git:git.example.com/octocat/Hello-World", - "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks", - "svn_url": "https://svn.github.com/octocat/Hello-World", - "homepage": "https://github.com", - "language": null, - "forks_count": 9, - "stargazers_count": 80, - "watchers_count": 80, - "size": 108, - "default_branch": "master", - "open_issues_count": 0, - "is_template": false, - "topics": [ - "octocat", - "atom", - "electron", - "api" - ], - "has_issues": true, - "has_projects": true, - "has_wiki": true, - "has_pages": false, - "has_downloads": true, - "has_discussions": false, - "archived": false, - "disabled": false, - "visibility": "public", - "pushed_at": "2011-01-26T19:06:43Z", - "created_at": "2011-01-26T19:01:12Z", - "updated_at": "2011-01-26T19:14:43Z", - "permissions": { - "admin": false, - "push": false, - "pull": true - }, - "security_and_analysis": { - "advanced_security": { - "status": "enabled" - }, - "secret_scanning": { - "status": "enabled" - }, - "secret_scanning_push_protection": { - "status": "disabled" - } - } - } - ], - "schema": { - "type": "array", - "items": { - "title": "Minimal Repository", - "description": "Minimal Repository", - "type": "object", - "properties": { - "id": { - "type": "integer", - "examples": [ - 1296269 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - ] - }, - "name": { - "type": "string", - "examples": [ - "Hello-World" - ] - }, - "full_name": { - "type": "string", - "examples": [ - "octocat/Hello-World" - ] - }, - "owner": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" - ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - }, - "private": { - "type": "boolean" - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat/Hello-World" - ] - }, - "description": { - "type": [ - "string", - "null" - ], - "examples": [ - "This your first repo!" - ] - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/repos/octocat/Hello-World" - ] - }, - "archive_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" - ] - }, - "assignees_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" - ] - }, - "blobs_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" - ] - }, - "branches_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" - ] - }, - "collaborators_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" - ] - }, - "comments_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/comments{/number}" - ] - }, - "commits_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" - ] - }, - "compare_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" - ] - }, - "contents_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" - ] - }, - "contributors_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/contributors" - ] - }, - "deployments_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/deployments" - ] - }, - "downloads_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/downloads" - ] - }, - "events_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/events" - ] - }, - "forks_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/forks" - ] - }, - "git_commits_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" - ] - }, - "git_refs_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" - ] - }, - "git_tags_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" - ] - }, - "git_url": { - "type": "string" - }, - "issue_comment_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" - ] - }, - "issue_events_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" - ] - }, - "issues_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues{/number}" - ] - }, - "keys_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" - ] - }, - "labels_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/labels{/name}" - ] - }, - "languages_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/languages" - ] - }, - "merges_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/merges" - ] - }, - "milestones_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" - ] - }, - "notifications_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" - ] - }, - "pulls_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" - ] - }, - "releases_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/releases{/id}" - ] - }, - "ssh_url": { - "type": "string" - }, - "stargazers_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/stargazers" - ] - }, - "statuses_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" - ] - }, - "subscribers_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/subscribers" - ] - }, - "subscription_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/subscription" - ] - }, - "tags_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/tags" - ] - }, - "teams_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/teams" - ] - }, - "trees_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" - ] - }, - "clone_url": { - "type": "string" - }, - "mirror_url": { - "type": [ - "string", - "null" - ] - }, - "hooks_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/hooks" - ] - }, - "svn_url": { - "type": "string" - }, - "homepage": { - "type": [ - "string", - "null" - ] - }, - "language": { - "type": [ - "string", - "null" - ] - }, - "forks_count": { - "type": "integer" - }, - "stargazers_count": { - "type": "integer" - }, - "watchers_count": { - "type": "integer" - }, - "size": { - "description": "The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0.", - "type": "integer" - }, - "default_branch": { - "type": "string" - }, - "open_issues_count": { - "type": "integer" - }, - "is_template": { - "type": "boolean" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "type": "boolean" - }, - "has_projects": { - "type": "boolean" - }, - "has_wiki": { - "type": "boolean" - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "type": "boolean" - }, - "has_discussions": { - "type": "boolean" - }, - "archived": { - "type": "boolean" - }, - "disabled": { - "type": "boolean" - }, - "visibility": { - "type": "string" - }, - "pushed_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:06:43Z" - ] - }, - "created_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:01:12Z" - ] - }, - "updated_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:14:43Z" - ] - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - } - }, - "role_name": { - "type": "string", - "examples": [ - "admin" - ] - }, - "temp_clone_token": { - "type": "string" - }, - "delete_branch_on_merge": { - "type": "boolean" - }, - "subscribers_count": { - "type": "integer" - }, - "network_count": { - "type": "integer" - }, - "code_of_conduct": { - "title": "Code Of Conduct", - "description": "Code Of Conduct", - "type": "object", - "properties": { - "key": { - "type": "string", - "examples": [ - "contributor_covenant" - ] - }, - "name": { - "type": "string", - "examples": [ - "Contributor Covenant" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/codes_of_conduct/contributor_covenant" - ] - }, - "body": { - "type": "string", - "examples": [ - "# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\n\n## Our Standards\n\nExamples of behavior that contributes to creating a positive environment include:\n\n* Using welcoming and inclusive language\n* Being respectful of differing viewpoints and experiences\n* Gracefully accepting constructive criticism\n* Focusing on what is best for the community\n* Showing empathy towards other community members\n\nExamples of unacceptable behavior by participants include:\n\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\n* Trolling, insulting/derogatory comments, and personal or political attacks\n* Public or private harassment\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\n* Other conduct which could reasonably be considered inappropriate in a professional setting\n\n## Our Responsibilities\n\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\n to any instances of unacceptable behavior.\n\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\n\n## Scope\n\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\n\n## Enforcement\n\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\n\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\n\n## Attribution\n\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\n\n[homepage]: http://contributor-covenant.org\n[version]: http://contributor-covenant.org/version/1/4/\n" - ] - }, - "html_url": { - "type": [ - "string", - "null" - ], - "format": "uri" - } - }, - "required": [ - "url", - "html_url", - "key", - "name" - ] - }, - "license": { - "type": [ - "object", - "null" - ], - "properties": { - "key": { - "type": "string" - }, - "name": { - "type": "string" - }, - "spdx_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "node_id": { - "type": "string" - } - } - }, - "forks": { - "type": "integer", - "examples": [ - 0 - ] - }, - "open_issues": { - "type": "integer", - "examples": [ - 0 - ] - }, - "watchers": { - "type": "integer", - "examples": [ - 0 - ] - }, - "allow_forking": { - "type": "boolean" - }, - "web_commit_signoff_required": { - "type": "boolean", - "examples": [ - false - ] - }, - "security_and_analysis": { - "type": [ - "object", - "null" - ], - "properties": { - "advanced_security": { - "type": "object", - "properties": { - "status": { - "type": "string", - "enum": [ - "enabled", - "disabled" - ] - } - } - }, - "secret_scanning": { - "type": "object", - "properties": { - "status": { - "type": "string", - "enum": [ - "enabled", - "disabled" - ] - } - } - }, - "secret_scanning_push_protection": { - "type": "object", - "properties": { - "status": { - "type": "string", - "enum": [ - "enabled", - "disabled" - ] - } - } - } - } - } - }, - "required": [ - "archive_url", - "assignees_url", - "blobs_url", - "branches_url", - "collaborators_url", - "comments_url", - "commits_url", - "compare_url", - "contents_url", - "contributors_url", - "deployments_url", - "description", - "downloads_url", - "events_url", - "fork", - "forks_url", - "full_name", - "git_commits_url", - "git_refs_url", - "git_tags_url", - "hooks_url", - "html_url", - "id", - "node_id", - "issue_comment_url", - "issue_events_url", - "issues_url", - "keys_url", - "labels_url", - "languages_url", - "merges_url", - "milestones_url", - "name", - "notifications_url", - "owner", - "private", - "pulls_url", - "releases_url", - "stargazers_url", - "statuses_url", - "subscribers_url", - "subscription_url", - "tags_url", - "teams_url", - "trees_url", - "url" - ] - } - } - } - } - ], - "previews": [], - "descriptionHTML": "

Lists the repositories a fine-grained personal access token has access to. Only GitHub Apps can call this API,\nusing the organization_personal_access_tokens: read permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", - "statusCodes": [ - { - "httpStatusCode": "200", - "description": "

OK

" - }, - { - "httpStatusCode": "403", - "description": "

Forbidden

" - }, - { - "httpStatusCode": "404", - "description": "

Resource not found

" - }, - { - "httpStatusCode": "500", - "description": "

Internal Error

" - } - ] - }, { "serverUrl": "https://api.github.com", "verb": "get", @@ -378524,6 +375819,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -378558,6 +375854,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -378674,6 +375973,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -382316,6 +379622,3282 @@ ] } ], + "personal-access-tokens": [ + { + "serverUrl": "https://api.github.com", + "verb": "get", + "requestPath": "/organizations/{org}/personal-access-token-requests", + "title": "List requests to access organization resources with fine-grained personal access tokens", + "category": "orgs", + "subcategory": "personal-access-tokens", + "parameters": [ + { + "name": "org", + "description": "

The organization name. The name is not case sensitive.

", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "per_page", + "description": "

The number of results per page (max 100).

", + "in": "query", + "schema": { + "type": "integer", + "default": 30 + } + }, + { + "name": "page", + "description": "

Page number of the results to fetch.

", + "in": "query", + "schema": { + "type": "integer", + "default": 1 + } + }, + { + "name": "sort", + "description": "

The property by which to sort the results.

", + "in": "query", + "required": false, + "schema": { + "type": "string", + "enum": [ + "created_at" + ], + "default": "created_at" + } + }, + { + "name": "direction", + "description": "

The direction to sort the results by.

", + "in": "query", + "required": false, + "schema": { + "type": "string", + "enum": [ + "asc", + "desc" + ], + "default": "desc" + } + }, + { + "name": "owner", + "description": "

A list of owner usernames to use to filter the results.

", + "in": "query", + "required": false, + "schema": { + "type": "array", + "maxItems": 10, + "items": { + "type": "string" + }, + "examples": [ + "owner[]=octocat1,owner[]=octocat2" + ] + } + }, + { + "name": "repository", + "description": "

The name of the repository to use to filter the results.

", + "in": "query", + "required": false, + "schema": { + "type": "string", + "examples": [ + "Hello-World" + ] + } + }, + { + "name": "permission", + "description": "

The permission to use to filter the results.

", + "in": "query", + "required": false, + "schema": { + "type": "string", + "examples": [ + "issues_read" + ] + } + }, + { + "name": "last_used_before", + "description": "

Only show fine-grained personal access tokens used before the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "in": "query", + "required": false, + "schema": { + "type": "string", + "format": "date-time" + } + }, + { + "name": "last_used_after", + "description": "

Only show fine-grained personal access tokens used after the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "in": "query", + "required": false, + "schema": { + "type": "string", + "format": "date-time" + } + } + ], + "bodyParameters": [], + "enabledForGitHubApps": true, + "codeExamples": [ + { + "key": "default", + "request": { + "description": "Example", + "acceptHeader": "application/vnd.github.v3+json", + "parameters": { + "org": "ORG" + } + }, + "response": { + "statusCode": "200", + "contentType": "application/json", + "description": "

Response

", + "example": [ + { + "id": 25381, + "reason": "I need to access the GitHub API", + "owner": { + "login": "github", + "id": 1, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE=", + "url": "https://api.github.com/orgs/github", + "repos_url": "https://api.github.com/orgs/github/repos", + "events_url": "https://api.github.com/orgs/github/events", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": true + }, + "repository_selection": "all", + "repositories_url": "https://api.github.com/organizations/652551/personal-access-token-requests/25381/repositories", + "permissions": { + "organization": { + "members": "read" + }, + "repository": { + "metadata": "read" + } + }, + "created_at": "2023-05-16T08:47:09.000-07:00", + "token_expired": false, + "token_expires_at": "2023-11-16T08:47:09.000-07:00", + "token_last_used_at": null + } + ], + "schema": { + "type": "array", + "items": { + "title": "Simple Organization Programmatic Access Grant Request", + "description": "Minimal representation of an organization programmatic access grant request for enumerations", + "type": "object", + "properties": { + "id": { + "type": "integer", + "description": "Unique identifier of the request for access via fine-grained personal access token. The `pat_request_id` used to review PAT requests." + }, + "reason": { + "type": [ + "string", + "null" + ], + "description": "Reason for requesting access." + }, + "owner": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + }, + "repository_selection": { + "type": "string", + "enum": [ + "none", + "all", + "subset" + ], + "description": "Type of repository selection requested." + }, + "repositories_url": { + "type": "string", + "description": "URL to the list of repositories requested to be accessed via fine-grained personal access token. Should only be followed when `repository_selection` is `subset`." + }, + "permissions": { + "type": "object", + "description": "Permissions requested, categorized by type of permission.", + "properties": { + "organization": { + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "repository": { + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "other": { + "type": "object", + "additionalProperties": { + "type": "string" + } + } + } + }, + "created_at": { + "type": "string", + "description": "Date and time when the request for access was created." + }, + "token_expired": { + "type": "boolean", + "description": "Whether the associated fine-grained personal access token has expired." + }, + "token_expires_at": { + "type": [ + "string", + "null" + ], + "description": "Date and time when the associated fine-grained personal access token expires." + }, + "token_last_used_at": { + "type": [ + "string", + "null" + ], + "description": "Date and time when the associated fine-grained personal access token was last used for authentication." + } + }, + "required": [ + "id", + "reason", + "owner", + "repository_selection", + "repositories_url", + "permissions", + "created_at", + "token_expired", + "token_expires_at", + "token_last_used_at" + ] + } + } + } + } + ], + "previews": [], + "descriptionHTML": "

Lists requests from organization members to access organization resources with a fine-grained personal access token. Only GitHub Apps can call this API,\nusing the organization_personal_access_token_requests: read permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", + "statusCodes": [ + { + "httpStatusCode": "200", + "description": "

OK

" + }, + { + "httpStatusCode": "403", + "description": "

Forbidden

" + }, + { + "httpStatusCode": "404", + "description": "

Resource not found

" + }, + { + "httpStatusCode": "422", + "description": "

Validation failed, or the endpoint has been spammed.

" + }, + { + "httpStatusCode": "500", + "description": "

Internal Error

" + } + ] + }, + { + "serverUrl": "https://api.github.com", + "verb": "post", + "requestPath": "/organizations/{org}/personal-access-token-requests", + "title": "Review requests to access organization resources with fine-grained personal access tokens", + "category": "orgs", + "subcategory": "personal-access-tokens", + "parameters": [ + { + "name": "org", + "description": "

The organization name. The name is not case sensitive.

", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "bodyParameters": [ + { + "type": "array of integers", + "name": "pat_request_ids", + "in": "body", + "description": "

Unique identifiers of the requests for access via fine-grained personal access token. Must be formed of between 1 and 100 pat_request_id values.

" + }, + { + "type": "string", + "name": "action", + "in": "body", + "description": "

Action to apply to the requests.

", + "isRequired": true, + "enum": [ + "approve", + "deny" + ] + }, + { + "type": "string or null", + "name": "reason", + "in": "body", + "description": "

Reason for approving or denying the requests. Max 1024 characters.

" + } + ], + "enabledForGitHubApps": true, + "codeExamples": [ + { + "key": "204", + "request": { + "contentType": "application/json", + "description": "Example of denying a request", + "acceptHeader": "application/vnd.github.v3+json", + "bodyParameters": { + "pat_request_ids": [ + 42, + 73 + ], + "action": "deny", + "reason": "Access is too broad." + }, + "parameters": { + "org": "ORG" + } + }, + "response": { + "statusCode": "202", + "contentType": "application/json", + "description": "

Accepted

", + "example": null, + "schema": { + "type": "object" + } + } + } + ], + "previews": [], + "descriptionHTML": "

Approves or denies multiple pending requests to access organization resources via a fine-grained personal access token. Only GitHub Apps can call this API,\nusing the organization_personal_access_token_requests: write permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", + "statusCodes": [ + { + "httpStatusCode": "202", + "description": "

Accepted

" + }, + { + "httpStatusCode": "403", + "description": "

Forbidden

" + }, + { + "httpStatusCode": "404", + "description": "

Resource not found

" + }, + { + "httpStatusCode": "422", + "description": "

Validation failed, or the endpoint has been spammed.

" + }, + { + "httpStatusCode": "500", + "description": "

Internal Error

" + } + ] + }, + { + "serverUrl": "https://api.github.com", + "verb": "post", + "requestPath": "/organizations/{org}/personal-access-token-requests/{pat_request_id}", + "title": "Review a request to access organization resources with a fine-grained personal access token", + "category": "orgs", + "subcategory": "personal-access-tokens", + "parameters": [ + { + "name": "org", + "description": "

The organization name. The name is not case sensitive.

", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "pat_request_id", + "in": "path", + "description": "

Unique identifier of the request for access via fine-grained personal access token.

", + "required": true, + "schema": { + "type": "integer" + } + } + ], + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "

Action to apply to the request.

", + "isRequired": true, + "enum": [ + "approve", + "deny" + ] + }, + { + "type": "string or null", + "name": "reason", + "in": "body", + "description": "

Reason for approving or denying the request. Max 1024 characters.

" + } + ], + "enabledForGitHubApps": true, + "codeExamples": [ + { + "key": "204", + "request": { + "contentType": "application/json", + "description": "Example of denying a request", + "acceptHeader": "application/vnd.github.v3+json", + "bodyParameters": { + "action": "deny", + "reason": "This request is denied because the access is too broad." + }, + "parameters": { + "org": "ORG", + "pat_request_id": "PAT_REQUEST_ID" + } + }, + "response": { + "statusCode": "204", + "description": "

A header with no content is returned.

" + } + } + ], + "previews": [], + "descriptionHTML": "

Approves or denies a pending request to access organization resources via a fine-grained personal access token. Only GitHub Apps can call this API,\nusing the organization_personal_access_token_requests: write permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", + "statusCodes": [ + { + "httpStatusCode": "204", + "description": "

A header with no content is returned.

" + }, + { + "httpStatusCode": "403", + "description": "

Forbidden

" + }, + { + "httpStatusCode": "404", + "description": "

Resource not found

" + }, + { + "httpStatusCode": "422", + "description": "

Validation failed, or the endpoint has been spammed.

" + }, + { + "httpStatusCode": "500", + "description": "

Internal Error

" + } + ] + }, + { + "serverUrl": "https://api.github.com", + "verb": "get", + "requestPath": "/organizations/{org}/personal-access-token-requests/{pat_request_id}/repositories", + "title": "List repositories requested to be accessed by a fine-grained personal access token", + "category": "orgs", + "subcategory": "personal-access-tokens", + "parameters": [ + { + "name": "org", + "description": "

The organization name. The name is not case sensitive.

", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "pat_request_id", + "in": "path", + "description": "

Unique identifier of the request for access via fine-grained personal access token.

", + "required": true, + "schema": { + "type": "integer" + } + }, + { + "name": "per_page", + "description": "

The number of results per page (max 100).

", + "in": "query", + "schema": { + "type": "integer", + "default": 30 + } + }, + { + "name": "page", + "description": "

Page number of the results to fetch.

", + "in": "query", + "schema": { + "type": "integer", + "default": 1 + } + } + ], + "bodyParameters": [], + "enabledForGitHubApps": true, + "codeExamples": [ + { + "key": "default", + "request": { + "description": "Example", + "acceptHeader": "application/vnd.github.v3+json", + "parameters": { + "org": "ORG", + "pat_request_id": "PAT_REQUEST_ID" + } + }, + "response": { + "statusCode": "200", + "contentType": "application/json", + "description": "

Response

", + "example": [ + { + "id": 1296269, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", + "name": "Hello-World", + "full_name": "octocat/Hello-World", + "owner": { + "login": "octocat", + "id": 1, + "node_id": "MDQ6VXNlcjE=", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/octocat/Hello-World", + "description": "This your first repo!", + "fork": false, + "url": "https://api.github.com/repos/octocat/Hello-World", + "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", + "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", + "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", + "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", + "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", + "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", + "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", + "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", + "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", + "events_url": "https://api.github.com/repos/octocat/Hello-World/events", + "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", + "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", + "git_url": "git:github.com/octocat/Hello-World.git", + "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", + "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", + "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", + "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", + "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", + "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", + "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", + "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", + "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", + "ssh_url": "git@github.com:octocat/Hello-World.git", + "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", + "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", + "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", + "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", + "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", + "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", + "clone_url": "https://github.com/octocat/Hello-World.git", + "mirror_url": "git:git.example.com/octocat/Hello-World", + "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks", + "svn_url": "https://svn.github.com/octocat/Hello-World", + "homepage": "https://github.com", + "language": null, + "forks_count": 9, + "stargazers_count": 80, + "watchers_count": 80, + "size": 108, + "default_branch": "master", + "open_issues_count": 0, + "is_template": false, + "topics": [ + "octocat", + "atom", + "electron", + "api" + ], + "has_issues": true, + "has_projects": true, + "has_wiki": true, + "has_pages": false, + "has_downloads": true, + "has_discussions": false, + "archived": false, + "disabled": false, + "visibility": "public", + "pushed_at": "2011-01-26T19:06:43Z", + "created_at": "2011-01-26T19:01:12Z", + "updated_at": "2011-01-26T19:14:43Z", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "security_and_analysis": { + "advanced_security": { + "status": "enabled" + }, + "secret_scanning": { + "status": "enabled" + }, + "secret_scanning_push_protection": { + "status": "disabled" + } + } + } + ], + "schema": { + "type": "array", + "items": { + "title": "Minimal Repository", + "description": "Minimal Repository", + "type": "object", + "properties": { + "id": { + "type": "integer", + "examples": [ + 1296269 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "type": "string", + "examples": [ + "Hello-World" + ] + }, + "full_name": { + "type": "string", + "examples": [ + "octocat/Hello-World" + ] + }, + "owner": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + }, + "private": { + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { + "type": "boolean" + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string" + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, + "pulls_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] + }, + "releases_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string" + }, + "stargazers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] + }, + "statuses_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] + }, + "subscribers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] + }, + "subscription_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] + }, + "tags_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] + }, + "teams_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] + }, + "trees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] + }, + "clone_url": { + "type": "string" + }, + "mirror_url": { + "type": [ + "string", + "null" + ] + }, + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string" + }, + "homepage": { + "type": [ + "string", + "null" + ] + }, + "language": { + "type": [ + "string", + "null" + ] + }, + "forks_count": { + "type": "integer" + }, + "stargazers_count": { + "type": "integer" + }, + "watchers_count": { + "type": "integer" + }, + "size": { + "description": "The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer" + }, + "default_branch": { + "type": "string" + }, + "open_issues_count": { + "type": "integer" + }, + "is_template": { + "type": "boolean" + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "type": "boolean" + }, + "has_projects": { + "type": "boolean" + }, + "has_wiki": { + "type": "boolean" + }, + "has_pages": { + "type": "boolean" + }, + "has_downloads": { + "type": "boolean" + }, + "has_discussions": { + "type": "boolean" + }, + "archived": { + "type": "boolean" + }, + "disabled": { + "type": "boolean" + }, + "visibility": { + "type": "string" + }, + "pushed_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] + }, + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] + }, + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + } + } + }, + "role_name": { + "type": "string", + "examples": [ + "admin" + ] + }, + "temp_clone_token": { + "type": "string" + }, + "delete_branch_on_merge": { + "type": "boolean" + }, + "subscribers_count": { + "type": "integer" + }, + "network_count": { + "type": "integer" + }, + "code_of_conduct": { + "title": "Code Of Conduct", + "description": "Code Of Conduct", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "contributor_covenant" + ] + }, + "name": { + "type": "string", + "examples": [ + "Contributor Covenant" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/codes_of_conduct/contributor_covenant" + ] + }, + "body": { + "type": "string", + "examples": [ + "# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\n\n## Our Standards\n\nExamples of behavior that contributes to creating a positive environment include:\n\n* Using welcoming and inclusive language\n* Being respectful of differing viewpoints and experiences\n* Gracefully accepting constructive criticism\n* Focusing on what is best for the community\n* Showing empathy towards other community members\n\nExamples of unacceptable behavior by participants include:\n\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\n* Trolling, insulting/derogatory comments, and personal or political attacks\n* Public or private harassment\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\n* Other conduct which could reasonably be considered inappropriate in a professional setting\n\n## Our Responsibilities\n\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\n to any instances of unacceptable behavior.\n\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\n\n## Scope\n\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\n\n## Enforcement\n\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\n\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\n\n## Attribution\n\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\n\n[homepage]: http://contributor-covenant.org\n[version]: http://contributor-covenant.org/version/1/4/\n" + ] + }, + "html_url": { + "type": [ + "string", + "null" + ], + "format": "uri" + } + }, + "required": [ + "url", + "html_url", + "key", + "name" + ] + }, + "license": { + "type": [ + "object", + "null" + ], + "properties": { + "key": { + "type": "string" + }, + "name": { + "type": "string" + }, + "spdx_id": { + "type": "string" + }, + "url": { + "type": "string" + }, + "node_id": { + "type": "string" + } + } + }, + "forks": { + "type": "integer", + "examples": [ + 0 + ] + }, + "open_issues": { + "type": "integer", + "examples": [ + 0 + ] + }, + "watchers": { + "type": "integer", + "examples": [ + 0 + ] + }, + "allow_forking": { + "type": "boolean" + }, + "web_commit_signoff_required": { + "type": "boolean", + "examples": [ + false + ] + }, + "security_and_analysis": { + "type": [ + "object", + "null" + ], + "properties": { + "advanced_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, + "secret_scanning": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, + "secret_scanning_push_protection": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + } + } + } + }, + "required": [ + "archive_url", + "assignees_url", + "blobs_url", + "branches_url", + "collaborators_url", + "comments_url", + "commits_url", + "compare_url", + "contents_url", + "contributors_url", + "deployments_url", + "description", + "downloads_url", + "events_url", + "fork", + "forks_url", + "full_name", + "git_commits_url", + "git_refs_url", + "git_tags_url", + "hooks_url", + "html_url", + "id", + "node_id", + "issue_comment_url", + "issue_events_url", + "issues_url", + "keys_url", + "labels_url", + "languages_url", + "merges_url", + "milestones_url", + "name", + "notifications_url", + "owner", + "private", + "pulls_url", + "releases_url", + "stargazers_url", + "statuses_url", + "subscribers_url", + "subscription_url", + "tags_url", + "teams_url", + "trees_url", + "url" + ] + } + } + } + } + ], + "previews": [], + "descriptionHTML": "

Lists the repositories a fine-grained personal access token request is requesting access to. Only GitHub Apps can call this API,\nusing the organization_personal_access_token_requests: read permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", + "statusCodes": [ + { + "httpStatusCode": "200", + "description": "

OK

" + }, + { + "httpStatusCode": "403", + "description": "

Forbidden

" + }, + { + "httpStatusCode": "404", + "description": "

Resource not found

" + }, + { + "httpStatusCode": "500", + "description": "

Internal Error

" + } + ] + }, + { + "serverUrl": "https://api.github.com", + "verb": "get", + "requestPath": "/organizations/{org}/personal-access-tokens", + "title": "List fine-grained personal access tokens with access to organization resources", + "category": "orgs", + "subcategory": "personal-access-tokens", + "parameters": [ + { + "name": "org", + "description": "

The organization name. The name is not case sensitive.

", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "per_page", + "description": "

The number of results per page (max 100).

", + "in": "query", + "schema": { + "type": "integer", + "default": 30 + } + }, + { + "name": "page", + "description": "

Page number of the results to fetch.

", + "in": "query", + "schema": { + "type": "integer", + "default": 1 + } + }, + { + "name": "sort", + "description": "

The property by which to sort the results.

", + "in": "query", + "required": false, + "schema": { + "type": "string", + "enum": [ + "created_at" + ], + "default": "created_at" + } + }, + { + "name": "direction", + "description": "

The direction to sort the results by.

", + "in": "query", + "required": false, + "schema": { + "type": "string", + "enum": [ + "asc", + "desc" + ], + "default": "desc" + } + }, + { + "name": "owner", + "description": "

A list of owner usernames to use to filter the results.

", + "in": "query", + "required": false, + "schema": { + "type": "array", + "maxItems": 10, + "items": { + "type": "string" + }, + "examples": [ + "owner[]=octocat1,owner[]=octocat2" + ] + } + }, + { + "name": "repository", + "description": "

The name of the repository to use to filter the results.

", + "in": "query", + "required": false, + "schema": { + "type": "string", + "examples": [ + "Hello-World" + ] + } + }, + { + "name": "permission", + "description": "

The permission to use to filter the results.

", + "in": "query", + "required": false, + "schema": { + "type": "string", + "examples": [ + "issues_read" + ] + } + }, + { + "name": "last_used_before", + "description": "

Only show fine-grained personal access tokens used before the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "in": "query", + "required": false, + "schema": { + "type": "string", + "format": "date-time" + } + }, + { + "name": "last_used_after", + "description": "

Only show fine-grained personal access tokens used after the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

", + "in": "query", + "required": false, + "schema": { + "type": "string", + "format": "date-time" + } + } + ], + "bodyParameters": [], + "enabledForGitHubApps": true, + "codeExamples": [ + { + "key": "default", + "request": { + "description": "Example", + "acceptHeader": "application/vnd.github.v3+json", + "parameters": { + "org": "ORG" + } + }, + "response": { + "statusCode": "200", + "contentType": "application/json", + "description": "

Response

", + "example": [ + { + "id": 25381, + "owner": { + "login": "github", + "id": 1, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE=", + "url": "https://api.github.com/orgs/github", + "repos_url": "https://api.github.com/orgs/github/repos", + "events_url": "https://api.github.com/orgs/github/events", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": true + }, + "repository_selection": "all", + "repositories_url": "https://api.github.com/organizations/652551/personal-access-tokens/25381/repositories", + "permissions": { + "organization": { + "members": "read" + }, + "repository": { + "metadata": "read" + } + }, + "access_granted_at": "2023-05-16T08:47:09.000-07:00", + "token_expired": false, + "token_expires_at": "2023-11-16T08:47:09.000-07:00", + "token_last_used_at": null + } + ], + "schema": { + "type": "array", + "items": { + "title": "Organization Programmatic Access Grant", + "description": "Minimal representation of an organization programmatic access grant for enumerations", + "type": "object", + "properties": { + "id": { + "type": "integer", + "description": "Unique identifier of the fine-grained personal access token. The `pat_id` used to get details about an approved fine-grained personal access token." + }, + "owner": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + }, + "repository_selection": { + "type": "string", + "enum": [ + "none", + "all", + "subset" + ], + "description": "Type of repository selection requested." + }, + "repositories_url": { + "type": "string", + "description": "URL to the list of repositories the fine-grained personal access token can access. Only follow when `repository_selection` is `subset`." + }, + "permissions": { + "type": "object", + "description": "Permissions requested, categorized by type of permission.", + "properties": { + "organization": { + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "repository": { + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "other": { + "type": "object", + "additionalProperties": { + "type": "string" + } + } + } + }, + "access_granted_at": { + "type": "string", + "description": "Date and time when the fine-grained personal access token was approved to access the organization." + }, + "token_expired": { + "type": "boolean", + "description": "Whether the associated fine-grained personal access token has expired." + }, + "token_expires_at": { + "type": [ + "string", + "null" + ], + "description": "Date and time when the associated fine-grained personal access token expires." + }, + "token_last_used_at": { + "type": [ + "string", + "null" + ], + "description": "Date and time when the associated fine-grained personal access token was last used for authentication." + } + }, + "required": [ + "id", + "owner", + "repository_selection", + "repositories_url", + "permissions", + "access_granted_at", + "token_expired", + "token_expires_at", + "token_last_used_at" + ] + } + } + } + } + ], + "previews": [], + "descriptionHTML": "

Lists approved fine-grained personal access tokens owned by organization members that can access organization resources. Only GitHub Apps can call this API,\nusing the organization_personal_access_tokens: read permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", + "statusCodes": [ + { + "httpStatusCode": "200", + "description": "

OK

" + }, + { + "httpStatusCode": "403", + "description": "

Forbidden

" + }, + { + "httpStatusCode": "404", + "description": "

Resource not found

" + }, + { + "httpStatusCode": "422", + "description": "

Validation failed, or the endpoint has been spammed.

" + }, + { + "httpStatusCode": "500", + "description": "

Internal Error

" + } + ] + }, + { + "serverUrl": "https://api.github.com", + "verb": "post", + "requestPath": "/organizations/{org}/personal-access-tokens", + "title": "Update the access to organization resources via fine-grained personal access tokens", + "category": "orgs", + "subcategory": "personal-access-tokens", + "parameters": [ + { + "name": "org", + "description": "

The organization name. The name is not case sensitive.

", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "

Action to apply to the fine-grained personal access token.

", + "isRequired": true, + "enum": [ + "revoke" + ] + }, + { + "type": "array of integers", + "name": "pat_ids", + "in": "body", + "description": "

The IDs of the fine-grained personal access tokens.

", + "isRequired": true + } + ], + "enabledForGitHubApps": true, + "codeExamples": [ + { + "key": "204", + "request": { + "contentType": "application/json", + "description": "Example of revoking a fine-grained personal access token.", + "acceptHeader": "application/vnd.github.v3+json", + "bodyParameters": { + "action": "revoke", + "pat_ids": [ + 1296269, + 1296280 + ] + }, + "parameters": { + "org": "ORG" + } + }, + "response": { + "statusCode": "202", + "contentType": "application/json", + "description": "

Accepted

", + "example": null, + "schema": { + "type": "object" + } + } + } + ], + "previews": [], + "descriptionHTML": "

Updates the access organization members have to organization resources via fine-grained personal access tokens. Limited to revoking a token's existing access. Only GitHub Apps can call this API,\nusing the organization_personal_access_tokens: write permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", + "statusCodes": [ + { + "httpStatusCode": "202", + "description": "

Accepted

" + }, + { + "httpStatusCode": "403", + "description": "

Forbidden

" + }, + { + "httpStatusCode": "404", + "description": "

Resource not found

" + }, + { + "httpStatusCode": "422", + "description": "

Validation failed, or the endpoint has been spammed.

" + }, + { + "httpStatusCode": "500", + "description": "

Internal Error

" + } + ] + }, + { + "serverUrl": "https://api.github.com", + "verb": "post", + "requestPath": "/organizations/{org}/personal-access-tokens/{pat_id}", + "title": "Update the access a fine-grained personal access token has to organization resources", + "category": "orgs", + "subcategory": "personal-access-tokens", + "parameters": [ + { + "name": "org", + "description": "

The organization name. The name is not case sensitive.

", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "pat_id", + "description": "

The unique identifier of the fine-grained personal access token.

", + "in": "path", + "required": true, + "schema": { + "type": "integer" + } + } + ], + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "

Action to apply to the fine-grained personal access token.

", + "isRequired": true, + "enum": [ + "revoke" + ] + } + ], + "enabledForGitHubApps": true, + "codeExamples": [ + { + "key": "204", + "request": { + "contentType": "application/json", + "description": "Example of revoking a fine-grained personal access token.", + "acceptHeader": "application/vnd.github.v3+json", + "bodyParameters": { + "action": "revoke" + }, + "parameters": { + "org": "ORG", + "pat_id": "PAT_ID" + } + }, + "response": { + "statusCode": "204", + "description": "

A header with no content is returned.

" + } + } + ], + "previews": [], + "descriptionHTML": "

Updates the access an organization member has to organization resources via a fine-grained personal access token. Limited to revoking the token's existing access. Limited to revoking a token's existing access. Only GitHub Apps can call this API,\nusing the organization_personal_access_tokens: write permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", + "statusCodes": [ + { + "httpStatusCode": "204", + "description": "

A header with no content is returned.

" + }, + { + "httpStatusCode": "403", + "description": "

Forbidden

" + }, + { + "httpStatusCode": "404", + "description": "

Resource not found

" + }, + { + "httpStatusCode": "422", + "description": "

Validation failed, or the endpoint has been spammed.

" + }, + { + "httpStatusCode": "500", + "description": "

Internal Error

" + } + ] + }, + { + "serverUrl": "https://api.github.com", + "verb": "get", + "requestPath": "/organizations/{org}/personal-access-tokens/{pat_id}/repositories", + "title": "List repositories a fine-grained personal access token has access to", + "category": "orgs", + "subcategory": "personal-access-tokens", + "parameters": [ + { + "name": "org", + "description": "

The organization name. The name is not case sensitive.

", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "pat_id", + "in": "path", + "description": "

Unique identifier of the fine-grained personal access token.

", + "required": true, + "schema": { + "type": "integer" + } + }, + { + "name": "per_page", + "description": "

The number of results per page (max 100).

", + "in": "query", + "schema": { + "type": "integer", + "default": 30 + } + }, + { + "name": "page", + "description": "

Page number of the results to fetch.

", + "in": "query", + "schema": { + "type": "integer", + "default": 1 + } + } + ], + "bodyParameters": [], + "enabledForGitHubApps": true, + "codeExamples": [ + { + "key": "default", + "request": { + "description": "Example", + "acceptHeader": "application/vnd.github.v3+json", + "parameters": { + "org": "ORG", + "pat_id": "PAT_ID" + } + }, + "response": { + "statusCode": "200", + "contentType": "application/json", + "description": "

Response

", + "example": [ + { + "id": 1296269, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", + "name": "Hello-World", + "full_name": "octocat/Hello-World", + "owner": { + "login": "octocat", + "id": 1, + "node_id": "MDQ6VXNlcjE=", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/octocat/Hello-World", + "description": "This your first repo!", + "fork": false, + "url": "https://api.github.com/repos/octocat/Hello-World", + "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", + "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", + "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", + "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", + "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", + "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", + "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", + "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", + "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", + "events_url": "https://api.github.com/repos/octocat/Hello-World/events", + "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", + "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", + "git_url": "git:github.com/octocat/Hello-World.git", + "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", + "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", + "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", + "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", + "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", + "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", + "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", + "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", + "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", + "ssh_url": "git@github.com:octocat/Hello-World.git", + "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", + "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", + "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", + "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", + "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", + "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", + "clone_url": "https://github.com/octocat/Hello-World.git", + "mirror_url": "git:git.example.com/octocat/Hello-World", + "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks", + "svn_url": "https://svn.github.com/octocat/Hello-World", + "homepage": "https://github.com", + "language": null, + "forks_count": 9, + "stargazers_count": 80, + "watchers_count": 80, + "size": 108, + "default_branch": "master", + "open_issues_count": 0, + "is_template": false, + "topics": [ + "octocat", + "atom", + "electron", + "api" + ], + "has_issues": true, + "has_projects": true, + "has_wiki": true, + "has_pages": false, + "has_downloads": true, + "has_discussions": false, + "archived": false, + "disabled": false, + "visibility": "public", + "pushed_at": "2011-01-26T19:06:43Z", + "created_at": "2011-01-26T19:01:12Z", + "updated_at": "2011-01-26T19:14:43Z", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "security_and_analysis": { + "advanced_security": { + "status": "enabled" + }, + "secret_scanning": { + "status": "enabled" + }, + "secret_scanning_push_protection": { + "status": "disabled" + } + } + } + ], + "schema": { + "type": "array", + "items": { + "title": "Minimal Repository", + "description": "Minimal Repository", + "type": "object", + "properties": { + "id": { + "type": "integer", + "examples": [ + 1296269 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "type": "string", + "examples": [ + "Hello-World" + ] + }, + "full_name": { + "type": "string", + "examples": [ + "octocat/Hello-World" + ] + }, + "owner": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + }, + "private": { + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { + "type": "boolean" + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string" + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, + "pulls_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] + }, + "releases_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string" + }, + "stargazers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] + }, + "statuses_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] + }, + "subscribers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] + }, + "subscription_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] + }, + "tags_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] + }, + "teams_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] + }, + "trees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] + }, + "clone_url": { + "type": "string" + }, + "mirror_url": { + "type": [ + "string", + "null" + ] + }, + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string" + }, + "homepage": { + "type": [ + "string", + "null" + ] + }, + "language": { + "type": [ + "string", + "null" + ] + }, + "forks_count": { + "type": "integer" + }, + "stargazers_count": { + "type": "integer" + }, + "watchers_count": { + "type": "integer" + }, + "size": { + "description": "The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer" + }, + "default_branch": { + "type": "string" + }, + "open_issues_count": { + "type": "integer" + }, + "is_template": { + "type": "boolean" + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "type": "boolean" + }, + "has_projects": { + "type": "boolean" + }, + "has_wiki": { + "type": "boolean" + }, + "has_pages": { + "type": "boolean" + }, + "has_downloads": { + "type": "boolean" + }, + "has_discussions": { + "type": "boolean" + }, + "archived": { + "type": "boolean" + }, + "disabled": { + "type": "boolean" + }, + "visibility": { + "type": "string" + }, + "pushed_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] + }, + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] + }, + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + } + } + }, + "role_name": { + "type": "string", + "examples": [ + "admin" + ] + }, + "temp_clone_token": { + "type": "string" + }, + "delete_branch_on_merge": { + "type": "boolean" + }, + "subscribers_count": { + "type": "integer" + }, + "network_count": { + "type": "integer" + }, + "code_of_conduct": { + "title": "Code Of Conduct", + "description": "Code Of Conduct", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "contributor_covenant" + ] + }, + "name": { + "type": "string", + "examples": [ + "Contributor Covenant" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/codes_of_conduct/contributor_covenant" + ] + }, + "body": { + "type": "string", + "examples": [ + "# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\n\n## Our Standards\n\nExamples of behavior that contributes to creating a positive environment include:\n\n* Using welcoming and inclusive language\n* Being respectful of differing viewpoints and experiences\n* Gracefully accepting constructive criticism\n* Focusing on what is best for the community\n* Showing empathy towards other community members\n\nExamples of unacceptable behavior by participants include:\n\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\n* Trolling, insulting/derogatory comments, and personal or political attacks\n* Public or private harassment\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\n* Other conduct which could reasonably be considered inappropriate in a professional setting\n\n## Our Responsibilities\n\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\n to any instances of unacceptable behavior.\n\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\n\n## Scope\n\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\n\n## Enforcement\n\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\n\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\n\n## Attribution\n\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\n\n[homepage]: http://contributor-covenant.org\n[version]: http://contributor-covenant.org/version/1/4/\n" + ] + }, + "html_url": { + "type": [ + "string", + "null" + ], + "format": "uri" + } + }, + "required": [ + "url", + "html_url", + "key", + "name" + ] + }, + "license": { + "type": [ + "object", + "null" + ], + "properties": { + "key": { + "type": "string" + }, + "name": { + "type": "string" + }, + "spdx_id": { + "type": "string" + }, + "url": { + "type": "string" + }, + "node_id": { + "type": "string" + } + } + }, + "forks": { + "type": "integer", + "examples": [ + 0 + ] + }, + "open_issues": { + "type": "integer", + "examples": [ + 0 + ] + }, + "watchers": { + "type": "integer", + "examples": [ + 0 + ] + }, + "allow_forking": { + "type": "boolean" + }, + "web_commit_signoff_required": { + "type": "boolean", + "examples": [ + false + ] + }, + "security_and_analysis": { + "type": [ + "object", + "null" + ], + "properties": { + "advanced_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, + "secret_scanning": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, + "secret_scanning_push_protection": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + } + } + } + }, + "required": [ + "archive_url", + "assignees_url", + "blobs_url", + "branches_url", + "collaborators_url", + "comments_url", + "commits_url", + "compare_url", + "contents_url", + "contributors_url", + "deployments_url", + "description", + "downloads_url", + "events_url", + "fork", + "forks_url", + "full_name", + "git_commits_url", + "git_refs_url", + "git_tags_url", + "hooks_url", + "html_url", + "id", + "node_id", + "issue_comment_url", + "issue_events_url", + "issues_url", + "keys_url", + "labels_url", + "languages_url", + "merges_url", + "milestones_url", + "name", + "notifications_url", + "owner", + "private", + "pulls_url", + "releases_url", + "stargazers_url", + "statuses_url", + "subscribers_url", + "subscription_url", + "tags_url", + "teams_url", + "trees_url", + "url" + ] + } + } + } + } + ], + "previews": [], + "descriptionHTML": "

Lists the repositories a fine-grained personal access token has access to. Only GitHub Apps can call this API,\nusing the organization_personal_access_tokens: read permission.

\n

Note: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

", + "statusCodes": [ + { + "httpStatusCode": "200", + "description": "

OK

" + }, + { + "httpStatusCode": "403", + "description": "

Forbidden

" + }, + { + "httpStatusCode": "404", + "description": "

Resource not found

" + }, + { + "httpStatusCode": "500", + "description": "

Internal Error

" + } + ] + } + ], "security-managers": [ { "serverUrl": "https://api.github.com", @@ -382361,6 +382943,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -382432,6 +383015,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -406968,6 +407558,7 @@ "description": "A great team.", "privacy": "closed", "permission": "admin", + "notification_setting": "notifications_enabled", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", "parent": null @@ -408527,6 +409118,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -408643,6 +409237,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -412700,6 +413301,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -414321,6 +414923,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -416527,6 +417136,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -418148,6 +418758,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -420404,6 +421021,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -422025,6 +422643,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -426013,8 +426638,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -426639,8 +427262,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -427280,8 +427901,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -428033,8 +428652,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -428747,8 +429364,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -429402,8 +430017,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -429521,6 +430134,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -429725,6 +430339,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -429841,6 +430458,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -430222,6 +430846,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -431779,6 +432404,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -431895,6 +432523,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -435928,6 +436563,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -437485,6 +438121,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -437601,6 +438240,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -454809,7 +455455,7 @@ "type": "string", "name": "target_commitish", "in": "body", - "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch (usually master).

" + "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch.

" }, { "type": "string", @@ -457896,7 +458542,7 @@ "type": "string", "name": "target_commitish", "in": "body", - "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch (usually master).

" + "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch.

" }, { "type": "string", @@ -476540,6 +477186,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -476574,6 +477221,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -476690,6 +477340,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -485916,7 +486573,7 @@ }, { "name": "ref", - "description": "

The name of the commit/branch/tag. Default: the repository’s default branch (usually master)

", + "description": "

The name of the commit/branch/tag. Default: the repository’s default branch.

", "in": "query", "required": false, "schema": { @@ -488235,7 +488892,7 @@ "type": "string", "name": "branch", "in": "body", - "description": "

The branch name. Default: the repository’s default branch (usually master)

" + "description": "

The branch name. Default: the repository’s default branch.

" }, { "type": "object", @@ -488847,7 +489504,7 @@ "type": "string", "name": "branch", "in": "body", - "description": "

The branch name. Default: the repository’s default branch (usually master)

" + "description": "

The branch name. Default: the repository’s default branch

" }, { "type": "object", @@ -489164,7 +489821,7 @@ }, { "name": "ref", - "description": "

The name of the commit/branch/tag. Default: the repository’s default branch (usually master)

", + "description": "

The name of the commit/branch/tag. Default: the repository’s default branch.

", "in": "query", "required": false, "schema": { @@ -489375,7 +490032,7 @@ }, { "name": "ref", - "description": "

The name of the commit/branch/tag. Default: the repository’s default branch (usually master)

", + "description": "

The name of the commit/branch/tag. Default: the repository’s default branch.

", "in": "query", "required": false, "schema": { @@ -496861,7 +497518,7 @@ } ], "previews": [], - "descriptionHTML": "

Create a fork for the authenticated user.

\n

Note: Forking a Repository happens asynchronously. You may have to wait a short period of time before you can access the git objects. If this takes longer than 5 minutes, be sure to contact GitHub Enterprise Cloud Support.

", + "descriptionHTML": "

Create a fork for the authenticated user.

\n

Note: Forking a Repository happens asynchronously. You may have to wait a short period of time before you can access the git objects. If this takes longer than 5 minutes, be sure to contact GitHub Enterprise Cloud Support.

\n

Note: Although this endpoint works with GitHub Apps, the GitHub App must be installed on the destination account with access to all repositories and on the source account with access to the source repository.

", "statusCodes": [ { "httpStatusCode": "202", @@ -518254,6 +518911,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -518288,6 +518946,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -518404,6 +519065,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -518533,6 +519201,16 @@ "closed" ] }, + { + "type": "string", + "name": "notification_setting", + "in": "body", + "description": "

The notification setting the team has chosen:

\n", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "permission", @@ -518563,6 +519241,7 @@ "name": "Justice League", "description": "A great team", "permission": "push", + "notification_setting": "notifications_enabled", "privacy": "closed" }, "parameters": { @@ -518582,6 +519261,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -518687,6 +519367,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -518775,6 +519466,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -519314,6 +520012,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -519419,6 +520118,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -519507,6 +520217,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -520039,6 +520756,16 @@ "closed" ] }, + { + "type": "string", + "name": "notification_setting", + "in": "body", + "description": "

The notification setting the team has chosen. Editing teams without specifying this parameter leaves notification_setting intact. The options are:\n*notifications_enabled - team members receive notifications when the team is @mentioned

\n", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "permission", @@ -520069,7 +520796,8 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed" + "privacy": "closed", + "notification_setting": "notifications_enabled" }, "parameters": { "org": "ORG", @@ -520089,6 +520817,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -520194,6 +520923,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -520282,6 +521022,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -520759,7 +521506,8 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed" + "privacy": "closed", + "notification_setting": "notifications_enabled" }, "parameters": { "org": "ORG", @@ -520779,6 +521527,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -520884,6 +521633,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -520972,6 +521732,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -526327,6 +527094,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -526362,6 +527130,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -526478,6 +527249,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -526592,6 +527370,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -526697,6 +527476,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -526785,6 +527575,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -527358,6 +528155,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -527463,6 +528261,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -527551,6 +528360,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -528047,6 +528863,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -528152,6 +528969,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -528240,6 +529068,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -533539,6 +534374,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -533574,6 +534410,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -533690,6 +534529,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -533823,6 +534669,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -533931,6 +534778,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -534019,6 +534877,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -551564,7 +552429,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", @@ -551866,7 +552741,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", @@ -552165,7 +553050,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", @@ -552547,7 +553442,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", diff --git a/src/rest/data/ghes-3.4/schema.json b/src/rest/data/ghes-3.4/schema.json index d359dbb83d..e27e1dbfd4 100644 --- a/src/rest/data/ghes-3.4/schema.json +++ b/src/rest/data/ghes-3.4/schema.json @@ -28973,6 +28973,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -29257,6 +29258,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -29373,6 +29377,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -99912,6 +99923,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -100028,6 +100042,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -100634,6 +100655,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -100750,6 +100774,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -101281,6 +101312,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -102736,6 +102770,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -102852,6 +102889,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -103458,6 +103502,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -103574,6 +103621,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -104105,6 +104159,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -105589,6 +105646,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -105705,6 +105765,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -106311,6 +106378,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -106427,6 +106497,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -106958,6 +107035,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -108367,6 +108447,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -108452,6 +108533,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -108803,6 +108885,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -108919,6 +109004,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -109525,6 +109617,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -109641,6 +109736,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -110172,6 +110274,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -111093,6 +111198,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -111209,6 +111317,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -111800,6 +111915,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -111916,6 +112034,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -112504,6 +112629,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -113171,6 +113299,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -113428,6 +113557,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -113544,6 +113676,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -114150,6 +114289,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -114266,6 +114408,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -114880,6 +115029,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -115137,6 +115287,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -115253,6 +115406,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -115859,6 +116019,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -115975,6 +116138,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -117606,6 +117776,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -117765,6 +117936,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -119916,6 +120090,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -119950,6 +120125,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -120066,6 +120244,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -120216,6 +120401,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -120250,6 +120436,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -120366,6 +120555,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -120516,6 +120712,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -120550,6 +120747,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -120666,6 +120866,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -120816,6 +121023,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -120850,6 +121058,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -120966,6 +121177,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -122235,7 +122453,7 @@ { "type": "array of objects", "name": "annotations", - "description": "

Adds information from your analysis to specific lines of code. Annotations are visible on GitHub in the Checks and Files changed tab of the pull request. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. For details about how you can view annotations on GitHub, see \"About status checks\".

", + "description": "

Adds information from your analysis to specific lines of code. Annotations are visible on GitHub in the Checks and Files changed tab of the pull request. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. GitHub Actions are limited to 10 warning annotations and 10 error annotations per step. For details about how you can view annotations on GitHub, see \"About status checks\".

", "childParamsGroups": [ { "type": "string", @@ -126074,7 +126292,7 @@ { "type": "array of objects", "name": "annotations", - "description": "

Adds information from your analysis to specific lines of code. Annotations are visible in GitHub's pull request UI. Annotations are visible in GitHub's pull request UI. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. For details about annotations in the UI, see \"About status checks\".

", + "description": "

Adds information from your analysis to specific lines of code. Annotations are visible in GitHub's pull request UI. Annotations are visible in GitHub's pull request UI. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. GitHub Actions are limited to 10 warning annotations and 10 error annotations per step. For details about annotations in the UI, see \"About status checks\".

", "childParamsGroups": [ { "type": "string", @@ -149147,6 +149365,7 @@ "description": "A great team.", "privacy": "closed", "permission": "admin", + "notification_setting": "notifications_enabled", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", "parent": null @@ -150706,6 +150925,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -150822,6 +151044,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -167522,6 +167751,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -167875,6 +168105,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -167991,6 +168224,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -168247,6 +168487,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -168586,6 +168827,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -168702,6 +168946,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -169022,6 +169273,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -169361,6 +169613,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -169477,6 +169732,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -176286,6 +176548,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -176324,6 +176587,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -239811,6 +240077,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -239927,6 +240196,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -244685,6 +244961,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -244801,6 +245080,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -250649,6 +250935,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -250765,6 +251054,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -251710,6 +252006,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -251826,6 +252125,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -262715,6 +263021,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -262831,6 +263140,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -263776,6 +264092,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -263892,6 +264211,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -272494,8 +272820,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -275827,15 +276151,10 @@ "example": { "verifiable_password_authentication": true, "packages": [ - "140.82.121.33/32", - "192.30.255.164/31", - "20.200.245.241/32", - "20.233.54.55/32" + "192.0.2.1" ], "dependabot": [ - "18.213.123.130/32", - "3.217.79.163/32", - "3.217.93.44/32" + "192.0.2.1" ], "installed_version": "3.4.0" }, @@ -275856,9 +276175,7 @@ "type": "string" }, "examples": [ - "13.65.0.0/16", - "157.55.204.33/32", - "2a01:111:f403:f90c::/62" + "192.0.2.1" ] }, "dependabot": { @@ -275867,8 +276184,7 @@ "type": "string" }, "examples": [ - "192.168.7.15/32", - "192.168.7.16/32" + "192.0.2.1" ] }, "installed_version": { @@ -313232,6 +313548,7 @@ "description": "A great team.", "privacy": "closed", "permission": "admin", + "notification_setting": "notifications_enabled", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", "parent": null @@ -314791,6 +315108,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -314907,6 +315227,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -318778,6 +319105,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -320399,6 +320727,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -322599,6 +322934,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -324220,6 +324556,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -326470,6 +326813,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -328091,6 +328435,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -332073,8 +332424,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -332699,8 +333048,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -333340,8 +333687,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -334093,8 +334438,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -334797,8 +335140,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -335452,8 +335793,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -335571,6 +335910,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -335775,6 +336115,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -335891,6 +336234,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -336272,6 +336622,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -337829,6 +338180,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -337945,6 +338299,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -341798,6 +342159,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -343355,6 +343717,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -343471,6 +343836,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -360531,7 +360903,7 @@ "type": "string", "name": "target_commitish", "in": "body", - "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch (usually master).

" + "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch.

" }, { "type": "string", @@ -363576,7 +363948,7 @@ "type": "string", "name": "target_commitish", "in": "body", - "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch (usually master).

" + "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch.

" }, { "type": "string", @@ -381225,6 +381597,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -381259,6 +381632,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -381375,6 +381751,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -389959,7 +390342,7 @@ }, { "name": "ref", - "description": "

The name of the commit/branch/tag. Default: the repository’s default branch (usually master)

", + "description": "

The name of the commit/branch/tag. Default: the repository’s default branch.

", "in": "query", "required": false, "schema": { @@ -392278,7 +392661,7 @@ "type": "string", "name": "branch", "in": "body", - "description": "

The branch name. Default: the repository’s default branch (usually master)

" + "description": "

The branch name. Default: the repository’s default branch.

" }, { "type": "object", @@ -392890,7 +393273,7 @@ "type": "string", "name": "branch", "in": "body", - "description": "

The branch name. Default: the repository’s default branch (usually master)

" + "description": "

The branch name. Default: the repository’s default branch

" }, { "type": "object", @@ -393207,7 +393590,7 @@ }, { "name": "ref", - "description": "

The name of the commit/branch/tag. Default: the repository’s default branch (usually master)

", + "description": "

The name of the commit/branch/tag. Default: the repository’s default branch.

", "in": "query", "required": false, "schema": { @@ -393418,7 +393801,7 @@ }, { "name": "ref", - "description": "

The name of the commit/branch/tag. Default: the repository’s default branch (usually master)

", + "description": "

The name of the commit/branch/tag. Default: the repository’s default branch.

", "in": "query", "required": false, "schema": { @@ -400497,7 +400880,7 @@ } ], "previews": [], - "descriptionHTML": "

Create a fork for the authenticated user.

\n

Note: Forking a Repository happens asynchronously. You may have to wait a short period of time before you can access the git objects. If this takes longer than 5 minutes, be sure to contact GitHub Enterprise Server Support.

", + "descriptionHTML": "

Create a fork for the authenticated user.

\n

Note: Forking a Repository happens asynchronously. You may have to wait a short period of time before you can access the git objects. If this takes longer than 5 minutes, be sure to contact GitHub Enterprise Server Support.

\n

Note: Although this endpoint works with GitHub Apps, the GitHub App must be installed on the destination account with access to all repositories and on the source account with access to the source repository.

", "statusCodes": [ { "httpStatusCode": "202", @@ -411691,6 +412074,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -411725,6 +412109,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -411841,6 +412228,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -411970,6 +412364,16 @@ "closed" ] }, + { + "type": "string", + "name": "notification_setting", + "in": "body", + "description": "

The notification setting the team has chosen:

\n", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "permission", @@ -412006,6 +412410,7 @@ "name": "Justice League", "description": "A great team", "permission": "push", + "notification_setting": "notifications_enabled", "privacy": "closed" }, "parameters": { @@ -412025,6 +412430,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -412129,6 +412535,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -412217,6 +412634,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -412750,6 +413174,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -412854,6 +413279,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -412942,6 +413378,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -413468,6 +413911,16 @@ "closed" ] }, + { + "type": "string", + "name": "notification_setting", + "in": "body", + "description": "

The notification setting the team has chosen. Editing teams without specifying this parameter leaves notification_setting intact. The options are:\n*notifications_enabled - team members receive notifications when the team is @mentioned

\n", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "permission", @@ -413498,7 +413951,8 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed" + "privacy": "closed", + "notification_setting": "notifications_enabled" }, "parameters": { "org": "ORG", @@ -413518,6 +413972,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -413622,6 +414077,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -413710,6 +414176,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -414181,7 +414654,8 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed" + "privacy": "closed", + "notification_setting": "notifications_enabled" }, "parameters": { "org": "ORG", @@ -414201,6 +414675,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -414305,6 +414780,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -414393,6 +414879,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -419566,6 +420059,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -419601,6 +420095,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -419717,6 +420214,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -419831,6 +420335,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -419935,6 +420440,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -420023,6 +420539,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -420590,6 +421113,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -420694,6 +421218,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -420782,6 +421317,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -421272,6 +421814,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -421376,6 +421919,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -421464,6 +422018,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -426581,6 +427142,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -426616,6 +427178,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -426732,6 +427297,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -426865,6 +427437,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -426972,6 +427545,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -427060,6 +427644,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -441772,7 +442363,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", @@ -442045,7 +442646,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", @@ -442321,7 +442932,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", @@ -442680,7 +443301,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", diff --git a/src/rest/data/ghes-3.5/schema.json b/src/rest/data/ghes-3.5/schema.json index 9b8d23b526..e04f6d9bdc 100644 --- a/src/rest/data/ghes-3.5/schema.json +++ b/src/rest/data/ghes-3.5/schema.json @@ -34135,6 +34135,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -34419,6 +34420,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -34535,6 +34539,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -105586,6 +105597,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -105702,6 +105716,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -106308,6 +106329,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -106424,6 +106448,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -106955,6 +106986,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -108410,6 +108444,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -108526,6 +108563,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -109132,6 +109176,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -109248,6 +109295,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -109779,6 +109833,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -111263,6 +111320,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -111379,6 +111439,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -111985,6 +112052,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -112101,6 +112171,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -112632,6 +112709,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -114041,6 +114121,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -114126,6 +114207,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -114477,6 +114559,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -114593,6 +114678,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -115199,6 +115291,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -115315,6 +115410,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -115846,6 +115948,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -116767,6 +116872,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -116883,6 +116991,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -117474,6 +117589,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -117590,6 +117708,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -118178,6 +118303,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -118845,6 +118973,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -119102,6 +119231,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -119218,6 +119350,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -119824,6 +119963,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -119940,6 +120082,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -120554,6 +120703,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -120811,6 +120961,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -120927,6 +121080,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -121533,6 +121693,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -121649,6 +121812,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -123280,6 +123450,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -123439,6 +123610,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -125590,6 +125764,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -125624,6 +125799,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -125740,6 +125918,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -125890,6 +126075,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -125924,6 +126110,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -126040,6 +126229,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -126190,6 +126386,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -126224,6 +126421,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -126340,6 +126540,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -126490,6 +126697,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -126524,6 +126732,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -126640,6 +126851,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -127909,7 +128127,7 @@ { "type": "array of objects", "name": "annotations", - "description": "

Adds information from your analysis to specific lines of code. Annotations are visible on GitHub in the Checks and Files changed tab of the pull request. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. For details about how you can view annotations on GitHub, see \"About status checks\".

", + "description": "

Adds information from your analysis to specific lines of code. Annotations are visible on GitHub in the Checks and Files changed tab of the pull request. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. GitHub Actions are limited to 10 warning annotations and 10 error annotations per step. For details about how you can view annotations on GitHub, see \"About status checks\".

", "childParamsGroups": [ { "type": "string", @@ -131748,7 +131966,7 @@ { "type": "array of objects", "name": "annotations", - "description": "

Adds information from your analysis to specific lines of code. Annotations are visible in GitHub's pull request UI. Annotations are visible in GitHub's pull request UI. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. For details about annotations in the UI, see \"About status checks\".

", + "description": "

Adds information from your analysis to specific lines of code. Annotations are visible in GitHub's pull request UI. Annotations are visible in GitHub's pull request UI. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. GitHub Actions are limited to 10 warning annotations and 10 error annotations per step. For details about annotations in the UI, see \"About status checks\".

", "childParamsGroups": [ { "type": "string", @@ -156295,6 +156513,7 @@ "description": "A great team.", "privacy": "closed", "permission": "admin", + "notification_setting": "notifications_enabled", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", "parent": null @@ -157854,6 +158073,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -157970,6 +158192,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -174682,6 +174911,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -175035,6 +175265,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -175151,6 +175384,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -175407,6 +175647,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -175746,6 +175987,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -175862,6 +176106,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -176182,6 +176433,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -176521,6 +176773,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -176637,6 +176892,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -183446,6 +183708,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -183484,6 +183747,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -246971,6 +247237,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -247087,6 +247356,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -251845,6 +252121,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -251961,6 +252240,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -257809,6 +258095,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -257925,6 +258214,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -258870,6 +259166,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -258986,6 +259285,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -269875,6 +270181,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -269991,6 +270300,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -270936,6 +271252,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -271052,6 +271371,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -279654,8 +279980,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -282987,15 +283311,10 @@ "example": { "verifiable_password_authentication": true, "packages": [ - "140.82.121.33/32", - "192.30.255.164/31", - "20.200.245.241/32", - "20.233.54.55/32" + "192.0.2.1" ], "dependabot": [ - "18.213.123.130/32", - "3.217.79.163/32", - "3.217.93.44/32" + "192.0.2.1" ], "installed_version": "3.5.0" }, @@ -283016,9 +283335,7 @@ "type": "string" }, "examples": [ - "13.65.0.0/16", - "157.55.204.33/32", - "2a01:111:f403:f90c::/62" + "192.0.2.1" ] }, "dependabot": { @@ -283027,8 +283344,7 @@ "type": "string" }, "examples": [ - "192.168.7.15/32", - "192.168.7.16/32" + "192.0.2.1" ] }, "installed_version": { @@ -320404,6 +320720,7 @@ "description": "A great team.", "privacy": "closed", "permission": "admin", + "notification_setting": "notifications_enabled", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", "parent": null @@ -321963,6 +322280,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -322079,6 +322399,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -325950,6 +326277,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -327571,6 +327899,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -329771,6 +330106,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -331392,6 +331728,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -333642,6 +333985,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -335263,6 +335607,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -339245,8 +339596,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -339871,8 +340220,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -340512,8 +340859,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -341265,8 +341610,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -341969,8 +342312,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -342624,8 +342965,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -342743,6 +343082,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -342947,6 +343287,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -343063,6 +343406,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -343444,6 +343794,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -345001,6 +345352,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -345117,6 +345471,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -348970,6 +349331,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -350527,6 +350889,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -350643,6 +351008,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -367642,7 +368014,7 @@ "type": "string", "name": "target_commitish", "in": "body", - "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch (usually master).

" + "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch.

" }, { "type": "string", @@ -370687,7 +371059,7 @@ "type": "string", "name": "target_commitish", "in": "body", - "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch (usually master).

" + "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch.

" }, { "type": "string", @@ -388510,6 +388882,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -388544,6 +388917,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -388660,6 +389036,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -397262,7 +397645,7 @@ }, { "name": "ref", - "description": "

The name of the commit/branch/tag. Default: the repository’s default branch (usually master)

", + "description": "

The name of the commit/branch/tag. Default: the repository’s default branch.

", "in": "query", "required": false, "schema": { @@ -399581,7 +399964,7 @@ "type": "string", "name": "branch", "in": "body", - "description": "

The branch name. Default: the repository’s default branch (usually master)

" + "description": "

The branch name. Default: the repository’s default branch.

" }, { "type": "object", @@ -400193,7 +400576,7 @@ "type": "string", "name": "branch", "in": "body", - "description": "

The branch name. Default: the repository’s default branch (usually master)

" + "description": "

The branch name. Default: the repository’s default branch

" }, { "type": "object", @@ -400510,7 +400893,7 @@ }, { "name": "ref", - "description": "

The name of the commit/branch/tag. Default: the repository’s default branch (usually master)

", + "description": "

The name of the commit/branch/tag. Default: the repository’s default branch.

", "in": "query", "required": false, "schema": { @@ -400721,7 +401104,7 @@ }, { "name": "ref", - "description": "

The name of the commit/branch/tag. Default: the repository’s default branch (usually master)

", + "description": "

The name of the commit/branch/tag. Default: the repository’s default branch.

", "in": "query", "required": false, "schema": { @@ -407806,7 +408189,7 @@ } ], "previews": [], - "descriptionHTML": "

Create a fork for the authenticated user.

\n

Note: Forking a Repository happens asynchronously. You may have to wait a short period of time before you can access the git objects. If this takes longer than 5 minutes, be sure to contact GitHub Enterprise Server Support.

", + "descriptionHTML": "

Create a fork for the authenticated user.

\n

Note: Forking a Repository happens asynchronously. You may have to wait a short period of time before you can access the git objects. If this takes longer than 5 minutes, be sure to contact GitHub Enterprise Server Support.

\n

Note: Although this endpoint works with GitHub Apps, the GitHub App must be installed on the destination account with access to all repositories and on the source account with access to the source repository.

", "statusCodes": [ { "httpStatusCode": "202", @@ -419341,6 +419724,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -419375,6 +419759,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -419491,6 +419878,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -419620,6 +420014,16 @@ "closed" ] }, + { + "type": "string", + "name": "notification_setting", + "in": "body", + "description": "

The notification setting the team has chosen:

\n", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "permission", @@ -419656,6 +420060,7 @@ "name": "Justice League", "description": "A great team", "permission": "push", + "notification_setting": "notifications_enabled", "privacy": "closed" }, "parameters": { @@ -419675,6 +420080,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -419779,6 +420185,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -419867,6 +420284,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -420400,6 +420824,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -420504,6 +420929,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -420592,6 +421028,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -421118,6 +421561,16 @@ "closed" ] }, + { + "type": "string", + "name": "notification_setting", + "in": "body", + "description": "

The notification setting the team has chosen. Editing teams without specifying this parameter leaves notification_setting intact. The options are:\n*notifications_enabled - team members receive notifications when the team is @mentioned

\n", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "permission", @@ -421148,7 +421601,8 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed" + "privacy": "closed", + "notification_setting": "notifications_enabled" }, "parameters": { "org": "ORG", @@ -421168,6 +421622,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -421272,6 +421727,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -421360,6 +421826,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -421831,7 +422304,8 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed" + "privacy": "closed", + "notification_setting": "notifications_enabled" }, "parameters": { "org": "ORG", @@ -421851,6 +422325,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -421955,6 +422430,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -422043,6 +422529,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -427230,6 +427723,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -427265,6 +427759,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -427381,6 +427878,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -427495,6 +427999,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -427599,6 +428104,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -427687,6 +428203,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -428254,6 +428777,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -428358,6 +428882,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -428446,6 +428981,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -428936,6 +429478,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -429040,6 +429583,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -429128,6 +429682,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -434259,6 +434820,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -434294,6 +434856,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -434410,6 +434975,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -434543,6 +435115,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -434650,6 +435223,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -434738,6 +435322,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -449450,7 +450041,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", @@ -449723,7 +450324,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", @@ -449999,7 +450610,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", @@ -450358,7 +450979,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", diff --git a/src/rest/data/ghes-3.6/schema.json b/src/rest/data/ghes-3.6/schema.json index 0308ec59dd..fff48e4481 100644 --- a/src/rest/data/ghes-3.6/schema.json +++ b/src/rest/data/ghes-3.6/schema.json @@ -35249,6 +35249,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -35533,6 +35534,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -35649,6 +35653,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -108103,6 +108114,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -108219,6 +108233,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -108825,6 +108846,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -108941,6 +108965,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -109472,6 +109503,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -110927,6 +110961,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -111043,6 +111080,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -111649,6 +111693,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -111765,6 +111812,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -112296,6 +112350,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -113780,6 +113837,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -113896,6 +113956,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -114502,6 +114569,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -114618,6 +114688,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -115149,6 +115226,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -116558,6 +116638,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -116643,6 +116724,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -116994,6 +117076,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -117110,6 +117195,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -117716,6 +117808,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -117832,6 +117927,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -118363,6 +118465,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -119284,6 +119389,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -119400,6 +119508,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -119991,6 +120106,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -120107,6 +120225,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -120695,6 +120820,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -121362,6 +121490,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -121619,6 +121748,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -121735,6 +121867,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -122341,6 +122480,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -122457,6 +122599,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -123071,6 +123220,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -123328,6 +123478,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -123444,6 +123597,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -124050,6 +124210,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -124166,6 +124329,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -125797,6 +125967,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -125956,6 +126127,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -128107,6 +128281,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -128141,6 +128316,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -128257,6 +128435,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -128407,6 +128592,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -128441,6 +128627,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -128557,6 +128746,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -128707,6 +128903,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -128741,6 +128938,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -128857,6 +129057,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -129007,6 +129214,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -129041,6 +129249,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -129157,6 +129368,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -130426,7 +130644,7 @@ { "type": "array of objects", "name": "annotations", - "description": "

Adds information from your analysis to specific lines of code. Annotations are visible on GitHub in the Checks and Files changed tab of the pull request. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. For details about how you can view annotations on GitHub, see \"About status checks\".

", + "description": "

Adds information from your analysis to specific lines of code. Annotations are visible on GitHub in the Checks and Files changed tab of the pull request. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. GitHub Actions are limited to 10 warning annotations and 10 error annotations per step. For details about how you can view annotations on GitHub, see \"About status checks\".

", "childParamsGroups": [ { "type": "string", @@ -134265,7 +134483,7 @@ { "type": "array of objects", "name": "annotations", - "description": "

Adds information from your analysis to specific lines of code. Annotations are visible in GitHub's pull request UI. Annotations are visible in GitHub's pull request UI. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. For details about annotations in the UI, see \"About status checks\".

", + "description": "

Adds information from your analysis to specific lines of code. Annotations are visible in GitHub's pull request UI. Annotations are visible in GitHub's pull request UI. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. GitHub Actions are limited to 10 warning annotations and 10 error annotations per step. For details about annotations in the UI, see \"About status checks\".

", "childParamsGroups": [ { "type": "string", @@ -158912,6 +159130,7 @@ "description": "A great team.", "privacy": "closed", "permission": "admin", + "notification_setting": "notifications_enabled", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", "parent": null @@ -160471,6 +160690,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -160587,6 +160809,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -177720,6 +177949,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -178073,6 +178303,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -178189,6 +178422,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -178445,6 +178685,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -178784,6 +179025,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -178900,6 +179144,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -179220,6 +179471,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -179559,6 +179811,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -179675,6 +179930,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -186484,6 +186746,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -186522,6 +186785,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -256126,6 +256392,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -256242,6 +256511,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -261082,6 +261358,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -261198,6 +261477,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -267046,6 +267332,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -267162,6 +267451,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -268107,6 +268403,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -268223,6 +268522,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -279112,6 +279418,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -279228,6 +279537,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -280173,6 +280489,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -280289,6 +280608,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -288973,8 +289299,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -292306,15 +292630,10 @@ "example": { "verifiable_password_authentication": true, "packages": [ - "140.82.121.33/32", - "192.30.255.164/31", - "20.200.245.241/32", - "20.233.54.55/32" + "192.0.2.1" ], "dependabot": [ - "18.213.123.130/32", - "3.217.79.163/32", - "3.217.93.44/32" + "192.0.2.1" ], "installed_version": "3.6.0" }, @@ -292335,9 +292654,7 @@ "type": "string" }, "examples": [ - "13.65.0.0/16", - "157.55.204.33/32", - "2a01:111:f403:f90c::/62" + "192.0.2.1" ] }, "dependabot": { @@ -292346,8 +292663,7 @@ "type": "string" }, "examples": [ - "192.168.7.15/32", - "192.168.7.16/32" + "192.0.2.1" ] }, "installed_version": { @@ -330166,6 +330482,7 @@ "description": "A great team.", "privacy": "closed", "permission": "admin", + "notification_setting": "notifications_enabled", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", "parent": null @@ -331725,6 +332042,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -331841,6 +332161,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -335876,6 +336203,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -337497,6 +337825,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -339703,6 +340038,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -341324,6 +341660,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -343580,6 +343923,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -345201,6 +345545,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -349189,8 +349540,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -349815,8 +350164,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -350456,8 +350803,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -351209,8 +351554,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -351913,8 +352256,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -352568,8 +352909,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -352687,6 +353026,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -352891,6 +353231,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -353007,6 +353350,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -353388,6 +353738,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -354945,6 +355296,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -355061,6 +355415,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -359078,6 +359439,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -360635,6 +360997,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -360751,6 +361116,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -377914,7 +378286,7 @@ "type": "string", "name": "target_commitish", "in": "body", - "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch (usually master).

" + "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch.

" }, { "type": "string", @@ -380959,7 +381331,7 @@ "type": "string", "name": "target_commitish", "in": "body", - "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch (usually master).

" + "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch.

" }, { "type": "string", @@ -399487,6 +399859,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -399521,6 +399894,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -399637,6 +400013,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -408503,7 +408886,7 @@ }, { "name": "ref", - "description": "

The name of the commit/branch/tag. Default: the repository’s default branch (usually master)

", + "description": "

The name of the commit/branch/tag. Default: the repository’s default branch.

", "in": "query", "required": false, "schema": { @@ -410822,7 +411205,7 @@ "type": "string", "name": "branch", "in": "body", - "description": "

The branch name. Default: the repository’s default branch (usually master)

" + "description": "

The branch name. Default: the repository’s default branch.

" }, { "type": "object", @@ -411434,7 +411817,7 @@ "type": "string", "name": "branch", "in": "body", - "description": "

The branch name. Default: the repository’s default branch (usually master)

" + "description": "

The branch name. Default: the repository’s default branch

" }, { "type": "object", @@ -411751,7 +412134,7 @@ }, { "name": "ref", - "description": "

The name of the commit/branch/tag. Default: the repository’s default branch (usually master)

", + "description": "

The name of the commit/branch/tag. Default: the repository’s default branch.

", "in": "query", "required": false, "schema": { @@ -411962,7 +412345,7 @@ }, { "name": "ref", - "description": "

The name of the commit/branch/tag. Default: the repository’s default branch (usually master)

", + "description": "

The name of the commit/branch/tag. Default: the repository’s default branch.

", "in": "query", "required": false, "schema": { @@ -419359,7 +419742,7 @@ } ], "previews": [], - "descriptionHTML": "

Create a fork for the authenticated user.

\n

Note: Forking a Repository happens asynchronously. You may have to wait a short period of time before you can access the git objects. If this takes longer than 5 minutes, be sure to contact GitHub Enterprise Server Support.

", + "descriptionHTML": "

Create a fork for the authenticated user.

\n

Note: Forking a Repository happens asynchronously. You may have to wait a short period of time before you can access the git objects. If this takes longer than 5 minutes, be sure to contact GitHub Enterprise Server Support.

\n

Note: Although this endpoint works with GitHub Apps, the GitHub App must be installed on the destination account with access to all repositories and on the source account with access to the source repository.

", "statusCodes": [ { "httpStatusCode": "202", @@ -431995,6 +432378,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -432029,6 +432413,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -432145,6 +432532,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -432274,6 +432668,16 @@ "closed" ] }, + { + "type": "string", + "name": "notification_setting", + "in": "body", + "description": "

The notification setting the team has chosen:

\n", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "permission", @@ -432310,6 +432714,7 @@ "name": "Justice League", "description": "A great team", "permission": "push", + "notification_setting": "notifications_enabled", "privacy": "closed" }, "parameters": { @@ -432329,6 +432734,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -432433,6 +432839,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -432521,6 +432938,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -433060,6 +433484,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -433164,6 +433589,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -433252,6 +433688,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -433784,6 +434227,16 @@ "closed" ] }, + { + "type": "string", + "name": "notification_setting", + "in": "body", + "description": "

The notification setting the team has chosen. Editing teams without specifying this parameter leaves notification_setting intact. The options are:\n*notifications_enabled - team members receive notifications when the team is @mentioned

\n", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "permission", @@ -433814,7 +434267,8 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed" + "privacy": "closed", + "notification_setting": "notifications_enabled" }, "parameters": { "org": "ORG", @@ -433834,6 +434288,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -433938,6 +434393,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -434026,6 +434492,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -434503,7 +434976,8 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed" + "privacy": "closed", + "notification_setting": "notifications_enabled" }, "parameters": { "org": "ORG", @@ -434523,6 +434997,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -434627,6 +435102,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -434715,6 +435201,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -440004,6 +440497,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -440039,6 +440533,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -440155,6 +440652,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -440269,6 +440773,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -440373,6 +440878,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -440461,6 +440977,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -441034,6 +441557,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -441138,6 +441662,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -441226,6 +441761,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -441722,6 +442264,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -441826,6 +442369,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -441914,6 +442468,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -447147,6 +447708,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -447182,6 +447744,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -447298,6 +447863,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -447431,6 +448003,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -447538,6 +448111,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -447626,6 +448210,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -463114,7 +463705,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", @@ -463416,7 +464017,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", @@ -463715,7 +464326,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", @@ -464097,7 +464718,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", diff --git a/src/rest/data/ghes-3.7/schema.json b/src/rest/data/ghes-3.7/schema.json index 2b66ab8c31..e476371444 100644 --- a/src/rest/data/ghes-3.7/schema.json +++ b/src/rest/data/ghes-3.7/schema.json @@ -36096,6 +36096,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -36380,6 +36381,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -36496,6 +36500,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -109074,6 +109085,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -109190,6 +109204,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -109796,6 +109817,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -109912,6 +109936,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -110443,6 +110474,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -111898,6 +111932,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -112014,6 +112051,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -112620,6 +112664,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -112736,6 +112783,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -113267,6 +113321,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -114751,6 +114808,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -114867,6 +114927,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -115473,6 +115540,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -115589,6 +115659,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -116120,6 +116197,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -117529,6 +117609,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -117614,6 +117695,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -117965,6 +118047,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -118081,6 +118166,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -118687,6 +118779,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -118803,6 +118898,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -119334,6 +119436,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -120255,6 +120360,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -120371,6 +120479,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -120962,6 +121077,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -121078,6 +121196,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -121666,6 +121791,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -122333,6 +122461,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -122590,6 +122719,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -122706,6 +122838,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -123312,6 +123451,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -123428,6 +123570,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -124042,6 +124191,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -124299,6 +124449,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -124415,6 +124568,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -125021,6 +125181,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -125137,6 +125300,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -126768,6 +126938,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -126927,6 +127098,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -129078,6 +129252,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -129112,6 +129287,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -129228,6 +129406,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -129378,6 +129563,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -129412,6 +129598,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -129528,6 +129717,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -129678,6 +129874,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -129712,6 +129909,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -129828,6 +130028,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -129978,6 +130185,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -130012,6 +130220,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -130128,6 +130339,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -131397,7 +131615,7 @@ { "type": "array of objects", "name": "annotations", - "description": "

Adds information from your analysis to specific lines of code. Annotations are visible on GitHub in the Checks and Files changed tab of the pull request. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. For details about how you can view annotations on GitHub, see \"About status checks\".

", + "description": "

Adds information from your analysis to specific lines of code. Annotations are visible on GitHub in the Checks and Files changed tab of the pull request. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. GitHub Actions are limited to 10 warning annotations and 10 error annotations per step. For details about how you can view annotations on GitHub, see \"About status checks\".

", "childParamsGroups": [ { "type": "string", @@ -135236,7 +135454,7 @@ { "type": "array of objects", "name": "annotations", - "description": "

Adds information from your analysis to specific lines of code. Annotations are visible in GitHub's pull request UI. Annotations are visible in GitHub's pull request UI. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. For details about annotations in the UI, see \"About status checks\".

", + "description": "

Adds information from your analysis to specific lines of code. Annotations are visible in GitHub's pull request UI. Annotations are visible in GitHub's pull request UI. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. GitHub Actions are limited to 10 warning annotations and 10 error annotations per step. For details about annotations in the UI, see \"About status checks\".

", "childParamsGroups": [ { "type": "string", @@ -161344,6 +161562,7 @@ "description": "A great team.", "privacy": "closed", "permission": "admin", + "notification_setting": "notifications_enabled", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", "parent": null @@ -162903,6 +163122,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -163019,6 +163241,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -180531,6 +180760,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -180884,6 +181114,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -181000,6 +181233,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -181256,6 +181496,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -181595,6 +181836,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -181711,6 +181955,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -182031,6 +182282,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -182370,6 +182622,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -182486,6 +182741,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -189295,6 +189557,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -189333,6 +189596,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -259037,6 +259303,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -259153,6 +259422,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -264001,6 +264277,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -264117,6 +264396,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -269965,6 +270251,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -270081,6 +270370,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -271026,6 +271322,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -271142,6 +271441,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -282031,6 +282337,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -282147,6 +282456,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -283092,6 +283408,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -283208,6 +283527,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -291900,8 +292226,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -295233,15 +295557,10 @@ "example": { "verifiable_password_authentication": true, "packages": [ - "140.82.121.33/32", - "192.30.255.164/31", - "20.200.245.241/32", - "20.233.54.55/32" + "192.0.2.1" ], "dependabot": [ - "18.213.123.130/32", - "3.217.79.163/32", - "3.217.93.44/32" + "192.0.2.1" ], "installed_version": "3.7.0" }, @@ -295262,9 +295581,7 @@ "type": "string" }, "examples": [ - "13.65.0.0/16", - "157.55.204.33/32", - "2a01:111:f403:f90c::/62" + "192.0.2.1" ] }, "dependabot": { @@ -295273,8 +295590,7 @@ "type": "string" }, "examples": [ - "192.168.7.15/32", - "192.168.7.16/32" + "192.0.2.1" ] }, "installed_version": { @@ -322891,6 +323207,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -322962,6 +323279,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -333782,6 +334106,7 @@ "description": "A great team.", "privacy": "closed", "permission": "admin", + "notification_setting": "notifications_enabled", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", "parent": null @@ -335341,6 +335666,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -335457,6 +335785,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -339508,6 +339843,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -341129,6 +341465,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -343335,6 +343678,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -344956,6 +345300,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -347212,6 +347563,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -348833,6 +349185,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -352821,8 +353180,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -353447,8 +353804,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -354088,8 +354443,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -354841,8 +355194,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -355545,8 +355896,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -356200,8 +356549,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -356319,6 +356666,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -356523,6 +356871,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -356639,6 +356990,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -357020,6 +357378,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -358577,6 +358936,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -358693,6 +359055,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -362726,6 +363095,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -364283,6 +364653,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -364399,6 +364772,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -381578,7 +381958,7 @@ "type": "string", "name": "target_commitish", "in": "body", - "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch (usually master).

" + "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch.

" }, { "type": "string", @@ -384623,7 +385003,7 @@ "type": "string", "name": "target_commitish", "in": "body", - "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch (usually master).

" + "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch.

" }, { "type": "string", @@ -403222,6 +403602,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -403256,6 +403637,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -403372,6 +403756,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -412305,7 +412696,7 @@ }, { "name": "ref", - "description": "

The name of the commit/branch/tag. Default: the repository’s default branch (usually master)

", + "description": "

The name of the commit/branch/tag. Default: the repository’s default branch.

", "in": "query", "required": false, "schema": { @@ -414624,7 +415015,7 @@ "type": "string", "name": "branch", "in": "body", - "description": "

The branch name. Default: the repository’s default branch (usually master)

" + "description": "

The branch name. Default: the repository’s default branch.

" }, { "type": "object", @@ -415236,7 +415627,7 @@ "type": "string", "name": "branch", "in": "body", - "description": "

The branch name. Default: the repository’s default branch (usually master)

" + "description": "

The branch name. Default: the repository’s default branch

" }, { "type": "object", @@ -415553,7 +415944,7 @@ }, { "name": "ref", - "description": "

The name of the commit/branch/tag. Default: the repository’s default branch (usually master)

", + "description": "

The name of the commit/branch/tag. Default: the repository’s default branch.

", "in": "query", "required": false, "schema": { @@ -415764,7 +416155,7 @@ }, { "name": "ref", - "description": "

The name of the commit/branch/tag. Default: the repository’s default branch (usually master)

", + "description": "

The name of the commit/branch/tag. Default: the repository’s default branch.

", "in": "query", "required": false, "schema": { @@ -423206,7 +423597,7 @@ } ], "previews": [], - "descriptionHTML": "

Create a fork for the authenticated user.

\n

Note: Forking a Repository happens asynchronously. You may have to wait a short period of time before you can access the git objects. If this takes longer than 5 minutes, be sure to contact GitHub Enterprise Server Support.

", + "descriptionHTML": "

Create a fork for the authenticated user.

\n

Note: Forking a Repository happens asynchronously. You may have to wait a short period of time before you can access the git objects. If this takes longer than 5 minutes, be sure to contact GitHub Enterprise Server Support.

\n

Note: Although this endpoint works with GitHub Apps, the GitHub App must be installed on the destination account with access to all repositories and on the source account with access to the source repository.

", "statusCodes": [ { "httpStatusCode": "202", @@ -435895,6 +436286,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -435929,6 +436321,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -436045,6 +436440,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -436174,6 +436576,16 @@ "closed" ] }, + { + "type": "string", + "name": "notification_setting", + "in": "body", + "description": "

The notification setting the team has chosen:

\n", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "permission", @@ -436210,6 +436622,7 @@ "name": "Justice League", "description": "A great team", "permission": "push", + "notification_setting": "notifications_enabled", "privacy": "closed" }, "parameters": { @@ -436229,6 +436642,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -436333,6 +436747,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -436421,6 +436846,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -436960,6 +437392,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -437064,6 +437497,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -437152,6 +437596,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -437684,6 +438135,16 @@ "closed" ] }, + { + "type": "string", + "name": "notification_setting", + "in": "body", + "description": "

The notification setting the team has chosen. Editing teams without specifying this parameter leaves notification_setting intact. The options are:\n*notifications_enabled - team members receive notifications when the team is @mentioned

\n", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "permission", @@ -437714,7 +438175,8 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed" + "privacy": "closed", + "notification_setting": "notifications_enabled" }, "parameters": { "org": "ORG", @@ -437734,6 +438196,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -437838,6 +438301,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -437926,6 +438400,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -438403,7 +438884,8 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed" + "privacy": "closed", + "notification_setting": "notifications_enabled" }, "parameters": { "org": "ORG", @@ -438423,6 +438905,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -438527,6 +439010,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -438615,6 +439109,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -443915,6 +444416,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -443950,6 +444452,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -444066,6 +444571,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -444180,6 +444692,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -444284,6 +444797,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -444372,6 +444896,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -444945,6 +445476,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -445049,6 +445581,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -445137,6 +445680,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -445633,6 +446183,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -445737,6 +446288,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -445825,6 +446387,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -451069,6 +451638,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -451104,6 +451674,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -451220,6 +451793,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -451353,6 +451933,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -451460,6 +452041,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -451548,6 +452140,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -467036,7 +467635,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", @@ -467338,7 +467947,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", @@ -467637,7 +468256,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", @@ -468019,7 +468648,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", diff --git a/src/rest/data/ghes-3.8/schema.json b/src/rest/data/ghes-3.8/schema.json index d814956281..24f78f5649 100644 --- a/src/rest/data/ghes-3.8/schema.json +++ b/src/rest/data/ghes-3.8/schema.json @@ -50171,6 +50171,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -50455,6 +50456,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -50571,6 +50575,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -123843,6 +123854,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -123959,6 +123973,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -124565,6 +124586,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -124681,6 +124705,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -125220,6 +125251,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -126695,6 +126729,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -126811,6 +126848,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -127417,6 +127461,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -127533,6 +127580,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -128072,6 +128126,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -129576,6 +129633,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -129692,6 +129752,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -130298,6 +130365,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -130414,6 +130484,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -130953,6 +131030,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -132382,6 +132462,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -132468,6 +132549,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -132825,6 +132907,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -132941,6 +133026,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -133547,6 +133639,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -133663,6 +133758,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -134202,6 +134304,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -135178,6 +135283,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -135294,6 +135402,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -135885,6 +136000,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -136001,6 +136119,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -136589,6 +136714,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -137278,6 +137406,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -137536,6 +137665,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -137652,6 +137784,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -138258,6 +138397,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -138374,6 +138516,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -139004,6 +139153,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -139262,6 +139412,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -139378,6 +139531,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -139984,6 +140144,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -140100,6 +140263,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -141739,6 +141909,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -141898,6 +142069,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -144049,6 +144223,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -144083,6 +144258,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -144199,6 +144377,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -144349,6 +144534,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -144383,6 +144569,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -144499,6 +144688,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -144649,6 +144845,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -144683,6 +144880,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -144799,6 +144999,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -144949,6 +145156,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -144983,6 +145191,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -145099,6 +145310,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -146368,7 +146586,7 @@ { "type": "array of objects", "name": "annotations", - "description": "

Adds information from your analysis to specific lines of code. Annotations are visible on GitHub in the Checks and Files changed tab of the pull request. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. For details about how you can view annotations on GitHub, see \"About status checks\".

", + "description": "

Adds information from your analysis to specific lines of code. Annotations are visible on GitHub in the Checks and Files changed tab of the pull request. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. GitHub Actions are limited to 10 warning annotations and 10 error annotations per step. For details about how you can view annotations on GitHub, see \"About status checks\".

", "childParamsGroups": [ { "type": "string", @@ -150207,7 +150425,7 @@ { "type": "array of objects", "name": "annotations", - "description": "

Adds information from your analysis to specific lines of code. Annotations are visible in GitHub's pull request UI. Annotations are visible in GitHub's pull request UI. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. For details about annotations in the UI, see \"About status checks\".

", + "description": "

Adds information from your analysis to specific lines of code. Annotations are visible in GitHub's pull request UI. Annotations are visible in GitHub's pull request UI. The Checks API limits the number of annotations to a maximum of 50 per API request. To create more than 50 annotations, you have to make multiple requests to the Update a check run endpoint. Each time you update the check run, annotations are appended to the list of annotations that already exist for the check run. GitHub Actions are limited to 10 warning annotations and 10 error annotations per step. For details about annotations in the UI, see \"About status checks\".

", "childParamsGroups": [ { "type": "string", @@ -176765,6 +176983,7 @@ "description": "A great team.", "privacy": "closed", "permission": "admin", + "notification_setting": "notifications_enabled", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", "parent": null @@ -178324,6 +178543,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -178440,6 +178662,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -202389,6 +202618,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -202742,6 +202972,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -202858,6 +203091,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -203114,6 +203354,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -203453,6 +203694,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -203569,6 +203813,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -203889,6 +204140,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -204228,6 +204480,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -204344,6 +204599,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -211380,6 +211642,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -211418,6 +211681,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -281146,6 +281412,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -281262,6 +281531,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -286110,6 +286386,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -286226,6 +286505,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -292074,6 +292360,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -292190,6 +292479,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -293135,6 +293431,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -293251,6 +293550,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -304140,6 +304446,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -304256,6 +304565,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -305201,6 +305517,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -305317,6 +305636,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -314009,8 +314335,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -317342,15 +317666,10 @@ "example": { "verifiable_password_authentication": true, "packages": [ - "140.82.121.33/32", - "192.30.255.164/31", - "20.200.245.241/32", - "20.233.54.55/32" + "192.0.2.1" ], "dependabot": [ - "18.213.123.130/32", - "3.217.79.163/32", - "3.217.93.44/32" + "192.0.2.1" ], "installed_version": "3.8.0" }, @@ -317371,9 +317690,7 @@ "type": "string" }, "examples": [ - "13.65.0.0/16", - "157.55.204.33/32", - "2a01:111:f403:f90c::/62" + "192.0.2.1" ] }, "dependabot": { @@ -317382,8 +317699,7 @@ "type": "string" }, "examples": [ - "192.168.7.15/32", - "192.168.7.16/32" + "192.0.2.1" ] }, "installed_version": { @@ -345232,6 +345548,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -345303,6 +345620,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -356123,6 +356447,7 @@ "description": "A great team.", "privacy": "closed", "permission": "admin", + "notification_setting": "notifications_enabled", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", "parent": null @@ -357682,6 +358007,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -357798,6 +358126,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -361855,6 +362190,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -363476,6 +363812,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -365682,6 +366025,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -367303,6 +367647,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -369559,6 +369910,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -371180,6 +371532,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -375168,8 +375527,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -375794,8 +376151,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -376435,8 +376790,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -377188,8 +377541,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -377892,8 +378243,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -378547,8 +378896,6 @@ "pull_request_review_id", "diff_hunk", "path", - "position", - "original_position", "commit_id", "original_commit_id", "user", @@ -378666,6 +379013,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -378870,6 +379218,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -378986,6 +379337,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -379367,6 +379725,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -380924,6 +381283,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -381040,6 +381402,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -385073,6 +385442,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -386630,6 +387000,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -386746,6 +387119,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -403925,7 +404305,7 @@ "type": "string", "name": "target_commitish", "in": "body", - "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch (usually master).

" + "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch.

" }, { "type": "string", @@ -406982,7 +407362,7 @@ "type": "string", "name": "target_commitish", "in": "body", - "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch (usually master).

" + "description": "

Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch.

" }, { "type": "string", @@ -425648,6 +426028,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -425682,6 +426063,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -425798,6 +426182,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -434874,7 +435265,7 @@ }, { "name": "ref", - "description": "

The name of the commit/branch/tag. Default: the repository’s default branch (usually master)

", + "description": "

The name of the commit/branch/tag. Default: the repository’s default branch.

", "in": "query", "required": false, "schema": { @@ -437193,7 +437584,7 @@ "type": "string", "name": "branch", "in": "body", - "description": "

The branch name. Default: the repository’s default branch (usually master)

" + "description": "

The branch name. Default: the repository’s default branch.

" }, { "type": "object", @@ -437805,7 +438196,7 @@ "type": "string", "name": "branch", "in": "body", - "description": "

The branch name. Default: the repository’s default branch (usually master)

" + "description": "

The branch name. Default: the repository’s default branch

" }, { "type": "object", @@ -438122,7 +438513,7 @@ }, { "name": "ref", - "description": "

The name of the commit/branch/tag. Default: the repository’s default branch (usually master)

", + "description": "

The name of the commit/branch/tag. Default: the repository’s default branch.

", "in": "query", "required": false, "schema": { @@ -438333,7 +438724,7 @@ }, { "name": "ref", - "description": "

The name of the commit/branch/tag. Default: the repository’s default branch (usually master)

", + "description": "

The name of the commit/branch/tag. Default: the repository’s default branch.

", "in": "query", "required": false, "schema": { @@ -445819,7 +446210,7 @@ } ], "previews": [], - "descriptionHTML": "

Create a fork for the authenticated user.

\n

Note: Forking a Repository happens asynchronously. You may have to wait a short period of time before you can access the git objects. If this takes longer than 5 minutes, be sure to contact GitHub Enterprise Server Support.

", + "descriptionHTML": "

Create a fork for the authenticated user.

\n

Note: Forking a Repository happens asynchronously. You may have to wait a short period of time before you can access the git objects. If this takes longer than 5 minutes, be sure to contact GitHub Enterprise Server Support.

\n

Note: Although this endpoint works with GitHub Apps, the GitHub App must be installed on the destination account with access to all repositories and on the source account with access to the source repository.

", "statusCodes": [ { "httpStatusCode": "202", @@ -458700,6 +459091,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -458734,6 +459126,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -458850,6 +459245,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -458979,6 +459381,16 @@ "closed" ] }, + { + "type": "string", + "name": "notification_setting", + "in": "body", + "description": "

The notification setting the team has chosen:

\n", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "permission", @@ -459015,6 +459427,7 @@ "name": "Justice League", "description": "A great team", "permission": "push", + "notification_setting": "notifications_enabled", "privacy": "closed" }, "parameters": { @@ -459034,6 +459447,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -459138,6 +459552,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -459226,6 +459651,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -459765,6 +460197,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -459869,6 +460302,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -459957,6 +460401,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -460489,6 +460940,16 @@ "closed" ] }, + { + "type": "string", + "name": "notification_setting", + "in": "body", + "description": "

The notification setting the team has chosen. Editing teams without specifying this parameter leaves notification_setting intact. The options are:\n*notifications_enabled - team members receive notifications when the team is @mentioned

\n", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "permission", @@ -460519,7 +460980,8 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed" + "privacy": "closed", + "notification_setting": "notifications_enabled" }, "parameters": { "org": "ORG", @@ -460539,6 +461001,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -460643,6 +461106,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -460731,6 +461205,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -461208,7 +461689,8 @@ "bodyParameters": { "name": "new team name", "description": "new team description", - "privacy": "closed" + "privacy": "closed", + "notification_setting": "notifications_enabled" }, "parameters": { "org": "ORG", @@ -461228,6 +461710,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -461332,6 +461815,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -461420,6 +461914,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -466775,6 +467276,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -466810,6 +467312,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -466926,6 +467431,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -467040,6 +467552,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -467144,6 +467657,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -467232,6 +467756,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -467805,6 +468336,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -467909,6 +468441,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -467997,6 +468540,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -468493,6 +469043,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -468597,6 +469148,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -468685,6 +469247,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -473984,6 +474553,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos" @@ -474019,6 +474589,9 @@ "privacy": { "type": "string" }, + "notification_setting": { + "type": "string" + }, "permission": { "type": "string" }, @@ -474135,6 +474708,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -474268,6 +474848,7 @@ "slug": "justice-league", "description": "A great team.", "privacy": "closed", + "notification_setting": "notifications_enabled", "permission": "admin", "members_url": "https://api.github.com/teams/1/members{/member}", "repositories_url": "https://api.github.com/teams/1/repos", @@ -474375,6 +474956,17 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ], + "examples": [ + "notifications_enabled" + ] + }, "permission": { "description": "Permission that the team will have for its repositories", "type": "string", @@ -474463,6 +475055,13 @@ "closed" ] }, + "notification_setting": { + "description": "The notification setting the team has set", + "type": "string", + "examples": [ + "notifications_enabled" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -489951,7 +490550,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", @@ -490253,7 +490862,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", @@ -490552,7 +491171,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", @@ -490934,7 +491563,17 @@ }, "emails": { "type": "array", - "items": {} + "items": { + "type": "object", + "properties": { + "email": { + "type": "string" + }, + "verified": { + "type": "boolean" + } + } + } }, "subkeys": { "type": "array", diff --git a/src/rest/lib/config.json b/src/rest/lib/config.json index 45bfbee2a5..3e4f9f4600 100644 --- a/src/rest/lib/config.json +++ b/src/rest/lib/config.json @@ -23,8 +23,12 @@ "targetDirectory": "content/rest", "indexOrder": { "content/rest/index.md": { - "startsWith": ["quickstart", "overview", "guides"] + "startsWith": [ + "quickstart", + "overview", + "guides" + ] } }, - "sha": "e27c8f10a2208e6a8df88e64d2b40c9c7a1ecd2d" + "sha": "e462c64f50b84f040ac76cd2205984ddf151b67f" } \ No newline at end of file diff --git a/src/webhooks/data/fpt/schema.json b/src/webhooks/data/fpt/schema.json index 34b109598b..4a09d47453 100644 --- a/src/webhooks/data/fpt/schema.json +++ b/src/webhooks/data/fpt/schema.json @@ -68822,6 +68822,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -68857,6 +68867,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -69169,6 +69188,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -69204,6 +69233,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -69232,7 +69270,7 @@ } }, "merge_group": { - "default": { + "checks_requested": { "descriptionHtml": "

Status checks were requested for a merge group. This happens when a merge group is created or added to by the merge queue because a pull request was queued.

\n

When you receive this event, you should perform checks on the head SHA and report status back using check runs or commit statuses.

", "summaryHtml": "

This event occurs when there is activity relating to a merge group in a merge queue. For more information, see \"Managing a merge queue.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Merge queues\" repository permission.

\n

Note: The pull request merge queue feature is currently in public beta and subject to change.

", "bodyParameters": [ @@ -69242,6 +69280,9 @@ "in": "body", "description": "", "isRequired": true, + "enum": [ + "checks_requested" + ], "childParamsGroups": [] }, { @@ -69401,7 +69442,7 @@ "availability": [ "app" ], - "action": "default", + "action": "checks_requested", "category": "merge_group" } }, @@ -94738,6 +94779,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -98046,6 +98092,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -108083,6 +108134,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -124518,6 +124574,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -127826,6 +127887,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -131134,6 +131200,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -196884,6 +196955,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -196919,6 +197000,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -197100,6 +197190,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -197135,6 +197235,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -197315,6 +197424,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -197350,6 +197469,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -197529,6 +197657,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -197564,6 +197702,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -197651,6 +197798,19 @@ } ] }, + { + "type": "object", + "name": "notification_setting", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "from", + "description": "

The previous version of the team's notification setting if the action was edited.

", + "isRequired": true + } + ] + }, { "type": "object", "name": "repository", @@ -197830,6 +197990,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -197865,6 +198035,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -198045,6 +198224,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -198080,6 +198269,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", diff --git a/src/webhooks/data/ghae/schema.json b/src/webhooks/data/ghae/schema.json index 950e8fc355..cd74e78478 100644 --- a/src/webhooks/data/ghae/schema.json +++ b/src/webhooks/data/ghae/schema.json @@ -65602,6 +65602,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -65637,6 +65647,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -65949,6 +65968,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -65984,6 +66013,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -66011,180 +66049,6 @@ "category": "membership" } }, - "merge_group": { - "default": { - "descriptionHtml": "

Status checks were requested for a merge group. This happens when a merge group is created or added to by the merge queue because a pull request was queued.

\n

When you receive this event, you should perform checks on the head SHA and report status back using check runs or commit statuses.

", - "summaryHtml": "

This event occurs when there is activity relating to a merge group in a merge queue. For more information, see \"Managing a merge queue.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Merge queues\" repository permission.

\n

Note: The pull request merge queue feature is currently in public beta and subject to change.

", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "childParamsGroups": [] - }, - { - "type": "object", - "name": "installation", - "in": "body", - "description": "

The GitHub App installation. This property is included when the event is configured for and sent to a GitHub App.

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "merge_group", - "in": "body", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "head_sha", - "description": "

The SHA of the merge group.

", - "isRequired": true - }, - { - "type": "string", - "name": "head_ref", - "description": "

The full ref of the merge group.

", - "isRequired": true - }, - { - "type": "string", - "name": "base_sha", - "description": "

The SHA of the merge group's parent commit.

", - "isRequired": true - }, - { - "type": "string", - "name": "base_ref", - "description": "

The full ref of the branch the merge group will be merged into.

", - "isRequired": true - }, - { - "type": "object", - "name": "head_commit", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "object", - "name": "author", - "description": "

Metaproperties for Git author/committer information.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "date", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The git author's name.

", - "isRequired": true - }, - { - "type": "string", - "name": "username", - "description": "" - } - ] - }, - { - "type": "object", - "name": "committer", - "description": "

Metaproperties for Git author/committer information.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "date", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The git author's name.

", - "isRequired": true - }, - { - "type": "string", - "name": "username", - "description": "" - } - ] - }, - { - "type": "string", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "message", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "timestamp", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "tree_id", - "description": "", - "isRequired": true - } - ] - } - ] - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "

A GitHub organization.

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "repository", - "in": "body", - "description": "

A repository on GitHub.

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "sender", - "in": "body", - "description": "

A GitHub user.

", - "childParamsGroups": [] - } - ], - "availability": [ - "app" - ], - "action": "default", - "category": "merge_group" - } - }, "meta": { "deleted": { "descriptionHtml": "

The webhook was deleted.

", @@ -88033,6 +87897,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -91341,6 +91210,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -98159,6 +98033,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -111382,6 +111261,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -114690,6 +114574,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -117998,6 +117887,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -179824,6 +179718,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -179859,6 +179763,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -180040,6 +179953,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -180075,6 +179998,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -180255,6 +180187,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -180290,6 +180232,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -180469,6 +180420,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -180504,6 +180465,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -180591,6 +180561,19 @@ } ] }, + { + "type": "object", + "name": "notification_setting", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "from", + "description": "

The previous version of the team's notification setting if the action was edited.

", + "isRequired": true + } + ] + }, { "type": "object", "name": "repository", @@ -180770,6 +180753,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -180805,6 +180798,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -180985,6 +180987,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -181020,6 +181032,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", diff --git a/src/webhooks/data/ghec/schema.json b/src/webhooks/data/ghec/schema.json index 00abf581ee..385c92b15c 100644 --- a/src/webhooks/data/ghec/schema.json +++ b/src/webhooks/data/ghec/schema.json @@ -68822,6 +68822,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -68857,6 +68867,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -69169,6 +69188,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -69204,6 +69233,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -69232,7 +69270,7 @@ } }, "merge_group": { - "default": { + "checks_requested": { "descriptionHtml": "

Status checks were requested for a merge group. This happens when a merge group is created or added to by the merge queue because a pull request was queued.

\n

When you receive this event, you should perform checks on the head SHA and report status back using check runs or commit statuses.

", "summaryHtml": "

This event occurs when there is activity relating to a merge group in a merge queue. For more information, see \"Managing a merge queue.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Merge queues\" repository permission.

\n

Note: The pull request merge queue feature is currently in public beta and subject to change.

", "bodyParameters": [ @@ -69242,6 +69280,9 @@ "in": "body", "description": "", "isRequired": true, + "enum": [ + "checks_requested" + ], "childParamsGroups": [] }, { @@ -69401,7 +69442,7 @@ "availability": [ "app" ], - "action": "default", + "action": "checks_requested", "category": "merge_group" } }, @@ -94738,6 +94779,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -98046,6 +98092,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -108083,6 +108134,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -124518,6 +124574,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -127826,6 +127887,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -131134,6 +131200,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -196884,6 +196955,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -196919,6 +197000,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -197100,6 +197190,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -197135,6 +197235,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -197315,6 +197424,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -197350,6 +197469,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -197529,6 +197657,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -197564,6 +197702,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -197651,6 +197798,19 @@ } ] }, + { + "type": "object", + "name": "notification_setting", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "from", + "description": "

The previous version of the team's notification setting if the action was edited.

", + "isRequired": true + } + ] + }, { "type": "object", "name": "repository", @@ -197830,6 +197990,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -197865,6 +198035,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -198045,6 +198224,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -198080,6 +198269,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", diff --git a/src/webhooks/data/ghes-3.7/schema.json b/src/webhooks/data/ghes-3.7/schema.json index dcb862454a..3c14930840 100644 --- a/src/webhooks/data/ghes-3.7/schema.json +++ b/src/webhooks/data/ghes-3.7/schema.json @@ -65833,6 +65833,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -65868,6 +65878,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -66180,6 +66199,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -66215,6 +66244,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -66242,180 +66280,6 @@ "category": "membership" } }, - "merge_group": { - "default": { - "descriptionHtml": "

Status checks were requested for a merge group. This happens when a merge group is created or added to by the merge queue because a pull request was queued.

\n

When you receive this event, you should perform checks on the head SHA and report status back using check runs or commit statuses.

", - "summaryHtml": "

This event occurs when there is activity relating to a merge group in a merge queue. For more information, see \"Managing a merge queue.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Merge queues\" repository permission.

\n

Note: The pull request merge queue feature is currently in public beta and subject to change.

", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "childParamsGroups": [] - }, - { - "type": "object", - "name": "installation", - "in": "body", - "description": "

The GitHub App installation. This property is included when the event is configured for and sent to a GitHub App.

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "merge_group", - "in": "body", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "head_sha", - "description": "

The SHA of the merge group.

", - "isRequired": true - }, - { - "type": "string", - "name": "head_ref", - "description": "

The full ref of the merge group.

", - "isRequired": true - }, - { - "type": "string", - "name": "base_sha", - "description": "

The SHA of the merge group's parent commit.

", - "isRequired": true - }, - { - "type": "string", - "name": "base_ref", - "description": "

The full ref of the branch the merge group will be merged into.

", - "isRequired": true - }, - { - "type": "object", - "name": "head_commit", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "object", - "name": "author", - "description": "

Metaproperties for Git author/committer information.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "date", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The git author's name.

", - "isRequired": true - }, - { - "type": "string", - "name": "username", - "description": "" - } - ] - }, - { - "type": "object", - "name": "committer", - "description": "

Metaproperties for Git author/committer information.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "date", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The git author's name.

", - "isRequired": true - }, - { - "type": "string", - "name": "username", - "description": "" - } - ] - }, - { - "type": "string", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "message", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "timestamp", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "tree_id", - "description": "", - "isRequired": true - } - ] - } - ] - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "

A GitHub organization.

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "repository", - "in": "body", - "description": "

A repository on GitHub.

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "sender", - "in": "body", - "description": "

A GitHub user.

", - "childParamsGroups": [] - } - ], - "availability": [ - "app" - ], - "action": "default", - "category": "merge_group" - } - }, "meta": { "deleted": { "descriptionHtml": "

The webhook was deleted.

", @@ -87412,6 +87276,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -90720,6 +90589,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -97538,6 +97412,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -110761,6 +110640,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -114069,6 +113953,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -117377,6 +117266,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -181616,6 +181510,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -181651,6 +181555,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -181832,6 +181745,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -181867,6 +181790,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -182047,6 +181979,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -182082,6 +182024,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -182261,6 +182212,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -182296,6 +182257,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -182383,6 +182353,19 @@ } ] }, + { + "type": "object", + "name": "notification_setting", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "from", + "description": "

The previous version of the team's notification setting if the action was edited.

", + "isRequired": true + } + ] + }, { "type": "object", "name": "repository", @@ -182562,6 +182545,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -182597,6 +182590,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -182777,6 +182779,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -182812,6 +182824,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", diff --git a/src/webhooks/data/ghes-3.8/schema.json b/src/webhooks/data/ghes-3.8/schema.json index 4b68a8358b..64794957a9 100644 --- a/src/webhooks/data/ghes-3.8/schema.json +++ b/src/webhooks/data/ghes-3.8/schema.json @@ -66053,6 +66053,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -66088,6 +66098,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -66400,6 +66419,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -66435,6 +66464,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -66462,180 +66500,6 @@ "category": "membership" } }, - "merge_group": { - "default": { - "descriptionHtml": "

Status checks were requested for a merge group. This happens when a merge group is created or added to by the merge queue because a pull request was queued.

\n

When you receive this event, you should perform checks on the head SHA and report status back using check runs or commit statuses.

", - "summaryHtml": "

This event occurs when there is activity relating to a merge group in a merge queue. For more information, see \"Managing a merge queue.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Merge queues\" repository permission.

\n

Note: The pull request merge queue feature is currently in public beta and subject to change.

", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "childParamsGroups": [] - }, - { - "type": "object", - "name": "installation", - "in": "body", - "description": "

The GitHub App installation. This property is included when the event is configured for and sent to a GitHub App.

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "merge_group", - "in": "body", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "head_sha", - "description": "

The SHA of the merge group.

", - "isRequired": true - }, - { - "type": "string", - "name": "head_ref", - "description": "

The full ref of the merge group.

", - "isRequired": true - }, - { - "type": "string", - "name": "base_sha", - "description": "

The SHA of the merge group's parent commit.

", - "isRequired": true - }, - { - "type": "string", - "name": "base_ref", - "description": "

The full ref of the branch the merge group will be merged into.

", - "isRequired": true - }, - { - "type": "object", - "name": "head_commit", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "object", - "name": "author", - "description": "

Metaproperties for Git author/committer information.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "date", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The git author's name.

", - "isRequired": true - }, - { - "type": "string", - "name": "username", - "description": "" - } - ] - }, - { - "type": "object", - "name": "committer", - "description": "

Metaproperties for Git author/committer information.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "date", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The git author's name.

", - "isRequired": true - }, - { - "type": "string", - "name": "username", - "description": "" - } - ] - }, - { - "type": "string", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "message", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "timestamp", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "tree_id", - "description": "", - "isRequired": true - } - ] - } - ] - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "

A GitHub organization.

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "repository", - "in": "body", - "description": "

A repository on GitHub.

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "sender", - "in": "body", - "description": "

A GitHub user.

", - "childParamsGroups": [] - } - ], - "availability": [ - "app" - ], - "action": "default", - "category": "merge_group" - } - }, "meta": { "deleted": { "descriptionHtml": "

The webhook was deleted.

", @@ -87632,6 +87496,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -90940,6 +90809,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -97758,6 +97632,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -110981,6 +110860,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -114289,6 +114173,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -117597,6 +117486,11 @@ "name": "privacy", "description": "

The level of privacy this team should have

" }, + { + "type": "string", + "name": "notification_setting", + "description": "

The notification setting the team has set

" + }, { "type": "string", "name": "html_url", @@ -181859,6 +181753,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -181894,6 +181798,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -182075,6 +181988,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -182110,6 +182033,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -182290,6 +182222,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -182325,6 +182267,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -182504,6 +182455,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -182539,6 +182500,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -182626,6 +182596,19 @@ } ] }, + { + "type": "object", + "name": "notification_setting", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "from", + "description": "

The previous version of the team's notification setting if the action was edited.

", + "isRequired": true + } + ] + }, { "type": "object", "name": "repository", @@ -182805,6 +182788,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -182840,6 +182833,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -183020,6 +183022,16 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "isRequired": true, + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", @@ -183055,6 +183067,15 @@ "secret" ] }, + { + "type": "string", + "name": "notification_setting", + "description": "

Whether team members will receive notifications when their team is @mentioned

", + "enum": [ + "notifications_enabled", + "notifications_disabled" + ] + }, { "type": "string", "name": "repositories_url", diff --git a/src/webhooks/lib/config.json b/src/webhooks/lib/config.json index 87185b5e8b..db05076806 100644 --- a/src/webhooks/lib/config.json +++ b/src/webhooks/lib/config.json @@ -1,3 +1,3 @@ { - "sha": "e27c8f10a2208e6a8df88e64d2b40c9c7a1ecd2d" + "sha": "e462c64f50b84f040ac76cd2205984ddf151b67f" } \ No newline at end of file From a829fc75c14d2f02ba34d02f5c9fe01a23b88b8d Mon Sep 17 00:00:00 2001 From: Felicity Chapman Date: Wed, 12 Apr 2023 17:31:32 +0100 Subject: [PATCH 2/2] Add README images to internal-docs folder (#36346) --- .../images/internal-docs/copy-block-header.png | Bin 0 -> 17646 bytes assets/images/internal-docs/search-results.png | Bin 0 -> 114441 bytes lib/render-content/README.md | 2 +- src/search/README.md | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 assets/images/internal-docs/copy-block-header.png create mode 100644 assets/images/internal-docs/search-results.png diff --git a/assets/images/internal-docs/copy-block-header.png b/assets/images/internal-docs/copy-block-header.png new file mode 100644 index 0000000000000000000000000000000000000000..297266b7fbecfa4598128bf3327e005e74ccf667 GIT binary patch literal 17646 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 literal 0 HcmV?d00001 diff --git a/assets/images/internal-docs/search-results.png b/assets/images/internal-docs/search-results.png new file mode 100644 index 0000000000000000000000000000000000000000..2938655a42354099fc3475123e98812342bdcd19 GIT binary patch literal 114441 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 literal 0 HcmV?d00001 diff --git a/lib/render-content/README.md b/lib/render-content/README.md index 2a03b1d67b..1848206ac1 100644 --- a/lib/render-content/README.md +++ b/lib/render-content/README.md @@ -47,6 +47,6 @@ You can add a header to code blocks by adding the `{:copy}` annotation after the This renders: -![image](https://user-images.githubusercontent.com/10660468/95881747-e96c6900-0d46-11eb-9abf-1e8ad16c7646.png) +![Screenshot of a code block showing the clipboard icon that is displayed when you use `{:copy}` annotation.](/assets/images/internal-docs/copy-block-header.png) The un-highlighted text is available as `button.js-btn-copy`'s `data-clipboard-text` attribute. diff --git a/src/search/README.md b/src/search/README.md index f2611d5a61..2a4504becc 100644 --- a/src/search/README.md +++ b/src/search/README.md @@ -8,7 +8,7 @@ To see all existing search-related issues and pull requests, visit [github.com/g --- -![search-screenshot](https://user-images.githubusercontent.com/2289/65067899-68bd1c80-d93c-11e9-93ec-f57293e56113.png) +![Screenshot of the search results page for GitHub docs with the example keywords "private key".](/assets/images/internal-docs/search-results.png) ---