From f1ab59bddba8d3e5ddb2a7ee39ada635a34482f0 Mon Sep 17 00:00:00 2001 From: docubot <67483024+docubot@users.noreply.github.com> Date: Mon, 12 Jun 2023 19:49:42 -0400 Subject: [PATCH] Update OpenAPI Description (#37725) Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com> --- content/rest/packages.md | 4 +- .../fpt-2022-11-28/server-to-server-rest.json | 96 +- .../server-to-server-rest.json | 96 +- .../server-to-server-rest.json | 18 + src/github-apps/lib/config.json | 2 +- .../data/client-side-rest-api-redirects.json | 3 +- src/rest/data/fpt-2022-11-28/schema.json | 989 ++++++------ src/rest/data/ghae/schema.json | 732 ++++----- src/rest/data/ghec-2022-11-28/schema.json | 1189 +++++++-------- src/rest/data/ghes-3.4/schema.json | 800 +++++----- src/rest/data/ghes-3.5/schema.json | 828 +++++----- src/rest/data/ghes-3.6/schema.json | 834 +++++----- src/rest/data/ghes-3.7/schema.json | 848 ++++++----- src/rest/data/ghes-3.8/schema.json | 872 ++++++----- src/rest/data/ghes-3.9-2022-11-28/schema.json | 1335 ++++++++++------- src/rest/lib/config.json | 2 +- src/webhooks/data/fpt/schema.json | 37 +- src/webhooks/data/ghae/schema.json | 35 + src/webhooks/data/ghec/schema.json | 37 +- src/webhooks/data/ghes-3.9/schema.json | 35 + src/webhooks/lib/config.json | 2 +- 21 files changed, 4890 insertions(+), 3904 deletions(-) diff --git a/content/rest/packages.md b/content/rest/packages.md index 5eca8d0ba0..b3bf5895c9 100644 --- a/content/rest/packages.md +++ b/content/rest/packages.md @@ -4,7 +4,9 @@ intro: >- Use the REST API to interact with {% data variables.product.prodname_registry %}. versions: - feature: packages-rest-api + fpt: '*' + ghec: '*' + ghes: '>=3.9' topics: - API redirect_from: 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 6becb2690c..2ed75b2315 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 @@ -2334,54 +2334,6 @@ "verb": "get", "requestPath": "/organizations" }, - { - "slug": "list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens", - "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": "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": "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": "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": "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": "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": "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": "personal-access-tokens", - "verb": "get", - "requestPath": "/organizations/{org}/personal-access-tokens/{pat_id}/repositories" - }, { "slug": "get-an-organization", "subcategory": "orgs", @@ -2580,6 +2532,54 @@ "verb": "delete", "requestPath": "/orgs/{org}/outside_collaborators/{username}" }, + { + "slug": "list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens", + "subcategory": "personal-access-tokens", + "verb": "get", + "requestPath": "/orgs/{org}/personal-access-token-requests" + }, + { + "slug": "review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens", + "subcategory": "personal-access-tokens", + "verb": "post", + "requestPath": "/orgs/{org}/personal-access-token-requests" + }, + { + "slug": "review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token", + "subcategory": "personal-access-tokens", + "verb": "post", + "requestPath": "/orgs/{org}/personal-access-token-requests/{pat_request_id}" + }, + { + "slug": "list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token", + "subcategory": "personal-access-tokens", + "verb": "get", + "requestPath": "/orgs/{org}/personal-access-token-requests/{pat_request_id}/repositories" + }, + { + "slug": "list-fine-grained-personal-access-tokens-with-access-to-organization-resources", + "subcategory": "personal-access-tokens", + "verb": "get", + "requestPath": "/orgs/{org}/personal-access-tokens" + }, + { + "slug": "update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens", + "subcategory": "personal-access-tokens", + "verb": "post", + "requestPath": "/orgs/{org}/personal-access-tokens" + }, + { + "slug": "update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources", + "subcategory": "personal-access-tokens", + "verb": "post", + "requestPath": "/orgs/{org}/personal-access-tokens/{pat_id}" + }, + { + "slug": "list-repositories-a-fine-grained-personal-access-token-has-access-to", + "subcategory": "personal-access-tokens", + "verb": "get", + "requestPath": "/orgs/{org}/personal-access-tokens/{pat_id}/repositories" + }, { "slug": "list-public-organization-members", "subcategory": "members", 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 49eca450d8..53a8dac31a 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 @@ -2452,54 +2452,6 @@ "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles" }, - { - "slug": "list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens", - "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": "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": "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": "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": "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": "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": "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": "personal-access-tokens", - "verb": "get", - "requestPath": "/organizations/{org}/personal-access-tokens/{pat_id}/repositories" - }, { "slug": "get-an-organization", "subcategory": "orgs", @@ -2776,6 +2728,54 @@ "verb": "delete", "requestPath": "/orgs/{org}/outside_collaborators/{username}" }, + { + "slug": "list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens", + "subcategory": "personal-access-tokens", + "verb": "get", + "requestPath": "/orgs/{org}/personal-access-token-requests" + }, + { + "slug": "review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens", + "subcategory": "personal-access-tokens", + "verb": "post", + "requestPath": "/orgs/{org}/personal-access-token-requests" + }, + { + "slug": "review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token", + "subcategory": "personal-access-tokens", + "verb": "post", + "requestPath": "/orgs/{org}/personal-access-token-requests/{pat_request_id}" + }, + { + "slug": "list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token", + "subcategory": "personal-access-tokens", + "verb": "get", + "requestPath": "/orgs/{org}/personal-access-token-requests/{pat_request_id}/repositories" + }, + { + "slug": "list-fine-grained-personal-access-tokens-with-access-to-organization-resources", + "subcategory": "personal-access-tokens", + "verb": "get", + "requestPath": "/orgs/{org}/personal-access-tokens" + }, + { + "slug": "update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens", + "subcategory": "personal-access-tokens", + "verb": "post", + "requestPath": "/orgs/{org}/personal-access-tokens" + }, + { + "slug": "update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources", + "subcategory": "personal-access-tokens", + "verb": "post", + "requestPath": "/orgs/{org}/personal-access-tokens/{pat_id}" + }, + { + "slug": "list-repositories-a-fine-grained-personal-access-token-has-access-to", + "subcategory": "personal-access-tokens", + "verb": "get", + "requestPath": "/orgs/{org}/personal-access-tokens/{pat_id}/repositories" + }, { "slug": "list-public-organization-members", "subcategory": "members", diff --git a/src/github-apps/data/ghes-3.9-2022-11-28/server-to-server-rest.json b/src/github-apps/data/ghes-3.9-2022-11-28/server-to-server-rest.json index e4670a306e..dec9a40e6c 100644 --- a/src/github-apps/data/ghes-3.9-2022-11-28/server-to-server-rest.json +++ b/src/github-apps/data/ghes-3.9-2022-11-28/server-to-server-rest.json @@ -2568,6 +2568,24 @@ "verb": "post", "requestPath": "/orgs/{org}/{security_product}/{enablement}" }, + { + "slug": "list-organization-memberships-for-the-authenticated-user", + "subcategory": "members", + "verb": "get", + "requestPath": "/user/memberships/orgs" + }, + { + "slug": "get-an-organization-membership-for-the-authenticated-user", + "subcategory": "members", + "verb": "get", + "requestPath": "/user/memberships/orgs/{org}" + }, + { + "slug": "update-an-organization-membership-for-the-authenticated-user", + "subcategory": "members", + "verb": "patch", + "requestPath": "/user/memberships/orgs/{org}" + }, { "slug": "list-organizations-for-a-user", "subcategory": "orgs", diff --git a/src/github-apps/lib/config.json b/src/github-apps/lib/config.json index e931810142..d95e9587ea 100644 --- a/src/github-apps/lib/config.json +++ b/src/github-apps/lib/config.json @@ -7,5 +7,5 @@ "2022-11-28" ] }, - "sha": "fab4bfd6f7c4235a5357b09c0d37bb74f8a5d57d" + "sha": "8f0d8ff2f84130c7a007791b4a6899805a4ee358" } \ 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 ffdb7d9521..01500e6808 100644 --- a/src/rest/data/client-side-rest-api-redirects.json +++ b/src/rest/data/client-side-rest-api-redirects.json @@ -1002,5 +1002,6 @@ "/rest/enterprise-admin#get-scim-provisioning-information-for-an-enterprise-user": "/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user", "/rest/enterprise-admin#set-scim-information-for-a-provisioned-enterprise-user": "/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user", "/rest/enterprise-admin#update-an-attribute-for-a-scim-enterprise-user": "/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user", - "/rest/enterprise-admin#delete-a-scim-user-from-an-enterprise": "/rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise" + "/rest/enterprise-admin#delete-a-scim-user-from-an-enterprise": "/rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise", + "/rest/enterprise-admin#manage-ghes": "/rest/enterprise-admin/manage-ghes" } \ No newline at end of file diff --git a/src/rest/data/fpt-2022-11-28/schema.json b/src/rest/data/fpt-2022-11-28/schema.json index cc643362cb..06d8cda8af 100644 --- a/src/rest/data/fpt-2022-11-28/schema.json +++ b/src/rest/data/fpt-2022-11-28/schema.json @@ -20,7 +20,7 @@ }, { "name": "repo", - "description": "
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Response
" + "description": "No Content when collaborator was removed from the repository.
" } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "Removes a collaborator from a repository.
\nTo use this endpoint, the authenticated user must either be an administrator of the repository or target themselves for removal.
\nThis endpoint also:
\nRemoving a user as a collaborator has the following effects on forks:
\nNote: A user can still have access to the repository through organization permissions like base repository permissions.
\nAlthough the API responds immediately, the additional permission updates might take some extra time to complete in the background.
\nFor more information on fork permissions, see \"About permissions and visibility of forks\".
", "statusCodes": [ { "httpStatusCode": "204", - "description": "No Content
" + "description": "No Content when collaborator was removed from the repository.
" + }, + { + "httpStatusCode": "403", + "description": "Forbidden
" + }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" } ] }, @@ -205341,7 +205348,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
You must use an access token with the security_events scope to use this endpoint with private repositories.\nYou can also use tokens with the public_repo scope for public repositories only.\nGitHub Apps must have Dependabot alerts write permission to use this endpoint.
You must use an access token with the security_events scope to use this endpoint with private repositories.\nYou can also use tokens with the public_repo scope for public repositories only.\nGitHub Apps must have Dependabot alerts write permission to use this endpoint.
To use this endpoint, you must have access to security alerts for the repository. For more information, see \"Granting access to security alerts.\"
", "statusCodes": [ { "httpStatusCode": "200", @@ -232265,7 +232272,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Returns meta information about GitHub, including a list of GitHub's IP addresses. For more information, see \"About GitHub's IP addresses.\"
\nThe values shown in the documentation's response are example values. You must always query the API directly to get the latest values.
\nNote: 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.
", + "descriptionHTML": "Returns meta information about GitHub, including a list of GitHub's IP addresses. For more information, see \"About GitHub's IP addresses.\"
\nThe API's response also includes a list of GitHub's domain names.
\nThe values shown in the documentation's response are example values. You must always query the API directly to get the latest values.
\nNote: 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", @@ -338148,7 +338169,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Note: This returns an upload_url key corresponding to the endpoint for uploading release assets. This key is a hypermedia resource.
Resource not found
" + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -447958,7 +448003,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Find users via various criteria. This method returns up to 100 results per page.
\nWhen searching for users, you can get text match metadata for the issue login, public email, and name fields when you pass the text-match media type. For more details about highlighting search results, see Text match metadata. For more details about how to receive highlighted search results, see Text match metadata.
For example, if you're looking for a list of popular users, you might try this query:
\nq=tom+repos:%3E42+followers:%3E1000
This query searches for users with the name tom. The results are restricted to users with more than 42 repositories and over 1,000 followers.
Find users via various criteria. This method returns up to 100 results per page.
\nWhen searching for users, you can get text match metadata for the issue login, public email, and name fields when you pass the text-match media type. For more details about highlighting search results, see Text match metadata. For more details about how to receive highlighted search results, see Text match metadata.
For example, if you're looking for a list of popular users, you might try this query:
\nq=tom+repos:%3E42+followers:%3E1000
This query searches for users with the name tom. The results are restricted to users with more than 42 repositories and over 1,000 followers.
This endpoint does not accept authentication and will only include publicly visible users. As an alternative, you can use the GraphQL API. The GraphQL API requires authentication and will return private users, including Enterprise Managed Users (EMUs), that you are authorized to view. For more information, see \"GraphQL Queries.\"
", "statusCodes": [ { "httpStatusCode": "200", @@ -503003,7 +503048,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Response
" + "description": "No Content when collaborator was removed from the repository.
" } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "Removes a collaborator from a repository.
\nTo use this endpoint, the authenticated user must either be an administrator of the repository or target themselves for removal.
\nThis endpoint also:
\nRemoving a user as a collaborator has the following effects on forks:
\nNote: A user can still have access to the repository through organization permissions like base repository permissions.
\nAlthough the API responds immediately, the additional permission updates might take some extra time to complete in the background.
\nFor more information on fork permissions, see \"About permissions and visibility of forks\".
", "statusCodes": [ { "httpStatusCode": "204", - "description": "No Content
" + "description": "No Content when collaborator was removed from the repository.
" + }, + { + "httpStatusCode": "403", + "description": "Forbidden
" + }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" } ] }, @@ -118499,7 +118507,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Returns meta information about GitHub, including a list of GitHub's IP addresses. For more information, see \"About GitHub's IP addresses.\"
\nThe values shown in the documentation's response are example values. You must always query the API directly to get the latest values.
\nNote: 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.
", + "descriptionHTML": "Returns meta information about GitHub, including a list of GitHub's IP addresses. For more information, see \"About GitHub's IP addresses.\"
\nThe API's response also includes a list of GitHub's domain names.
\nThe values shown in the documentation's response are example values. You must always query the API directly to get the latest values.
\nNote: 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", @@ -245316,7 +245338,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Note: This returns an upload_url key corresponding to the endpoint for uploading release assets. This key is a hypermedia resource.
Resource not found
" + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -323644,7 +323690,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Find users via various criteria. This method returns up to 100 results per page.
\nWhen searching for users, you can get text match metadata for the issue login, public email, and name fields when you pass the text-match media type. For more details about highlighting search results, see Text match metadata. For more details about how to receive highlighted search results, see Text match metadata.
For example, if you're looking for a list of popular users, you might try this query:
\nq=tom+repos:%3E42+followers:%3E1000
This query searches for users with the name tom. The results are restricted to users with more than 42 repositories and over 1,000 followers.
Find users via various criteria. This method returns up to 100 results per page.
\nWhen searching for users, you can get text match metadata for the issue login, public email, and name fields when you pass the text-match media type. For more details about highlighting search results, see Text match metadata. For more details about how to receive highlighted search results, see Text match metadata.
For example, if you're looking for a list of popular users, you might try this query:
\nq=tom+repos:%3E42+followers:%3E1000
This query searches for users with the name tom. The results are restricted to users with more than 42 repositories and over 1,000 followers.
This endpoint does not accept authentication and will only include publicly visible users. As an alternative, you can use the GraphQL API. The GraphQL API requires authentication and will return private users, including Enterprise Managed Users (EMUs), that you are authorized to view. For more information, see \"GraphQL Queries.\"
", "statusCodes": [ { "httpStatusCode": "200", @@ -369151,7 +369197,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Response
" + "description": "No Content when collaborator was removed from the repository.
" } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "Removes a collaborator from a repository.
\nTo use this endpoint, the authenticated user must either be an administrator of the repository or target themselves for removal.
\nThis endpoint also:
\nRemoving a user as a collaborator has the following effects on forks:
\nNote: A user can still have access to the repository through organization permissions like base repository permissions.
\nAlthough the API responds immediately, the additional permission updates might take some extra time to complete in the background.
\nFor more information on fork permissions, see \"About permissions and visibility of forks\".
", "statusCodes": [ { "httpStatusCode": "204", - "description": "No Content
" + "description": "No Content when collaborator was removed from the repository.
" + }, + { + "httpStatusCode": "403", + "description": "Forbidden
" + }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" } ] }, @@ -217028,7 +217035,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
You must use an access token with the security_events scope to use this endpoint with private repositories.\nYou can also use tokens with the public_repo scope for public repositories only.\nGitHub Apps must have Dependabot alerts write permission to use this endpoint.
You must use an access token with the security_events scope to use this endpoint with private repositories.\nYou can also use tokens with the public_repo scope for public repositories only.\nGitHub Apps must have Dependabot alerts write permission to use this endpoint.
To use this endpoint, you must have access to security alerts for the repository. For more information, see \"Granting access to security alerts.\"
", "statusCodes": [ { "httpStatusCode": "200", @@ -243952,7 +243959,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Returns meta information about GitHub, including a list of GitHub's IP addresses. For more information, see \"About GitHub's IP addresses.\"
\nThe values shown in the documentation's response are example values. You must always query the API directly to get the latest values.
\nNote: 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.
", + "descriptionHTML": "Returns meta information about GitHub, including a list of GitHub's IP addresses. For more information, see \"About GitHub's IP addresses.\"
\nThe API's response also includes a list of GitHub's domain names.
\nThe values shown in the documentation's response are example values. You must always query the API directly to get the latest values.
\nNote: 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", @@ -351691,7 +351712,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Creates a custom repository role that can be used by all repositories owned by the organization.
\nTo use this endpoint, the authenticated user must be an administrator for the organization and must use an personal access token (classic) with admin:org scope or a fine-grained personal access token with the organization_custom_roles:write organization permission.
For more information on custom repository roles, see \"About custom repository roles.\"
", + "descriptionHTML": "Creates a custom repository role that can be used by all repositories owned by the organization.
\nTo use this endpoint, the authenticated user must be an administrator for the organization and must use a personal access token (classic) with admin:org scope or a fine-grained personal access token with the organization_custom_roles:write organization permission.
For more information on custom repository roles, see \"About custom repository roles.\"
", "statusCodes": [ { "httpStatusCode": "201", @@ -374699,23 +374708,17 @@ ], "organization": { "login": "github", - "id": 9919, - "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=", - "avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github", - "html_url": "https://github.com/github", - "followers_url": "https://api.github.com/users/github/followers", - "following_url": "https://api.github.com/users/github/following{/other_user}", - "gists_url": "https://api.github.com/users/github/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github/subscriptions", - "organizations_url": "https://api.github.com/users/github/orgs", - "repos_url": "https://api.github.com/users/github/repos", - "events_url": "https://api.github.com/users/github/events{/privacy}", - "received_events_url": "https://api.github.com/users/github/received_events", - "type": "Organization", - "site_admin": false + "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", + "hooks_url": "https://api.github.com/orgs/github/hooks", + "issues_url": "https://api.github.com/orgs/github/issues", + "members_url": "https://api.github.com/orgs/github/members{/member}", + "public_members_url": "https://api.github.com/orgs/github/public_members{/member}", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "description": "A great organization" }, "created_at": "2022-07-04T22:19:11Z", "updated_at": "2022-07-04T22:20:11Z" @@ -375048,23 +375051,17 @@ ], "organization": { "login": "github", - "id": 9919, - "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=", - "avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github", - "html_url": "https://github.com/github", - "followers_url": "https://api.github.com/users/github/followers", - "following_url": "https://api.github.com/users/github/following{/other_user}", - "gists_url": "https://api.github.com/users/github/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github/subscriptions", - "organizations_url": "https://api.github.com/users/github/orgs", - "repos_url": "https://api.github.com/users/github/repos", - "events_url": "https://api.github.com/users/github/events{/privacy}", - "received_events_url": "https://api.github.com/users/github/received_events", - "type": "Organization", - "site_admin": false + "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", + "hooks_url": "https://api.github.com/orgs/github/hooks", + "issues_url": "https://api.github.com/orgs/github/issues", + "members_url": "https://api.github.com/orgs/github/members{/member}", + "public_members_url": "https://api.github.com/orgs/github/public_members{/member}", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "description": "A great organization" }, "created_at": "2022-07-04T22:19:11Z", "updated_at": "2022-07-04T22:20:11Z" @@ -375448,23 +375445,17 @@ ], "organization": { "login": "github", - "id": 9919, - "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=", - "avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github", - "html_url": "https://github.com/github", - "followers_url": "https://api.github.com/users/github/followers", - "following_url": "https://api.github.com/users/github/following{/other_user}", - "gists_url": "https://api.github.com/users/github/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github/subscriptions", - "organizations_url": "https://api.github.com/users/github/orgs", - "repos_url": "https://api.github.com/users/github/repos", - "events_url": "https://api.github.com/users/github/events{/privacy}", - "received_events_url": "https://api.github.com/users/github/received_events", - "type": "Organization", - "site_admin": false + "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", + "hooks_url": "https://api.github.com/orgs/github/hooks", + "issues_url": "https://api.github.com/orgs/github/issues", + "members_url": "https://api.github.com/orgs/github/members{/member}", + "public_members_url": "https://api.github.com/orgs/github/public_members{/member}", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "description": "A great organization" }, "created_at": "2022-07-04T22:19:11Z", "updated_at": "2022-07-04T22:20:11Z" @@ -375690,7 +375681,7 @@ } ], "previews": [], - "descriptionHTML": "Note: This operation is deprecated and will be removed after September 6th 2023.\nUse the \"Create a custom repository role\" endpoint instead.
\nCreates a custom repository role that can be used by all repositories owned by the organization.
\nTo use this endpoint, the authenticated user must be an administrator for the organization and must use an personal access token (classic) with admin:org scope or a fine-grained personal access token with the organization_custom_roles:write organization permission.
For more information on custom repository roles, see \"About custom repository roles.\"
", + "descriptionHTML": "Note: This operation is deprecated and will be removed after September 6th 2023.\nUse the \"Create a custom repository role\" endpoint instead.
\nCreates a custom repository role that can be used by all repositories owned by the organization.
\nTo use this endpoint, the authenticated user must be an administrator for the organization and must use a personal access token (classic) with admin:org scope or a fine-grained personal access token with the organization_custom_roles:write organization permission.
For more information on custom repository roles, see \"About custom repository roles.\"
", "statusCodes": [ { "httpStatusCode": "201", @@ -375760,23 +375751,17 @@ ], "organization": { "login": "github", - "id": 9919, - "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=", - "avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github", - "html_url": "https://github.com/github", - "followers_url": "https://api.github.com/users/github/followers", - "following_url": "https://api.github.com/users/github/following{/other_user}", - "gists_url": "https://api.github.com/users/github/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github/subscriptions", - "organizations_url": "https://api.github.com/users/github/orgs", - "repos_url": "https://api.github.com/users/github/repos", - "events_url": "https://api.github.com/users/github/events{/privacy}", - "received_events_url": "https://api.github.com/users/github/received_events", - "type": "Organization", - "site_admin": false + "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", + "hooks_url": "https://api.github.com/orgs/github/hooks", + "issues_url": "https://api.github.com/orgs/github/issues", + "members_url": "https://api.github.com/orgs/github/members{/member}", + "public_members_url": "https://api.github.com/orgs/github/public_members{/member}", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "description": "A great organization" }, "created_at": "2022-07-04T22:19:11Z", "updated_at": "2022-07-04T22:20:11Z" @@ -376109,23 +376094,17 @@ ], "organization": { "login": "github", - "id": 9919, - "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=", - "avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github", - "html_url": "https://github.com/github", - "followers_url": "https://api.github.com/users/github/followers", - "following_url": "https://api.github.com/users/github/following{/other_user}", - "gists_url": "https://api.github.com/users/github/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github/subscriptions", - "organizations_url": "https://api.github.com/users/github/orgs", - "repos_url": "https://api.github.com/users/github/repos", - "events_url": "https://api.github.com/users/github/events{/privacy}", - "received_events_url": "https://api.github.com/users/github/received_events", - "type": "Organization", - "site_admin": false + "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", + "hooks_url": "https://api.github.com/orgs/github/hooks", + "issues_url": "https://api.github.com/orgs/github/issues", + "members_url": "https://api.github.com/orgs/github/members{/member}", + "public_members_url": "https://api.github.com/orgs/github/public_members{/member}", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "description": "A great organization" }, "created_at": "2022-07-04T22:19:11Z", "updated_at": "2022-07-04T22:20:11Z" @@ -381594,7 +381573,7 @@ { "serverUrl": "https://api.github.com", "verb": "get", - "requestPath": "/organizations/{org}/personal-access-token-requests", + "requestPath": "/orgs/{org}/personal-access-token-requests", "title": "List requests to access organization resources with fine-grained personal access tokens", "category": "orgs", "subcategory": "personal-access-tokens", @@ -381735,14 +381714,12 @@ "id": 25381, "reason": "I need to access the GitHub API", "owner": { - "login": "github", + "login": "octocat", "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", + "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}", @@ -381750,9 +381727,11 @@ "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": true + "site_admin": false }, "repository_selection": "all", "repositories_url": "https://api.github.com/organizations/652551/personal-access-token-requests/25381/repositories", @@ -382054,7 +382033,7 @@ { "serverUrl": "https://api.github.com", "verb": "post", - "requestPath": "/organizations/{org}/personal-access-token-requests", + "requestPath": "/orgs/{org}/personal-access-token-requests", "title": "Review requests to access organization resources with fine-grained personal access tokens", "category": "orgs", "subcategory": "personal-access-tokens", @@ -382153,7 +382132,7 @@ { "serverUrl": "https://api.github.com", "verb": "post", - "requestPath": "/organizations/{org}/personal-access-token-requests/{pat_request_id}", + "requestPath": "/orgs/{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", @@ -382247,7 +382226,7 @@ { "serverUrl": "https://api.github.com", "verb": "get", - "requestPath": "/organizations/{org}/personal-access-token-requests/{pat_request_id}/repositories", + "requestPath": "/orgs/{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", @@ -383243,7 +383222,7 @@ { "serverUrl": "https://api.github.com", "verb": "get", - "requestPath": "/organizations/{org}/personal-access-tokens", + "requestPath": "/orgs/{org}/personal-access-tokens", "title": "List fine-grained personal access tokens with access to organization resources", "category": "orgs", "subcategory": "personal-access-tokens", @@ -383383,14 +383362,12 @@ { "id": 25381, "owner": { - "login": "github", + "login": "octocat", "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", + "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}", @@ -383398,9 +383375,11 @@ "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": true + "site_admin": false }, "repository_selection": "all", "repositories_url": "https://api.github.com/organizations/652551/personal-access-tokens/25381/repositories", @@ -383694,7 +383673,7 @@ { "serverUrl": "https://api.github.com", "verb": "post", - "requestPath": "/organizations/{org}/personal-access-tokens", + "requestPath": "/orgs/{org}/personal-access-tokens", "title": "Update the access to organization resources via fine-grained personal access tokens", "category": "orgs", "subcategory": "personal-access-tokens", @@ -383786,7 +383765,7 @@ { "serverUrl": "https://api.github.com", "verb": "post", - "requestPath": "/organizations/{org}/personal-access-tokens/{pat_id}", + "requestPath": "/orgs/{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", @@ -383872,7 +383851,7 @@ { "serverUrl": "https://api.github.com", "verb": "get", - "requestPath": "/organizations/{org}/personal-access-tokens/{pat_id}/repositories", + "requestPath": "/orgs/{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", @@ -404905,7 +404884,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Note: This returns an upload_url key corresponding to the endpoint for uploading release assets. This key is a hypermedia resource.
Resource not found
" + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -465034,7 +465037,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Find users via various criteria. This method returns up to 100 results per page.
\nWhen searching for users, you can get text match metadata for the issue login, public email, and name fields when you pass the text-match media type. For more details about highlighting search results, see Text match metadata. For more details about how to receive highlighted search results, see Text match metadata.
For example, if you're looking for a list of popular users, you might try this query:
\nq=tom+repos:%3E42+followers:%3E1000
This query searches for users with the name tom. The results are restricted to users with more than 42 repositories and over 1,000 followers.
Find users via various criteria. This method returns up to 100 results per page.
\nWhen searching for users, you can get text match metadata for the issue login, public email, and name fields when you pass the text-match media type. For more details about highlighting search results, see Text match metadata. For more details about how to receive highlighted search results, see Text match metadata.
For example, if you're looking for a list of popular users, you might try this query:
\nq=tom+repos:%3E42+followers:%3E1000
This query searches for users with the name tom. The results are restricted to users with more than 42 repositories and over 1,000 followers.
This endpoint does not accept authentication and will only include publicly visible users. As an alternative, you can use the GraphQL API. The GraphQL API requires authentication and will return private users, including Enterprise Managed Users (EMUs), that you are authorized to view. For more information, see \"GraphQL Queries.\"
", "statusCodes": [ { "httpStatusCode": "200", @@ -522566,7 +522569,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Response
" + "description": "No Content when collaborator was removed from the repository.
" } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "Removes a collaborator from a repository.
\nTo use this endpoint, the authenticated user must either be an administrator of the repository or target themselves for removal.
\nThis endpoint also:
\nRemoving a user as a collaborator has the following effects on forks:
\nNote: A user can still have access to the repository through organization permissions like base repository permissions.
\nAlthough the API responds immediately, the additional permission updates might take some extra time to complete in the background.
\nFor more information on fork permissions, see \"About permissions and visibility of forks\".
", "statusCodes": [ { "httpStatusCode": "204", - "description": "No Content
" + "description": "No Content when collaborator was removed from the repository.
" + }, + { + "httpStatusCode": "403", + "description": "Forbidden
" + }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" } ] }, @@ -144528,7 +144536,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -178449,6 +178461,10 @@ { "httpStatusCode": "202", "description": "Accepted
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -178533,6 +178549,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -178629,6 +178649,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -179289,6 +179313,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -179333,6 +179361,10 @@ { "httpStatusCode": "204", "description": "No Content
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -179394,6 +179426,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -179467,6 +179503,10 @@ { "httpStatusCode": "201", "description": "Created
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -179540,6 +179580,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -179597,6 +179641,10 @@ { "httpStatusCode": "202", "description": "Accepted
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -179640,6 +179688,10 @@ { "httpStatusCode": "202", "description": "Accepted
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] } @@ -181881,7 +181933,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Note: This returns an upload_url key corresponding to the endpoint for uploading release assets. This key is a hypermedia resource.
Resource not found
" + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -364966,7 +365056,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Find users via various criteria. This method returns up to 100 results per page.
\nWhen searching for users, you can get text match metadata for the issue login, public email, and name fields when you pass the text-match media type. For more details about highlighting search results, see Text match metadata. For more details about how to receive highlighted search results, see Text match metadata.
For example, if you're looking for a list of popular users, you might try this query:
\nq=tom+repos:%3E42+followers:%3E1000
This query searches for users with the name tom. The results are restricted to users with more than 42 repositories and over 1,000 followers.
Find users via various criteria. This method returns up to 100 results per page.
\nWhen searching for users, you can get text match metadata for the issue login, public email, and name fields when you pass the text-match media type. For more details about highlighting search results, see Text match metadata. For more details about how to receive highlighted search results, see Text match metadata.
For example, if you're looking for a list of popular users, you might try this query:
\nq=tom+repos:%3E42+followers:%3E1000
This query searches for users with the name tom. The results are restricted to users with more than 42 repositories and over 1,000 followers.
This endpoint does not accept authentication and will only include publicly visible users. As an alternative, you can use the GraphQL API. The GraphQL API requires authentication and will return private users, including Enterprise Managed Users (EMUs), that you are authorized to view. For more information, see \"GraphQL Queries.\"
", "statusCodes": [ { "httpStatusCode": "200", @@ -412013,7 +412103,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Response
" + "description": "No Content when collaborator was removed from the repository.
" } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "Removes a collaborator from a repository.
\nTo use this endpoint, the authenticated user must either be an administrator of the repository or target themselves for removal.
\nThis endpoint also:
\nRemoving a user as a collaborator has the following effects on forks:
\nNote: A user can still have access to the repository through organization permissions like base repository permissions.
\nAlthough the API responds immediately, the additional permission updates might take some extra time to complete in the background.
\nFor more information on fork permissions, see \"About permissions and visibility of forks\".
", "statusCodes": [ { "httpStatusCode": "204", - "description": "No Content
" + "description": "No Content when collaborator was removed from the repository.
" + }, + { + "httpStatusCode": "403", + "description": "Forbidden
" + }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" } ] }, @@ -151765,7 +151773,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -185730,6 +185742,10 @@ { "httpStatusCode": "202", "description": "Accepted
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -185814,6 +185830,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -185910,6 +185930,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -186570,6 +186594,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -186614,6 +186642,10 @@ { "httpStatusCode": "204", "description": "No Content
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -186675,6 +186707,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -186748,6 +186784,10 @@ { "httpStatusCode": "201", "description": "Created
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -186821,6 +186861,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -186878,6 +186922,10 @@ { "httpStatusCode": "202", "description": "Accepted
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -186921,6 +186969,10 @@ { "httpStatusCode": "202", "description": "Accepted
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] } @@ -189162,7 +189214,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Note: This returns an upload_url key corresponding to the endpoint for uploading release assets. This key is a hypermedia resource.
Resource not found
" + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -372198,7 +372288,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Find users via various criteria. This method returns up to 100 results per page.
\nWhen searching for users, you can get text match metadata for the issue login, public email, and name fields when you pass the text-match media type. For more details about highlighting search results, see Text match metadata. For more details about how to receive highlighted search results, see Text match metadata.
For example, if you're looking for a list of popular users, you might try this query:
\nq=tom+repos:%3E42+followers:%3E1000
This query searches for users with the name tom. The results are restricted to users with more than 42 repositories and over 1,000 followers.
Find users via various criteria. This method returns up to 100 results per page.
\nWhen searching for users, you can get text match metadata for the issue login, public email, and name fields when you pass the text-match media type. For more details about highlighting search results, see Text match metadata. For more details about how to receive highlighted search results, see Text match metadata.
For example, if you're looking for a list of popular users, you might try this query:
\nq=tom+repos:%3E42+followers:%3E1000
This query searches for users with the name tom. The results are restricted to users with more than 42 repositories and over 1,000 followers.
This endpoint does not accept authentication and will only include publicly visible users. As an alternative, you can use the GraphQL API. The GraphQL API requires authentication and will return private users, including Enterprise Managed Users (EMUs), that you are authorized to view. For more information, see \"GraphQL Queries.\"
", "statusCodes": [ { "httpStatusCode": "200", @@ -419770,7 +419860,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Response
" + "description": "No Content when collaborator was removed from the repository.
" } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "Removes a collaborator from a repository.
\nTo use this endpoint, the authenticated user must either be an administrator of the repository or target themselves for removal.
\nThis endpoint also:
\nRemoving a user as a collaborator has the following effects on forks:
\nNote: A user can still have access to the repository through organization permissions like base repository permissions.
\nAlthough the API responds immediately, the additional permission updates might take some extra time to complete in the background.
\nFor more information on fork permissions, see \"About permissions and visibility of forks\".
", "statusCodes": [ { "httpStatusCode": "204", - "description": "No Content
" + "description": "No Content when collaborator was removed from the repository.
" + }, + { + "httpStatusCode": "403", + "description": "Forbidden
" + }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" } ] }, @@ -154364,7 +154372,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -188768,6 +188780,10 @@ { "httpStatusCode": "202", "description": "Accepted
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -188852,6 +188868,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -188948,6 +188968,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -189608,6 +189632,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -189652,6 +189680,10 @@ { "httpStatusCode": "204", "description": "No Content
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -189713,6 +189745,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -189786,6 +189822,10 @@ { "httpStatusCode": "201", "description": "Created
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -189859,6 +189899,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -189916,6 +189960,10 @@ { "httpStatusCode": "202", "description": "Accepted
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -189959,6 +190007,10 @@ { "httpStatusCode": "202", "description": "Accepted
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] } @@ -192200,7 +192252,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Note: This returns an upload_url key corresponding to the endpoint for uploading release assets. This key is a hypermedia resource.
Resource not found
" + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -382470,7 +382560,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Find users via various criteria. This method returns up to 100 results per page.
\nWhen searching for users, you can get text match metadata for the issue login, public email, and name fields when you pass the text-match media type. For more details about highlighting search results, see Text match metadata. For more details about how to receive highlighted search results, see Text match metadata.
For example, if you're looking for a list of popular users, you might try this query:
\nq=tom+repos:%3E42+followers:%3E1000
This query searches for users with the name tom. The results are restricted to users with more than 42 repositories and over 1,000 followers.
Find users via various criteria. This method returns up to 100 results per page.
\nWhen searching for users, you can get text match metadata for the issue login, public email, and name fields when you pass the text-match media type. For more details about highlighting search results, see Text match metadata. For more details about how to receive highlighted search results, see Text match metadata.
For example, if you're looking for a list of popular users, you might try this query:
\nq=tom+repos:%3E42+followers:%3E1000
This query searches for users with the name tom. The results are restricted to users with more than 42 repositories and over 1,000 followers.
This endpoint does not accept authentication and will only include publicly visible users. As an alternative, you can use the GraphQL API. The GraphQL API requires authentication and will return private users, including Enterprise Managed Users (EMUs), that you are authorized to view. For more information, see \"GraphQL Queries.\"
", "statusCodes": [ { "httpStatusCode": "200", @@ -431845,7 +431935,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Response
" + "description": "No Content when collaborator was removed from the repository.
" } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "Removes a collaborator from a repository.
\nTo use this endpoint, the authenticated user must either be an administrator of the repository or target themselves for removal.
\nThis endpoint also:
\nRemoving a user as a collaborator has the following effects on forks:
\nNote: A user can still have access to the repository through organization permissions like base repository permissions.
\nAlthough the API responds immediately, the additional permission updates might take some extra time to complete in the background.
\nFor more information on fork permissions, see \"About permissions and visibility of forks\".
", "statusCodes": [ { "httpStatusCode": "204", - "description": "No Content
" + "description": "No Content when collaborator was removed from the repository.
" + }, + { + "httpStatusCode": "403", + "description": "Forbidden
" + }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" } ] }, @@ -156787,7 +156795,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -191579,6 +191591,10 @@ { "httpStatusCode": "202", "description": "Accepted
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -191663,6 +191679,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -191759,6 +191779,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -192419,6 +192443,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -192463,6 +192491,10 @@ { "httpStatusCode": "204", "description": "No Content
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -192524,6 +192556,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -192597,6 +192633,10 @@ { "httpStatusCode": "201", "description": "Created
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -192670,6 +192710,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -192727,6 +192771,10 @@ { "httpStatusCode": "202", "description": "Accepted
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -192770,6 +192818,10 @@ { "httpStatusCode": "202", "description": "Accepted
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] } @@ -195011,7 +195063,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Note: This returns an upload_url key corresponding to the endpoint for uploading release assets. This key is a hypermedia resource.
Resource not found
" + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -386134,7 +386224,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Find users via various criteria. This method returns up to 100 results per page.
\nWhen searching for users, you can get text match metadata for the issue login, public email, and name fields when you pass the text-match media type. For more details about highlighting search results, see Text match metadata. For more details about how to receive highlighted search results, see Text match metadata.
For example, if you're looking for a list of popular users, you might try this query:
\nq=tom+repos:%3E42+followers:%3E1000
This query searches for users with the name tom. The results are restricted to users with more than 42 repositories and over 1,000 followers.
Find users via various criteria. This method returns up to 100 results per page.
\nWhen searching for users, you can get text match metadata for the issue login, public email, and name fields when you pass the text-match media type. For more details about highlighting search results, see Text match metadata. For more details about how to receive highlighted search results, see Text match metadata.
For example, if you're looking for a list of popular users, you might try this query:
\nq=tom+repos:%3E42+followers:%3E1000
This query searches for users with the name tom. The results are restricted to users with more than 42 repositories and over 1,000 followers.
This endpoint does not accept authentication and will only include publicly visible users. As an alternative, you can use the GraphQL API. The GraphQL API requires authentication and will return private users, including Enterprise Managed Users (EMUs), that you are authorized to view. For more information, see \"GraphQL Queries.\"
", "statusCodes": [ { "httpStatusCode": "200", @@ -435727,7 +435817,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Response
" + "description": "No Content when collaborator was removed from the repository.
" } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "Removes a collaborator from a repository.
\nTo use this endpoint, the authenticated user must either be an administrator of the repository or target themselves for removal.
\nThis endpoint also:
\nRemoving a user as a collaborator has the following effects on forks:
\nNote: A user can still have access to the repository through organization permissions like base repository permissions.
\nAlthough the API responds immediately, the additional permission updates might take some extra time to complete in the background.
\nFor more information on fork permissions, see \"About permissions and visibility of forks\".
", "statusCodes": [ { "httpStatusCode": "204", - "description": "No Content
" + "description": "No Content when collaborator was removed from the repository.
" + }, + { + "httpStatusCode": "403", + "description": "Forbidden
" + }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" } ] }, @@ -171185,7 +171193,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
You must use an access token with the security_events scope to use this endpoint with private repositories.\nYou can also use tokens with the public_repo scope for public repositories only.\nGitHub Apps must have Dependabot alerts write permission to use this endpoint.
You must use an access token with the security_events scope to use this endpoint with private repositories.\nYou can also use tokens with the public_repo scope for public repositories only.\nGitHub Apps must have Dependabot alerts write permission to use this endpoint.
To use this endpoint, you must have access to security alerts for the repository. For more information, see \"Granting access to security alerts.\"
", "statusCodes": [ { "httpStatusCode": "200", @@ -198097,7 +198105,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -212603,6 +212615,10 @@ { "httpStatusCode": "202", "description": "Accepted
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -212687,6 +212703,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -212783,6 +212803,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -213443,6 +213467,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -213487,6 +213515,10 @@ { "httpStatusCode": "204", "description": "No Content
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -213548,6 +213580,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -213621,6 +213657,10 @@ { "httpStatusCode": "201", "description": "Created
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -213694,6 +213734,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -213751,6 +213795,10 @@ { "httpStatusCode": "202", "description": "Accepted
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -213794,6 +213842,10 @@ { "httpStatusCode": "202", "description": "Accepted
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] } @@ -216035,7 +216087,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Note: This returns an upload_url key corresponding to the endpoint for uploading release assets. This key is a hypermedia resource.
Resource not found
" + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -407344,7 +407434,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Find users via various criteria. This method returns up to 100 results per page.
\nWhen searching for users, you can get text match metadata for the issue login, public email, and name fields when you pass the text-match media type. For more details about highlighting search results, see Text match metadata. For more details about how to receive highlighted search results, see Text match metadata.
For example, if you're looking for a list of popular users, you might try this query:
\nq=tom+repos:%3E42+followers:%3E1000
This query searches for users with the name tom. The results are restricted to users with more than 42 repositories and over 1,000 followers.
Find users via various criteria. This method returns up to 100 results per page.
\nWhen searching for users, you can get text match metadata for the issue login, public email, and name fields when you pass the text-match media type. For more details about highlighting search results, see Text match metadata. For more details about how to receive highlighted search results, see Text match metadata.
For example, if you're looking for a list of popular users, you might try this query:
\nq=tom+repos:%3E42+followers:%3E1000
This query searches for users with the name tom. The results are restricted to users with more than 42 repositories and over 1,000 followers.
This endpoint does not accept authentication and will only include publicly visible users. As an alternative, you can use the GraphQL API. The GraphQL API requires authentication and will return private users, including Enterprise Managed Users (EMUs), that you are authorized to view. For more information, see \"GraphQL Queries.\"
", "statusCodes": [ { "httpStatusCode": "200", @@ -456989,7 +457079,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Response when updating a secret
" } ], - "descriptionHTML": "Creates or updates an organization secret with an encrypted value. Encrypt your secret using\nLibSodium. You must authenticate using an access\ntoken with the admin:org scope to use this endpoint. GitHub Apps must have the secrets organization permission to\nuse this endpoint.
Encrypt your secret using the libsodium-wrappers library.
\nconst sodium = require('libsodium-wrappers')\nconst secret = 'plain-text-secret' // replace with the secret you want to encrypt\nconst key = 'base64-encoded-public-key' // replace with the Base64 encoded public key\n\n//Check if libsodium is ready and then proceed.\nsodium.ready.then(() => {\n // Convert Secret & Base64 key to Uint8Array.\n let binkey = sodium.from_base64(key, sodium.base64_variants.ORIGINAL)\n let binsec = sodium.from_string(secret)\n\n //Encrypt the secret using LibSodium\n let encBytes = sodium.crypto_box_seal(binsec, binkey)\n\n // Convert encrypted Uint8Array to Base64\n let output = sodium.to_base64(encBytes, sodium.base64_variants.ORIGINAL)\n\n console.log(output)\n});\n\nEncrypt your secret using pynacl with Python 3.
\nfrom base64 import b64encode\nfrom nacl import encoding, public\n\ndef encrypt(public_key: str, secret_value: str) -> str:\n \"\"\"Encrypt a Unicode string using the public key.\"\"\"\n public_key = public.PublicKey(public_key.encode(\"utf-8\"), encoding.Base64Encoder())\n sealed_box = public.SealedBox(public_key)\n encrypted = sealed_box.encrypt(secret_value.encode(\"utf-8\"))\n return b64encode(encrypted).decode(\"utf-8\")\n\nEncrypt your secret using the Sodium.Core package.
\nvar secretValue = System.Text.Encoding.UTF8.GetBytes(\"mySecret\");\nvar publicKey = Convert.FromBase64String(\"2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU=\");\n\nvar sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey);\n\nConsole.WriteLine(Convert.ToBase64String(sealedPublicKeyBox));\n\nEncrypt your secret using the rbnacl gem.
\nrequire \"rbnacl\"\nrequire \"base64\"\n\nkey = Base64.decode64(\"+ZYvJDZMHUfBkJdyq5Zm9SKqeuBQ4sj+6sfjlH4CgG0=\")\npublic_key = RbNaCl::PublicKey.new(key)\n\nbox = RbNaCl::Boxes::Sealed.from_public_key(public_key)\nencrypted_secret = box.encrypt(\"my_secret\")\n\n# Print the base64 encoded secret\nputs Base64.strict_encode64(encrypted_secret)\n"
+ "descriptionHTML": "Creates or updates an organization secret with an encrypted value. Encrypt your secret using\nLibSodium. You must authenticate using an access\ntoken with the admin:org scope to use this endpoint. GitHub Apps must have the secrets organization permission to\nuse this endpoint.
*Example encrypting a secret using Node.js
\nEncrypt your secret using the libsodium-wrappers library.
\nconst sodium = require('libsodium-wrappers')\nconst secret = 'plain-text-secret' // replace with the secret you want to encrypt\nconst key = 'base64-encoded-public-key' // replace with the Base64 encoded public key\n\n//Check if libsodium is ready and then proceed.\nsodium.ready.then(() => {\n // Convert Secret & Base64 key to Uint8Array.\n let binkey = sodium.from_base64(key, sodium.base64_variants.ORIGINAL)\n let binsec = sodium.from_string(secret)\n\n //Encrypt the secret using LibSodium\n let encBytes = sodium.crypto_box_seal(binsec, binkey)\n\n // Convert encrypted Uint8Array to Base64\n let output = sodium.to_base64(encBytes, sodium.base64_variants.ORIGINAL)\n\n console.log(output)\n});\n\nExample encrypting a secret using Python
\nEncrypt your secret using pynacl with Python 3.
\nfrom base64 import b64encode\nfrom nacl import encoding, public\n\ndef encrypt(public_key: str, secret_value: str) -> str:\n \"\"\"Encrypt a Unicode string using the public key.\"\"\"\n public_key = public.PublicKey(public_key.encode(\"utf-8\"), encoding.Base64Encoder())\n sealed_box = public.SealedBox(public_key)\n encrypted = sealed_box.encrypt(secret_value.encode(\"utf-8\"))\n return b64encode(encrypted).decode(\"utf-8\")\n\nExample encrypting a secret using C#
\nEncrypt your secret using the Sodium.Core package.
\nvar secretValue = System.Text.Encoding.UTF8.GetBytes(\"mySecret\");\nvar publicKey = Convert.FromBase64String(\"2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU=\");\n\nvar sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey);\n\nConsole.WriteLine(Convert.ToBase64String(sealedPublicKeyBox));\n\nExample encrypting a secret using Ruby
\nEncrypt your secret using the rbnacl gem.
\nrequire \"rbnacl\"\nrequire \"base64\"\n\nkey = Base64.decode64(\"+ZYvJDZMHUfBkJdyq5Zm9SKqeuBQ4sj+6sfjlH4CgG0=\")\npublic_key = RbNaCl::PublicKey.new(key)\n\nbox = RbNaCl::Boxes::Sealed.from_public_key(public_key)\nencrypted_secret = box.encrypt(\"my_secret\")\n\n# Print the base64 encoded secret\nputs Base64.strict_encode64(encrypted_secret)\n"
},
{
"serverUrl": "http(s)://HOSTNAME/api/v3",
@@ -15907,7 +15907,7 @@
},
{
"name": "repo",
- "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Response when updating a secret
" } ], - "descriptionHTML": "Creates or updates a repository secret with an encrypted value. Encrypt your secret using\nLibSodium. You must authenticate using an access\ntoken with the repo scope to use this endpoint. GitHub Apps must have the secrets repository permission to use\nthis endpoint.
Encrypt your secret using the libsodium-wrappers library.
\nconst sodium = require('libsodium-wrappers')\nconst secret = 'plain-text-secret' // replace with the secret you want to encrypt\nconst key = 'base64-encoded-public-key' // replace with the Base64 encoded public key\n\n//Check if libsodium is ready and then proceed.\nsodium.ready.then(() => {\n // Convert Secret & Base64 key to Uint8Array.\n let binkey = sodium.from_base64(key, sodium.base64_variants.ORIGINAL)\n let binsec = sodium.from_string(secret)\n\n //Encrypt the secret using LibSodium\n let encBytes = sodium.crypto_box_seal(binsec, binkey)\n\n // Convert encrypted Uint8Array to Base64\n let output = sodium.to_base64(encBytes, sodium.base64_variants.ORIGINAL)\n\n console.log(output)\n});\n\nEncrypt your secret using pynacl with Python 3.
\nfrom base64 import b64encode\nfrom nacl import encoding, public\n\ndef encrypt(public_key: str, secret_value: str) -> str:\n \"\"\"Encrypt a Unicode string using the public key.\"\"\"\n public_key = public.PublicKey(public_key.encode(\"utf-8\"), encoding.Base64Encoder())\n sealed_box = public.SealedBox(public_key)\n encrypted = sealed_box.encrypt(secret_value.encode(\"utf-8\"))\n return b64encode(encrypted).decode(\"utf-8\")\n\nEncrypt your secret using the Sodium.Core package.
\nvar secretValue = System.Text.Encoding.UTF8.GetBytes(\"mySecret\");\nvar publicKey = Convert.FromBase64String(\"2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU=\");\n\nvar sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey);\n\nConsole.WriteLine(Convert.ToBase64String(sealedPublicKeyBox));\n\nEncrypt your secret using the rbnacl gem.
\nrequire \"rbnacl\"\nrequire \"base64\"\n\nkey = Base64.decode64(\"+ZYvJDZMHUfBkJdyq5Zm9SKqeuBQ4sj+6sfjlH4CgG0=\")\npublic_key = RbNaCl::PublicKey.new(key)\n\nbox = RbNaCl::Boxes::Sealed.from_public_key(public_key)\nencrypted_secret = box.encrypt(\"my_secret\")\n\n# Print the base64 encoded secret\nputs Base64.strict_encode64(encrypted_secret)\n"
+ "descriptionHTML": "Creates or updates a repository secret with an encrypted value. Encrypt your secret using\nLibSodium. You must authenticate using an access\ntoken with the repo scope to use this endpoint. GitHub Apps must have the secrets repository permission to use\nthis endpoint.
Example encrypting a secret using Node.js
\nEncrypt your secret using the libsodium-wrappers library.
\nconst sodium = require('libsodium-wrappers')\nconst secret = 'plain-text-secret' // replace with the secret you want to encrypt\nconst key = 'base64-encoded-public-key' // replace with the Base64 encoded public key\n\n//Check if libsodium is ready and then proceed.\nsodium.ready.then(() => {\n // Convert Secret & Base64 key to Uint8Array.\n let binkey = sodium.from_base64(key, sodium.base64_variants.ORIGINAL)\n let binsec = sodium.from_string(secret)\n\n //Encrypt the secret using LibSodium\n let encBytes = sodium.crypto_box_seal(binsec, binkey)\n\n // Convert encrypted Uint8Array to Base64\n let output = sodium.to_base64(encBytes, sodium.base64_variants.ORIGINAL)\n\n console.log(output)\n});\n\nExample encrypting a secret using Python
\nEncrypt your secret using pynacl with Python 3.
\nfrom base64 import b64encode\nfrom nacl import encoding, public\n\ndef encrypt(public_key: str, secret_value: str) -> str:\n \"\"\"Encrypt a Unicode string using the public key.\"\"\"\n public_key = public.PublicKey(public_key.encode(\"utf-8\"), encoding.Base64Encoder())\n sealed_box = public.SealedBox(public_key)\n encrypted = sealed_box.encrypt(secret_value.encode(\"utf-8\"))\n return b64encode(encrypted).decode(\"utf-8\")\n\nExample encrypting a secret using C#
\nEncrypt your secret using the Sodium.Core package.
\nvar secretValue = System.Text.Encoding.UTF8.GetBytes(\"mySecret\");\nvar publicKey = Convert.FromBase64String(\"2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU=\");\n\nvar sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey);\n\nConsole.WriteLine(Convert.ToBase64String(sealedPublicKeyBox));\n\nExample encrypting a secret using Ruby
\nEncrypt your secret using the rbnacl gem.
\nrequire \"rbnacl\"\nrequire \"base64\"\n\nkey = Base64.decode64(\"+ZYvJDZMHUfBkJdyq5Zm9SKqeuBQ4sj+6sfjlH4CgG0=\")\npublic_key = RbNaCl::PublicKey.new(key)\n\nbox = RbNaCl::Boxes::Sealed.from_public_key(public_key)\nencrypted_secret = box.encrypt(\"my_secret\")\n\n# Print the base64 encoded secret\nputs Base64.strict_encode64(encrypted_secret)\n"
},
{
"serverUrl": "http(s)://HOSTNAME/api/v3",
@@ -16493,7 +16493,7 @@
},
{
"name": "repo",
- "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Response when updating a secret
" } ], - "descriptionHTML": "Creates or updates an environment secret with an encrypted value. Encrypt your secret using\nLibSodium. You must authenticate using an access\ntoken with the repo scope to use this endpoint. GitHub Apps must have the secrets repository permission to use\nthis endpoint.
Encrypt your secret using the libsodium-wrappers library.
\nconst sodium = require('libsodium-wrappers')\nconst secret = 'plain-text-secret' // replace with the secret you want to encrypt\nconst key = 'base64-encoded-public-key' // replace with the Base64 encoded public key\n\n//Check if libsodium is ready and then proceed.\nsodium.ready.then(() => {\n // Convert Secret & Base64 key to Uint8Array.\n let binkey = sodium.from_base64(key, sodium.base64_variants.ORIGINAL)\n let binsec = sodium.from_string(secret)\n\n //Encrypt the secret using LibSodium\n let encBytes = sodium.crypto_box_seal(binsec, binkey)\n\n // Convert encrypted Uint8Array to Base64\n let output = sodium.to_base64(encBytes, sodium.base64_variants.ORIGINAL)\n\n console.log(output)\n});\n\nEncrypt your secret using pynacl with Python 3.
\nfrom base64 import b64encode\nfrom nacl import encoding, public\n\ndef encrypt(public_key: str, secret_value: str) -> str:\n \"\"\"Encrypt a Unicode string using the public key.\"\"\"\n public_key = public.PublicKey(public_key.encode(\"utf-8\"), encoding.Base64Encoder())\n sealed_box = public.SealedBox(public_key)\n encrypted = sealed_box.encrypt(secret_value.encode(\"utf-8\"))\n return b64encode(encrypted).decode(\"utf-8\")\n\nEncrypt your secret using the Sodium.Core package.
\nvar secretValue = System.Text.Encoding.UTF8.GetBytes(\"mySecret\");\nvar publicKey = Convert.FromBase64String(\"2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU=\");\n\nvar sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey);\n\nConsole.WriteLine(Convert.ToBase64String(sealedPublicKeyBox));\n\nEncrypt your secret using the rbnacl gem.
\nrequire \"rbnacl\"\nrequire \"base64\"\n\nkey = Base64.decode64(\"+ZYvJDZMHUfBkJdyq5Zm9SKqeuBQ4sj+6sfjlH4CgG0=\")\npublic_key = RbNaCl::PublicKey.new(key)\n\nbox = RbNaCl::Boxes::Sealed.from_public_key(public_key)\nencrypted_secret = box.encrypt(\"my_secret\")\n\n# Print the base64 encoded secret\nputs Base64.strict_encode64(encrypted_secret)\n"
+ "descriptionHTML": "Creates or updates an environment secret with an encrypted value. Encrypt your secret using\nLibSodium. You must authenticate using an access\ntoken with the repo scope to use this endpoint. GitHub Apps must have the secrets repository permission to use\nthis endpoint.
Example encrypting a secret using Node.js
\nEncrypt your secret using the libsodium-wrappers library.
\nconst sodium = require('libsodium-wrappers')\nconst secret = 'plain-text-secret' // replace with the secret you want to encrypt\nconst key = 'base64-encoded-public-key' // replace with the Base64 encoded public key\n\n//Check if libsodium is ready and then proceed.\nsodium.ready.then(() => {\n // Convert Secret & Base64 key to Uint8Array.\n let binkey = sodium.from_base64(key, sodium.base64_variants.ORIGINAL)\n let binsec = sodium.from_string(secret)\n\n //Encrypt the secret using LibSodium\n let encBytes = sodium.crypto_box_seal(binsec, binkey)\n\n // Convert encrypted Uint8Array to Base64\n let output = sodium.to_base64(encBytes, sodium.base64_variants.ORIGINAL)\n\n console.log(output)\n});\n\nExample encrypting a secret using Python
\nEncrypt your secret using pynacl with Python 3.
\nfrom base64 import b64encode\nfrom nacl import encoding, public\n\ndef encrypt(public_key: str, secret_value: str) -> str:\n \"\"\"Encrypt a Unicode string using the public key.\"\"\"\n public_key = public.PublicKey(public_key.encode(\"utf-8\"), encoding.Base64Encoder())\n sealed_box = public.SealedBox(public_key)\n encrypted = sealed_box.encrypt(secret_value.encode(\"utf-8\"))\n return b64encode(encrypted).decode(\"utf-8\")\n\nExample encrypting a secret using C#
\nEncrypt your secret using the Sodium.Core package.
\nvar secretValue = System.Text.Encoding.UTF8.GetBytes(\"mySecret\");\nvar publicKey = Convert.FromBase64String(\"2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU=\");\n\nvar sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey);\n\nConsole.WriteLine(Convert.ToBase64String(sealedPublicKeyBox));\n\nExample encrypting a secret using Ruby
\nEncrypt your secret using the rbnacl gem.
\nrequire \"rbnacl\"\nrequire \"base64\"\n\nkey = Base64.decode64(\"+ZYvJDZMHUfBkJdyq5Zm9SKqeuBQ4sj+6sfjlH4CgG0=\")\npublic_key = RbNaCl::PublicKey.new(key)\n\nbox = RbNaCl::Boxes::Sealed.from_public_key(public_key)\nencrypted_secret = box.encrypt(\"my_secret\")\n\n# Print the base64 encoded secret\nputs Base64.strict_encode64(encrypted_secret)\n"
},
{
"serverUrl": "http(s)://HOSTNAME/api/v3",
@@ -29921,7 +29921,7 @@
},
{
"name": "repo",
- "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Service unavailable
" } ], - "descriptionHTML": "Uploads SARIF data containing the results of a code scanning analysis to make the results available in a repository. You must use an access token with the security_events scope to use this endpoint for private repositories. You can also use tokens with the public_repo scope for public repositories only. GitHub Apps must have the security_events write permission to use this endpoint.
There are two places where you can upload code scanning results.
\n--ref refs/pull/42/merge or --ref refs/pull/42/head, then the results appear as alerts in a pull request check. For more information, see \"Triaging code scanning alerts in pull requests.\"--ref refs/heads/my-branch, then the results appear in the Security tab for your repository. For more information, see \"Managing code scanning alerts for your repository.\"You must compress the SARIF-formatted analysis data that you want to upload, using gzip, and then encode it as a Base64 format string. For example:
gzip -c analysis-data.sarif | base64 -w0\n\n| SARIF data | Maximum values | Additional limits |
|---|---|---|
| Runs per file | 20 | |
| Results per run | 25,000 | Only the top 5,000 results will be included, prioritized by severity. |
| Rules per run | 25,000 | |
| Tool extensions per run | 100 | |
| Thread Flow Locations per result | 10,000 | Only the top 1,000 Thread Flow Locations will be included, using prioritization. |
| Location per result | 1,000 | Only 100 locations will be included. |
| Tags per rule | 20 | Only 10 tags will be included. |
The 202 Accepted response includes an id value.\nYou can use this ID to check the status of the upload by using it in the /sarifs/{sarif_id} endpoint.\nFor more information, see \"Get information about a SARIF upload.\"
Uploads SARIF data containing the results of a code scanning analysis to make the results available in a repository. You must use an access token with the security_events scope to use this endpoint for private repositories. You can also use tokens with the public_repo scope for public repositories only. GitHub Apps must have the security_events write permission to use this endpoint.
There are two places where you can upload code scanning results.
\n--ref refs/pull/42/merge or --ref refs/pull/42/head, then the results appear as alerts in a pull request check. For more information, see \"Triaging code scanning alerts in pull requests.\"--ref refs/heads/my-branch, then the results appear in the Security tab for your repository. For more information, see \"Managing code scanning alerts for your repository.\"You must compress the SARIF-formatted analysis data that you want to upload, using gzip, and then encode it as a Base64 format string. For example:
gzip -c analysis-data.sarif | base64 -w0\n\n| SARIF data | Maximum values | Additional limits |
|---|---|---|
| Runs per file | 20 | |
| Results per run | 25,000 | Only the top 5,000 results will be included, prioritized by severity. |
| Rules per run | 25,000 | |
| Tool extensions per run | 100 | |
| Thread Flow Locations per result | 10,000 | Only the top 1,000 Thread Flow Locations will be included, using prioritization. |
| Location per result | 1,000 | Only 100 locations will be included. |
| Tags per rule | 20 | Only 10 tags will be included. |
The 202 Accepted response includes an id value.\nYou can use this ID to check the status of the upload by using it in the /sarifs/{sarif_id} endpoint.\nFor more information, see \"Get information about a SARIF upload.\"
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Response
" + "description": "No Content when collaborator was removed from the repository.
" } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "Removes a collaborator from a repository.
\nTo use this endpoint, the authenticated user must either be an administrator of the repository or target themselves for removal.
\nThis endpoint also:
\nRemoving a user as a collaborator has the following effects on forks:
\nNote: A user can still have access to the repository through organization permissions like base repository permissions.
\nAlthough the API responds immediately, the additional permission updates might take some extra time to complete in the background.
\nFor more information on fork permissions, see \"About permissions and visibility of forks\".
", "statusCodes": [ { "httpStatusCode": "204", - "description": "No Content
" + "description": "No Content when collaborator was removed from the repository.
" + }, + { + "httpStatusCode": "403", + "description": "Forbidden
" + }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" } ] }, @@ -171863,7 +171870,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
You must use an access token with the security_events scope to use this endpoint with private repositories.\nYou can also use tokens with the public_repo scope for public repositories only.\nGitHub Apps must have Dependabot alerts write permission to use this endpoint.
You must use an access token with the security_events scope to use this endpoint with private repositories.\nYou can also use tokens with the public_repo scope for public repositories only.\nGitHub Apps must have Dependabot alerts write permission to use this endpoint.
To use this endpoint, you must have access to security alerts for the repository. For more information, see \"Granting access to security alerts.\"
", "statusCodes": [ { "httpStatusCode": "200", @@ -197539,7 +197546,7 @@ "description": "Response when updating a secret
" } ], - "descriptionHTML": "Creates or updates an organization secret with an encrypted value. Encrypt your secret using\nLibSodium. You must authenticate using an access\ntoken with the admin:org scope to use this endpoint. GitHub Apps must have the dependabot_secrets organization\npermission to use this endpoint.
Encrypt your secret using the libsodium-wrappers library.
\nconst sodium = require('libsodium-wrappers')\nconst secret = 'plain-text-secret' // replace with the secret you want to encrypt\nconst key = 'base64-encoded-public-key' // replace with the Base64 encoded public key\n\n//Check if libsodium is ready and then proceed.\nsodium.ready.then(() => {\n // Convert Secret & Base64 key to Uint8Array.\n let binkey = sodium.from_base64(key, sodium.base64_variants.ORIGINAL)\n let binsec = sodium.from_string(secret)\n\n //Encrypt the secret using LibSodium\n let encBytes = sodium.crypto_box_seal(binsec, binkey)\n\n // Convert encrypted Uint8Array to Base64\n let output = sodium.to_base64(encBytes, sodium.base64_variants.ORIGINAL)\n\n console.log(output)\n});\n\nEncrypt your secret using pynacl with Python 3.
\nfrom base64 import b64encode\nfrom nacl import encoding, public\n\ndef encrypt(public_key: str, secret_value: str) -> str:\n \"\"\"Encrypt a Unicode string using the public key.\"\"\"\n public_key = public.PublicKey(public_key.encode(\"utf-8\"), encoding.Base64Encoder())\n sealed_box = public.SealedBox(public_key)\n encrypted = sealed_box.encrypt(secret_value.encode(\"utf-8\"))\n return b64encode(encrypted).decode(\"utf-8\")\n\nEncrypt your secret using the Sodium.Core package.
\nvar secretValue = System.Text.Encoding.UTF8.GetBytes(\"mySecret\");\nvar publicKey = Convert.FromBase64String(\"2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU=\");\n\nvar sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey);\n\nConsole.WriteLine(Convert.ToBase64String(sealedPublicKeyBox));\n\nEncrypt your secret using the rbnacl gem.
\nrequire \"rbnacl\"\nrequire \"base64\"\n\nkey = Base64.decode64(\"+ZYvJDZMHUfBkJdyq5Zm9SKqeuBQ4sj+6sfjlH4CgG0=\")\npublic_key = RbNaCl::PublicKey.new(key)\n\nbox = RbNaCl::Boxes::Sealed.from_public_key(public_key)\nencrypted_secret = box.encrypt(\"my_secret\")\n\n# Print the base64 encoded secret\nputs Base64.strict_encode64(encrypted_secret)\n"
+ "descriptionHTML": "Creates or updates an organization secret with an encrypted value. Encrypt your secret using\nLibSodium. You must authenticate using an access\ntoken with the admin:org scope to use this endpoint. GitHub Apps must have the dependabot_secrets organization\npermission to use this endpoint.
Example encrypting a secret using Node.js
\nEncrypt your secret using the libsodium-wrappers library.
\nconst sodium = require('libsodium-wrappers')\nconst secret = 'plain-text-secret' // replace with the secret you want to encrypt\nconst key = 'base64-encoded-public-key' // replace with the Base64 encoded public key\n\n//Check if libsodium is ready and then proceed.\nsodium.ready.then(() => {\n // Convert Secret & Base64 key to Uint8Array.\n let binkey = sodium.from_base64(key, sodium.base64_variants.ORIGINAL)\n let binsec = sodium.from_string(secret)\n\n //Encrypt the secret using LibSodium\n let encBytes = sodium.crypto_box_seal(binsec, binkey)\n\n // Convert encrypted Uint8Array to Base64\n let output = sodium.to_base64(encBytes, sodium.base64_variants.ORIGINAL)\n\n console.log(output)\n});\n\nExample encrypting a secret using Python
\nEncrypt your secret using pynacl with Python 3.
\nfrom base64 import b64encode\nfrom nacl import encoding, public\n\ndef encrypt(public_key: str, secret_value: str) -> str:\n \"\"\"Encrypt a Unicode string using the public key.\"\"\"\n public_key = public.PublicKey(public_key.encode(\"utf-8\"), encoding.Base64Encoder())\n sealed_box = public.SealedBox(public_key)\n encrypted = sealed_box.encrypt(secret_value.encode(\"utf-8\"))\n return b64encode(encrypted).decode(\"utf-8\")\n\nExample encrypting a secret using C#
\nEncrypt your secret using the Sodium.Core package.
\nvar secretValue = System.Text.Encoding.UTF8.GetBytes(\"mySecret\");\nvar publicKey = Convert.FromBase64String(\"2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU=\");\n\nvar sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey);\n\nConsole.WriteLine(Convert.ToBase64String(sealedPublicKeyBox));\n\nExample encrypting a secret using Ruby
\nEncrypt your secret using the rbnacl gem.
\nrequire \"rbnacl\"\nrequire \"base64\"\n\nkey = Base64.decode64(\"+ZYvJDZMHUfBkJdyq5Zm9SKqeuBQ4sj+6sfjlH4CgG0=\")\npublic_key = RbNaCl::PublicKey.new(key)\n\nbox = RbNaCl::Boxes::Sealed.from_public_key(public_key)\nencrypted_secret = box.encrypt(\"my_secret\")\n\n# Print the base64 encoded secret\nputs Base64.strict_encode64(encrypted_secret)\n"
},
{
"serverUrl": "http(s)://HOSTNAME/api/v3",
@@ -198775,7 +198782,7 @@
},
{
"name": "repo",
- "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Response when updating a secret
" } ], - "descriptionHTML": "Creates or updates a repository secret with an encrypted value. Encrypt your secret using\nLibSodium. You must authenticate using an access\ntoken with the repo scope to use this endpoint. GitHub Apps must have the dependabot_secrets repository\npermission to use this endpoint.
Encrypt your secret using the libsodium-wrappers library.
\nconst sodium = require('libsodium-wrappers')\nconst secret = 'plain-text-secret' // replace with the secret you want to encrypt\nconst key = 'base64-encoded-public-key' // replace with the Base64 encoded public key\n\n//Check if libsodium is ready and then proceed.\nsodium.ready.then(() => {\n // Convert Secret & Base64 key to Uint8Array.\n let binkey = sodium.from_base64(key, sodium.base64_variants.ORIGINAL)\n let binsec = sodium.from_string(secret)\n\n //Encrypt the secret using LibSodium\n let encBytes = sodium.crypto_box_seal(binsec, binkey)\n\n // Convert encrypted Uint8Array to Base64\n let output = sodium.to_base64(encBytes, sodium.base64_variants.ORIGINAL)\n\n console.log(output)\n});\n\nEncrypt your secret using pynacl with Python 3.
\nfrom base64 import b64encode\nfrom nacl import encoding, public\n\ndef encrypt(public_key: str, secret_value: str) -> str:\n \"\"\"Encrypt a Unicode string using the public key.\"\"\"\n public_key = public.PublicKey(public_key.encode(\"utf-8\"), encoding.Base64Encoder())\n sealed_box = public.SealedBox(public_key)\n encrypted = sealed_box.encrypt(secret_value.encode(\"utf-8\"))\n return b64encode(encrypted).decode(\"utf-8\")\n\nEncrypt your secret using the Sodium.Core package.
\nvar secretValue = System.Text.Encoding.UTF8.GetBytes(\"mySecret\");\nvar publicKey = Convert.FromBase64String(\"2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU=\");\n\nvar sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey);\n\nConsole.WriteLine(Convert.ToBase64String(sealedPublicKeyBox));\n\nEncrypt your secret using the rbnacl gem.
\nrequire \"rbnacl\"\nrequire \"base64\"\n\nkey = Base64.decode64(\"+ZYvJDZMHUfBkJdyq5Zm9SKqeuBQ4sj+6sfjlH4CgG0=\")\npublic_key = RbNaCl::PublicKey.new(key)\n\nbox = RbNaCl::Boxes::Sealed.from_public_key(public_key)\nencrypted_secret = box.encrypt(\"my_secret\")\n\n# Print the base64 encoded secret\nputs Base64.strict_encode64(encrypted_secret)\n"
+ "descriptionHTML": "Creates or updates a repository secret with an encrypted value. Encrypt your secret using\nLibSodium. You must authenticate using an access\ntoken with the repo scope to use this endpoint. GitHub Apps must have the dependabot_secrets repository\npermission to use this endpoint.
Example encrypting a secret using Node.js
\nEncrypt your secret using the libsodium-wrappers library.
\nconst sodium = require('libsodium-wrappers')\nconst secret = 'plain-text-secret' // replace with the secret you want to encrypt\nconst key = 'base64-encoded-public-key' // replace with the Base64 encoded public key\n\n//Check if libsodium is ready and then proceed.\nsodium.ready.then(() => {\n // Convert Secret & Base64 key to Uint8Array.\n let binkey = sodium.from_base64(key, sodium.base64_variants.ORIGINAL)\n let binsec = sodium.from_string(secret)\n\n //Encrypt the secret using LibSodium\n let encBytes = sodium.crypto_box_seal(binsec, binkey)\n\n // Convert encrypted Uint8Array to Base64\n let output = sodium.to_base64(encBytes, sodium.base64_variants.ORIGINAL)\n\n console.log(output)\n});\n\nExample encrypting a secret using Python
\nEncrypt your secret using pynacl with Python 3.
\nfrom base64 import b64encode\nfrom nacl import encoding, public\n\ndef encrypt(public_key: str, secret_value: str) -> str:\n \"\"\"Encrypt a Unicode string using the public key.\"\"\"\n public_key = public.PublicKey(public_key.encode(\"utf-8\"), encoding.Base64Encoder())\n sealed_box = public.SealedBox(public_key)\n encrypted = sealed_box.encrypt(secret_value.encode(\"utf-8\"))\n return b64encode(encrypted).decode(\"utf-8\")\n\nExample encrypting a secret using C#
\nEncrypt your secret using the Sodium.Core package.
\nvar secretValue = System.Text.Encoding.UTF8.GetBytes(\"mySecret\");\nvar publicKey = Convert.FromBase64String(\"2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU=\");\n\nvar sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey);\n\nConsole.WriteLine(Convert.ToBase64String(sealedPublicKeyBox));\n\nExample encrypting a secret using Ruby
\nEncrypt your secret using the rbnacl gem.
\nrequire \"rbnacl\"\nrequire \"base64\"\n\nkey = Base64.decode64(\"+ZYvJDZMHUfBkJdyq5Zm9SKqeuBQ4sj+6sfjlH4CgG0=\")\npublic_key = RbNaCl::PublicKey.new(key)\n\nbox = RbNaCl::Boxes::Sealed.from_public_key(public_key)\nencrypted_secret = box.encrypt(\"my_secret\")\n\n# Print the base64 encoded secret\nputs Base64.strict_encode64(encrypted_secret)\n"
},
{
"serverUrl": "http(s)://HOSTNAME/api/v3",
@@ -199206,7 +199213,7 @@
},
{
"name": "repo",
- "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The UUID which identifies a node.
", + "in": "query", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "cluster_roles", + "description": "The cluster roles from the cluster configuration file.
", + "in": "query", + "required": false, + "schema": { + "type": "string" + } + } + ], + "bodyParameters": [], + "enabledForGitHubApps": false, + "codeExamples": [ + { + "key": "default", + "request": { + "description": "Example", + "acceptHeader": "application/vnd.github.v3+json" + }, + "response": { + "statusCode": "200", + "contentType": "application/json", + "description": "Response
", + "example": { + "topology": "Cluster", + "nodes": [ + { + "hostname": "data1", + "uuid": "1b6cf518-f97c-11ed-8544-061d81f7eedb", + "cluster_roles": [ + "ConsulServer", + "ElasticsearchServer", + "GitServer", + "StorageServer" + ] + }, + { + "hostname": "data2", + "uuid": "228406d4-f97c-11ed-ab01-062281bbcf03", + "cluster_roles": [ + "ElasticsearchServer", + "StorageServer", + "PagesServer" + ] + } + ] + }, + "schema": { + "type": "object", + "properties": { + "topology": { + "type": "string", + "enum": [ + "SingleNode", + "Ha", + "Cluster" + ] + }, + "nodes": { + "type": "array", + "items": { + "type": "object", + "properties": { + "hostname": { + "type": "string" + }, + "uuid": { + "type": "string" + }, + "cluster_roles": { + "type": "array", + "items": { + "type": "string", + "enum": [ + "Blank", + "ActionsServer", + "ConsulServer", + "ElasticsearchServer", + "GitServer", + "JobServer", + "LaunchServer", + "MemcacheServer", + "MetricsServer", + "MssqlServer", + "MysqlServer", + "PagesServer", + "RedisServer", + "StorageServer", + "WebServer" + ] + } + } + } + } + } + } + } + } + } + ], + "previews": [], + "descriptionHTML": "Get all node metadata for existing nodes in the current cluster. For more information, see \"About clustering.\"
", + "statusCodes": [ + { + "httpStatusCode": "200", + "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" + } + ] + }, { "serverUrl": "http(s)://HOSTNAME", "verb": "get", @@ -213530,7 +213667,26 @@ "title": "Get the status of services running on all replica nodes", "category": "enterprise-admin", "subcategory": "manage-ghes", - "parameters": [], + "parameters": [ + { + "name": "uuid", + "description": "The UUID which identifies a node.
", + "in": "query", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "cluster_roles", + "description": "The cluster roles from the cluster configuration file.
", + "in": "query", + "required": false, + "schema": { + "type": "string" + } + } + ], "bodyParameters": [], "enabledForGitHubApps": false, "codeExamples": [ @@ -213618,8 +213774,7 @@ "type": "object", "properties": { "hostname": { - "type": "string", - "format": "hostname" + "type": "string" }, "status": { "type": "string", @@ -213667,6 +213822,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -213674,10 +213833,29 @@ "serverUrl": "http(s)://HOSTNAME", "verb": "get", "requestPath": "/manage/v1/version", - "title": "Get all GHES release version for all nodes", + "title": "Get all GHES release versions for all nodes", "category": "enterprise-admin", "subcategory": "manage-ghes", - "parameters": [], + "parameters": [ + { + "name": "uuid", + "description": "The UUID which identifies a node.
", + "in": "query", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "cluster_roles", + "description": "The cluster roles from the cluster configuration file.
", + "in": "query", + "required": false, + "schema": { + "type": "string" + } + } + ], "bodyParameters": [], "enabledForGitHubApps": false, "codeExamples": [ @@ -213746,11 +213924,15 @@ } ], "previews": [], - "descriptionHTML": "Gets all of the currently installed GitHub Enterprise Server release version on all available nodes. For more information, see \"GitHub Enterprise Server releases.\"
", + "descriptionHTML": "Gets the GitHub Enterprise Server release versions that are currently installed on all available nodes. For more information, see \"GitHub Enterprise Server releases.\"
", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] } @@ -213837,6 +214019,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -213869,6 +214055,10 @@ { "httpStatusCode": "202", "description": "Accepted
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -213953,6 +214143,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -214049,6 +214243,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -214709,6 +214907,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -214753,6 +214955,10 @@ { "httpStatusCode": "204", "description": "No Content
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -214814,6 +215020,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -214887,6 +215097,10 @@ { "httpStatusCode": "201", "description": "Created
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -214960,6 +215174,10 @@ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -215017,6 +215235,10 @@ { "httpStatusCode": "202", "description": "Accepted
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -215060,6 +215282,10 @@ { "httpStatusCode": "202", "description": "Accepted
" + }, + { + "httpStatusCode": "401", + "description": "Unauthorized
" } ] } @@ -217301,7 +217527,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Created
" }, + { + "httpStatusCode": "400", + "description": "Bad Request
" + }, { "httpStatusCode": "403", "description": "Forbidden
" @@ -257151,7 +257381,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Lists events for a repository.
", "statusCodes": [ { "httpStatusCode": "200", @@ -283505,7 +283735,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Gets a single event by the event id.
", "statusCodes": [ { "httpStatusCode": "200", @@ -288476,7 +288706,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Lists all events for an issue.
", "statusCodes": [ { "httpStatusCode": "200", @@ -298597,7 +298827,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Lists all labels for an issue.
", "statusCodes": [ { "httpStatusCode": "200", @@ -298782,7 +299012,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Adds labels to an issue. If you provide an empty array of labels, all labels are removed from the issue.
", "statusCodes": [ { "httpStatusCode": "200", @@ -298967,7 +299197,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Removes all labels from an issue.
", "statusCodes": [ { "httpStatusCode": "204", @@ -299229,7 +299459,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Lists all labels for a repository.
", "statusCodes": [ { "httpStatusCode": "200", @@ -299564,7 +299794,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Creates a label for the specified repository with the given name and color. The name and color parameters are required. The color must be a valid hexadecimal color code.
", "statusCodes": [ { "httpStatusCode": "201", @@ -299729,7 +299959,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Gets a label using the given name.
", "statusCodes": [ { "httpStatusCode": "200", @@ -299874,7 +300104,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Updates a label using the given label name.
", "statusCodes": [ { "httpStatusCode": "200", @@ -300040,7 +300270,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Deletes a label using the given label name.
", "statusCodes": [ { "httpStatusCode": "204", @@ -300105,7 +300335,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Lists labels for issues in a milestone.
", "statusCodes": [ { "httpStatusCode": "200", @@ -300280,7 +300510,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Lists milestones for a repository.
", "statusCodes": [ { "httpStatusCode": "200", @@ -300750,7 +300980,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Creates a milestone.
", "statusCodes": [ { "httpStatusCode": "201", @@ -301196,7 +301426,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Gets a milestone using the given milestone number.
", "statusCodes": [ { "httpStatusCode": "200", @@ -301610,7 +301840,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Deletes a milestone using the given milestone number.
", "statusCodes": [ { "httpStatusCode": "204", @@ -302128,7 +302358,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
List all timeline events for an issue.
", "statusCodes": [ { "httpStatusCode": "200", @@ -318402,7 +318632,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Parameter Deprecation Notice: GitHub Enterprise Server will replace and discontinue members_allowed_repository_creation_type in favor of more granular permissions. The new input parameters are members_can_create_public_repositories, members_can_create_private_repositories for all organizations and members_can_create_internal_repositories for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.
Enables an authenticated organization owner with the admin:org scope to update the organization's profile and member privileges.
Parameter Deprecation Notice: GitHub Enterprise Server will replace and discontinue members_allowed_repository_creation_type in favor of more granular permissions. The new input parameters are members_can_create_public_repositories, members_can_create_private_repositories for all organizations and members_can_create_internal_repositories for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.
Enables an authenticated organization owner with the admin:org scope or the repo scope to update the organization's profile and member privileges.
Creates a custom repository role that can be used by all repositories owned by the organization.
\nTo use this endpoint, the authenticated user must be an administrator for the organization and must use an personal access token (classic) with admin:org scope or a fine-grained personal access token with the organization_custom_roles:write organization permission.
For more information on custom repository roles, see \"About custom repository roles.\"
", + "descriptionHTML": "Creates a custom repository role that can be used by all repositories owned by the organization.
\nTo use this endpoint, the authenticated user must be an administrator for the organization and must use a personal access token (classic) with admin:org scope or a fine-grained personal access token with the organization_custom_roles:write organization permission.
For more information on custom repository roles, see \"About custom repository roles.\"
", "statusCodes": [ { "httpStatusCode": "201", @@ -344392,23 +344665,17 @@ ], "organization": { "login": "github", - "id": 9919, - "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=", - "avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github", - "html_url": "https://github.com/github", - "followers_url": "https://api.github.com/users/github/followers", - "following_url": "https://api.github.com/users/github/following{/other_user}", - "gists_url": "https://api.github.com/users/github/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github/subscriptions", - "organizations_url": "https://api.github.com/users/github/orgs", - "repos_url": "https://api.github.com/users/github/repos", - "events_url": "https://api.github.com/users/github/events{/privacy}", - "received_events_url": "https://api.github.com/users/github/received_events", - "type": "Organization", - "site_admin": false + "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", + "hooks_url": "https://api.github.com/orgs/github/hooks", + "issues_url": "https://api.github.com/orgs/github/issues", + "members_url": "https://api.github.com/orgs/github/members{/member}", + "public_members_url": "https://api.github.com/orgs/github/public_members{/member}", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "description": "A great organization" }, "created_at": "2022-07-04T22:19:11Z", "updated_at": "2022-07-04T22:20:11Z" @@ -344741,23 +345008,17 @@ ], "organization": { "login": "github", - "id": 9919, - "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=", - "avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/github", - "html_url": "https://github.com/github", - "followers_url": "https://api.github.com/users/github/followers", - "following_url": "https://api.github.com/users/github/following{/other_user}", - "gists_url": "https://api.github.com/users/github/gists{/gist_id}", - "starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/github/subscriptions", - "organizations_url": "https://api.github.com/users/github/orgs", - "repos_url": "https://api.github.com/users/github/repos", - "events_url": "https://api.github.com/users/github/events{/privacy}", - "received_events_url": "https://api.github.com/users/github/received_events", - "type": "Organization", - "site_admin": false + "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", + "hooks_url": "https://api.github.com/orgs/github/hooks", + "issues_url": "https://api.github.com/orgs/github/issues", + "members_url": "https://api.github.com/orgs/github/members{/member}", + "public_members_url": "https://api.github.com/orgs/github/public_members{/member}", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "description": "A great organization" }, "created_at": "2022-07-04T22:19:11Z", "updated_at": "2022-07-04T22:20:11Z" @@ -346784,8 +347045,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "Check if the provided user is a public member of the organization.
", "statusCodes": [ { "httpStatusCode": "204", @@ -346902,8 +347163,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "Removes the public membership for the authenticated user from the specified organization, unless public visibility is enforced by default.
", "statusCodes": [ { "httpStatusCode": "204", @@ -346952,7 +347213,7 @@ } ], "bodyParameters": [], - "enabledForGitHubApps": false, + "enabledForGitHubApps": true, "codeExamples": [ { "key": "default", @@ -347382,8 +347643,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "Lists all of the authenticated user's organization memberships.
", "statusCodes": [ { "httpStatusCode": "200", @@ -347426,7 +347687,7 @@ } ], "bodyParameters": [], - "enabledForGitHubApps": false, + "enabledForGitHubApps": true, "codeExamples": [ { "key": "default", @@ -347814,8 +348075,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "If the authenticated user is an active or pending member of the organization, this endpoint will return the user's membership. If the authenticated user is not affiliated with the organization, a 404 is returned. This endpoint will return a 403 if the request is made by a GitHub App that is blocked by the organization.
Converts the authenticated user to an active member of the organization, if that user has a pending invitation from the organization.
", "statusCodes": [ { "httpStatusCode": "200", @@ -364160,7 +364421,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Lists projects for a user.
", "statusCodes": [ { "httpStatusCode": "200", @@ -369781,8 +370042,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "Gets information about a project card.
", "statusCodes": [ { "httpStatusCode": "200", @@ -370220,8 +370481,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "Deletes a project card
", "statusCodes": [ { "httpStatusCode": "204", @@ -370706,8 +370967,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "Lists the project cards in a project.
", "statusCodes": [ { "httpStatusCode": "200", @@ -371970,8 +372231,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "Gets information about a project column.
", "statusCodes": [ { "httpStatusCode": "200", @@ -372183,8 +372444,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "Deletes a project column.
", "statusCodes": [ { "httpStatusCode": "204", @@ -372426,8 +372687,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "Lists the project columns in a project.
", "statusCodes": [ { "httpStatusCode": "200", @@ -372578,8 +372839,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "Creates a new project column.
", "statusCodes": [ { "httpStatusCode": "201", @@ -372626,7 +372887,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Note: This returns an upload_url key corresponding to the endpoint for uploading release assets. This key is a hypermedia resource.
Resource not found
" + "httpStatusCode": "401", + "description": "Unauthorized
" } ] }, @@ -423717,7 +424002,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Lists the teams that have access to the specified repository and that are also visible to the authenticated user.
\nFor a public repository, a team is listed only if that team added the public repository explicitly.
\nPersonal access tokens require the following scopes:
\npublic_repo to call this endpoint on a public repositoryrepo to call this endpoint on a private repository (this scope also includes public repositories)This endpoint is not compatible with fine-grained personal access tokens.
", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" + }, + { + "httpStatusCode": "404", + "description": "Resource not found
" } ] }, @@ -442695,7 +442984,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
Find users via various criteria. This method returns up to 100 results per page.
\nWhen searching for users, you can get text match metadata for the issue login, public email, and name fields when you pass the text-match media type. For more details about highlighting search results, see Text match metadata. For more details about how to receive highlighted search results, see Text match metadata.
For example, if you're looking for a list of popular users, you might try this query:
\nq=tom+repos:%3E42+followers:%3E1000
This query searches for users with the name tom. The results are restricted to users with more than 42 repositories and over 1,000 followers.
Find users via various criteria. This method returns up to 100 results per page.
\nWhen searching for users, you can get text match metadata for the issue login, public email, and name fields when you pass the text-match media type. For more details about highlighting search results, see Text match metadata. For more details about how to receive highlighted search results, see Text match metadata.
For example, if you're looking for a list of popular users, you might try this query:
\nq=tom+repos:%3E42+followers:%3E1000
This query searches for users with the name tom. The results are restricted to users with more than 42 repositories and over 1,000 followers.
This endpoint does not accept authentication and will only include publicly visible users. As an alternative, you can use the GraphQL API. The GraphQL API requires authentication and will return private users, including Enterprise Managed Users (EMUs), that you are authorized to view. For more information, see \"GraphQL Queries.\"
", "statusCodes": [ { "httpStatusCode": "200", @@ -473527,7 +473816,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The name of the repository. The name is not case sensitive.
", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
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.
\nWhen 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.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Merge queues\" repository permission.
\nNote: The pull request merge queue feature is currently in public beta and subject to change.
", + "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.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Merge queues\" repository permission.
", "bodyParameters": [ { "type": "string", @@ -84768,6 +84768,13 @@ ], "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": "organization", @@ -85274,6 +85281,13 @@ ], "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": "organization", @@ -85780,6 +85794,13 @@ ], "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": "organization", @@ -86363,6 +86384,13 @@ } ] }, + { + "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": "organization", @@ -86869,6 +86897,13 @@ ], "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": "organization", diff --git a/src/webhooks/data/ghae/schema.json b/src/webhooks/data/ghae/schema.json index 651b77cb69..e0fa0b411f 100644 --- a/src/webhooks/data/ghae/schema.json +++ b/src/webhooks/data/ghae/schema.json @@ -79717,6 +79717,13 @@ ], "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": "organization", @@ -80223,6 +80230,13 @@ ], "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": "organization", @@ -80729,6 +80743,13 @@ ], "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": "organization", @@ -81312,6 +81333,13 @@ } ] }, + { + "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": "organization", @@ -81818,6 +81846,13 @@ ], "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": "organization", diff --git a/src/webhooks/data/ghec/schema.json b/src/webhooks/data/ghec/schema.json index e2d97360ed..97d5db9c3d 100644 --- a/src/webhooks/data/ghec/schema.json +++ b/src/webhooks/data/ghec/schema.json @@ -74205,7 +74205,7 @@ "merge_group": { "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.
\nWhen 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.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Merge queues\" repository permission.
\nNote: The pull request merge queue feature is currently in public beta and subject to change.
", + "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.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Merge queues\" repository permission.
", "bodyParameters": [ { "type": "string", @@ -84768,6 +84768,13 @@ ], "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": "organization", @@ -85274,6 +85281,13 @@ ], "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": "organization", @@ -85780,6 +85794,13 @@ ], "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": "organization", @@ -86363,6 +86384,13 @@ } ] }, + { + "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": "organization", @@ -86869,6 +86897,13 @@ ], "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": "organization", diff --git a/src/webhooks/data/ghes-3.9/schema.json b/src/webhooks/data/ghes-3.9/schema.json index a01fe686eb..05017f000b 100644 --- a/src/webhooks/data/ghes-3.9/schema.json +++ b/src/webhooks/data/ghes-3.9/schema.json @@ -76157,6 +76157,13 @@ ], "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": "organization", @@ -76663,6 +76670,13 @@ ], "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": "organization", @@ -77169,6 +77183,13 @@ ], "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": "organization", @@ -77752,6 +77773,13 @@ } ] }, + { + "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": "organization", @@ -78258,6 +78286,13 @@ ], "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": "organization", diff --git a/src/webhooks/lib/config.json b/src/webhooks/lib/config.json index 6fa71818c8..da3271e819 100644 --- a/src/webhooks/lib/config.json +++ b/src/webhooks/lib/config.json @@ -1,3 +1,3 @@ { - "sha": "fab4bfd6f7c4235a5357b09c0d37bb74f8a5d57d" + "sha": "8f0d8ff2f84130c7a007791b4a6899805a4ee358" } \ No newline at end of file