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.

", "in": "path", "required": true, "schema": { @@ -281,7 +281,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.

", "in": "path", "required": true, "schema": { @@ -486,7 +486,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.

", "in": "path", "required": true, "schema": { @@ -551,7 +551,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.

", "in": "path", "required": true, "schema": { @@ -630,7 +630,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.

", "in": "path", "required": true, "schema": { @@ -1088,7 +1088,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.

", "in": "path", "required": true, "schema": { @@ -1182,7 +1182,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.

", "in": "path", "required": true, "schema": { @@ -1388,7 +1388,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.

", "in": "path", "required": true, "schema": { @@ -1547,7 +1547,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.

", "in": "path", "required": true, "schema": { @@ -1760,7 +1760,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.

", "in": "path", "required": true, "schema": { @@ -1852,7 +1852,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.

", "in": "path", "required": true, "schema": { @@ -4242,7 +4242,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.

", "in": "path", "required": true, "schema": { @@ -4328,7 +4328,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.

", "in": "path", "required": true, "schema": { @@ -4407,7 +4407,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.

", "in": "path", "required": true, "schema": { @@ -4483,7 +4483,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.

", "in": "path", "required": true, "schema": { @@ -4555,7 +4555,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.

", "in": "path", "required": true, "schema": { @@ -4639,7 +4639,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.

", "in": "path", "required": true, "schema": { @@ -4722,7 +4722,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.

", "in": "path", "required": true, "schema": { @@ -4803,7 +4803,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.

", "in": "path", "required": true, "schema": { @@ -10972,7 +10972,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.

", "in": "path", "required": true, "schema": { @@ -12027,7 +12027,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.

", "in": "path", "required": true, "schema": { @@ -13054,7 +13054,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.

", "in": "path", "required": true, "schema": { @@ -14880,7 +14880,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.

", "in": "path", "required": true, "schema": { @@ -15011,7 +15011,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.

", "in": "path", "required": true, "schema": { @@ -15142,7 +15142,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.

", "in": "path", "required": true, "schema": { @@ -15251,7 +15251,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.

", "in": "path", "required": true, "schema": { @@ -15349,7 +15349,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.

", "in": "path", "required": true, "schema": { @@ -15466,7 +15466,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.

", "in": "path", "required": true, "schema": { @@ -20658,7 +20658,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.

", "in": "path", "required": true, "schema": { @@ -20887,7 +20887,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.

", "in": "path", "required": true, "schema": { @@ -21010,7 +21010,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.

", "in": "path", "required": true, "schema": { @@ -21242,7 +21242,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.

", "in": "path", "required": true, "schema": { @@ -22827,7 +22827,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.

", "in": "path", "required": true, "schema": { @@ -24412,7 +24412,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.

", "in": "path", "required": true, "schema": { @@ -24589,7 +24589,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.

", "in": "path", "required": true, "schema": { @@ -24654,7 +24654,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.

", "in": "path", "required": true, "schema": { @@ -24790,7 +24790,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.

", "in": "path", "required": true, "schema": { @@ -24945,7 +24945,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.

", "in": "path", "required": true, "schema": { @@ -25100,7 +25100,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.

", "in": "path", "required": true, "schema": { @@ -25231,7 +25231,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.

", "in": "path", "required": true, "schema": { @@ -27088,7 +27088,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.

", "in": "path", "required": true, "schema": { @@ -27236,7 +27236,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.

", "in": "path", "required": true, "schema": { @@ -27384,7 +27384,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.

", "in": "path", "required": true, "schema": { @@ -27468,7 +27468,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.

", "in": "path", "required": true, "schema": { @@ -27582,7 +27582,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.

", "in": "path", "required": true, "schema": { @@ -27665,7 +27665,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.

", "in": "path", "required": true, "schema": { @@ -28226,7 +28226,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.

", "in": "path", "required": true, "schema": { @@ -28701,7 +28701,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.

", "in": "path", "required": true, "schema": { @@ -28766,7 +28766,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.

", "in": "path", "required": true, "schema": { @@ -29293,7 +29293,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.

", "in": "path", "required": true, "schema": { @@ -29822,7 +29822,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.

", "in": "path", "required": true, "schema": { @@ -29910,7 +29910,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.

", "in": "path", "required": true, "schema": { @@ -32689,7 +32689,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.

", "in": "path", "required": true, "schema": { @@ -35458,7 +35458,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.

", "in": "path", "required": true, "schema": { @@ -38139,7 +38139,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.

", "in": "path", "required": true, "schema": { @@ -38204,7 +38204,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.

", "in": "path", "required": true, "schema": { @@ -38560,7 +38560,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.

", "in": "path", "required": true, "schema": { @@ -38642,7 +38642,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.

", "in": "path", "required": true, "schema": { @@ -41333,7 +41333,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.

", "in": "path", "required": true, "schema": { @@ -41408,7 +41408,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.

", "in": "path", "required": true, "schema": { @@ -41486,7 +41486,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.

", "in": "path", "required": true, "schema": { @@ -41557,7 +41557,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.

", "in": "path", "required": true, "schema": { @@ -41622,7 +41622,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.

", "in": "path", "required": true, "schema": { @@ -41695,7 +41695,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.

", "in": "path", "required": true, "schema": { @@ -42292,7 +42292,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.

", "in": "path", "required": true, "schema": { @@ -43073,7 +43073,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.

", "in": "path", "required": true, "schema": { @@ -43157,7 +43157,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.

", "in": "path", "required": true, "schema": { @@ -43241,7 +43241,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.

", "in": "path", "required": true, "schema": { @@ -43475,7 +43475,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.

", "in": "path", "required": true, "schema": { @@ -46263,7 +46263,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.

", "in": "path", "required": true, "schema": { @@ -46476,7 +46476,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.

", "in": "path", "required": true, "schema": { @@ -46656,7 +46656,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.

", "in": "path", "required": true, "schema": { @@ -46728,7 +46728,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.

", "in": "path", "required": true, "schema": { @@ -46822,7 +46822,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.

", "in": "path", "required": true, "schema": { @@ -46894,7 +46894,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.

", "in": "path", "required": true, "schema": { @@ -51057,7 +51057,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.

", "in": "path", "required": true, "schema": { @@ -59151,7 +59151,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.

", "in": "path", "required": true, "schema": { @@ -86260,7 +86260,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.

", "in": "path", "required": true, "schema": { @@ -87321,7 +87321,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.

", "in": "path", "required": true, "schema": { @@ -87408,7 +87408,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.

", "in": "path", "required": true, "schema": { @@ -91573,7 +91573,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.

", "in": "path", "required": true, "schema": { @@ -91644,7 +91644,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.

", "in": "path", "required": true, "schema": { @@ -91715,7 +91715,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.

", "in": "path", "required": true, "schema": { @@ -94968,7 +94968,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.

", "in": "path", "required": true, "schema": { @@ -95228,7 +95228,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.

", "in": "path", "required": true, "schema": { @@ -95353,7 +95353,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.

", "in": "path", "required": true, "schema": { @@ -95488,7 +95488,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.

", "in": "path", "required": true, "schema": { @@ -97502,14 +97502,12 @@ "slug": "octoapp", "node_id": "MDExOkludGVncmF0aW9uMQ==", "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}", @@ -97517,9 +97515,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 }, "name": "Octocat App", "description": "", @@ -104637,14 +104637,12 @@ "slug": "octoapp", "node_id": "MDExOkludGVncmF0aW9uMQ==", "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}", @@ -104652,9 +104650,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 }, "name": "Octocat App", "description": "", @@ -105984,7 +105984,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.

", "in": "path", "required": true, "schema": { @@ -118548,7 +118548,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.

", "in": "path", "required": true, "schema": { @@ -120680,7 +120680,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.

", "in": "path", "required": true, "schema": { @@ -123573,7 +123573,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.

", "in": "path", "required": true, "schema": { @@ -126481,7 +126481,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.

", "in": "path", "required": true, "schema": { @@ -126583,7 +126583,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.

", "in": "path", "required": true, "schema": { @@ -127463,7 +127463,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.

", "in": "path", "required": true, "schema": { @@ -129721,7 +129721,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.

", "in": "path", "required": true, "schema": { @@ -132091,7 +132091,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.

", "in": "path", "required": true, "schema": { @@ -132161,7 +132161,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.

", "in": "path", "required": true, "schema": { @@ -132256,7 +132256,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.

", "in": "path", "required": true, "schema": { @@ -132351,7 +132351,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.

", "in": "path", "required": true, "schema": { @@ -132421,7 +132421,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.

", "in": "path", "required": true, "schema": { @@ -134067,7 +134067,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.

", "in": "path", "required": true, "schema": { @@ -135818,7 +135818,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.

", "in": "path", "required": true, "schema": { @@ -135888,7 +135888,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.

", "in": "path", "required": true, "schema": { @@ -135987,7 +135987,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.

", "in": "path", "required": true, "schema": { @@ -136086,7 +136086,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.

", "in": "path", "required": true, "schema": { @@ -136156,7 +136156,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.

", "in": "path", "required": true, "schema": { @@ -136302,7 +136302,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.

", "in": "path", "required": true, "schema": { @@ -136491,7 +136491,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.

", "in": "path", "required": true, "schema": { @@ -136557,7 +136557,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.

", "in": "path", "required": true, "schema": { @@ -136637,7 +136637,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.

", "in": "path", "required": true, "schema": { @@ -136741,7 +136741,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.

", "in": "path", "required": true, "schema": { @@ -136839,7 +136839,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.

", "in": "path", "required": true, "schema": { @@ -136937,7 +136937,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.

", "in": "path", "required": true, "schema": { @@ -137402,7 +137402,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.

", "in": "path", "required": true, "schema": { @@ -137468,7 +137468,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.

", "in": "path", "required": true, "schema": { @@ -137910,7 +137910,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.

", "in": "path", "required": true, "schema": { @@ -138366,7 +138366,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.

", "in": "path", "required": true, "schema": { @@ -138822,7 +138822,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.

", "in": "path", "required": true, "schema": { @@ -139278,7 +139278,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.

", "in": "path", "required": true, "schema": { @@ -139579,7 +139579,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.

", "in": "path", "required": true, "schema": { @@ -139894,7 +139894,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.

", "in": "path", "required": true, "schema": { @@ -140209,7 +140209,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.

", "in": "path", "required": true, "schema": { @@ -140524,7 +140524,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.

", "in": "path", "required": true, "schema": { @@ -140781,7 +140781,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.

", "in": "path", "required": true, "schema": { @@ -141052,7 +141052,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.

", "in": "path", "required": true, "schema": { @@ -141323,7 +141323,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.

", "in": "path", "required": true, "schema": { @@ -141598,7 +141598,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.

", "in": "path", "required": true, "schema": { @@ -144226,7 +144226,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.

", "in": "path", "required": true, "schema": { @@ -145438,7 +145438,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.

", "in": "path", "required": true, "schema": { @@ -146883,7 +146883,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.

", "in": "path", "required": true, "schema": { @@ -147078,7 +147078,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.

", "in": "path", "required": true, "schema": { @@ -147164,7 +147164,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.

", "in": "path", "required": true, "schema": { @@ -148451,7 +148451,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.

", "in": "path", "required": true, "schema": { @@ -149750,7 +149750,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.

", "in": "path", "required": true, "schema": { @@ -153362,7 +153362,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.

", "in": "path", "required": true, "schema": { @@ -154512,7 +154512,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.

", "in": "path", "required": true, "schema": { @@ -156338,7 +156338,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.

", "in": "path", "required": true, "schema": { @@ -156412,7 +156412,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.

", "in": "path", "required": true, "schema": { @@ -159604,7 +159604,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.

", "in": "path", "required": true, "schema": { @@ -160332,7 +160332,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.

", "in": "path", "required": true, "schema": { @@ -160942,7 +160942,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.

", "in": "path", "required": true, "schema": { @@ -161584,7 +161584,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.

", "in": "path", "required": true, "schema": { @@ -161825,7 +161825,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.

", "in": "path", "required": true, "schema": { @@ -162145,7 +162145,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.

", "in": "path", "required": true, "schema": { @@ -162427,7 +162427,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.

", "in": "path", "required": true, "schema": { @@ -162554,7 +162554,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.

", "in": "path", "required": true, "schema": { @@ -162901,7 +162901,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.

", "in": "path", "required": true, "schema": { @@ -163227,7 +163227,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.

", "in": "path", "required": true, "schema": { @@ -163280,13 +163280,12 @@ "items": { "type": "string", "enum": [ - "c", - "cpp", + "c-cpp", "csharp", "go", - "java", + "java-kotlin", + "javascript-typescript", "javascript", - "kotlin", "python", "ruby", "typescript" @@ -163357,7 +163356,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.

", "in": "path", "required": true, "schema": { @@ -163477,7 +163476,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.

", "in": "path", "required": true, "schema": { @@ -163627,7 +163626,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.

", "in": "path", "required": true, "schema": { @@ -163974,7 +163973,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.

", "in": "path", "required": true, "schema": { @@ -165849,7 +165848,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.

", "in": "path", "required": true, "schema": { @@ -169334,7 +169333,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.

", "in": "path", "required": true, "schema": { @@ -169461,7 +169460,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.

", "in": "path", "required": true, "schema": { @@ -169754,7 +169753,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.

", "in": "path", "required": true, "schema": { @@ -192891,7 +192890,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.

", "in": "path", "required": true, "schema": { @@ -201161,7 +201160,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.

", "in": "path", "required": true, "schema": { @@ -201294,7 +201293,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.

", "in": "path", "required": true, "schema": { @@ -201403,7 +201402,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.

", "in": "path", "required": true, "schema": { @@ -201502,7 +201501,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.

", "in": "path", "required": true, "schema": { @@ -201619,7 +201618,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.

", "in": "path", "required": true, "schema": { @@ -203479,7 +203478,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.

", "in": "path", "required": true, "schema": { @@ -203808,7 +203807,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.

", "in": "path", "required": true, "schema": { @@ -203877,7 +203876,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.

", "in": "path", "required": true, "schema": { @@ -205276,7 +205275,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.

", "in": "path", "required": true, "schema": { @@ -205309,16 +205308,24 @@ }, "response": { "statusCode": "204", - "description": "

Response

" + "description": "

No Content when collaborator was removed from the repository.

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

Removes a collaborator from a repository.

\n

To use this endpoint, the authenticated user must either be an administrator of the repository or target themselves for removal.

\n

This endpoint also:

\n\n

Removing a user as a collaborator has the following effects on forks:

\n\n

Note: A user can still have access to the repository through organization permissions like base repository permissions.

\n

Although the API responds immediately, the additional permission updates might take some extra time to complete in the background.

\n

For 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.

", "in": "path", "required": true, "schema": { @@ -205652,7 +205659,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.

", "in": "path", "required": true, "schema": { @@ -207040,7 +207047,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.

", "in": "path", "required": true, "schema": { @@ -208434,7 +208441,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.

", "in": "path", "required": true, "schema": { @@ -210007,7 +210014,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.

", "in": "path", "required": true, "schema": { @@ -210916,7 +210923,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.

", "in": "path", "required": true, "schema": { @@ -211033,7 +211040,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.

", "in": "path", "required": true, "schema": { @@ -216741,7 +216748,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.

", "in": "path", "required": true, "schema": { @@ -217617,7 +217624,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.

", "in": "path", "required": true, "schema": { @@ -220205,7 +220212,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.

", "in": "path", "required": true, "schema": { @@ -220621,7 +220628,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.

", "in": "path", "required": true, "schema": { @@ -221028,7 +221035,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.

", "in": "path", "required": true, "schema": { @@ -221447,7 +221454,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.

", "in": "path", "required": true, "schema": { @@ -221516,7 +221523,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.

", "in": "path", "required": true, "schema": { @@ -221943,7 +221950,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.

", "in": "path", "required": true, "schema": { @@ -222390,7 +222397,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.

", "in": "path", "required": true, "schema": { @@ -223475,7 +223482,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.

", "in": "path", "required": true, "schema": { @@ -223828,7 +223835,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.

", "in": "path", "required": true, "schema": { @@ -227716,7 +227723,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.

", "in": "path", "required": true, "schema": { @@ -228828,7 +228835,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.

", "in": "path", "required": true, "schema": { @@ -229677,7 +229684,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.

", "in": "path", "required": true, "schema": { @@ -230538,7 +230545,7 @@ } ], "previews": [], - "descriptionHTML": "

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.

", + "descriptionHTML": "

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.

\n

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.

", "in": "path", "required": true, "schema": { @@ -232396,7 +232403,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.

", "in": "path", "required": true, "schema": { @@ -232481,7 +232488,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.

", "in": "path", "required": true, "schema": { @@ -232579,7 +232586,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.

", "in": "path", "required": true, "schema": { @@ -232696,7 +232703,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.

", "in": "path", "required": true, "schema": { @@ -232765,7 +232772,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.

", "in": "path", "required": true, "schema": { @@ -233018,7 +233025,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.

", "in": "path", "required": true, "schema": { @@ -233323,7 +233330,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.

", "in": "path", "required": true, "schema": { @@ -233623,7 +233630,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.

", "in": "path", "required": true, "schema": { @@ -233762,7 +233769,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.

", "in": "path", "required": true, "schema": { @@ -233908,7 +233915,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.

", "in": "path", "required": true, "schema": { @@ -234038,7 +234045,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.

", "in": "path", "required": true, "schema": { @@ -234107,7 +234114,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.

", "in": "path", "required": true, "schema": { @@ -234905,7 +234912,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.

", "in": "path", "required": true, "schema": { @@ -235716,7 +235723,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.

", "in": "path", "required": true, "schema": { @@ -236462,7 +236469,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.

", "in": "path", "required": true, "schema": { @@ -236537,7 +236544,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.

", "in": "path", "required": true, "schema": { @@ -236682,7 +236689,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.

", "in": "path", "required": true, "schema": { @@ -236853,7 +236860,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.

", "in": "path", "required": true, "schema": { @@ -236961,7 +236968,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.

", "in": "path", "required": true, "schema": { @@ -237081,7 +237088,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.

", "in": "path", "required": true, "schema": { @@ -237158,7 +237165,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.

", "in": "path", "required": true, "schema": { @@ -237905,7 +237912,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.

", "in": "path", "required": true, "schema": { @@ -238624,7 +238631,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.

", "in": "path", "required": true, "schema": { @@ -239414,7 +239421,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.

", "in": "path", "required": true, "schema": { @@ -239481,7 +239488,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.

", "in": "path", "required": true, "schema": { @@ -239546,7 +239553,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.

", "in": "path", "required": true, "schema": { @@ -239709,7 +239716,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.

", "in": "path", "required": true, "schema": { @@ -239870,7 +239877,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.

", "in": "path", "required": true, "schema": { @@ -240032,7 +240039,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.

", "in": "path", "required": true, "schema": { @@ -240109,7 +240116,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.

", "in": "path", "required": true, "schema": { @@ -240864,7 +240871,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.

", "in": "path", "required": true, "schema": { @@ -241665,7 +241672,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.

", "in": "path", "required": true, "schema": { @@ -258362,7 +258369,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.

", "in": "path", "required": true, "schema": { @@ -258475,7 +258482,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.

", "in": "path", "required": true, "schema": { @@ -258603,7 +258610,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.

", "in": "path", "required": true, "schema": { @@ -258977,7 +258984,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.

", "in": "path", "required": true, "schema": { @@ -259271,7 +259278,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.

", "in": "path", "required": true, "schema": { @@ -259412,7 +259419,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.

", "in": "path", "required": true, "schema": { @@ -259542,7 +259549,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.

", "in": "path", "required": true, "schema": { @@ -259681,7 +259688,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.

", "in": "path", "required": true, "schema": { @@ -259832,7 +259839,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.

", "in": "path", "required": true, "schema": { @@ -259904,7 +259911,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.

", "in": "path", "required": true, "schema": { @@ -260177,7 +260184,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.

", "in": "path", "required": true, "schema": { @@ -260391,7 +260398,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.

", "in": "path", "required": true, "schema": { @@ -260645,7 +260652,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.

", "in": "path", "required": true, "schema": { @@ -261407,7 +261414,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.

", "in": "path", "required": true, "schema": { @@ -261514,7 +261521,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.

", "in": "path", "required": true, "schema": { @@ -261647,7 +261654,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.

", "in": "path", "required": true, "schema": { @@ -269000,7 +269007,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.

", "in": "path", "required": true, "schema": { @@ -272447,7 +272454,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.

", "in": "path", "required": true, "schema": { @@ -275834,7 +275841,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.

", "in": "path", "required": true, "schema": { @@ -279173,7 +279180,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.

", "in": "path", "required": true, "schema": { @@ -282592,7 +282599,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.

", "in": "path", "required": true, "schema": { @@ -282690,7 +282697,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.

", "in": "path", "required": true, "schema": { @@ -286270,7 +286277,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.

", "in": "path", "required": true, "schema": { @@ -286534,7 +286541,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.

", "in": "path", "required": true, "schema": { @@ -286603,7 +286610,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.

", "in": "path", "required": true, "schema": { @@ -289940,7 +289947,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.

", "in": "path", "required": true, "schema": { @@ -293277,7 +293284,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.

", "in": "path", "required": true, "schema": { @@ -293358,7 +293365,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.

", "in": "path", "required": true, "schema": { @@ -294152,7 +294159,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.

", "in": "path", "required": true, "schema": { @@ -294892,7 +294899,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.

", "in": "path", "required": true, "schema": { @@ -295644,7 +295651,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.

", "in": "path", "required": true, "schema": { @@ -295709,7 +295716,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.

", "in": "path", "required": true, "schema": { @@ -296486,7 +296493,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.

", "in": "path", "required": true, "schema": { @@ -297252,7 +297259,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.

", "in": "path", "required": true, "schema": { @@ -302198,7 +302205,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.

", "in": "path", "required": true, "schema": { @@ -307179,7 +307186,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.

", "in": "path", "required": true, "schema": { @@ -317320,7 +317327,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.

", "in": "path", "required": true, "schema": { @@ -317505,7 +317512,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.

", "in": "path", "required": true, "schema": { @@ -317690,7 +317697,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.

", "in": "path", "required": true, "schema": { @@ -317875,7 +317882,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.

", "in": "path", "required": true, "schema": { @@ -317952,7 +317959,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.

", "in": "path", "required": true, "schema": { @@ -318120,7 +318127,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.

", "in": "path", "required": true, "schema": { @@ -318287,7 +318294,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.

", "in": "path", "required": true, "schema": { @@ -318452,7 +318459,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.

", "in": "path", "required": true, "schema": { @@ -318597,7 +318604,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.

", "in": "path", "required": true, "schema": { @@ -318763,7 +318770,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.

", "in": "path", "required": true, "schema": { @@ -318828,7 +318835,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.

", "in": "path", "required": true, "schema": { @@ -319003,7 +319010,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.

", "in": "path", "required": true, "schema": { @@ -319473,7 +319480,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.

", "in": "path", "required": true, "schema": { @@ -319919,7 +319926,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.

", "in": "path", "required": true, "schema": { @@ -320333,7 +320340,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.

", "in": "path", "required": true, "schema": { @@ -320780,7 +320787,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.

", "in": "path", "required": true, "schema": { @@ -320851,7 +320858,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.

", "in": "path", "required": true, "schema": { @@ -337145,7 +337152,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.

", "in": "path", "required": true, "schema": { @@ -337807,7 +337814,21 @@ ], "dependabot": [ "192.0.2.1" - ] + ], + "domains": { + "website": [ + "*.example.com" + ], + "codespaces": [ + "*.example.com" + ], + "copilot": [ + "*.example.com" + ], + "packages": [ + "*.example.com" + ] + } }, "schema": { "title": "Api Overview", @@ -337977,7 +337998,7 @@ } ], "previews": [], - "descriptionHTML": "

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

\n

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

\n

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

", + "descriptionHTML": "

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

\n

The API's response also includes a list of GitHub's domain names.

\n

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

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -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.

", "in": "path", "required": true, "schema": { @@ -338553,7 +338574,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.

", "in": "path", "required": true, "schema": { @@ -338635,7 +338656,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.

", "in": "path", "required": true, "schema": { @@ -338756,7 +338777,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.

", "in": "path", "required": true, "schema": { @@ -339070,7 +339091,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.

", "in": "path", "required": true, "schema": { @@ -339262,7 +339283,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.

", "in": "path", "required": true, "schema": { @@ -339352,7 +339373,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.

", "in": "path", "required": true, "schema": { @@ -339555,7 +339576,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.

", "in": "path", "required": true, "schema": { @@ -339717,7 +339738,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.

", "in": "path", "required": true, "schema": { @@ -339832,7 +339853,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.

", "in": "path", "required": true, "schema": { @@ -347211,7 +347232,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.

", "in": "path", "required": true, "schema": { @@ -347436,7 +347457,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.

", "in": "path", "required": true, "schema": { @@ -347711,7 +347732,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.

", "in": "path", "required": true, "schema": { @@ -348327,7 +348348,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.

", "in": "path", "required": true, "schema": { @@ -348386,7 +348407,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.

", "in": "path", "required": true, "schema": { @@ -348530,7 +348551,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.

", "in": "path", "required": true, "schema": { @@ -348674,7 +348695,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.

", "in": "path", "required": true, "schema": { @@ -348782,7 +348803,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.

", "in": "path", "required": true, "schema": { @@ -364524,7 +364545,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", @@ -364665,14 +364686,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}", @@ -364680,9 +364699,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", @@ -364984,7 +365005,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", @@ -365083,7 +365104,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", @@ -365177,7 +365198,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", @@ -366173,7 +366194,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", @@ -366313,14 +366334,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}", @@ -366328,9 +366347,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", @@ -366624,7 +366645,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", @@ -366716,7 +366737,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", @@ -366802,7 +366823,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", @@ -387835,7 +387856,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.

", "in": "path", "required": true, "schema": { @@ -388101,7 +388122,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.

", "in": "path", "required": true, "schema": { @@ -388413,7 +388434,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.

", "in": "path", "required": true, "schema": { @@ -388535,7 +388556,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.

", "in": "path", "required": true, "schema": { @@ -388602,7 +388623,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.

", "in": "path", "required": true, "schema": { @@ -388932,7 +388953,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.

", "in": "path", "required": true, "schema": { @@ -389016,7 +389037,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.

", "in": "path", "required": true, "schema": { @@ -389323,7 +389344,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.

", "in": "path", "required": true, "schema": { @@ -389640,7 +389661,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.

", "in": "path", "required": true, "schema": { @@ -389785,7 +389806,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.

", "in": "path", "required": true, "schema": { @@ -391918,7 +391939,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.

", "in": "path", "required": true, "schema": { @@ -392354,7 +392375,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.

", "in": "path", "required": true, "schema": { @@ -396731,7 +396752,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.

", "in": "path", "required": true, "schema": { @@ -402498,7 +402519,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.

", "in": "path", "required": true, "schema": { @@ -406374,7 +406395,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.

", "in": "path", "required": true, "schema": { @@ -410210,7 +410231,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.

", "in": "path", "required": true, "schema": { @@ -414080,7 +414101,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.

", "in": "path", "required": true, "schema": { @@ -414927,7 +414948,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.

", "in": "path", "required": true, "schema": { @@ -415136,7 +415157,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.

", "in": "path", "required": true, "schema": { @@ -415205,7 +415226,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.

", "in": "path", "required": true, "schema": { @@ -415352,7 +415373,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.

", "in": "path", "required": true, "schema": { @@ -415454,7 +415475,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.

", "in": "path", "required": true, "schema": { @@ -416127,7 +416148,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.

", "in": "path", "required": true, "schema": { @@ -416754,7 +416775,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.

", "in": "path", "required": true, "schema": { @@ -417389,7 +417410,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.

", "in": "path", "required": true, "schema": { @@ -417458,7 +417479,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.

", "in": "path", "required": true, "schema": { @@ -418141,7 +418162,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.

", "in": "path", "required": true, "schema": { @@ -418859,7 +418880,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.

", "in": "path", "required": true, "schema": { @@ -419510,7 +419531,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.

", "in": "path", "required": true, "schema": { @@ -420005,7 +420026,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.

", "in": "path", "required": true, "schema": { @@ -425761,7 +425782,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.

", "in": "path", "required": true, "schema": { @@ -431476,7 +431497,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.

", "in": "path", "required": true, "schema": { @@ -431900,7 +431921,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.

", "in": "path", "required": true, "schema": { @@ -432391,7 +432412,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.

", "in": "path", "required": true, "schema": { @@ -432806,7 +432827,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.

", "in": "path", "required": true, "schema": { @@ -433233,7 +433254,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.

", "in": "path", "required": true, "schema": { @@ -433652,7 +433673,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.

", "in": "path", "required": true, "schema": { @@ -434285,7 +434306,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.

", "in": "path", "required": true, "schema": { @@ -434726,7 +434747,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.

", "in": "path", "required": true, "schema": { @@ -435299,6 +435320,30 @@ "used" ] }, + "code_search": { + "title": "Rate Limit", + "type": "object", + "properties": { + "limit": { + "type": "integer" + }, + "remaining": { + "type": "integer" + }, + "reset": { + "type": "integer" + }, + "used": { + "type": "integer" + } + }, + "required": [ + "limit", + "remaining", + "reset", + "used" + ] + }, "source_import": { "title": "Rate Limit", "type": "object", @@ -437609,7 +437654,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.

", "in": "path", "required": true, "schema": { @@ -437965,7 +438010,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.

", "in": "path", "required": true, "schema": { @@ -438570,7 +438615,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.

", "in": "path", "required": true, "schema": { @@ -438645,7 +438690,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.

", "in": "path", "required": true, "schema": { @@ -439001,7 +439046,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.

", "in": "path", "required": true, "schema": { @@ -439606,7 +439651,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.

", "in": "path", "required": true, "schema": { @@ -439681,7 +439726,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.

", "in": "path", "required": true, "schema": { @@ -440041,7 +440086,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.

", "in": "path", "required": true, "schema": { @@ -440646,7 +440691,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.

", "in": "path", "required": true, "schema": { @@ -440721,7 +440766,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.

", "in": "path", "required": true, "schema": { @@ -441077,7 +441122,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.

", "in": "path", "required": true, "schema": { @@ -441682,7 +441727,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.

", "in": "path", "required": true, "schema": { @@ -441757,7 +441802,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.

", "in": "path", "required": true, "schema": { @@ -442111,7 +442156,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.

", "in": "path", "required": true, "schema": { @@ -442714,7 +442759,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.

", "in": "path", "required": true, "schema": { @@ -444141,7 +444186,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.

", "in": "path", "required": true, "schema": { @@ -444879,7 +444924,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.

", "in": "path", "required": true, "schema": { @@ -445674,7 +445719,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.

", "in": "path", "required": true, "schema": { @@ -445793,7 +445838,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.

", "in": "path", "required": true, "schema": { @@ -446505,7 +446550,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.

", "in": "path", "required": true, "schema": { @@ -447232,7 +447277,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.

", "in": "path", "required": true, "schema": { @@ -447934,8 +447979,8 @@ "description": "

Note: This returns an upload_url key corresponding to the endpoint for uploading release assets. This key is a hypermedia resource.

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

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.

", "in": "path", "required": true, "schema": { @@ -448748,7 +448793,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.

", "in": "path", "required": true, "schema": { @@ -448815,7 +448860,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.

", "in": "path", "required": true, "schema": { @@ -449165,7 +449210,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.

", "in": "path", "required": true, "schema": { @@ -449531,7 +449576,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.

", "in": "path", "required": true, "schema": { @@ -449596,7 +449641,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.

", "in": "path", "required": true, "schema": { @@ -449961,7 +450006,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.

", "in": "path", "required": true, "schema": { @@ -453189,7 +453234,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.

", "in": "path", "required": true, "schema": { @@ -459368,7 +459413,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.

", "in": "path", "required": true, "schema": { @@ -465778,7 +465823,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.

", "in": "path", "required": true, "schema": { @@ -465845,7 +465890,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.

", "in": "path", "required": true, "schema": { @@ -465900,7 +465945,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.

", "in": "path", "required": true, "schema": { @@ -465955,7 +466000,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.

", "in": "path", "required": true, "schema": { @@ -466123,7 +466168,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.

", "in": "path", "required": true, "schema": { @@ -466329,7 +466374,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.

", "in": "path", "required": true, "schema": { @@ -466410,7 +466455,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.

", "in": "path", "required": true, "schema": { @@ -466478,7 +466523,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.

", "in": "path", "required": true, "schema": { @@ -466620,7 +466665,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.

", "in": "path", "required": true, "schema": { @@ -466928,7 +466973,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.

", "in": "path", "required": true, "schema": { @@ -467030,7 +467075,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.

", "in": "path", "required": true, "schema": { @@ -467135,7 +467180,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.

", "in": "path", "required": true, "schema": { @@ -468236,7 +468281,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.

", "in": "path", "required": true, "schema": { @@ -468295,7 +468340,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.

", "in": "path", "required": true, "schema": { @@ -468350,7 +468395,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.

", "in": "path", "required": true, "schema": { @@ -475608,7 +475653,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.

", "in": "path", "required": true, "schema": { @@ -475724,7 +475769,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.

", "in": "path", "required": true, "schema": { @@ -475858,7 +475903,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.

", "in": "path", "required": true, "schema": { @@ -475974,7 +476019,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.

", "in": "path", "required": true, "schema": { @@ -476045,7 +476090,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.

", "in": "path", "required": true, "schema": { @@ -478340,7 +478385,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.

", "in": "path", "required": true, "schema": { @@ -478958,7 +479003,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.

", "in": "path", "required": true, "schema": { @@ -479303,7 +479348,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.

", "in": "path", "required": true, "schema": { @@ -479504,7 +479549,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.

", "in": "path", "required": true, "schema": { @@ -479716,7 +479761,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.

", "in": "path", "required": true, "schema": { @@ -479782,7 +479827,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.

", "in": "path", "required": true, "schema": { @@ -479850,7 +479895,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.

", "in": "path", "required": true, "schema": { @@ -480853,7 +480898,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.

", "in": "path", "required": true, "schema": { @@ -487054,7 +487099,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.

", "in": "path", "required": true, "schema": { @@ -487118,7 +487163,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.

", "in": "path", "required": true, "schema": { @@ -487175,7 +487220,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.

", "in": "path", "required": true, "schema": { @@ -487761,7 +487806,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.

", "in": "path", "required": true, "schema": { @@ -488589,7 +488634,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.

", "in": "path", "required": true, "schema": { @@ -490059,7 +490104,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.

", "in": "path", "required": true, "schema": { @@ -490882,7 +490927,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.

", "in": "path", "required": true, "schema": { @@ -492360,7 +492405,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.

", "in": "path", "required": true, "schema": { @@ -492435,7 +492480,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.

", "in": "path", "required": true, "schema": { @@ -492548,7 +492593,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.

", "in": "path", "required": true, "schema": { @@ -492667,7 +492712,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.

", "in": "path", "required": true, "schema": { @@ -500267,7 +500312,7 @@ } ], "previews": [], - "descriptionHTML": "

Find users via various criteria. This method returns up to 100 results per page.

\n

When 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.

\n

For example, if you're looking for a list of popular users, you might try this query:

\n

q=tom+repos:%3E42+followers:%3E1000

\n

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.

", + "descriptionHTML": "

Find users via various criteria. This method returns up to 100 results per page.

\n

When 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.

\n

For example, if you're looking for a list of popular users, you might try this query:

\n

q=tom+repos:%3E42+followers:%3E1000

\n

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.

\n

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.

", "in": "path", "required": true, "schema": { @@ -503687,7 +503732,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.

", "in": "path", "required": true, "schema": { @@ -504231,7 +504276,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.

", "in": "path", "required": true, "schema": { @@ -504834,7 +504879,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.

", "in": "path", "required": true, "schema": { @@ -505109,7 +505154,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.

", "in": "path", "required": true, "schema": { @@ -506426,7 +506471,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.

", "in": "path", "required": true, "schema": { @@ -507698,7 +507743,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.

", "in": "path", "required": true, "schema": { @@ -508888,7 +508933,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.

", "in": "path", "required": true, "schema": { @@ -509997,7 +510042,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.

", "in": "path", "required": true, "schema": { @@ -517645,7 +517690,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.

", "in": "path", "required": true, "schema": { @@ -520341,7 +520386,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.

", "in": "path", "required": true, "schema": { @@ -520428,7 +520473,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.

", "in": "path", "required": true, "schema": { @@ -524957,7 +525002,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.

", "in": "path", "required": true, "schema": { @@ -527643,7 +527688,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.

", "in": "path", "required": true, "schema": { @@ -527732,7 +527777,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.

", "in": "path", "required": true, "schema": { @@ -546859,7 +546904,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.

", "in": "path", "required": true, "schema": { @@ -546974,7 +547019,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.

", "in": "path", "required": true, "schema": { @@ -547121,7 +547166,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.

", "in": "path", "required": true, "schema": { @@ -547360,7 +547405,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.

", "in": "path", "required": true, "schema": { @@ -547653,7 +547698,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.

", "in": "path", "required": true, "schema": { @@ -547743,7 +547788,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.

", "in": "path", "required": true, "schema": { @@ -548056,7 +548101,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.

", "in": "path", "required": true, "schema": { @@ -548429,7 +548474,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.

", "in": "path", "required": true, "schema": { @@ -548729,7 +548774,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.

", "in": "path", "required": true, "schema": { @@ -549108,7 +549153,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.

", "in": "path", "required": true, "schema": { @@ -549177,7 +549222,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.

", "in": "path", "required": true, "schema": { @@ -549246,7 +549291,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.

", "in": "path", "required": true, "schema": { diff --git a/src/rest/data/ghae/schema.json b/src/rest/data/ghae/schema.json index 4fafd97dec..d010d65258 100644 --- a/src/rest/data/ghae/schema.json +++ b/src/rest/data/ghae/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.

", "in": "path", "required": true, "schema": { @@ -272,7 +272,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.

", "in": "path", "required": true, "schema": { @@ -477,7 +477,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.

", "in": "path", "required": true, "schema": { @@ -542,7 +542,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.

", "in": "path", "required": true, "schema": { @@ -621,7 +621,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.

", "in": "path", "required": true, "schema": { @@ -3763,7 +3763,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.

", "in": "path", "required": true, "schema": { @@ -3849,7 +3849,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.

", "in": "path", "required": true, "schema": { @@ -3928,7 +3928,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.

", "in": "path", "required": true, "schema": { @@ -4012,7 +4012,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.

", "in": "path", "required": true, "schema": { @@ -5799,7 +5799,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.

", "in": "path", "required": true, "schema": { @@ -5930,7 +5930,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.

", "in": "path", "required": true, "schema": { @@ -6061,7 +6061,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.

", "in": "path", "required": true, "schema": { @@ -6170,7 +6170,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.

", "in": "path", "required": true, "schema": { @@ -6268,7 +6268,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.

", "in": "path", "required": true, "schema": { @@ -6385,7 +6385,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.

", "in": "path", "required": true, "schema": { @@ -15442,7 +15442,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.

", "in": "path", "required": true, "schema": { @@ -15671,7 +15671,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.

", "in": "path", "required": true, "schema": { @@ -15794,7 +15794,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.

", "in": "path", "required": true, "schema": { @@ -17294,7 +17294,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.

", "in": "path", "required": true, "schema": { @@ -18794,7 +18794,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.

", "in": "path", "required": true, "schema": { @@ -18971,7 +18971,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.

", "in": "path", "required": true, "schema": { @@ -19038,7 +19038,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.

", "in": "path", "required": true, "schema": { @@ -19504,7 +19504,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.

", "in": "path", "required": true, "schema": { @@ -19569,7 +19569,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.

", "in": "path", "required": true, "schema": { @@ -20087,7 +20087,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.

", "in": "path", "required": true, "schema": { @@ -20607,7 +20607,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.

", "in": "path", "required": true, "schema": { @@ -23376,7 +23376,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.

", "in": "path", "required": true, "schema": { @@ -26057,7 +26057,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.

", "in": "path", "required": true, "schema": { @@ -26122,7 +26122,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.

", "in": "path", "required": true, "schema": { @@ -28813,7 +28813,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.

", "in": "path", "required": true, "schema": { @@ -28888,7 +28888,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.

", "in": "path", "required": true, "schema": { @@ -28966,7 +28966,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.

", "in": "path", "required": true, "schema": { @@ -29031,7 +29031,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.

", "in": "path", "required": true, "schema": { @@ -29104,7 +29104,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.

", "in": "path", "required": true, "schema": { @@ -29180,7 +29180,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.

", "in": "path", "required": true, "schema": { @@ -29414,7 +29414,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.

", "in": "path", "required": true, "schema": { @@ -32202,7 +32202,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.

", "in": "path", "required": true, "schema": { @@ -32415,7 +32415,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.

", "in": "path", "required": true, "schema": { @@ -32595,7 +32595,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.

", "in": "path", "required": true, "schema": { @@ -32667,7 +32667,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.

", "in": "path", "required": true, "schema": { @@ -32761,7 +32761,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.

", "in": "path", "required": true, "schema": { @@ -32833,7 +32833,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.

", "in": "path", "required": true, "schema": { @@ -32962,7 +32962,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.

", "in": "path", "required": true, "schema": { @@ -47692,7 +47692,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.

", "in": "path", "required": true, "schema": { @@ -48753,7 +48753,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.

", "in": "path", "required": true, "schema": { @@ -48840,7 +48840,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.

", "in": "path", "required": true, "schema": { @@ -52835,7 +52835,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.

", "in": "path", "required": true, "schema": { @@ -52906,7 +52906,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.

", "in": "path", "required": true, "schema": { @@ -52977,7 +52977,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.

", "in": "path", "required": true, "schema": { @@ -56060,7 +56060,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.

", "in": "path", "required": true, "schema": { @@ -56320,7 +56320,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.

", "in": "path", "required": true, "schema": { @@ -56445,7 +56445,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.

", "in": "path", "required": true, "schema": { @@ -56580,7 +56580,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.

", "in": "path", "required": true, "schema": { @@ -58594,14 +58594,12 @@ "slug": "octoapp", "node_id": "MDExOkludGVncmF0aW9uMQ==", "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}", @@ -58609,9 +58607,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 }, "name": "Octocat App", "description": "", @@ -64302,14 +64302,12 @@ "slug": "octoapp", "node_id": "MDExOkludGVncmF0aW9uMQ==", "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}", @@ -64317,9 +64315,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 }, "name": "Octocat App", "description": "", @@ -65633,7 +65633,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.

", "in": "path", "required": true, "schema": { @@ -75399,7 +75399,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.

", "in": "path", "required": true, "schema": { @@ -77503,7 +77503,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.

", "in": "path", "required": true, "schema": { @@ -80368,7 +80368,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.

", "in": "path", "required": true, "schema": { @@ -80470,7 +80470,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.

", "in": "path", "required": true, "schema": { @@ -81350,7 +81350,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.

", "in": "path", "required": true, "schema": { @@ -83573,7 +83573,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.

", "in": "path", "required": true, "schema": { @@ -85886,7 +85886,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.

", "in": "path", "required": true, "schema": { @@ -85956,7 +85956,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.

", "in": "path", "required": true, "schema": { @@ -86051,7 +86051,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.

", "in": "path", "required": true, "schema": { @@ -86146,7 +86146,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.

", "in": "path", "required": true, "schema": { @@ -86216,7 +86216,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.

", "in": "path", "required": true, "schema": { @@ -87853,7 +87853,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.

", "in": "path", "required": true, "schema": { @@ -89587,7 +89587,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.

", "in": "path", "required": true, "schema": { @@ -89657,7 +89657,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.

", "in": "path", "required": true, "schema": { @@ -89756,7 +89756,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.

", "in": "path", "required": true, "schema": { @@ -89855,7 +89855,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.

", "in": "path", "required": true, "schema": { @@ -89925,7 +89925,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.

", "in": "path", "required": true, "schema": { @@ -90071,7 +90071,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.

", "in": "path", "required": true, "schema": { @@ -90260,7 +90260,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.

", "in": "path", "required": true, "schema": { @@ -90326,7 +90326,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.

", "in": "path", "required": true, "schema": { @@ -90406,7 +90406,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.

", "in": "path", "required": true, "schema": { @@ -90510,7 +90510,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.

", "in": "path", "required": true, "schema": { @@ -90608,7 +90608,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.

", "in": "path", "required": true, "schema": { @@ -90706,7 +90706,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.

", "in": "path", "required": true, "schema": { @@ -91171,7 +91171,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.

", "in": "path", "required": true, "schema": { @@ -91237,7 +91237,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.

", "in": "path", "required": true, "schema": { @@ -91679,7 +91679,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.

", "in": "path", "required": true, "schema": { @@ -92135,7 +92135,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.

", "in": "path", "required": true, "schema": { @@ -92591,7 +92591,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.

", "in": "path", "required": true, "schema": { @@ -93047,7 +93047,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.

", "in": "path", "required": true, "schema": { @@ -93348,7 +93348,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.

", "in": "path", "required": true, "schema": { @@ -93663,7 +93663,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.

", "in": "path", "required": true, "schema": { @@ -93978,7 +93978,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.

", "in": "path", "required": true, "schema": { @@ -94293,7 +94293,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.

", "in": "path", "required": true, "schema": { @@ -94550,7 +94550,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.

", "in": "path", "required": true, "schema": { @@ -94821,7 +94821,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.

", "in": "path", "required": true, "schema": { @@ -95092,7 +95092,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.

", "in": "path", "required": true, "schema": { @@ -95367,7 +95367,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.

", "in": "path", "required": true, "schema": { @@ -97995,7 +97995,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.

", "in": "path", "required": true, "schema": { @@ -99207,7 +99207,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.

", "in": "path", "required": true, "schema": { @@ -100652,7 +100652,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.

", "in": "path", "required": true, "schema": { @@ -100847,7 +100847,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.

", "in": "path", "required": true, "schema": { @@ -100933,7 +100933,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.

", "in": "path", "required": true, "schema": { @@ -102220,7 +102220,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.

", "in": "path", "required": true, "schema": { @@ -103519,7 +103519,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.

", "in": "path", "required": true, "schema": { @@ -107131,7 +107131,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.

", "in": "path", "required": true, "schema": { @@ -108281,7 +108281,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.

", "in": "path", "required": true, "schema": { @@ -110107,7 +110107,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.

", "in": "path", "required": true, "schema": { @@ -110181,7 +110181,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.

", "in": "path", "required": true, "schema": { @@ -113336,7 +113336,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.

", "in": "path", "required": true, "schema": { @@ -114000,7 +114000,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.

", "in": "path", "required": true, "schema": { @@ -114586,7 +114586,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.

", "in": "path", "required": true, "schema": { @@ -115198,7 +115198,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.

", "in": "path", "required": true, "schema": { @@ -115436,7 +115436,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.

", "in": "path", "required": true, "schema": { @@ -115756,7 +115756,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.

", "in": "path", "required": true, "schema": { @@ -116038,7 +116038,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.

", "in": "path", "required": true, "schema": { @@ -116165,7 +116165,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.

", "in": "path", "required": true, "schema": { @@ -116309,7 +116309,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.

", "in": "path", "required": true, "schema": { @@ -116638,7 +116638,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.

", "in": "path", "required": true, "schema": { @@ -116966,7 +116966,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.

", "in": "path", "required": true, "schema": { @@ -117035,7 +117035,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.

", "in": "path", "required": true, "schema": { @@ -118434,7 +118434,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.

", "in": "path", "required": true, "schema": { @@ -118467,16 +118467,24 @@ }, "response": { "statusCode": "204", - "description": "

Response

" + "description": "

No Content when collaborator was removed from the repository.

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

Removes a collaborator from a repository.

\n

To use this endpoint, the authenticated user must either be an administrator of the repository or target themselves for removal.

\n

This endpoint also:

\n\n

Removing a user as a collaborator has the following effects on forks:

\n\n

Note: A user can still have access to the repository through organization permissions like base repository permissions.

\n

Although the API responds immediately, the additional permission updates might take some extra time to complete in the background.

\n

For 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.

", "in": "path", "required": true, "schema": { @@ -118809,7 +118817,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.

", "in": "path", "required": true, "schema": { @@ -120197,7 +120205,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.

", "in": "path", "required": true, "schema": { @@ -121591,7 +121599,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.

", "in": "path", "required": true, "schema": { @@ -123164,7 +123172,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.

", "in": "path", "required": true, "schema": { @@ -124073,7 +124081,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.

", "in": "path", "required": true, "schema": { @@ -124190,7 +124198,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.

", "in": "path", "required": true, "schema": { @@ -129728,7 +129736,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.

", "in": "path", "required": true, "schema": { @@ -130604,7 +130612,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.

", "in": "path", "required": true, "schema": { @@ -133192,7 +133200,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.

", "in": "path", "required": true, "schema": { @@ -133608,7 +133616,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.

", "in": "path", "required": true, "schema": { @@ -134015,7 +134023,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.

", "in": "path", "required": true, "schema": { @@ -134434,7 +134442,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.

", "in": "path", "required": true, "schema": { @@ -134503,7 +134511,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.

", "in": "path", "required": true, "schema": { @@ -134930,7 +134938,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.

", "in": "path", "required": true, "schema": { @@ -135377,7 +135385,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.

", "in": "path", "required": true, "schema": { @@ -136462,7 +136470,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.

", "in": "path", "required": true, "schema": { @@ -136815,7 +136823,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.

", "in": "path", "required": true, "schema": { @@ -137185,7 +137193,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.

", "in": "path", "required": true, "schema": { @@ -137300,7 +137308,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.

", "in": "path", "required": true, "schema": { @@ -137432,7 +137440,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.

", "in": "path", "required": true, "schema": { @@ -137548,7 +137556,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.

", "in": "path", "required": true, "schema": { @@ -137617,7 +137625,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.

", "in": "path", "required": true, "schema": { @@ -138415,7 +138423,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.

", "in": "path", "required": true, "schema": { @@ -139226,7 +139234,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.

", "in": "path", "required": true, "schema": { @@ -139972,7 +139980,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.

", "in": "path", "required": true, "schema": { @@ -140047,7 +140055,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.

", "in": "path", "required": true, "schema": { @@ -140192,7 +140200,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.

", "in": "path", "required": true, "schema": { @@ -140363,7 +140371,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.

", "in": "path", "required": true, "schema": { @@ -140471,7 +140479,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.

", "in": "path", "required": true, "schema": { @@ -140591,7 +140599,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.

", "in": "path", "required": true, "schema": { @@ -140668,7 +140676,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.

", "in": "path", "required": true, "schema": { @@ -141415,7 +141423,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.

", "in": "path", "required": true, "schema": { @@ -142134,7 +142142,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.

", "in": "path", "required": true, "schema": { @@ -142924,7 +142932,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.

", "in": "path", "required": true, "schema": { @@ -142991,7 +142999,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.

", "in": "path", "required": true, "schema": { @@ -143746,7 +143754,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.

", "in": "path", "required": true, "schema": { @@ -144547,7 +144555,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.

", "in": "path", "required": true, "schema": { @@ -167418,7 +167426,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.

", "in": "path", "required": true, "schema": { @@ -167531,7 +167539,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.

", "in": "path", "required": true, "schema": { @@ -167659,7 +167667,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.

", "in": "path", "required": true, "schema": { @@ -168033,7 +168041,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.

", "in": "path", "required": true, "schema": { @@ -168327,7 +168335,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.

", "in": "path", "required": true, "schema": { @@ -168468,7 +168476,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.

", "in": "path", "required": true, "schema": { @@ -168598,7 +168606,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.

", "in": "path", "required": true, "schema": { @@ -168737,7 +168745,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.

", "in": "path", "required": true, "schema": { @@ -168888,7 +168896,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.

", "in": "path", "required": true, "schema": { @@ -168960,7 +168968,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.

", "in": "path", "required": true, "schema": { @@ -169233,7 +169241,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.

", "in": "path", "required": true, "schema": { @@ -169447,7 +169455,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.

", "in": "path", "required": true, "schema": { @@ -169701,7 +169709,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.

", "in": "path", "required": true, "schema": { @@ -177084,7 +177092,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.

", "in": "path", "required": true, "schema": { @@ -180446,7 +180454,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.

", "in": "path", "required": true, "schema": { @@ -183748,7 +183756,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.

", "in": "path", "required": true, "schema": { @@ -187002,7 +187010,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.

", "in": "path", "required": true, "schema": { @@ -190336,7 +190344,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.

", "in": "path", "required": true, "schema": { @@ -190434,7 +190442,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.

", "in": "path", "required": true, "schema": { @@ -193929,7 +193937,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.

", "in": "path", "required": true, "schema": { @@ -194193,7 +194201,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.

", "in": "path", "required": true, "schema": { @@ -194262,7 +194270,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.

", "in": "path", "required": true, "schema": { @@ -197514,7 +197522,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.

", "in": "path", "required": true, "schema": { @@ -200766,7 +200774,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.

", "in": "path", "required": true, "schema": { @@ -200847,7 +200855,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.

", "in": "path", "required": true, "schema": { @@ -201641,7 +201649,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.

", "in": "path", "required": true, "schema": { @@ -202381,7 +202389,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.

", "in": "path", "required": true, "schema": { @@ -203133,7 +203141,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.

", "in": "path", "required": true, "schema": { @@ -203198,7 +203206,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.

", "in": "path", "required": true, "schema": { @@ -203975,7 +203983,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.

", "in": "path", "required": true, "schema": { @@ -204741,7 +204749,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.

", "in": "path", "required": true, "schema": { @@ -209602,7 +209610,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.

", "in": "path", "required": true, "schema": { @@ -214498,7 +214506,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.

", "in": "path", "required": true, "schema": { @@ -224639,7 +224647,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.

", "in": "path", "required": true, "schema": { @@ -224824,7 +224832,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.

", "in": "path", "required": true, "schema": { @@ -225009,7 +225017,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.

", "in": "path", "required": true, "schema": { @@ -225194,7 +225202,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.

", "in": "path", "required": true, "schema": { @@ -225271,7 +225279,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.

", "in": "path", "required": true, "schema": { @@ -225439,7 +225447,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.

", "in": "path", "required": true, "schema": { @@ -225606,7 +225614,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.

", "in": "path", "required": true, "schema": { @@ -225771,7 +225779,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.

", "in": "path", "required": true, "schema": { @@ -225916,7 +225924,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.

", "in": "path", "required": true, "schema": { @@ -226082,7 +226090,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.

", "in": "path", "required": true, "schema": { @@ -226147,7 +226155,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.

", "in": "path", "required": true, "schema": { @@ -226322,7 +226330,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.

", "in": "path", "required": true, "schema": { @@ -226792,7 +226800,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.

", "in": "path", "required": true, "schema": { @@ -227238,7 +227246,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.

", "in": "path", "required": true, "schema": { @@ -227652,7 +227660,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.

", "in": "path", "required": true, "schema": { @@ -228099,7 +228107,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.

", "in": "path", "required": true, "schema": { @@ -228170,7 +228178,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.

", "in": "path", "required": true, "schema": { @@ -244379,7 +244387,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.

", "in": "path", "required": true, "schema": { @@ -245036,7 +245044,21 @@ ], "dependabot": [ "192.0.2.1" - ] + ], + "domains": { + "website": [ + "*.example.com" + ], + "codespaces": [ + "*.example.com" + ], + "copilot": [ + "*.example.com" + ], + "packages": [ + "*.example.com" + ] + } }, "schema": { "title": "Api Overview", @@ -245197,7 +245219,7 @@ } ], "previews": [], - "descriptionHTML": "

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

\n

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

\n

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

", + "descriptionHTML": "

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

\n

The API's response also includes a list of GitHub's domain names.

\n

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

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -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.

", "in": "path", "required": true, "schema": { @@ -245398,7 +245420,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.

", "in": "path", "required": true, "schema": { @@ -245519,7 +245541,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.

", "in": "path", "required": true, "schema": { @@ -245833,7 +245855,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.

", "in": "path", "required": true, "schema": { @@ -246025,7 +246047,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.

", "in": "path", "required": true, "schema": { @@ -266093,7 +266115,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.

", "in": "path", "required": true, "schema": { @@ -266359,7 +266381,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.

", "in": "path", "required": true, "schema": { @@ -266671,7 +266693,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.

", "in": "path", "required": true, "schema": { @@ -266793,7 +266815,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.

", "in": "path", "required": true, "schema": { @@ -266860,7 +266882,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.

", "in": "path", "required": true, "schema": { @@ -267190,7 +267212,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.

", "in": "path", "required": true, "schema": { @@ -267274,7 +267296,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.

", "in": "path", "required": true, "schema": { @@ -267581,7 +267603,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.

", "in": "path", "required": true, "schema": { @@ -269601,7 +269623,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.

", "in": "path", "required": true, "schema": { @@ -270037,7 +270059,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.

", "in": "path", "required": true, "schema": { @@ -274414,7 +274436,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.

", "in": "path", "required": true, "schema": { @@ -280011,7 +280033,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.

", "in": "path", "required": true, "schema": { @@ -283881,7 +283903,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.

", "in": "path", "required": true, "schema": { @@ -287717,7 +287739,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.

", "in": "path", "required": true, "schema": { @@ -291587,7 +291609,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.

", "in": "path", "required": true, "schema": { @@ -292434,7 +292456,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.

", "in": "path", "required": true, "schema": { @@ -292643,7 +292665,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.

", "in": "path", "required": true, "schema": { @@ -292712,7 +292734,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.

", "in": "path", "required": true, "schema": { @@ -292859,7 +292881,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.

", "in": "path", "required": true, "schema": { @@ -292961,7 +292983,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.

", "in": "path", "required": true, "schema": { @@ -293634,7 +293656,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.

", "in": "path", "required": true, "schema": { @@ -294261,7 +294283,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.

", "in": "path", "required": true, "schema": { @@ -294896,7 +294918,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.

", "in": "path", "required": true, "schema": { @@ -294965,7 +294987,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.

", "in": "path", "required": true, "schema": { @@ -295648,7 +295670,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.

", "in": "path", "required": true, "schema": { @@ -296356,7 +296378,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.

", "in": "path", "required": true, "schema": { @@ -297007,7 +297029,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.

", "in": "path", "required": true, "schema": { @@ -297502,7 +297524,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.

", "in": "path", "required": true, "schema": { @@ -303088,7 +303110,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.

", "in": "path", "required": true, "schema": { @@ -308633,7 +308655,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.

", "in": "path", "required": true, "schema": { @@ -309057,7 +309079,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.

", "in": "path", "required": true, "schema": { @@ -309548,7 +309570,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.

", "in": "path", "required": true, "schema": { @@ -309963,7 +309985,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.

", "in": "path", "required": true, "schema": { @@ -310390,7 +310412,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.

", "in": "path", "required": true, "schema": { @@ -310809,7 +310831,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.

", "in": "path", "required": true, "schema": { @@ -311442,7 +311464,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.

", "in": "path", "required": true, "schema": { @@ -311883,7 +311905,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.

", "in": "path", "required": true, "schema": { @@ -312456,6 +312478,30 @@ "used" ] }, + "code_search": { + "title": "Rate Limit", + "type": "object", + "properties": { + "limit": { + "type": "integer" + }, + "remaining": { + "type": "integer" + }, + "reset": { + "type": "integer" + }, + "used": { + "type": "integer" + } + }, + "required": [ + "limit", + "remaining", + "reset", + "used" + ] + }, "source_import": { "title": "Rate Limit", "type": "object", @@ -314754,7 +314800,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.

", "in": "path", "required": true, "schema": { @@ -315112,7 +315158,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.

", "in": "path", "required": true, "schema": { @@ -315723,7 +315769,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.

", "in": "path", "required": true, "schema": { @@ -315800,7 +315846,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.

", "in": "path", "required": true, "schema": { @@ -316158,7 +316204,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.

", "in": "path", "required": true, "schema": { @@ -316765,7 +316811,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.

", "in": "path", "required": true, "schema": { @@ -316842,7 +316888,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.

", "in": "path", "required": true, "schema": { @@ -317204,7 +317250,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.

", "in": "path", "required": true, "schema": { @@ -317811,7 +317857,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.

", "in": "path", "required": true, "schema": { @@ -317888,7 +317934,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.

", "in": "path", "required": true, "schema": { @@ -318246,7 +318292,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.

", "in": "path", "required": true, "schema": { @@ -318853,7 +318899,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.

", "in": "path", "required": true, "schema": { @@ -318930,7 +318976,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.

", "in": "path", "required": true, "schema": { @@ -319290,7 +319336,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.

", "in": "path", "required": true, "schema": { @@ -319895,7 +319941,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.

", "in": "path", "required": true, "schema": { @@ -319976,7 +320022,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.

", "in": "path", "required": true, "schema": { @@ -320714,7 +320760,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.

", "in": "path", "required": true, "schema": { @@ -321479,7 +321525,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.

", "in": "path", "required": true, "schema": { @@ -322191,7 +322237,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.

", "in": "path", "required": true, "schema": { @@ -322918,7 +322964,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.

", "in": "path", "required": true, "schema": { @@ -323620,8 +323666,8 @@ "description": "

Note: This returns an upload_url key corresponding to the endpoint for uploading release assets. This key is a hypermedia resource.

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

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.

", "in": "path", "required": true, "schema": { @@ -324412,7 +324458,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.

", "in": "path", "required": true, "schema": { @@ -324479,7 +324525,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.

", "in": "path", "required": true, "schema": { @@ -324829,7 +324875,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.

", "in": "path", "required": true, "schema": { @@ -325195,7 +325241,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.

", "in": "path", "required": true, "schema": { @@ -325260,7 +325306,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.

", "in": "path", "required": true, "schema": { @@ -325625,7 +325671,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.

", "in": "path", "required": true, "schema": { @@ -328768,7 +328814,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.

", "in": "path", "required": true, "schema": { @@ -334646,7 +334692,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.

", "in": "path", "required": true, "schema": { @@ -340756,7 +340802,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.

", "in": "path", "required": true, "schema": { @@ -340823,7 +340869,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.

", "in": "path", "required": true, "schema": { @@ -340991,7 +341037,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.

", "in": "path", "required": true, "schema": { @@ -341197,7 +341243,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.

", "in": "path", "required": true, "schema": { @@ -341278,7 +341324,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.

", "in": "path", "required": true, "schema": { @@ -341346,7 +341392,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.

", "in": "path", "required": true, "schema": { @@ -341488,7 +341534,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.

", "in": "path", "required": true, "schema": { @@ -341796,7 +341842,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.

", "in": "path", "required": true, "schema": { @@ -341898,7 +341944,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.

", "in": "path", "required": true, "schema": { @@ -342003,7 +342049,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.

", "in": "path", "required": true, "schema": { @@ -349130,7 +349176,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.

", "in": "path", "required": true, "schema": { @@ -349237,7 +349283,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.

", "in": "path", "required": true, "schema": { @@ -349362,7 +349408,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.

", "in": "path", "required": true, "schema": { @@ -349469,7 +349515,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.

", "in": "path", "required": true, "schema": { @@ -349540,7 +349586,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.

", "in": "path", "required": true, "schema": { @@ -351835,7 +351881,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.

", "in": "path", "required": true, "schema": { @@ -352453,7 +352499,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.

", "in": "path", "required": true, "schema": { @@ -352798,7 +352844,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.

", "in": "path", "required": true, "schema": { @@ -352999,7 +353045,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.

", "in": "path", "required": true, "schema": { @@ -353211,7 +353257,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.

", "in": "path", "required": true, "schema": { @@ -353277,7 +353323,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.

", "in": "path", "required": true, "schema": { @@ -353345,7 +353391,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.

", "in": "path", "required": true, "schema": { @@ -354348,7 +354394,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.

", "in": "path", "required": true, "schema": { @@ -360236,7 +360282,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.

", "in": "path", "required": true, "schema": { @@ -360300,7 +360346,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.

", "in": "path", "required": true, "schema": { @@ -367797,7 +367843,7 @@ } ], "previews": [], - "descriptionHTML": "

Find users via various criteria. This method returns up to 100 results per page.

\n

When 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.

\n

For example, if you're looking for a list of popular users, you might try this query:

\n

q=tom+repos:%3E42+followers:%3E1000

\n

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.

", + "descriptionHTML": "

Find users via various criteria. This method returns up to 100 results per page.

\n

When 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.

\n

For example, if you're looking for a list of popular users, you might try this query:

\n

q=tom+repos:%3E42+followers:%3E1000

\n

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.

\n

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.

", "in": "path", "required": true, "schema": { @@ -369571,7 +369617,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.

", "in": "path", "required": true, "schema": { @@ -369920,7 +369966,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.

", "in": "path", "required": true, "schema": { @@ -370332,7 +370378,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.

", "in": "path", "required": true, "schema": { @@ -375929,7 +375975,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.

", "in": "path", "required": true, "schema": { @@ -378540,7 +378586,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.

", "in": "path", "required": true, "schema": { @@ -378627,7 +378673,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.

", "in": "path", "required": true, "schema": { @@ -383156,7 +383202,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.

", "in": "path", "required": true, "schema": { @@ -385757,7 +385803,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.

", "in": "path", "required": true, "schema": { @@ -385846,7 +385892,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.

", "in": "path", "required": true, "schema": { @@ -403071,7 +403117,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.

", "in": "path", "required": true, "schema": { @@ -403186,7 +403232,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.

", "in": "path", "required": true, "schema": { @@ -403333,7 +403379,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.

", "in": "path", "required": true, "schema": { @@ -403572,7 +403618,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.

", "in": "path", "required": true, "schema": { @@ -403864,7 +403910,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.

", "in": "path", "required": true, "schema": { @@ -403954,7 +404000,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.

", "in": "path", "required": true, "schema": { @@ -404267,7 +404313,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.

", "in": "path", "required": true, "schema": { @@ -404640,7 +404686,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.

", "in": "path", "required": true, "schema": { @@ -404940,7 +404986,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.

", "in": "path", "required": true, "schema": { @@ -405319,7 +405365,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.

", "in": "path", "required": true, "schema": { @@ -405388,7 +405434,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.

", "in": "path", "required": true, "schema": { @@ -405457,7 +405503,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.

", "in": "path", "required": true, "schema": { diff --git a/src/rest/data/ghec-2022-11-28/schema.json b/src/rest/data/ghec-2022-11-28/schema.json index f57f82e8db..58aa040f25 100644 --- a/src/rest/data/ghec-2022-11-28/schema.json +++ b/src/rest/data/ghec-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.

", "in": "path", "required": true, "schema": { @@ -281,7 +281,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.

", "in": "path", "required": true, "schema": { @@ -486,7 +486,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.

", "in": "path", "required": true, "schema": { @@ -551,7 +551,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.

", "in": "path", "required": true, "schema": { @@ -630,7 +630,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.

", "in": "path", "required": true, "schema": { @@ -1155,7 +1155,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.

", "in": "path", "required": true, "schema": { @@ -1249,7 +1249,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.

", "in": "path", "required": true, "schema": { @@ -1455,7 +1455,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.

", "in": "path", "required": true, "schema": { @@ -1614,7 +1614,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.

", "in": "path", "required": true, "schema": { @@ -1883,7 +1883,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.

", "in": "path", "required": true, "schema": { @@ -1975,7 +1975,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.

", "in": "path", "required": true, "schema": { @@ -5180,7 +5180,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.

", "in": "path", "required": true, "schema": { @@ -5266,7 +5266,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.

", "in": "path", "required": true, "schema": { @@ -5345,7 +5345,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.

", "in": "path", "required": true, "schema": { @@ -5422,7 +5422,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.

", "in": "path", "required": true, "schema": { @@ -5495,7 +5495,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.

", "in": "path", "required": true, "schema": { @@ -5579,7 +5579,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.

", "in": "path", "required": true, "schema": { @@ -5662,7 +5662,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.

", "in": "path", "required": true, "schema": { @@ -5743,7 +5743,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.

", "in": "path", "required": true, "schema": { @@ -11912,7 +11912,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.

", "in": "path", "required": true, "schema": { @@ -12967,7 +12967,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.

", "in": "path", "required": true, "schema": { @@ -13994,7 +13994,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.

", "in": "path", "required": true, "schema": { @@ -15820,7 +15820,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.

", "in": "path", "required": true, "schema": { @@ -15951,7 +15951,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.

", "in": "path", "required": true, "schema": { @@ -16082,7 +16082,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.

", "in": "path", "required": true, "schema": { @@ -16191,7 +16191,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.

", "in": "path", "required": true, "schema": { @@ -16289,7 +16289,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.

", "in": "path", "required": true, "schema": { @@ -16406,7 +16406,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.

", "in": "path", "required": true, "schema": { @@ -30258,7 +30258,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.

", "in": "path", "required": true, "schema": { @@ -30487,7 +30487,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.

", "in": "path", "required": true, "schema": { @@ -30610,7 +30610,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.

", "in": "path", "required": true, "schema": { @@ -30842,7 +30842,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.

", "in": "path", "required": true, "schema": { @@ -32427,7 +32427,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.

", "in": "path", "required": true, "schema": { @@ -34012,7 +34012,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.

", "in": "path", "required": true, "schema": { @@ -34189,7 +34189,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.

", "in": "path", "required": true, "schema": { @@ -34254,7 +34254,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.

", "in": "path", "required": true, "schema": { @@ -34390,7 +34390,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.

", "in": "path", "required": true, "schema": { @@ -34545,7 +34545,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.

", "in": "path", "required": true, "schema": { @@ -34700,7 +34700,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.

", "in": "path", "required": true, "schema": { @@ -34831,7 +34831,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.

", "in": "path", "required": true, "schema": { @@ -36688,7 +36688,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.

", "in": "path", "required": true, "schema": { @@ -36836,7 +36836,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.

", "in": "path", "required": true, "schema": { @@ -36984,7 +36984,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.

", "in": "path", "required": true, "schema": { @@ -37068,7 +37068,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.

", "in": "path", "required": true, "schema": { @@ -37182,7 +37182,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.

", "in": "path", "required": true, "schema": { @@ -37265,7 +37265,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.

", "in": "path", "required": true, "schema": { @@ -37826,7 +37826,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.

", "in": "path", "required": true, "schema": { @@ -38301,7 +38301,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.

", "in": "path", "required": true, "schema": { @@ -38366,7 +38366,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.

", "in": "path", "required": true, "schema": { @@ -38893,7 +38893,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.

", "in": "path", "required": true, "schema": { @@ -39422,7 +39422,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.

", "in": "path", "required": true, "schema": { @@ -39510,7 +39510,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.

", "in": "path", "required": true, "schema": { @@ -42289,7 +42289,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.

", "in": "path", "required": true, "schema": { @@ -45058,7 +45058,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.

", "in": "path", "required": true, "schema": { @@ -47739,7 +47739,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.

", "in": "path", "required": true, "schema": { @@ -47804,7 +47804,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.

", "in": "path", "required": true, "schema": { @@ -48160,7 +48160,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.

", "in": "path", "required": true, "schema": { @@ -48242,7 +48242,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.

", "in": "path", "required": true, "schema": { @@ -50933,7 +50933,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.

", "in": "path", "required": true, "schema": { @@ -51008,7 +51008,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.

", "in": "path", "required": true, "schema": { @@ -51086,7 +51086,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.

", "in": "path", "required": true, "schema": { @@ -51157,7 +51157,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.

", "in": "path", "required": true, "schema": { @@ -51222,7 +51222,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.

", "in": "path", "required": true, "schema": { @@ -51295,7 +51295,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.

", "in": "path", "required": true, "schema": { @@ -51892,7 +51892,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.

", "in": "path", "required": true, "schema": { @@ -52673,7 +52673,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.

", "in": "path", "required": true, "schema": { @@ -52757,7 +52757,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.

", "in": "path", "required": true, "schema": { @@ -52841,7 +52841,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.

", "in": "path", "required": true, "schema": { @@ -53075,7 +53075,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.

", "in": "path", "required": true, "schema": { @@ -55863,7 +55863,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.

", "in": "path", "required": true, "schema": { @@ -56076,7 +56076,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.

", "in": "path", "required": true, "schema": { @@ -56256,7 +56256,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.

", "in": "path", "required": true, "schema": { @@ -56328,7 +56328,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.

", "in": "path", "required": true, "schema": { @@ -56422,7 +56422,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.

", "in": "path", "required": true, "schema": { @@ -56494,7 +56494,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.

", "in": "path", "required": true, "schema": { @@ -60657,7 +60657,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.

", "in": "path", "required": true, "schema": { @@ -68751,7 +68751,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.

", "in": "path", "required": true, "schema": { @@ -95860,7 +95860,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.

", "in": "path", "required": true, "schema": { @@ -96921,7 +96921,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.

", "in": "path", "required": true, "schema": { @@ -97008,7 +97008,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.

", "in": "path", "required": true, "schema": { @@ -101173,7 +101173,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.

", "in": "path", "required": true, "schema": { @@ -101244,7 +101244,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.

", "in": "path", "required": true, "schema": { @@ -101315,7 +101315,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.

", "in": "path", "required": true, "schema": { @@ -104568,7 +104568,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.

", "in": "path", "required": true, "schema": { @@ -104828,7 +104828,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.

", "in": "path", "required": true, "schema": { @@ -104953,7 +104953,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.

", "in": "path", "required": true, "schema": { @@ -105088,7 +105088,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.

", "in": "path", "required": true, "schema": { @@ -107618,14 +107618,12 @@ "slug": "octoapp", "node_id": "MDExOkludGVncmF0aW9uMQ==", "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}", @@ -107633,9 +107631,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 }, "name": "Octocat App", "description": "", @@ -114753,14 +114753,12 @@ "slug": "octoapp", "node_id": "MDExOkludGVncmF0aW9uMQ==", "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}", @@ -114768,9 +114766,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 }, "name": "Octocat App", "description": "", @@ -116100,7 +116100,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.

", "in": "path", "required": true, "schema": { @@ -128828,7 +128828,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.

", "in": "path", "required": true, "schema": { @@ -130960,7 +130960,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.

", "in": "path", "required": true, "schema": { @@ -133853,7 +133853,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.

", "in": "path", "required": true, "schema": { @@ -136761,7 +136761,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.

", "in": "path", "required": true, "schema": { @@ -136863,7 +136863,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.

", "in": "path", "required": true, "schema": { @@ -137743,7 +137743,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.

", "in": "path", "required": true, "schema": { @@ -140001,7 +140001,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.

", "in": "path", "required": true, "schema": { @@ -142371,7 +142371,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.

", "in": "path", "required": true, "schema": { @@ -142441,7 +142441,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.

", "in": "path", "required": true, "schema": { @@ -142536,7 +142536,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.

", "in": "path", "required": true, "schema": { @@ -142631,7 +142631,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.

", "in": "path", "required": true, "schema": { @@ -142701,7 +142701,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.

", "in": "path", "required": true, "schema": { @@ -144347,7 +144347,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.

", "in": "path", "required": true, "schema": { @@ -146098,7 +146098,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.

", "in": "path", "required": true, "schema": { @@ -146168,7 +146168,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.

", "in": "path", "required": true, "schema": { @@ -146267,7 +146267,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.

", "in": "path", "required": true, "schema": { @@ -146366,7 +146366,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.

", "in": "path", "required": true, "schema": { @@ -146436,7 +146436,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.

", "in": "path", "required": true, "schema": { @@ -146582,7 +146582,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.

", "in": "path", "required": true, "schema": { @@ -146771,7 +146771,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.

", "in": "path", "required": true, "schema": { @@ -146837,7 +146837,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.

", "in": "path", "required": true, "schema": { @@ -146917,7 +146917,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.

", "in": "path", "required": true, "schema": { @@ -147021,7 +147021,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.

", "in": "path", "required": true, "schema": { @@ -147119,7 +147119,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.

", "in": "path", "required": true, "schema": { @@ -147217,7 +147217,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.

", "in": "path", "required": true, "schema": { @@ -147682,7 +147682,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.

", "in": "path", "required": true, "schema": { @@ -147748,7 +147748,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.

", "in": "path", "required": true, "schema": { @@ -148190,7 +148190,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.

", "in": "path", "required": true, "schema": { @@ -148646,7 +148646,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.

", "in": "path", "required": true, "schema": { @@ -149102,7 +149102,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.

", "in": "path", "required": true, "schema": { @@ -149558,7 +149558,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.

", "in": "path", "required": true, "schema": { @@ -149859,7 +149859,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.

", "in": "path", "required": true, "schema": { @@ -150174,7 +150174,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.

", "in": "path", "required": true, "schema": { @@ -150489,7 +150489,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.

", "in": "path", "required": true, "schema": { @@ -150804,7 +150804,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.

", "in": "path", "required": true, "schema": { @@ -151061,7 +151061,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.

", "in": "path", "required": true, "schema": { @@ -151332,7 +151332,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.

", "in": "path", "required": true, "schema": { @@ -151603,7 +151603,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.

", "in": "path", "required": true, "schema": { @@ -151878,7 +151878,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.

", "in": "path", "required": true, "schema": { @@ -154506,7 +154506,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.

", "in": "path", "required": true, "schema": { @@ -155718,7 +155718,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.

", "in": "path", "required": true, "schema": { @@ -157163,7 +157163,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.

", "in": "path", "required": true, "schema": { @@ -157358,7 +157358,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.

", "in": "path", "required": true, "schema": { @@ -157444,7 +157444,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.

", "in": "path", "required": true, "schema": { @@ -158731,7 +158731,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.

", "in": "path", "required": true, "schema": { @@ -160030,7 +160030,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.

", "in": "path", "required": true, "schema": { @@ -163642,7 +163642,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.

", "in": "path", "required": true, "schema": { @@ -164792,7 +164792,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.

", "in": "path", "required": true, "schema": { @@ -166618,7 +166618,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.

", "in": "path", "required": true, "schema": { @@ -166692,7 +166692,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.

", "in": "path", "required": true, "schema": { @@ -171291,7 +171291,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.

", "in": "path", "required": true, "schema": { @@ -172019,7 +172019,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.

", "in": "path", "required": true, "schema": { @@ -172629,7 +172629,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.

", "in": "path", "required": true, "schema": { @@ -173271,7 +173271,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.

", "in": "path", "required": true, "schema": { @@ -173512,7 +173512,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.

", "in": "path", "required": true, "schema": { @@ -173832,7 +173832,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.

", "in": "path", "required": true, "schema": { @@ -174114,7 +174114,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.

", "in": "path", "required": true, "schema": { @@ -174241,7 +174241,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.

", "in": "path", "required": true, "schema": { @@ -174588,7 +174588,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.

", "in": "path", "required": true, "schema": { @@ -174914,7 +174914,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.

", "in": "path", "required": true, "schema": { @@ -174967,13 +174967,12 @@ "items": { "type": "string", "enum": [ - "c", - "cpp", + "c-cpp", "csharp", "go", - "java", + "java-kotlin", + "javascript-typescript", "javascript", - "kotlin", "python", "ruby", "typescript" @@ -175044,7 +175043,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.

", "in": "path", "required": true, "schema": { @@ -175164,7 +175163,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.

", "in": "path", "required": true, "schema": { @@ -175314,7 +175313,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.

", "in": "path", "required": true, "schema": { @@ -175661,7 +175660,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.

", "in": "path", "required": true, "schema": { @@ -177536,7 +177535,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.

", "in": "path", "required": true, "schema": { @@ -181021,7 +181020,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.

", "in": "path", "required": true, "schema": { @@ -181148,7 +181147,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.

", "in": "path", "required": true, "schema": { @@ -181441,7 +181440,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.

", "in": "path", "required": true, "schema": { @@ -204578,7 +204577,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.

", "in": "path", "required": true, "schema": { @@ -212848,7 +212847,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.

", "in": "path", "required": true, "schema": { @@ -212981,7 +212980,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.

", "in": "path", "required": true, "schema": { @@ -213090,7 +213089,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.

", "in": "path", "required": true, "schema": { @@ -213189,7 +213188,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.

", "in": "path", "required": true, "schema": { @@ -213306,7 +213305,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.

", "in": "path", "required": true, "schema": { @@ -215166,7 +215165,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.

", "in": "path", "required": true, "schema": { @@ -215495,7 +215494,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.

", "in": "path", "required": true, "schema": { @@ -215564,7 +215563,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.

", "in": "path", "required": true, "schema": { @@ -216963,7 +216962,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.

", "in": "path", "required": true, "schema": { @@ -216996,16 +216995,24 @@ }, "response": { "statusCode": "204", - "description": "

Response

" + "description": "

No Content when collaborator was removed from the repository.

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

Removes a collaborator from a repository.

\n

To use this endpoint, the authenticated user must either be an administrator of the repository or target themselves for removal.

\n

This endpoint also:

\n\n

Removing a user as a collaborator has the following effects on forks:

\n\n

Note: A user can still have access to the repository through organization permissions like base repository permissions.

\n

Although the API responds immediately, the additional permission updates might take some extra time to complete in the background.

\n

For 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.

", "in": "path", "required": true, "schema": { @@ -217339,7 +217346,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.

", "in": "path", "required": true, "schema": { @@ -218727,7 +218734,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.

", "in": "path", "required": true, "schema": { @@ -220121,7 +220128,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.

", "in": "path", "required": true, "schema": { @@ -221694,7 +221701,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.

", "in": "path", "required": true, "schema": { @@ -222603,7 +222610,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.

", "in": "path", "required": true, "schema": { @@ -222720,7 +222727,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.

", "in": "path", "required": true, "schema": { @@ -228428,7 +228435,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.

", "in": "path", "required": true, "schema": { @@ -229304,7 +229311,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.

", "in": "path", "required": true, "schema": { @@ -231892,7 +231899,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.

", "in": "path", "required": true, "schema": { @@ -232308,7 +232315,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.

", "in": "path", "required": true, "schema": { @@ -232715,7 +232722,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.

", "in": "path", "required": true, "schema": { @@ -233134,7 +233141,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.

", "in": "path", "required": true, "schema": { @@ -233203,7 +233210,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.

", "in": "path", "required": true, "schema": { @@ -233630,7 +233637,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.

", "in": "path", "required": true, "schema": { @@ -234077,7 +234084,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.

", "in": "path", "required": true, "schema": { @@ -235162,7 +235169,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.

", "in": "path", "required": true, "schema": { @@ -235515,7 +235522,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.

", "in": "path", "required": true, "schema": { @@ -239403,7 +239410,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.

", "in": "path", "required": true, "schema": { @@ -240515,7 +240522,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.

", "in": "path", "required": true, "schema": { @@ -241364,7 +241371,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.

", "in": "path", "required": true, "schema": { @@ -242225,7 +242232,7 @@ } ], "previews": [], - "descriptionHTML": "

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.

", + "descriptionHTML": "

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.

\n

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.

", "in": "path", "required": true, "schema": { @@ -244083,7 +244090,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.

", "in": "path", "required": true, "schema": { @@ -244168,7 +244175,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.

", "in": "path", "required": true, "schema": { @@ -244266,7 +244273,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.

", "in": "path", "required": true, "schema": { @@ -244383,7 +244390,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.

", "in": "path", "required": true, "schema": { @@ -244452,7 +244459,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.

", "in": "path", "required": true, "schema": { @@ -244705,7 +244712,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.

", "in": "path", "required": true, "schema": { @@ -245010,7 +245017,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.

", "in": "path", "required": true, "schema": { @@ -245310,7 +245317,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.

", "in": "path", "required": true, "schema": { @@ -245449,7 +245456,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.

", "in": "path", "required": true, "schema": { @@ -245595,7 +245602,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.

", "in": "path", "required": true, "schema": { @@ -245725,7 +245732,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.

", "in": "path", "required": true, "schema": { @@ -245794,7 +245801,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.

", "in": "path", "required": true, "schema": { @@ -246592,7 +246599,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.

", "in": "path", "required": true, "schema": { @@ -247403,7 +247410,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.

", "in": "path", "required": true, "schema": { @@ -248149,7 +248156,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.

", "in": "path", "required": true, "schema": { @@ -248224,7 +248231,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.

", "in": "path", "required": true, "schema": { @@ -248369,7 +248376,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.

", "in": "path", "required": true, "schema": { @@ -248540,7 +248547,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.

", "in": "path", "required": true, "schema": { @@ -248648,7 +248655,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.

", "in": "path", "required": true, "schema": { @@ -248768,7 +248775,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.

", "in": "path", "required": true, "schema": { @@ -248845,7 +248852,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.

", "in": "path", "required": true, "schema": { @@ -249592,7 +249599,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.

", "in": "path", "required": true, "schema": { @@ -250311,7 +250318,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.

", "in": "path", "required": true, "schema": { @@ -251101,7 +251108,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.

", "in": "path", "required": true, "schema": { @@ -251168,7 +251175,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.

", "in": "path", "required": true, "schema": { @@ -251233,7 +251240,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.

", "in": "path", "required": true, "schema": { @@ -251396,7 +251403,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.

", "in": "path", "required": true, "schema": { @@ -251557,7 +251564,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.

", "in": "path", "required": true, "schema": { @@ -251719,7 +251726,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.

", "in": "path", "required": true, "schema": { @@ -251796,7 +251803,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.

", "in": "path", "required": true, "schema": { @@ -252551,7 +252558,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.

", "in": "path", "required": true, "schema": { @@ -253352,7 +253359,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.

", "in": "path", "required": true, "schema": { @@ -271905,7 +271912,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.

", "in": "path", "required": true, "schema": { @@ -272018,7 +272025,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.

", "in": "path", "required": true, "schema": { @@ -272146,7 +272153,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.

", "in": "path", "required": true, "schema": { @@ -272520,7 +272527,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.

", "in": "path", "required": true, "schema": { @@ -272814,7 +272821,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.

", "in": "path", "required": true, "schema": { @@ -272955,7 +272962,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.

", "in": "path", "required": true, "schema": { @@ -273085,7 +273092,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.

", "in": "path", "required": true, "schema": { @@ -273224,7 +273231,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.

", "in": "path", "required": true, "schema": { @@ -273375,7 +273382,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.

", "in": "path", "required": true, "schema": { @@ -273447,7 +273454,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.

", "in": "path", "required": true, "schema": { @@ -273720,7 +273727,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.

", "in": "path", "required": true, "schema": { @@ -273934,7 +273941,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.

", "in": "path", "required": true, "schema": { @@ -274188,7 +274195,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.

", "in": "path", "required": true, "schema": { @@ -274950,7 +274957,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.

", "in": "path", "required": true, "schema": { @@ -275057,7 +275064,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.

", "in": "path", "required": true, "schema": { @@ -275190,7 +275197,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.

", "in": "path", "required": true, "schema": { @@ -282543,7 +282550,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.

", "in": "path", "required": true, "schema": { @@ -285990,7 +285997,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.

", "in": "path", "required": true, "schema": { @@ -289377,7 +289384,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.

", "in": "path", "required": true, "schema": { @@ -292716,7 +292723,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.

", "in": "path", "required": true, "schema": { @@ -296135,7 +296142,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.

", "in": "path", "required": true, "schema": { @@ -296233,7 +296240,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.

", "in": "path", "required": true, "schema": { @@ -299813,7 +299820,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.

", "in": "path", "required": true, "schema": { @@ -300077,7 +300084,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.

", "in": "path", "required": true, "schema": { @@ -300146,7 +300153,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.

", "in": "path", "required": true, "schema": { @@ -303483,7 +303490,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.

", "in": "path", "required": true, "schema": { @@ -306820,7 +306827,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.

", "in": "path", "required": true, "schema": { @@ -306901,7 +306908,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.

", "in": "path", "required": true, "schema": { @@ -307695,7 +307702,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.

", "in": "path", "required": true, "schema": { @@ -308435,7 +308442,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.

", "in": "path", "required": true, "schema": { @@ -309187,7 +309194,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.

", "in": "path", "required": true, "schema": { @@ -309252,7 +309259,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.

", "in": "path", "required": true, "schema": { @@ -310029,7 +310036,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.

", "in": "path", "required": true, "schema": { @@ -310795,7 +310802,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.

", "in": "path", "required": true, "schema": { @@ -315741,7 +315748,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.

", "in": "path", "required": true, "schema": { @@ -320722,7 +320729,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.

", "in": "path", "required": true, "schema": { @@ -330863,7 +330870,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.

", "in": "path", "required": true, "schema": { @@ -331048,7 +331055,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.

", "in": "path", "required": true, "schema": { @@ -331233,7 +331240,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.

", "in": "path", "required": true, "schema": { @@ -331418,7 +331425,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.

", "in": "path", "required": true, "schema": { @@ -331495,7 +331502,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.

", "in": "path", "required": true, "schema": { @@ -331663,7 +331670,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.

", "in": "path", "required": true, "schema": { @@ -331830,7 +331837,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.

", "in": "path", "required": true, "schema": { @@ -331995,7 +332002,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.

", "in": "path", "required": true, "schema": { @@ -332140,7 +332147,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.

", "in": "path", "required": true, "schema": { @@ -332306,7 +332313,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.

", "in": "path", "required": true, "schema": { @@ -332371,7 +332378,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.

", "in": "path", "required": true, "schema": { @@ -332546,7 +332553,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.

", "in": "path", "required": true, "schema": { @@ -333016,7 +333023,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.

", "in": "path", "required": true, "schema": { @@ -333462,7 +333469,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.

", "in": "path", "required": true, "schema": { @@ -333876,7 +333883,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.

", "in": "path", "required": true, "schema": { @@ -334323,7 +334330,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.

", "in": "path", "required": true, "schema": { @@ -334394,7 +334401,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.

", "in": "path", "required": true, "schema": { @@ -350688,7 +350695,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.

", "in": "path", "required": true, "schema": { @@ -351350,7 +351357,21 @@ ], "dependabot": [ "192.0.2.1" - ] + ], + "domains": { + "website": [ + "*.example.com" + ], + "codespaces": [ + "*.example.com" + ], + "copilot": [ + "*.example.com" + ], + "packages": [ + "*.example.com" + ] + } }, "schema": { "title": "Api Overview", @@ -351520,7 +351541,7 @@ } ], "previews": [], - "descriptionHTML": "

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

\n

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

\n

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

", + "descriptionHTML": "

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

\n

The API's response also includes a list of GitHub's domain names.

\n

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

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -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.

", "in": "path", "required": true, "schema": { @@ -352096,7 +352117,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.

", "in": "path", "required": true, "schema": { @@ -352178,7 +352199,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.

", "in": "path", "required": true, "schema": { @@ -352299,7 +352320,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.

", "in": "path", "required": true, "schema": { @@ -352613,7 +352634,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.

", "in": "path", "required": true, "schema": { @@ -352805,7 +352826,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.

", "in": "path", "required": true, "schema": { @@ -352895,7 +352916,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.

", "in": "path", "required": true, "schema": { @@ -353098,7 +353119,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.

", "in": "path", "required": true, "schema": { @@ -353260,7 +353281,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.

", "in": "path", "required": true, "schema": { @@ -353375,7 +353396,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.

", "in": "path", "required": true, "schema": { @@ -360754,7 +360775,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.

", "in": "path", "required": true, "schema": { @@ -360979,7 +361000,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.

", "in": "path", "required": true, "schema": { @@ -361254,7 +361275,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.

", "in": "path", "required": true, "schema": { @@ -361870,7 +361891,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.

", "in": "path", "required": true, "schema": { @@ -361929,7 +361950,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.

", "in": "path", "required": true, "schema": { @@ -362073,7 +362094,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.

", "in": "path", "required": true, "schema": { @@ -362217,7 +362238,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.

", "in": "path", "required": true, "schema": { @@ -362325,7 +362346,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.

", "in": "path", "required": true, "schema": { @@ -373685,23 +373706,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" @@ -374387,23 +374402,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" @@ -374629,7 +374638,7 @@ } ], "previews": [], - "descriptionHTML": "

Creates a custom repository role that can be used by all repositories owned by the organization.

\n

To 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.

\n

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.

\n

To 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.

\n

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.

\n

Creates a custom repository role that can be used by all repositories owned by the organization.

\n

To 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.

\n

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.

\n

Creates a custom repository role that can be used by all repositories owned by the organization.

\n

To 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.

\n

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.

", "in": "path", "required": true, "schema": { @@ -405171,7 +405150,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.

", "in": "path", "required": true, "schema": { @@ -405483,7 +405462,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.

", "in": "path", "required": true, "schema": { @@ -405611,7 +405590,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.

", "in": "path", "required": true, "schema": { @@ -405678,7 +405657,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.

", "in": "path", "required": true, "schema": { @@ -406008,7 +405987,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.

", "in": "path", "required": true, "schema": { @@ -406092,7 +406071,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.

", "in": "path", "required": true, "schema": { @@ -406399,7 +406378,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.

", "in": "path", "required": true, "schema": { @@ -406716,7 +406695,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.

", "in": "path", "required": true, "schema": { @@ -406861,7 +406840,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.

", "in": "path", "required": true, "schema": { @@ -408994,7 +408973,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.

", "in": "path", "required": true, "schema": { @@ -409430,7 +409409,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.

", "in": "path", "required": true, "schema": { @@ -413807,7 +413786,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.

", "in": "path", "required": true, "schema": { @@ -419574,7 +419553,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.

", "in": "path", "required": true, "schema": { @@ -423450,7 +423429,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.

", "in": "path", "required": true, "schema": { @@ -427286,7 +427265,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.

", "in": "path", "required": true, "schema": { @@ -431156,7 +431135,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.

", "in": "path", "required": true, "schema": { @@ -432003,7 +431982,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.

", "in": "path", "required": true, "schema": { @@ -432212,7 +432191,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.

", "in": "path", "required": true, "schema": { @@ -432281,7 +432260,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.

", "in": "path", "required": true, "schema": { @@ -432428,7 +432407,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.

", "in": "path", "required": true, "schema": { @@ -432530,7 +432509,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.

", "in": "path", "required": true, "schema": { @@ -433203,7 +433182,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.

", "in": "path", "required": true, "schema": { @@ -433830,7 +433809,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.

", "in": "path", "required": true, "schema": { @@ -434465,7 +434444,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.

", "in": "path", "required": true, "schema": { @@ -434534,7 +434513,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.

", "in": "path", "required": true, "schema": { @@ -435217,7 +435196,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.

", "in": "path", "required": true, "schema": { @@ -435935,7 +435914,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.

", "in": "path", "required": true, "schema": { @@ -436586,7 +436565,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.

", "in": "path", "required": true, "schema": { @@ -437081,7 +437060,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.

", "in": "path", "required": true, "schema": { @@ -442837,7 +442816,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.

", "in": "path", "required": true, "schema": { @@ -448552,7 +448531,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.

", "in": "path", "required": true, "schema": { @@ -448976,7 +448955,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.

", "in": "path", "required": true, "schema": { @@ -449467,7 +449446,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.

", "in": "path", "required": true, "schema": { @@ -449882,7 +449861,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.

", "in": "path", "required": true, "schema": { @@ -450309,7 +450288,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.

", "in": "path", "required": true, "schema": { @@ -450728,7 +450707,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.

", "in": "path", "required": true, "schema": { @@ -451361,7 +451340,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.

", "in": "path", "required": true, "schema": { @@ -451802,7 +451781,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.

", "in": "path", "required": true, "schema": { @@ -452375,6 +452354,30 @@ "used" ] }, + "code_search": { + "title": "Rate Limit", + "type": "object", + "properties": { + "limit": { + "type": "integer" + }, + "remaining": { + "type": "integer" + }, + "reset": { + "type": "integer" + }, + "used": { + "type": "integer" + } + }, + "required": [ + "limit", + "remaining", + "reset", + "used" + ] + }, "source_import": { "title": "Rate Limit", "type": "object", @@ -454685,7 +454688,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.

", "in": "path", "required": true, "schema": { @@ -455041,7 +455044,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.

", "in": "path", "required": true, "schema": { @@ -455646,7 +455649,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.

", "in": "path", "required": true, "schema": { @@ -455721,7 +455724,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.

", "in": "path", "required": true, "schema": { @@ -456077,7 +456080,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.

", "in": "path", "required": true, "schema": { @@ -456682,7 +456685,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.

", "in": "path", "required": true, "schema": { @@ -456757,7 +456760,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.

", "in": "path", "required": true, "schema": { @@ -457117,7 +457120,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.

", "in": "path", "required": true, "schema": { @@ -457722,7 +457725,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.

", "in": "path", "required": true, "schema": { @@ -457797,7 +457800,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.

", "in": "path", "required": true, "schema": { @@ -458153,7 +458156,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.

", "in": "path", "required": true, "schema": { @@ -458758,7 +458761,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.

", "in": "path", "required": true, "schema": { @@ -458833,7 +458836,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.

", "in": "path", "required": true, "schema": { @@ -459187,7 +459190,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.

", "in": "path", "required": true, "schema": { @@ -459790,7 +459793,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.

", "in": "path", "required": true, "schema": { @@ -461217,7 +461220,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.

", "in": "path", "required": true, "schema": { @@ -461955,7 +461958,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.

", "in": "path", "required": true, "schema": { @@ -462750,7 +462753,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.

", "in": "path", "required": true, "schema": { @@ -462869,7 +462872,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.

", "in": "path", "required": true, "schema": { @@ -463581,7 +463584,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.

", "in": "path", "required": true, "schema": { @@ -464308,7 +464311,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.

", "in": "path", "required": true, "schema": { @@ -465010,8 +465013,8 @@ "description": "

Note: This returns an upload_url key corresponding to the endpoint for uploading release assets. This key is a hypermedia resource.

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

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.

", "in": "path", "required": true, "schema": { @@ -465824,7 +465827,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.

", "in": "path", "required": true, "schema": { @@ -465891,7 +465894,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.

", "in": "path", "required": true, "schema": { @@ -466241,7 +466244,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.

", "in": "path", "required": true, "schema": { @@ -466607,7 +466610,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.

", "in": "path", "required": true, "schema": { @@ -466672,7 +466675,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.

", "in": "path", "required": true, "schema": { @@ -467037,7 +467040,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.

", "in": "path", "required": true, "schema": { @@ -470265,7 +470268,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.

", "in": "path", "required": true, "schema": { @@ -476444,7 +476447,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.

", "in": "path", "required": true, "schema": { @@ -482855,7 +482858,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.

", "in": "path", "required": true, "schema": { @@ -482922,7 +482925,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.

", "in": "path", "required": true, "schema": { @@ -482977,7 +482980,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.

", "in": "path", "required": true, "schema": { @@ -483032,7 +483035,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.

", "in": "path", "required": true, "schema": { @@ -483200,7 +483203,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.

", "in": "path", "required": true, "schema": { @@ -483406,7 +483409,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.

", "in": "path", "required": true, "schema": { @@ -483487,7 +483490,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.

", "in": "path", "required": true, "schema": { @@ -483555,7 +483558,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.

", "in": "path", "required": true, "schema": { @@ -483697,7 +483700,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.

", "in": "path", "required": true, "schema": { @@ -484005,7 +484008,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.

", "in": "path", "required": true, "schema": { @@ -484107,7 +484110,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.

", "in": "path", "required": true, "schema": { @@ -484212,7 +484215,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.

", "in": "path", "required": true, "schema": { @@ -485313,7 +485316,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.

", "in": "path", "required": true, "schema": { @@ -485372,7 +485375,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.

", "in": "path", "required": true, "schema": { @@ -485427,7 +485430,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.

", "in": "path", "required": true, "schema": { @@ -492685,7 +492688,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.

", "in": "path", "required": true, "schema": { @@ -492801,7 +492804,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.

", "in": "path", "required": true, "schema": { @@ -492935,7 +492938,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.

", "in": "path", "required": true, "schema": { @@ -493051,7 +493054,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.

", "in": "path", "required": true, "schema": { @@ -493122,7 +493125,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.

", "in": "path", "required": true, "schema": { @@ -495417,7 +495420,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.

", "in": "path", "required": true, "schema": { @@ -496035,7 +496038,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.

", "in": "path", "required": true, "schema": { @@ -496380,7 +496383,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.

", "in": "path", "required": true, "schema": { @@ -496581,7 +496584,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.

", "in": "path", "required": true, "schema": { @@ -496793,7 +496796,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.

", "in": "path", "required": true, "schema": { @@ -496859,7 +496862,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.

", "in": "path", "required": true, "schema": { @@ -496927,7 +496930,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.

", "in": "path", "required": true, "schema": { @@ -497930,7 +497933,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.

", "in": "path", "required": true, "schema": { @@ -504131,7 +504134,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.

", "in": "path", "required": true, "schema": { @@ -504195,7 +504198,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.

", "in": "path", "required": true, "schema": { @@ -504252,7 +504255,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.

", "in": "path", "required": true, "schema": { @@ -504838,7 +504841,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.

", "in": "path", "required": true, "schema": { @@ -505666,7 +505669,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.

", "in": "path", "required": true, "schema": { @@ -507136,7 +507139,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.

", "in": "path", "required": true, "schema": { @@ -507959,7 +507962,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.

", "in": "path", "required": true, "schema": { @@ -509437,7 +509440,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.

", "in": "path", "required": true, "schema": { @@ -509512,7 +509515,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.

", "in": "path", "required": true, "schema": { @@ -509625,7 +509628,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.

", "in": "path", "required": true, "schema": { @@ -509744,7 +509747,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.

", "in": "path", "required": true, "schema": { @@ -519830,7 +519833,7 @@ } ], "previews": [], - "descriptionHTML": "

Find users via various criteria. This method returns up to 100 results per page.

\n

When 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.

\n

For example, if you're looking for a list of popular users, you might try this query:

\n

q=tom+repos:%3E42+followers:%3E1000

\n

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.

", + "descriptionHTML": "

Find users via various criteria. This method returns up to 100 results per page.

\n

When 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.

\n

For example, if you're looking for a list of popular users, you might try this query:

\n

q=tom+repos:%3E42+followers:%3E1000

\n

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.

\n

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.

", "in": "path", "required": true, "schema": { @@ -523250,7 +523253,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.

", "in": "path", "required": true, "schema": { @@ -523794,7 +523797,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.

", "in": "path", "required": true, "schema": { @@ -524397,7 +524400,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.

", "in": "path", "required": true, "schema": { @@ -524672,7 +524675,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.

", "in": "path", "required": true, "schema": { @@ -525989,7 +525992,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.

", "in": "path", "required": true, "schema": { @@ -527261,7 +527264,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.

", "in": "path", "required": true, "schema": { @@ -528451,7 +528454,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.

", "in": "path", "required": true, "schema": { @@ -529560,7 +529563,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.

", "in": "path", "required": true, "schema": { @@ -537208,7 +537211,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.

", "in": "path", "required": true, "schema": { @@ -539904,7 +539907,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.

", "in": "path", "required": true, "schema": { @@ -539991,7 +539994,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.

", "in": "path", "required": true, "schema": { @@ -544520,7 +544523,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.

", "in": "path", "required": true, "schema": { @@ -547206,7 +547209,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.

", "in": "path", "required": true, "schema": { @@ -547295,7 +547298,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.

", "in": "path", "required": true, "schema": { @@ -567990,7 +567993,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.

", "in": "path", "required": true, "schema": { @@ -568105,7 +568108,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.

", "in": "path", "required": true, "schema": { @@ -568252,7 +568255,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.

", "in": "path", "required": true, "schema": { @@ -568491,7 +568494,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.

", "in": "path", "required": true, "schema": { @@ -568784,7 +568787,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.

", "in": "path", "required": true, "schema": { @@ -568874,7 +568877,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.

", "in": "path", "required": true, "schema": { @@ -569187,7 +569190,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.

", "in": "path", "required": true, "schema": { @@ -569560,7 +569563,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.

", "in": "path", "required": true, "schema": { @@ -569860,7 +569863,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.

", "in": "path", "required": true, "schema": { @@ -570239,7 +570242,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.

", "in": "path", "required": true, "schema": { @@ -570308,7 +570311,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.

", "in": "path", "required": true, "schema": { @@ -570377,7 +570380,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.

", "in": "path", "required": true, "schema": { diff --git a/src/rest/data/ghes-3.4/schema.json b/src/rest/data/ghes-3.4/schema.json index 935b6cd27f..d3676e0205 100644 --- a/src/rest/data/ghes-3.4/schema.json +++ b/src/rest/data/ghes-3.4/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.

", "in": "path", "required": true, "schema": { @@ -258,7 +258,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.

", "in": "path", "required": true, "schema": { @@ -456,7 +456,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.

", "in": "path", "required": true, "schema": { @@ -521,7 +521,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.

", "in": "path", "required": true, "schema": { @@ -600,7 +600,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.

", "in": "path", "required": true, "schema": { @@ -3577,7 +3577,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.

", "in": "path", "required": true, "schema": { @@ -3663,7 +3663,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.

", "in": "path", "required": true, "schema": { @@ -3742,7 +3742,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.

", "in": "path", "required": true, "schema": { @@ -3826,7 +3826,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.

", "in": "path", "required": true, "schema": { @@ -5594,7 +5594,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.

", "in": "path", "required": true, "schema": { @@ -5725,7 +5725,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.

", "in": "path", "required": true, "schema": { @@ -5834,7 +5834,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.

", "in": "path", "required": true, "schema": { @@ -5932,7 +5932,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.

", "in": "path", "required": true, "schema": { @@ -6049,7 +6049,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.

", "in": "path", "required": true, "schema": { @@ -18808,7 +18808,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.

", "in": "path", "required": true, "schema": { @@ -19037,7 +19037,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.

", "in": "path", "required": true, "schema": { @@ -19170,7 +19170,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.

", "in": "path", "required": true, "schema": { @@ -20665,7 +20665,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.

", "in": "path", "required": true, "schema": { @@ -22160,7 +22160,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.

", "in": "path", "required": true, "schema": { @@ -22337,7 +22337,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.

", "in": "path", "required": true, "schema": { @@ -22402,7 +22402,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.

", "in": "path", "required": true, "schema": { @@ -22538,7 +22538,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.

", "in": "path", "required": true, "schema": { @@ -22693,7 +22693,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.

", "in": "path", "required": true, "schema": { @@ -22848,7 +22848,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.

", "in": "path", "required": true, "schema": { @@ -22979,7 +22979,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.

", "in": "path", "required": true, "schema": { @@ -23131,7 +23131,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.

", "in": "path", "required": true, "schema": { @@ -23575,7 +23575,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.

", "in": "path", "required": true, "schema": { @@ -23640,7 +23640,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.

", "in": "path", "required": true, "schema": { @@ -24138,7 +24138,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.

", "in": "path", "required": true, "schema": { @@ -26434,7 +26434,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.

", "in": "path", "required": true, "schema": { @@ -28640,7 +28640,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.

", "in": "path", "required": true, "schema": { @@ -28705,7 +28705,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.

", "in": "path", "required": true, "schema": { @@ -29061,7 +29061,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.

", "in": "path", "required": true, "schema": { @@ -29139,7 +29139,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.

", "in": "path", "required": true, "schema": { @@ -29204,7 +29204,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.

", "in": "path", "required": true, "schema": { @@ -29277,7 +29277,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.

", "in": "path", "required": true, "schema": { @@ -29863,7 +29863,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.

", "in": "path", "required": true, "schema": { @@ -30644,7 +30644,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.

", "in": "path", "required": true, "schema": { @@ -30720,7 +30720,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.

", "in": "path", "required": true, "schema": { @@ -33035,7 +33035,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.

", "in": "path", "required": true, "schema": { @@ -33248,7 +33248,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.

", "in": "path", "required": true, "schema": { @@ -33428,7 +33428,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.

", "in": "path", "required": true, "schema": { @@ -33500,7 +33500,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.

", "in": "path", "required": true, "schema": { @@ -33594,7 +33594,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.

", "in": "path", "required": true, "schema": { @@ -37614,7 +37614,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.

", "in": "path", "required": true, "schema": { @@ -45528,7 +45528,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.

", "in": "path", "required": true, "schema": { @@ -72097,7 +72097,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.

", "in": "path", "required": true, "schema": { @@ -73143,7 +73143,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.

", "in": "path", "required": true, "schema": { @@ -73230,7 +73230,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.

", "in": "path", "required": true, "schema": { @@ -77215,7 +77215,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.

", "in": "path", "required": true, "schema": { @@ -77286,7 +77286,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.

", "in": "path", "required": true, "schema": { @@ -77357,7 +77357,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.

", "in": "path", "required": true, "schema": { @@ -80430,7 +80430,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.

", "in": "path", "required": true, "schema": { @@ -80690,7 +80690,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.

", "in": "path", "required": true, "schema": { @@ -80815,7 +80815,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.

", "in": "path", "required": true, "schema": { @@ -80950,7 +80950,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.

", "in": "path", "required": true, "schema": { @@ -82912,14 +82912,12 @@ "slug": "octoapp", "node_id": "MDExOkludGVncmF0aW9uMQ==", "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}", @@ -82927,9 +82925,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 }, "name": "Octocat App", "description": "", @@ -89857,14 +89857,12 @@ "slug": "octoapp", "node_id": "MDExOkludGVncmF0aW9uMQ==", "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}", @@ -89872,9 +89870,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 }, "name": "Octocat App", "description": "", @@ -91188,7 +91188,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.

", "in": "path", "required": true, "schema": { @@ -100244,7 +100244,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.

", "in": "path", "required": true, "schema": { @@ -102325,7 +102325,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.

", "in": "path", "required": true, "schema": { @@ -105167,7 +105167,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.

", "in": "path", "required": true, "schema": { @@ -108024,7 +108024,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.

", "in": "path", "required": true, "schema": { @@ -108126,7 +108126,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.

", "in": "path", "required": true, "schema": { @@ -109006,7 +109006,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.

", "in": "path", "required": true, "schema": { @@ -111204,7 +111204,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.

", "in": "path", "required": true, "schema": { @@ -113494,7 +113494,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.

", "in": "path", "required": true, "schema": { @@ -113564,7 +113564,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.

", "in": "path", "required": true, "schema": { @@ -113659,7 +113659,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.

", "in": "path", "required": true, "schema": { @@ -113754,7 +113754,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.

", "in": "path", "required": true, "schema": { @@ -113824,7 +113824,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.

", "in": "path", "required": true, "schema": { @@ -115440,7 +115440,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.

", "in": "path", "required": true, "schema": { @@ -117153,7 +117153,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.

", "in": "path", "required": true, "schema": { @@ -117223,7 +117223,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.

", "in": "path", "required": true, "schema": { @@ -117322,7 +117322,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.

", "in": "path", "required": true, "schema": { @@ -117421,7 +117421,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.

", "in": "path", "required": true, "schema": { @@ -117491,7 +117491,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.

", "in": "path", "required": true, "schema": { @@ -117637,7 +117637,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.

", "in": "path", "required": true, "schema": { @@ -117826,7 +117826,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.

", "in": "path", "required": true, "schema": { @@ -117892,7 +117892,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.

", "in": "path", "required": true, "schema": { @@ -117972,7 +117972,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.

", "in": "path", "required": true, "schema": { @@ -118072,7 +118072,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.

", "in": "path", "required": true, "schema": { @@ -118166,7 +118166,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.

", "in": "path", "required": true, "schema": { @@ -118260,7 +118260,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.

", "in": "path", "required": true, "schema": { @@ -118721,7 +118721,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.

", "in": "path", "required": true, "schema": { @@ -118787,7 +118787,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.

", "in": "path", "required": true, "schema": { @@ -119229,7 +119229,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.

", "in": "path", "required": true, "schema": { @@ -119685,7 +119685,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.

", "in": "path", "required": true, "schema": { @@ -120141,7 +120141,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.

", "in": "path", "required": true, "schema": { @@ -120597,7 +120597,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.

", "in": "path", "required": true, "schema": { @@ -120887,7 +120887,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.

", "in": "path", "required": true, "schema": { @@ -121187,7 +121187,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.

", "in": "path", "required": true, "schema": { @@ -121487,7 +121487,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.

", "in": "path", "required": true, "schema": { @@ -121787,7 +121787,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.

", "in": "path", "required": true, "schema": { @@ -122044,7 +122044,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.

", "in": "path", "required": true, "schema": { @@ -122315,7 +122315,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.

", "in": "path", "required": true, "schema": { @@ -122586,7 +122586,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.

", "in": "path", "required": true, "schema": { @@ -122861,7 +122861,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.

", "in": "path", "required": true, "schema": { @@ -125489,7 +125489,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.

", "in": "path", "required": true, "schema": { @@ -126701,7 +126701,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.

", "in": "path", "required": true, "schema": { @@ -128146,7 +128146,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.

", "in": "path", "required": true, "schema": { @@ -128341,7 +128341,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.

", "in": "path", "required": true, "schema": { @@ -128427,7 +128427,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.

", "in": "path", "required": true, "schema": { @@ -129714,7 +129714,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.

", "in": "path", "required": true, "schema": { @@ -131013,7 +131013,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.

", "in": "path", "required": true, "schema": { @@ -134595,7 +134595,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.

", "in": "path", "required": true, "schema": { @@ -135730,7 +135730,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.

", "in": "path", "required": true, "schema": { @@ -137541,7 +137541,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.

", "in": "path", "required": true, "schema": { @@ -137615,7 +137615,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.

", "in": "path", "required": true, "schema": { @@ -139366,7 +139366,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.

", "in": "path", "required": true, "schema": { @@ -140065,7 +140065,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.

", "in": "path", "required": true, "schema": { @@ -140665,7 +140665,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.

", "in": "path", "required": true, "schema": { @@ -141291,7 +141291,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.

", "in": "path", "required": true, "schema": { @@ -141532,7 +141532,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.

", "in": "path", "required": true, "schema": { @@ -141825,7 +141825,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.

", "in": "path", "required": true, "schema": { @@ -142107,7 +142107,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.

", "in": "path", "required": true, "schema": { @@ -142234,7 +142234,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.

", "in": "path", "required": true, "schema": { @@ -142378,7 +142378,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.

", "in": "path", "required": true, "schema": { @@ -142707,7 +142707,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.

", "in": "path", "required": true, "schema": { @@ -143010,7 +143010,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.

", "in": "path", "required": true, "schema": { @@ -143079,7 +143079,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.

", "in": "path", "required": true, "schema": { @@ -144463,7 +144463,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.

", "in": "path", "required": true, "schema": { @@ -144496,16 +144496,24 @@ }, "response": { "statusCode": "204", - "description": "

Response

" + "description": "

No Content when collaborator was removed from the repository.

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

Removes a collaborator from a repository.

\n

To use this endpoint, the authenticated user must either be an administrator of the repository or target themselves for removal.

\n

This endpoint also:

\n\n

Removing a user as a collaborator has the following effects on forks:

\n\n

Note: A user can still have access to the repository through organization permissions like base repository permissions.

\n

Although the API responds immediately, the additional permission updates might take some extra time to complete in the background.

\n

For 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.

", "in": "path", "required": true, "schema": { @@ -144824,7 +144832,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.

", "in": "path", "required": true, "schema": { @@ -146197,7 +146205,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.

", "in": "path", "required": true, "schema": { @@ -147576,7 +147584,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.

", "in": "path", "required": true, "schema": { @@ -149134,7 +149142,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.

", "in": "path", "required": true, "schema": { @@ -150043,7 +150051,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.

", "in": "path", "required": true, "schema": { @@ -150160,7 +150168,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.

", "in": "path", "required": true, "schema": { @@ -155677,7 +155685,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.

", "in": "path", "required": true, "schema": { @@ -156553,7 +156561,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.

", "in": "path", "required": true, "schema": { @@ -159141,7 +159149,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.

", "in": "path", "required": true, "schema": { @@ -159557,7 +159565,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.

", "in": "path", "required": true, "schema": { @@ -159964,7 +159972,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.

", "in": "path", "required": true, "schema": { @@ -160383,7 +160391,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.

", "in": "path", "required": true, "schema": { @@ -160452,7 +160460,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.

", "in": "path", "required": true, "schema": { @@ -160879,7 +160887,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.

", "in": "path", "required": true, "schema": { @@ -161326,7 +161334,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.

", "in": "path", "required": true, "schema": { @@ -162396,7 +162404,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.

", "in": "path", "required": true, "schema": { @@ -162749,7 +162757,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.

", "in": "path", "required": true, "schema": { @@ -164782,7 +164790,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.

", "in": "path", "required": true, "schema": { @@ -164913,7 +164921,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.

", "in": "path", "required": true, "schema": { @@ -164998,7 +165006,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.

", "in": "path", "required": true, "schema": { @@ -165096,7 +165104,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.

", "in": "path", "required": true, "schema": { @@ -165213,7 +165221,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.

", "in": "path", "required": true, "schema": { @@ -165282,7 +165290,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.

", "in": "path", "required": true, "schema": { @@ -165397,7 +165405,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.

", "in": "path", "required": true, "schema": { @@ -165529,7 +165537,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.

", "in": "path", "required": true, "schema": { @@ -165645,7 +165653,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.

", "in": "path", "required": true, "schema": { @@ -165714,7 +165722,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.

", "in": "path", "required": true, "schema": { @@ -166512,7 +166520,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.

", "in": "path", "required": true, "schema": { @@ -167323,7 +167331,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.

", "in": "path", "required": true, "schema": { @@ -168069,7 +168077,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.

", "in": "path", "required": true, "schema": { @@ -168144,7 +168152,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.

", "in": "path", "required": true, "schema": { @@ -168289,7 +168297,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.

", "in": "path", "required": true, "schema": { @@ -168460,7 +168468,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.

", "in": "path", "required": true, "schema": { @@ -168568,7 +168576,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.

", "in": "path", "required": true, "schema": { @@ -168688,7 +168696,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.

", "in": "path", "required": true, "schema": { @@ -168765,7 +168773,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.

", "in": "path", "required": true, "schema": { @@ -169501,7 +169509,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.

", "in": "path", "required": true, "schema": { @@ -170209,7 +170217,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.

", "in": "path", "required": true, "schema": { @@ -170988,7 +170996,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.

", "in": "path", "required": true, "schema": { @@ -171055,7 +171063,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.

", "in": "path", "required": true, "schema": { @@ -171810,7 +171818,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.

", "in": "path", "required": true, "schema": { @@ -172611,7 +172619,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.

", "in": "path", "required": true, "schema": { @@ -178417,6 +178425,10 @@ { "httpStatusCode": "200", "description": "

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.

", "in": "path", "required": true, "schema": { @@ -182012,7 +182064,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.

", "in": "path", "required": true, "schema": { @@ -182101,7 +182153,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.

", "in": "path", "required": true, "schema": { @@ -182206,7 +182258,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.

", "in": "path", "required": true, "schema": { @@ -199700,7 +199752,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.

", "in": "path", "required": true, "schema": { @@ -199813,7 +199865,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.

", "in": "path", "required": true, "schema": { @@ -199941,7 +199993,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.

", "in": "path", "required": true, "schema": { @@ -200315,7 +200367,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.

", "in": "path", "required": true, "schema": { @@ -200609,7 +200661,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.

", "in": "path", "required": true, "schema": { @@ -200750,7 +200802,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.

", "in": "path", "required": true, "schema": { @@ -200880,7 +200932,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.

", "in": "path", "required": true, "schema": { @@ -201019,7 +201071,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.

", "in": "path", "required": true, "schema": { @@ -201170,7 +201222,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.

", "in": "path", "required": true, "schema": { @@ -201242,7 +201294,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.

", "in": "path", "required": true, "schema": { @@ -201515,7 +201567,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.

", "in": "path", "required": true, "schema": { @@ -201729,7 +201781,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.

", "in": "path", "required": true, "schema": { @@ -201983,7 +202035,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.

", "in": "path", "required": true, "schema": { @@ -209356,7 +209408,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.

", "in": "path", "required": true, "schema": { @@ -212713,7 +212765,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.

", "in": "path", "required": true, "schema": { @@ -216010,7 +216062,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.

", "in": "path", "required": true, "schema": { @@ -219259,7 +219311,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.

", "in": "path", "required": true, "schema": { @@ -222588,7 +222640,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.

", "in": "path", "required": true, "schema": { @@ -222686,7 +222738,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.

", "in": "path", "required": true, "schema": { @@ -226176,7 +226228,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.

", "in": "path", "required": true, "schema": { @@ -226440,7 +226492,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.

", "in": "path", "required": true, "schema": { @@ -226509,7 +226561,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.

", "in": "path", "required": true, "schema": { @@ -229756,7 +229808,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.

", "in": "path", "required": true, "schema": { @@ -233003,7 +233055,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.

", "in": "path", "required": true, "schema": { @@ -233084,7 +233136,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.

", "in": "path", "required": true, "schema": { @@ -233878,7 +233930,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.

", "in": "path", "required": true, "schema": { @@ -234618,7 +234670,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.

", "in": "path", "required": true, "schema": { @@ -235370,7 +235422,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.

", "in": "path", "required": true, "schema": { @@ -235435,7 +235487,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.

", "in": "path", "required": true, "schema": { @@ -236212,7 +236264,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.

", "in": "path", "required": true, "schema": { @@ -236978,7 +237030,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.

", "in": "path", "required": true, "schema": { @@ -241824,7 +241876,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.

", "in": "path", "required": true, "schema": { @@ -246705,7 +246757,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.

", "in": "path", "required": true, "schema": { @@ -256826,7 +256878,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.

", "in": "path", "required": true, "schema": { @@ -257011,7 +257063,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.

", "in": "path", "required": true, "schema": { @@ -257196,7 +257248,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.

", "in": "path", "required": true, "schema": { @@ -257381,7 +257433,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.

", "in": "path", "required": true, "schema": { @@ -257458,7 +257510,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.

", "in": "path", "required": true, "schema": { @@ -257626,7 +257678,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.

", "in": "path", "required": true, "schema": { @@ -257793,7 +257845,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.

", "in": "path", "required": true, "schema": { @@ -257958,7 +258010,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.

", "in": "path", "required": true, "schema": { @@ -258103,7 +258155,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.

", "in": "path", "required": true, "schema": { @@ -258269,7 +258321,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.

", "in": "path", "required": true, "schema": { @@ -258334,7 +258386,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.

", "in": "path", "required": true, "schema": { @@ -258509,7 +258561,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.

", "in": "path", "required": true, "schema": { @@ -258979,7 +259031,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.

", "in": "path", "required": true, "schema": { @@ -259425,7 +259477,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.

", "in": "path", "required": true, "schema": { @@ -259839,7 +259891,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.

", "in": "path", "required": true, "schema": { @@ -260286,7 +260338,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.

", "in": "path", "required": true, "schema": { @@ -260357,7 +260409,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.

", "in": "path", "required": true, "schema": { @@ -276541,7 +276593,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.

", "in": "path", "required": true, "schema": { @@ -277172,6 +277224,20 @@ "dependabot": [ "192.0.2.1" ], + "domains": { + "website": [ + "*.example.com" + ], + "codespaces": [ + "*.example.com" + ], + "copilot": [ + "*.example.com" + ], + "packages": [ + "*.example.com" + ] + }, "installed_version": "3.4.0" }, "schema": { @@ -277378,7 +277444,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.

", "in": "path", "required": true, "schema": { @@ -277460,7 +277526,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.

", "in": "path", "required": true, "schema": { @@ -277581,7 +277647,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.

", "in": "path", "required": true, "schema": { @@ -277895,7 +277961,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.

", "in": "path", "required": true, "schema": { @@ -278087,7 +278153,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.

", "in": "path", "required": true, "schema": { @@ -306079,7 +306145,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.

", "in": "path", "required": true, "schema": { @@ -306345,7 +306411,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.

", "in": "path", "required": true, "schema": { @@ -306657,7 +306723,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.

", "in": "path", "required": true, "schema": { @@ -306779,7 +306845,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.

", "in": "path", "required": true, "schema": { @@ -306846,7 +306912,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.

", "in": "path", "required": true, "schema": { @@ -307176,7 +307242,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.

", "in": "path", "required": true, "schema": { @@ -307260,7 +307326,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.

", "in": "path", "required": true, "schema": { @@ -307567,7 +307633,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.

", "in": "path", "required": true, "schema": { @@ -309587,7 +309653,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.

", "in": "path", "required": true, "schema": { @@ -310023,7 +310089,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.

", "in": "path", "required": true, "schema": { @@ -314400,7 +314466,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.

", "in": "path", "required": true, "schema": { @@ -319976,7 +320042,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.

", "in": "path", "required": true, "schema": { @@ -323831,7 +323897,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.

", "in": "path", "required": true, "schema": { @@ -327652,7 +327718,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.

", "in": "path", "required": true, "schema": { @@ -331507,7 +331573,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.

", "in": "path", "required": true, "schema": { @@ -332354,7 +332420,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.

", "in": "path", "required": true, "schema": { @@ -332563,7 +332629,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.

", "in": "path", "required": true, "schema": { @@ -332632,7 +332698,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.

", "in": "path", "required": true, "schema": { @@ -332779,7 +332845,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.

", "in": "path", "required": true, "schema": { @@ -332881,7 +332947,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.

", "in": "path", "required": true, "schema": { @@ -333554,7 +333620,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.

", "in": "path", "required": true, "schema": { @@ -334181,7 +334247,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.

", "in": "path", "required": true, "schema": { @@ -334816,7 +334882,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.

", "in": "path", "required": true, "schema": { @@ -334885,7 +334951,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.

", "in": "path", "required": true, "schema": { @@ -335568,7 +335634,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.

", "in": "path", "required": true, "schema": { @@ -336276,7 +336342,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.

", "in": "path", "required": true, "schema": { @@ -336927,7 +336993,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.

", "in": "path", "required": true, "schema": { @@ -337411,7 +337477,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.

", "in": "path", "required": true, "schema": { @@ -342975,7 +343041,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.

", "in": "path", "required": true, "schema": { @@ -348494,7 +348560,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.

", "in": "path", "required": true, "schema": { @@ -348918,7 +348984,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.

", "in": "path", "required": true, "schema": { @@ -349409,7 +349475,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.

", "in": "path", "required": true, "schema": { @@ -349824,7 +349890,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.

", "in": "path", "required": true, "schema": { @@ -350251,7 +350317,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.

", "in": "path", "required": true, "schema": { @@ -350670,7 +350736,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.

", "in": "path", "required": true, "schema": { @@ -351303,7 +351369,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.

", "in": "path", "required": true, "schema": { @@ -351744,7 +351810,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.

", "in": "path", "required": true, "schema": { @@ -352317,6 +352383,30 @@ "used" ] }, + "code_search": { + "title": "Rate Limit", + "type": "object", + "properties": { + "limit": { + "type": "integer" + }, + "remaining": { + "type": "integer" + }, + "reset": { + "type": "integer" + }, + "used": { + "type": "integer" + } + }, + "required": [ + "limit", + "remaining", + "reset", + "used" + ] + }, "source_import": { "title": "Rate Limit", "type": "object", @@ -354664,7 +354754,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.

", "in": "path", "required": true, "schema": { @@ -355020,7 +355110,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.

", "in": "path", "required": true, "schema": { @@ -355625,7 +355715,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.

", "in": "path", "required": true, "schema": { @@ -355700,7 +355790,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.

", "in": "path", "required": true, "schema": { @@ -356056,7 +356146,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.

", "in": "path", "required": true, "schema": { @@ -356661,7 +356751,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.

", "in": "path", "required": true, "schema": { @@ -356736,7 +356826,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.

", "in": "path", "required": true, "schema": { @@ -357096,7 +357186,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.

", "in": "path", "required": true, "schema": { @@ -357701,7 +357791,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.

", "in": "path", "required": true, "schema": { @@ -357776,7 +357866,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.

", "in": "path", "required": true, "schema": { @@ -358132,7 +358222,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.

", "in": "path", "required": true, "schema": { @@ -358737,7 +358827,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.

", "in": "path", "required": true, "schema": { @@ -358812,7 +358902,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.

", "in": "path", "required": true, "schema": { @@ -359166,7 +359256,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.

", "in": "path", "required": true, "schema": { @@ -359769,7 +359859,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.

", "in": "path", "required": true, "schema": { @@ -361196,7 +361286,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.

", "in": "path", "required": true, "schema": { @@ -361929,7 +362019,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.

", "in": "path", "required": true, "schema": { @@ -362697,7 +362787,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.

", "in": "path", "required": true, "schema": { @@ -362816,7 +362906,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.

", "in": "path", "required": true, "schema": { @@ -363523,7 +363613,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.

", "in": "path", "required": true, "schema": { @@ -364245,7 +364335,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.

", "in": "path", "required": true, "schema": { @@ -364942,8 +365032,8 @@ "description": "

Note: This returns an upload_url key corresponding to the endpoint for uploading release assets. This key is a hypermedia resource.

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

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.

", "in": "path", "required": true, "schema": { @@ -365729,7 +365819,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.

", "in": "path", "required": true, "schema": { @@ -365796,7 +365886,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.

", "in": "path", "required": true, "schema": { @@ -366146,7 +366236,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.

", "in": "path", "required": true, "schema": { @@ -366512,7 +366602,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.

", "in": "path", "required": true, "schema": { @@ -366577,7 +366667,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.

", "in": "path", "required": true, "schema": { @@ -366942,7 +367032,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.

", "in": "path", "required": true, "schema": { @@ -370055,7 +370145,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.

", "in": "path", "required": true, "schema": { @@ -375900,7 +375990,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.

", "in": "path", "required": true, "schema": { @@ -381964,7 +382054,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.

", "in": "path", "required": true, "schema": { @@ -382031,7 +382121,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.

", "in": "path", "required": true, "schema": { @@ -382237,7 +382327,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.

", "in": "path", "required": true, "schema": { @@ -382318,7 +382408,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.

", "in": "path", "required": true, "schema": { @@ -382386,7 +382476,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.

", "in": "path", "required": true, "schema": { @@ -382536,7 +382626,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.

", "in": "path", "required": true, "schema": { @@ -382678,7 +382768,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.

", "in": "path", "required": true, "schema": { @@ -382975,7 +383065,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.

", "in": "path", "required": true, "schema": { @@ -383077,7 +383167,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.

", "in": "path", "required": true, "schema": { @@ -383182,7 +383272,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.

", "in": "path", "required": true, "schema": { @@ -391172,7 +391262,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.

", "in": "path", "required": true, "schema": { @@ -391279,7 +391369,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.

", "in": "path", "required": true, "schema": { @@ -391404,7 +391494,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.

", "in": "path", "required": true, "schema": { @@ -391511,7 +391601,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.

", "in": "path", "required": true, "schema": { @@ -391582,7 +391672,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.

", "in": "path", "required": true, "schema": { @@ -393877,7 +393967,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.

", "in": "path", "required": true, "schema": { @@ -394495,7 +394585,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.

", "in": "path", "required": true, "schema": { @@ -394840,7 +394930,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.

", "in": "path", "required": true, "schema": { @@ -395041,7 +395131,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.

", "in": "path", "required": true, "schema": { @@ -395253,7 +395343,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.

", "in": "path", "required": true, "schema": { @@ -395319,7 +395409,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.

", "in": "path", "required": true, "schema": { @@ -395387,7 +395477,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.

", "in": "path", "required": true, "schema": { @@ -396375,7 +396465,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.

", "in": "path", "required": true, "schema": { @@ -402228,7 +402318,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.

", "in": "path", "required": true, "schema": { @@ -402292,7 +402382,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.

", "in": "path", "required": true, "schema": { @@ -409743,7 +409833,7 @@ } ], "previews": [], - "descriptionHTML": "

Find users via various criteria. This method returns up to 100 results per page.

\n

When 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.

\n

For example, if you're looking for a list of popular users, you might try this query:

\n

q=tom+repos:%3E42+followers:%3E1000

\n

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.

", + "descriptionHTML": "

Find users via various criteria. This method returns up to 100 results per page.

\n

When 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.

\n

For example, if you're looking for a list of popular users, you might try this query:

\n

q=tom+repos:%3E42+followers:%3E1000

\n

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.

\n

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.

", "in": "path", "required": true, "schema": { @@ -412455,7 +412545,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.

", "in": "path", "required": true, "schema": { @@ -412797,7 +412887,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.

", "in": "path", "required": true, "schema": { @@ -413191,7 +413281,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.

", "in": "path", "required": true, "schema": { @@ -418586,7 +418676,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.

", "in": "path", "required": true, "schema": { @@ -421176,7 +421266,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.

", "in": "path", "required": true, "schema": { @@ -421263,7 +421353,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.

", "in": "path", "required": true, "schema": { @@ -425664,7 +425754,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.

", "in": "path", "required": true, "schema": { @@ -428244,7 +428334,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.

", "in": "path", "required": true, "schema": { @@ -428333,7 +428423,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.

", "in": "path", "required": true, "schema": { @@ -445228,7 +445318,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.

", "in": "path", "required": true, "schema": { @@ -445343,7 +445433,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.

", "in": "path", "required": true, "schema": { @@ -445490,7 +445580,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.

", "in": "path", "required": true, "schema": { @@ -445729,7 +445819,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.

", "in": "path", "required": true, "schema": { @@ -446022,7 +446112,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.

", "in": "path", "required": true, "schema": { @@ -446112,7 +446202,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.

", "in": "path", "required": true, "schema": { @@ -446425,7 +446515,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.

", "in": "path", "required": true, "schema": { @@ -446798,7 +446888,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.

", "in": "path", "required": true, "schema": { @@ -447098,7 +447188,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.

", "in": "path", "required": true, "schema": { @@ -447477,7 +447567,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.

", "in": "path", "required": true, "schema": { @@ -447546,7 +447636,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.

", "in": "path", "required": true, "schema": { @@ -447615,7 +447705,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.

", "in": "path", "required": true, "schema": { diff --git a/src/rest/data/ghes-3.5/schema.json b/src/rest/data/ghes-3.5/schema.json index df2df6760d..a9620043d9 100644 --- a/src/rest/data/ghes-3.5/schema.json +++ b/src/rest/data/ghes-3.5/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.

", "in": "path", "required": true, "schema": { @@ -258,7 +258,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.

", "in": "path", "required": true, "schema": { @@ -456,7 +456,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.

", "in": "path", "required": true, "schema": { @@ -521,7 +521,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.

", "in": "path", "required": true, "schema": { @@ -600,7 +600,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.

", "in": "path", "required": true, "schema": { @@ -1245,7 +1245,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.

", "in": "path", "required": true, "schema": { @@ -1339,7 +1339,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.

", "in": "path", "required": true, "schema": { @@ -1415,7 +1415,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.

", "in": "path", "required": true, "schema": { @@ -4353,7 +4353,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.

", "in": "path", "required": true, "schema": { @@ -4439,7 +4439,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.

", "in": "path", "required": true, "schema": { @@ -4518,7 +4518,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.

", "in": "path", "required": true, "schema": { @@ -4594,7 +4594,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.

", "in": "path", "required": true, "schema": { @@ -4666,7 +4666,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.

", "in": "path", "required": true, "schema": { @@ -4750,7 +4750,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.

", "in": "path", "required": true, "schema": { @@ -6524,7 +6524,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.

", "in": "path", "required": true, "schema": { @@ -6655,7 +6655,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.

", "in": "path", "required": true, "schema": { @@ -6764,7 +6764,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.

", "in": "path", "required": true, "schema": { @@ -6862,7 +6862,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.

", "in": "path", "required": true, "schema": { @@ -6979,7 +6979,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.

", "in": "path", "required": true, "schema": { @@ -20020,7 +20020,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.

", "in": "path", "required": true, "schema": { @@ -20249,7 +20249,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.

", "in": "path", "required": true, "schema": { @@ -20382,7 +20382,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.

", "in": "path", "required": true, "schema": { @@ -21877,7 +21877,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.

", "in": "path", "required": true, "schema": { @@ -23372,7 +23372,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.

", "in": "path", "required": true, "schema": { @@ -23549,7 +23549,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.

", "in": "path", "required": true, "schema": { @@ -23614,7 +23614,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.

", "in": "path", "required": true, "schema": { @@ -23750,7 +23750,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.

", "in": "path", "required": true, "schema": { @@ -23905,7 +23905,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.

", "in": "path", "required": true, "schema": { @@ -24060,7 +24060,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.

", "in": "path", "required": true, "schema": { @@ -24191,7 +24191,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.

", "in": "path", "required": true, "schema": { @@ -24343,7 +24343,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.

", "in": "path", "required": true, "schema": { @@ -24787,7 +24787,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.

", "in": "path", "required": true, "schema": { @@ -24852,7 +24852,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.

", "in": "path", "required": true, "schema": { @@ -25348,7 +25348,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.

", "in": "path", "required": true, "schema": { @@ -25846,7 +25846,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.

", "in": "path", "required": true, "schema": { @@ -25926,7 +25926,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.

", "in": "path", "required": true, "schema": { @@ -28628,7 +28628,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.

", "in": "path", "required": true, "schema": { @@ -31233,7 +31233,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.

", "in": "path", "required": true, "schema": { @@ -31298,7 +31298,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.

", "in": "path", "required": true, "schema": { @@ -31654,7 +31654,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.

", "in": "path", "required": true, "schema": { @@ -34269,7 +34269,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.

", "in": "path", "required": true, "schema": { @@ -34344,7 +34344,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.

", "in": "path", "required": true, "schema": { @@ -34422,7 +34422,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.

", "in": "path", "required": true, "schema": { @@ -34487,7 +34487,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.

", "in": "path", "required": true, "schema": { @@ -34560,7 +34560,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.

", "in": "path", "required": true, "schema": { @@ -35146,7 +35146,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.

", "in": "path", "required": true, "schema": { @@ -35927,7 +35927,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.

", "in": "path", "required": true, "schema": { @@ -36003,7 +36003,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.

", "in": "path", "required": true, "schema": { @@ -36079,7 +36079,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.

", "in": "path", "required": true, "schema": { @@ -38800,7 +38800,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.

", "in": "path", "required": true, "schema": { @@ -39013,7 +39013,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.

", "in": "path", "required": true, "schema": { @@ -39193,7 +39193,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.

", "in": "path", "required": true, "schema": { @@ -39265,7 +39265,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.

", "in": "path", "required": true, "schema": { @@ -39359,7 +39359,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.

", "in": "path", "required": true, "schema": { @@ -43379,7 +43379,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.

", "in": "path", "required": true, "schema": { @@ -51293,7 +51293,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.

", "in": "path", "required": true, "schema": { @@ -77874,7 +77874,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.

", "in": "path", "required": true, "schema": { @@ -78926,7 +78926,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.

", "in": "path", "required": true, "schema": { @@ -79013,7 +79013,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.

", "in": "path", "required": true, "schema": { @@ -82998,7 +82998,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.

", "in": "path", "required": true, "schema": { @@ -83069,7 +83069,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.

", "in": "path", "required": true, "schema": { @@ -83140,7 +83140,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.

", "in": "path", "required": true, "schema": { @@ -86213,7 +86213,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.

", "in": "path", "required": true, "schema": { @@ -86473,7 +86473,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.

", "in": "path", "required": true, "schema": { @@ -86598,7 +86598,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.

", "in": "path", "required": true, "schema": { @@ -86733,7 +86733,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.

", "in": "path", "required": true, "schema": { @@ -88707,14 +88707,12 @@ "slug": "octoapp", "node_id": "MDExOkludGVncmF0aW9uMQ==", "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}", @@ -88722,9 +88720,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 }, "name": "Octocat App", "description": "", @@ -95652,14 +95652,12 @@ "slug": "octoapp", "node_id": "MDExOkludGVncmF0aW9uMQ==", "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}", @@ -95667,9 +95665,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 }, "name": "Octocat App", "description": "", @@ -96983,7 +96983,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.

", "in": "path", "required": true, "schema": { @@ -106039,7 +106039,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.

", "in": "path", "required": true, "schema": { @@ -108120,7 +108120,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.

", "in": "path", "required": true, "schema": { @@ -110962,7 +110962,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.

", "in": "path", "required": true, "schema": { @@ -113819,7 +113819,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.

", "in": "path", "required": true, "schema": { @@ -113921,7 +113921,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.

", "in": "path", "required": true, "schema": { @@ -114801,7 +114801,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.

", "in": "path", "required": true, "schema": { @@ -116999,7 +116999,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.

", "in": "path", "required": true, "schema": { @@ -119289,7 +119289,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.

", "in": "path", "required": true, "schema": { @@ -119359,7 +119359,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.

", "in": "path", "required": true, "schema": { @@ -119454,7 +119454,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.

", "in": "path", "required": true, "schema": { @@ -119549,7 +119549,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.

", "in": "path", "required": true, "schema": { @@ -119619,7 +119619,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.

", "in": "path", "required": true, "schema": { @@ -121235,7 +121235,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.

", "in": "path", "required": true, "schema": { @@ -122948,7 +122948,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.

", "in": "path", "required": true, "schema": { @@ -123018,7 +123018,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.

", "in": "path", "required": true, "schema": { @@ -123117,7 +123117,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.

", "in": "path", "required": true, "schema": { @@ -123216,7 +123216,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.

", "in": "path", "required": true, "schema": { @@ -123286,7 +123286,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.

", "in": "path", "required": true, "schema": { @@ -123432,7 +123432,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.

", "in": "path", "required": true, "schema": { @@ -123621,7 +123621,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.

", "in": "path", "required": true, "schema": { @@ -123687,7 +123687,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.

", "in": "path", "required": true, "schema": { @@ -123767,7 +123767,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.

", "in": "path", "required": true, "schema": { @@ -123867,7 +123867,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.

", "in": "path", "required": true, "schema": { @@ -123961,7 +123961,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.

", "in": "path", "required": true, "schema": { @@ -124055,7 +124055,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.

", "in": "path", "required": true, "schema": { @@ -124516,7 +124516,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.

", "in": "path", "required": true, "schema": { @@ -124582,7 +124582,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.

", "in": "path", "required": true, "schema": { @@ -125024,7 +125024,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.

", "in": "path", "required": true, "schema": { @@ -125480,7 +125480,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.

", "in": "path", "required": true, "schema": { @@ -125936,7 +125936,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.

", "in": "path", "required": true, "schema": { @@ -126392,7 +126392,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.

", "in": "path", "required": true, "schema": { @@ -126682,7 +126682,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.

", "in": "path", "required": true, "schema": { @@ -126982,7 +126982,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.

", "in": "path", "required": true, "schema": { @@ -127282,7 +127282,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.

", "in": "path", "required": true, "schema": { @@ -127582,7 +127582,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.

", "in": "path", "required": true, "schema": { @@ -127839,7 +127839,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.

", "in": "path", "required": true, "schema": { @@ -128110,7 +128110,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.

", "in": "path", "required": true, "schema": { @@ -128381,7 +128381,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.

", "in": "path", "required": true, "schema": { @@ -128656,7 +128656,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.

", "in": "path", "required": true, "schema": { @@ -131284,7 +131284,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.

", "in": "path", "required": true, "schema": { @@ -132496,7 +132496,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.

", "in": "path", "required": true, "schema": { @@ -133941,7 +133941,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.

", "in": "path", "required": true, "schema": { @@ -134136,7 +134136,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.

", "in": "path", "required": true, "schema": { @@ -134222,7 +134222,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.

", "in": "path", "required": true, "schema": { @@ -135509,7 +135509,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.

", "in": "path", "required": true, "schema": { @@ -136808,7 +136808,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.

", "in": "path", "required": true, "schema": { @@ -140402,7 +140402,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.

", "in": "path", "required": true, "schema": { @@ -141543,7 +141543,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.

", "in": "path", "required": true, "schema": { @@ -143360,7 +143360,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.

", "in": "path", "required": true, "schema": { @@ -143434,7 +143434,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.

", "in": "path", "required": true, "schema": { @@ -146588,7 +146588,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.

", "in": "path", "required": true, "schema": { @@ -147287,7 +147287,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.

", "in": "path", "required": true, "schema": { @@ -147887,7 +147887,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.

", "in": "path", "required": true, "schema": { @@ -148513,7 +148513,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.

", "in": "path", "required": true, "schema": { @@ -148754,7 +148754,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.

", "in": "path", "required": true, "schema": { @@ -149047,7 +149047,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.

", "in": "path", "required": true, "schema": { @@ -149329,7 +149329,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.

", "in": "path", "required": true, "schema": { @@ -149456,7 +149456,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.

", "in": "path", "required": true, "schema": { @@ -149600,7 +149600,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.

", "in": "path", "required": true, "schema": { @@ -149929,7 +149929,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.

", "in": "path", "required": true, "schema": { @@ -150241,7 +150241,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.

", "in": "path", "required": true, "schema": { @@ -150310,7 +150310,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.

", "in": "path", "required": true, "schema": { @@ -151700,7 +151700,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.

", "in": "path", "required": true, "schema": { @@ -151733,16 +151733,24 @@ }, "response": { "statusCode": "204", - "description": "

Response

" + "description": "

No Content when collaborator was removed from the repository.

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

Removes a collaborator from a repository.

\n

To use this endpoint, the authenticated user must either be an administrator of the repository or target themselves for removal.

\n

This endpoint also:

\n\n

Removing a user as a collaborator has the following effects on forks:

\n\n

Note: A user can still have access to the repository through organization permissions like base repository permissions.

\n

Although the API responds immediately, the additional permission updates might take some extra time to complete in the background.

\n

For 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.

", "in": "path", "required": true, "schema": { @@ -152075,7 +152083,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.

", "in": "path", "required": true, "schema": { @@ -153454,7 +153462,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.

", "in": "path", "required": true, "schema": { @@ -154839,7 +154847,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.

", "in": "path", "required": true, "schema": { @@ -156403,7 +156411,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.

", "in": "path", "required": true, "schema": { @@ -157312,7 +157320,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.

", "in": "path", "required": true, "schema": { @@ -157429,7 +157437,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.

", "in": "path", "required": true, "schema": { @@ -162946,7 +162954,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.

", "in": "path", "required": true, "schema": { @@ -163822,7 +163830,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.

", "in": "path", "required": true, "schema": { @@ -166410,7 +166418,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.

", "in": "path", "required": true, "schema": { @@ -166826,7 +166834,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.

", "in": "path", "required": true, "schema": { @@ -167233,7 +167241,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.

", "in": "path", "required": true, "schema": { @@ -167652,7 +167660,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.

", "in": "path", "required": true, "schema": { @@ -167721,7 +167729,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.

", "in": "path", "required": true, "schema": { @@ -168148,7 +168156,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.

", "in": "path", "required": true, "schema": { @@ -168595,7 +168603,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.

", "in": "path", "required": true, "schema": { @@ -169671,7 +169679,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.

", "in": "path", "required": true, "schema": { @@ -170024,7 +170032,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.

", "in": "path", "required": true, "schema": { @@ -172063,7 +172071,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.

", "in": "path", "required": true, "schema": { @@ -172194,7 +172202,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.

", "in": "path", "required": true, "schema": { @@ -172279,7 +172287,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.

", "in": "path", "required": true, "schema": { @@ -172377,7 +172385,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.

", "in": "path", "required": true, "schema": { @@ -172494,7 +172502,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.

", "in": "path", "required": true, "schema": { @@ -172563,7 +172571,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.

", "in": "path", "required": true, "schema": { @@ -172678,7 +172686,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.

", "in": "path", "required": true, "schema": { @@ -172810,7 +172818,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.

", "in": "path", "required": true, "schema": { @@ -172926,7 +172934,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.

", "in": "path", "required": true, "schema": { @@ -172995,7 +173003,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.

", "in": "path", "required": true, "schema": { @@ -173793,7 +173801,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.

", "in": "path", "required": true, "schema": { @@ -174604,7 +174612,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.

", "in": "path", "required": true, "schema": { @@ -175350,7 +175358,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.

", "in": "path", "required": true, "schema": { @@ -175425,7 +175433,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.

", "in": "path", "required": true, "schema": { @@ -175570,7 +175578,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.

", "in": "path", "required": true, "schema": { @@ -175741,7 +175749,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.

", "in": "path", "required": true, "schema": { @@ -175849,7 +175857,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.

", "in": "path", "required": true, "schema": { @@ -175969,7 +175977,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.

", "in": "path", "required": true, "schema": { @@ -176046,7 +176054,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.

", "in": "path", "required": true, "schema": { @@ -176782,7 +176790,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.

", "in": "path", "required": true, "schema": { @@ -177490,7 +177498,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.

", "in": "path", "required": true, "schema": { @@ -178269,7 +178277,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.

", "in": "path", "required": true, "schema": { @@ -178336,7 +178344,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.

", "in": "path", "required": true, "schema": { @@ -179091,7 +179099,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.

", "in": "path", "required": true, "schema": { @@ -179892,7 +179900,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.

", "in": "path", "required": true, "schema": { @@ -185698,6 +185706,10 @@ { "httpStatusCode": "200", "description": "

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.

", "in": "path", "required": true, "schema": { @@ -189293,7 +189345,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.

", "in": "path", "required": true, "schema": { @@ -189382,7 +189434,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.

", "in": "path", "required": true, "schema": { @@ -189487,7 +189539,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.

", "in": "path", "required": true, "schema": { @@ -206981,7 +207033,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.

", "in": "path", "required": true, "schema": { @@ -207094,7 +207146,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.

", "in": "path", "required": true, "schema": { @@ -207222,7 +207274,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.

", "in": "path", "required": true, "schema": { @@ -207596,7 +207648,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.

", "in": "path", "required": true, "schema": { @@ -207890,7 +207942,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.

", "in": "path", "required": true, "schema": { @@ -208031,7 +208083,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.

", "in": "path", "required": true, "schema": { @@ -208161,7 +208213,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.

", "in": "path", "required": true, "schema": { @@ -208300,7 +208352,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.

", "in": "path", "required": true, "schema": { @@ -208451,7 +208503,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.

", "in": "path", "required": true, "schema": { @@ -208523,7 +208575,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.

", "in": "path", "required": true, "schema": { @@ -208796,7 +208848,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.

", "in": "path", "required": true, "schema": { @@ -209010,7 +209062,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.

", "in": "path", "required": true, "schema": { @@ -209264,7 +209316,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.

", "in": "path", "required": true, "schema": { @@ -216637,7 +216689,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.

", "in": "path", "required": true, "schema": { @@ -219994,7 +220046,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.

", "in": "path", "required": true, "schema": { @@ -223291,7 +223343,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.

", "in": "path", "required": true, "schema": { @@ -226540,7 +226592,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.

", "in": "path", "required": true, "schema": { @@ -229869,7 +229921,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.

", "in": "path", "required": true, "schema": { @@ -229967,7 +230019,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.

", "in": "path", "required": true, "schema": { @@ -233457,7 +233509,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.

", "in": "path", "required": true, "schema": { @@ -233721,7 +233773,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.

", "in": "path", "required": true, "schema": { @@ -233790,7 +233842,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.

", "in": "path", "required": true, "schema": { @@ -237037,7 +237089,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.

", "in": "path", "required": true, "schema": { @@ -240284,7 +240336,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.

", "in": "path", "required": true, "schema": { @@ -240365,7 +240417,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.

", "in": "path", "required": true, "schema": { @@ -241159,7 +241211,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.

", "in": "path", "required": true, "schema": { @@ -241899,7 +241951,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.

", "in": "path", "required": true, "schema": { @@ -242651,7 +242703,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.

", "in": "path", "required": true, "schema": { @@ -242716,7 +242768,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.

", "in": "path", "required": true, "schema": { @@ -243493,7 +243545,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.

", "in": "path", "required": true, "schema": { @@ -244259,7 +244311,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.

", "in": "path", "required": true, "schema": { @@ -249105,7 +249157,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.

", "in": "path", "required": true, "schema": { @@ -253986,7 +254038,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.

", "in": "path", "required": true, "schema": { @@ -264107,7 +264159,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.

", "in": "path", "required": true, "schema": { @@ -264292,7 +264344,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.

", "in": "path", "required": true, "schema": { @@ -264477,7 +264529,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.

", "in": "path", "required": true, "schema": { @@ -264662,7 +264714,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.

", "in": "path", "required": true, "schema": { @@ -264739,7 +264791,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.

", "in": "path", "required": true, "schema": { @@ -264907,7 +264959,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.

", "in": "path", "required": true, "schema": { @@ -265074,7 +265126,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.

", "in": "path", "required": true, "schema": { @@ -265239,7 +265291,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.

", "in": "path", "required": true, "schema": { @@ -265384,7 +265436,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.

", "in": "path", "required": true, "schema": { @@ -265550,7 +265602,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.

", "in": "path", "required": true, "schema": { @@ -265615,7 +265667,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.

", "in": "path", "required": true, "schema": { @@ -265790,7 +265842,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.

", "in": "path", "required": true, "schema": { @@ -266260,7 +266312,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.

", "in": "path", "required": true, "schema": { @@ -266706,7 +266758,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.

", "in": "path", "required": true, "schema": { @@ -267120,7 +267172,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.

", "in": "path", "required": true, "schema": { @@ -267567,7 +267619,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.

", "in": "path", "required": true, "schema": { @@ -267638,7 +267690,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.

", "in": "path", "required": true, "schema": { @@ -283822,7 +283874,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.

", "in": "path", "required": true, "schema": { @@ -284453,6 +284505,20 @@ "dependabot": [ "192.0.2.1" ], + "domains": { + "website": [ + "*.example.com" + ], + "codespaces": [ + "*.example.com" + ], + "copilot": [ + "*.example.com" + ], + "packages": [ + "*.example.com" + ] + }, "installed_version": "3.5.0" }, "schema": { @@ -284659,7 +284725,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.

", "in": "path", "required": true, "schema": { @@ -284741,7 +284807,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.

", "in": "path", "required": true, "schema": { @@ -284862,7 +284928,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.

", "in": "path", "required": true, "schema": { @@ -285176,7 +285242,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.

", "in": "path", "required": true, "schema": { @@ -285368,7 +285434,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.

", "in": "path", "required": true, "schema": { @@ -313372,7 +313438,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.

", "in": "path", "required": true, "schema": { @@ -313638,7 +313704,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.

", "in": "path", "required": true, "schema": { @@ -313950,7 +314016,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.

", "in": "path", "required": true, "schema": { @@ -314072,7 +314138,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.

", "in": "path", "required": true, "schema": { @@ -314139,7 +314205,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.

", "in": "path", "required": true, "schema": { @@ -314469,7 +314535,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.

", "in": "path", "required": true, "schema": { @@ -314553,7 +314619,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.

", "in": "path", "required": true, "schema": { @@ -314860,7 +314926,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.

", "in": "path", "required": true, "schema": { @@ -316880,7 +316946,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.

", "in": "path", "required": true, "schema": { @@ -317316,7 +317382,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.

", "in": "path", "required": true, "schema": { @@ -321693,7 +321759,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.

", "in": "path", "required": true, "schema": { @@ -327269,7 +327335,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.

", "in": "path", "required": true, "schema": { @@ -331124,7 +331190,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.

", "in": "path", "required": true, "schema": { @@ -334945,7 +335011,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.

", "in": "path", "required": true, "schema": { @@ -338800,7 +338866,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.

", "in": "path", "required": true, "schema": { @@ -339647,7 +339713,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.

", "in": "path", "required": true, "schema": { @@ -339856,7 +339922,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.

", "in": "path", "required": true, "schema": { @@ -339925,7 +339991,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.

", "in": "path", "required": true, "schema": { @@ -340072,7 +340138,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.

", "in": "path", "required": true, "schema": { @@ -340174,7 +340240,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.

", "in": "path", "required": true, "schema": { @@ -340847,7 +340913,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.

", "in": "path", "required": true, "schema": { @@ -341474,7 +341540,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.

", "in": "path", "required": true, "schema": { @@ -342109,7 +342175,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.

", "in": "path", "required": true, "schema": { @@ -342178,7 +342244,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.

", "in": "path", "required": true, "schema": { @@ -342861,7 +342927,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.

", "in": "path", "required": true, "schema": { @@ -343569,7 +343635,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.

", "in": "path", "required": true, "schema": { @@ -344220,7 +344286,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.

", "in": "path", "required": true, "schema": { @@ -344704,7 +344770,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.

", "in": "path", "required": true, "schema": { @@ -350268,7 +350334,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.

", "in": "path", "required": true, "schema": { @@ -355787,7 +355853,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.

", "in": "path", "required": true, "schema": { @@ -356211,7 +356277,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.

", "in": "path", "required": true, "schema": { @@ -356702,7 +356768,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.

", "in": "path", "required": true, "schema": { @@ -357117,7 +357183,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.

", "in": "path", "required": true, "schema": { @@ -357544,7 +357610,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.

", "in": "path", "required": true, "schema": { @@ -357963,7 +358029,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.

", "in": "path", "required": true, "schema": { @@ -358596,7 +358662,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.

", "in": "path", "required": true, "schema": { @@ -359037,7 +359103,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.

", "in": "path", "required": true, "schema": { @@ -359610,6 +359676,30 @@ "used" ] }, + "code_search": { + "title": "Rate Limit", + "type": "object", + "properties": { + "limit": { + "type": "integer" + }, + "remaining": { + "type": "integer" + }, + "reset": { + "type": "integer" + }, + "used": { + "type": "integer" + } + }, + "required": [ + "limit", + "remaining", + "reset", + "used" + ] + }, "source_import": { "title": "Rate Limit", "type": "object", @@ -361896,7 +361986,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.

", "in": "path", "required": true, "schema": { @@ -362252,7 +362342,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.

", "in": "path", "required": true, "schema": { @@ -362857,7 +362947,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.

", "in": "path", "required": true, "schema": { @@ -362932,7 +363022,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.

", "in": "path", "required": true, "schema": { @@ -363288,7 +363378,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.

", "in": "path", "required": true, "schema": { @@ -363893,7 +363983,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.

", "in": "path", "required": true, "schema": { @@ -363968,7 +364058,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.

", "in": "path", "required": true, "schema": { @@ -364328,7 +364418,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.

", "in": "path", "required": true, "schema": { @@ -364933,7 +365023,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.

", "in": "path", "required": true, "schema": { @@ -365008,7 +365098,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.

", "in": "path", "required": true, "schema": { @@ -365364,7 +365454,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.

", "in": "path", "required": true, "schema": { @@ -365969,7 +366059,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.

", "in": "path", "required": true, "schema": { @@ -366044,7 +366134,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.

", "in": "path", "required": true, "schema": { @@ -366398,7 +366488,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.

", "in": "path", "required": true, "schema": { @@ -367001,7 +367091,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.

", "in": "path", "required": true, "schema": { @@ -368428,7 +368518,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.

", "in": "path", "required": true, "schema": { @@ -369161,7 +369251,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.

", "in": "path", "required": true, "schema": { @@ -369929,7 +370019,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.

", "in": "path", "required": true, "schema": { @@ -370048,7 +370138,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.

", "in": "path", "required": true, "schema": { @@ -370755,7 +370845,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.

", "in": "path", "required": true, "schema": { @@ -371477,7 +371567,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.

", "in": "path", "required": true, "schema": { @@ -372174,8 +372264,8 @@ "description": "

Note: This returns an upload_url key corresponding to the endpoint for uploading release assets. This key is a hypermedia resource.

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

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.

", "in": "path", "required": true, "schema": { @@ -372961,7 +373051,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.

", "in": "path", "required": true, "schema": { @@ -373028,7 +373118,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.

", "in": "path", "required": true, "schema": { @@ -373378,7 +373468,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.

", "in": "path", "required": true, "schema": { @@ -373744,7 +373834,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.

", "in": "path", "required": true, "schema": { @@ -373809,7 +373899,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.

", "in": "path", "required": true, "schema": { @@ -374174,7 +374264,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.

", "in": "path", "required": true, "schema": { @@ -377293,7 +377383,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.

", "in": "path", "required": true, "schema": { @@ -383138,7 +383228,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.

", "in": "path", "required": true, "schema": { @@ -389202,7 +389292,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.

", "in": "path", "required": true, "schema": { @@ -389269,7 +389359,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.

", "in": "path", "required": true, "schema": { @@ -389437,7 +389527,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.

", "in": "path", "required": true, "schema": { @@ -389643,7 +389733,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.

", "in": "path", "required": true, "schema": { @@ -389724,7 +389814,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.

", "in": "path", "required": true, "schema": { @@ -389792,7 +389882,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.

", "in": "path", "required": true, "schema": { @@ -389942,7 +390032,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.

", "in": "path", "required": true, "schema": { @@ -390084,7 +390174,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.

", "in": "path", "required": true, "schema": { @@ -390381,7 +390471,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.

", "in": "path", "required": true, "schema": { @@ -390483,7 +390573,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.

", "in": "path", "required": true, "schema": { @@ -390588,7 +390678,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.

", "in": "path", "required": true, "schema": { @@ -398596,7 +398686,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.

", "in": "path", "required": true, "schema": { @@ -398703,7 +398793,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.

", "in": "path", "required": true, "schema": { @@ -398828,7 +398918,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.

", "in": "path", "required": true, "schema": { @@ -398935,7 +399025,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.

", "in": "path", "required": true, "schema": { @@ -399006,7 +399096,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.

", "in": "path", "required": true, "schema": { @@ -401301,7 +401391,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.

", "in": "path", "required": true, "schema": { @@ -401919,7 +402009,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.

", "in": "path", "required": true, "schema": { @@ -402264,7 +402354,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.

", "in": "path", "required": true, "schema": { @@ -402465,7 +402555,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.

", "in": "path", "required": true, "schema": { @@ -402677,7 +402767,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.

", "in": "path", "required": true, "schema": { @@ -402743,7 +402833,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.

", "in": "path", "required": true, "schema": { @@ -402811,7 +402901,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.

", "in": "path", "required": true, "schema": { @@ -403805,7 +403895,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.

", "in": "path", "required": true, "schema": { @@ -409658,7 +409748,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.

", "in": "path", "required": true, "schema": { @@ -409722,7 +409812,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.

", "in": "path", "required": true, "schema": { @@ -409779,7 +409869,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.

", "in": "path", "required": true, "schema": { @@ -409892,7 +409982,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.

", "in": "path", "required": true, "schema": { @@ -410011,7 +410101,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.

", "in": "path", "required": true, "schema": { @@ -417492,7 +417582,7 @@ } ], "previews": [], - "descriptionHTML": "

Find users via various criteria. This method returns up to 100 results per page.

\n

When 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.

\n

For example, if you're looking for a list of popular users, you might try this query:

\n

q=tom+repos:%3E42+followers:%3E1000

\n

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.

", + "descriptionHTML": "

Find users via various criteria. This method returns up to 100 results per page.

\n

When 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.

\n

For example, if you're looking for a list of popular users, you might try this query:

\n

q=tom+repos:%3E42+followers:%3E1000

\n

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.

\n

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.

", "in": "path", "required": true, "schema": { @@ -420216,7 +420306,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.

", "in": "path", "required": true, "schema": { @@ -420563,7 +420653,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.

", "in": "path", "required": true, "schema": { @@ -420962,7 +421052,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.

", "in": "path", "required": true, "schema": { @@ -426363,7 +426453,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.

", "in": "path", "required": true, "schema": { @@ -428961,7 +429051,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.

", "in": "path", "required": true, "schema": { @@ -429048,7 +429138,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.

", "in": "path", "required": true, "schema": { @@ -433455,7 +433545,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.

", "in": "path", "required": true, "schema": { @@ -436043,7 +436133,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.

", "in": "path", "required": true, "schema": { @@ -436132,7 +436222,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.

", "in": "path", "required": true, "schema": { @@ -453027,7 +453117,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.

", "in": "path", "required": true, "schema": { @@ -453142,7 +453232,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.

", "in": "path", "required": true, "schema": { @@ -453289,7 +453379,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.

", "in": "path", "required": true, "schema": { @@ -453528,7 +453618,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.

", "in": "path", "required": true, "schema": { @@ -453821,7 +453911,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.

", "in": "path", "required": true, "schema": { @@ -453911,7 +454001,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.

", "in": "path", "required": true, "schema": { @@ -454224,7 +454314,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.

", "in": "path", "required": true, "schema": { @@ -454597,7 +454687,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.

", "in": "path", "required": true, "schema": { @@ -454897,7 +454987,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.

", "in": "path", "required": true, "schema": { @@ -455276,7 +455366,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.

", "in": "path", "required": true, "schema": { @@ -455345,7 +455435,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.

", "in": "path", "required": true, "schema": { @@ -455414,7 +455504,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.

", "in": "path", "required": true, "schema": { diff --git a/src/rest/data/ghes-3.6/schema.json b/src/rest/data/ghes-3.6/schema.json index 618c9c5bb8..4800d672e5 100644 --- a/src/rest/data/ghes-3.6/schema.json +++ b/src/rest/data/ghes-3.6/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.

", "in": "path", "required": true, "schema": { @@ -272,7 +272,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.

", "in": "path", "required": true, "schema": { @@ -477,7 +477,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.

", "in": "path", "required": true, "schema": { @@ -542,7 +542,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.

", "in": "path", "required": true, "schema": { @@ -621,7 +621,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.

", "in": "path", "required": true, "schema": { @@ -1280,7 +1280,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.

", "in": "path", "required": true, "schema": { @@ -1374,7 +1374,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.

", "in": "path", "required": true, "schema": { @@ -1450,7 +1450,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.

", "in": "path", "required": true, "schema": { @@ -4608,7 +4608,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.

", "in": "path", "required": true, "schema": { @@ -4694,7 +4694,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.

", "in": "path", "required": true, "schema": { @@ -4773,7 +4773,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.

", "in": "path", "required": true, "schema": { @@ -4849,7 +4849,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.

", "in": "path", "required": true, "schema": { @@ -4921,7 +4921,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.

", "in": "path", "required": true, "schema": { @@ -5005,7 +5005,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.

", "in": "path", "required": true, "schema": { @@ -5084,7 +5084,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.

", "in": "path", "required": true, "schema": { @@ -5165,7 +5165,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.

", "in": "path", "required": true, "schema": { @@ -6947,7 +6947,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.

", "in": "path", "required": true, "schema": { @@ -7078,7 +7078,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.

", "in": "path", "required": true, "schema": { @@ -7187,7 +7187,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.

", "in": "path", "required": true, "schema": { @@ -7285,7 +7285,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.

", "in": "path", "required": true, "schema": { @@ -7402,7 +7402,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.

", "in": "path", "required": true, "schema": { @@ -20795,7 +20795,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.

", "in": "path", "required": true, "schema": { @@ -21024,7 +21024,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.

", "in": "path", "required": true, "schema": { @@ -21157,7 +21157,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.

", "in": "path", "required": true, "schema": { @@ -22734,7 +22734,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.

", "in": "path", "required": true, "schema": { @@ -24311,7 +24311,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.

", "in": "path", "required": true, "schema": { @@ -24488,7 +24488,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.

", "in": "path", "required": true, "schema": { @@ -24553,7 +24553,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.

", "in": "path", "required": true, "schema": { @@ -24689,7 +24689,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.

", "in": "path", "required": true, "schema": { @@ -24844,7 +24844,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.

", "in": "path", "required": true, "schema": { @@ -24999,7 +24999,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.

", "in": "path", "required": true, "schema": { @@ -25130,7 +25130,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.

", "in": "path", "required": true, "schema": { @@ -25282,7 +25282,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.

", "in": "path", "required": true, "schema": { @@ -25726,7 +25726,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.

", "in": "path", "required": true, "schema": { @@ -25791,7 +25791,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.

", "in": "path", "required": true, "schema": { @@ -26287,7 +26287,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.

", "in": "path", "required": true, "schema": { @@ -26785,7 +26785,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.

", "in": "path", "required": true, "schema": { @@ -26873,7 +26873,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.

", "in": "path", "required": true, "schema": { @@ -29620,7 +29620,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.

", "in": "path", "required": true, "schema": { @@ -32286,7 +32286,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.

", "in": "path", "required": true, "schema": { @@ -32351,7 +32351,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.

", "in": "path", "required": true, "schema": { @@ -32707,7 +32707,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.

", "in": "path", "required": true, "schema": { @@ -35383,7 +35383,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.

", "in": "path", "required": true, "schema": { @@ -35458,7 +35458,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.

", "in": "path", "required": true, "schema": { @@ -35536,7 +35536,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.

", "in": "path", "required": true, "schema": { @@ -35601,7 +35601,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.

", "in": "path", "required": true, "schema": { @@ -35674,7 +35674,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.

", "in": "path", "required": true, "schema": { @@ -36260,7 +36260,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.

", "in": "path", "required": true, "schema": { @@ -37041,7 +37041,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.

", "in": "path", "required": true, "schema": { @@ -37125,7 +37125,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.

", "in": "path", "required": true, "schema": { @@ -37209,7 +37209,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.

", "in": "path", "required": true, "schema": { @@ -39975,7 +39975,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.

", "in": "path", "required": true, "schema": { @@ -40188,7 +40188,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.

", "in": "path", "required": true, "schema": { @@ -40368,7 +40368,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.

", "in": "path", "required": true, "schema": { @@ -40440,7 +40440,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.

", "in": "path", "required": true, "schema": { @@ -40534,7 +40534,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.

", "in": "path", "required": true, "schema": { @@ -44636,7 +44636,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.

", "in": "path", "required": true, "schema": { @@ -52714,7 +52714,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.

", "in": "path", "required": true, "schema": { @@ -79799,7 +79799,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.

", "in": "path", "required": true, "schema": { @@ -80857,7 +80857,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.

", "in": "path", "required": true, "schema": { @@ -80944,7 +80944,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.

", "in": "path", "required": true, "schema": { @@ -85093,7 +85093,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.

", "in": "path", "required": true, "schema": { @@ -85164,7 +85164,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.

", "in": "path", "required": true, "schema": { @@ -85235,7 +85235,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.

", "in": "path", "required": true, "schema": { @@ -88472,7 +88472,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.

", "in": "path", "required": true, "schema": { @@ -88732,7 +88732,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.

", "in": "path", "required": true, "schema": { @@ -88857,7 +88857,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.

", "in": "path", "required": true, "schema": { @@ -88992,7 +88992,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.

", "in": "path", "required": true, "schema": { @@ -90978,14 +90978,12 @@ "slug": "octoapp", "node_id": "MDExOkludGVncmF0aW9uMQ==", "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}", @@ -90993,9 +90991,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 }, "name": "Octocat App", "description": "", @@ -98005,14 +98005,12 @@ "slug": "octoapp", "node_id": "MDExOkludGVncmF0aW9uMQ==", "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}", @@ -98020,9 +98018,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 }, "name": "Octocat App", "description": "", @@ -99336,7 +99336,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.

", "in": "path", "required": true, "schema": { @@ -108556,7 +108556,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.

", "in": "path", "required": true, "schema": { @@ -110637,7 +110637,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.

", "in": "path", "required": true, "schema": { @@ -113479,7 +113479,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.

", "in": "path", "required": true, "schema": { @@ -116336,7 +116336,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.

", "in": "path", "required": true, "schema": { @@ -116438,7 +116438,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.

", "in": "path", "required": true, "schema": { @@ -117318,7 +117318,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.

", "in": "path", "required": true, "schema": { @@ -119516,7 +119516,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.

", "in": "path", "required": true, "schema": { @@ -121806,7 +121806,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.

", "in": "path", "required": true, "schema": { @@ -121876,7 +121876,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.

", "in": "path", "required": true, "schema": { @@ -121971,7 +121971,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.

", "in": "path", "required": true, "schema": { @@ -122066,7 +122066,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.

", "in": "path", "required": true, "schema": { @@ -122136,7 +122136,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.

", "in": "path", "required": true, "schema": { @@ -123752,7 +123752,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.

", "in": "path", "required": true, "schema": { @@ -125465,7 +125465,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.

", "in": "path", "required": true, "schema": { @@ -125535,7 +125535,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.

", "in": "path", "required": true, "schema": { @@ -125634,7 +125634,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.

", "in": "path", "required": true, "schema": { @@ -125733,7 +125733,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.

", "in": "path", "required": true, "schema": { @@ -125803,7 +125803,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.

", "in": "path", "required": true, "schema": { @@ -125949,7 +125949,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.

", "in": "path", "required": true, "schema": { @@ -126138,7 +126138,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.

", "in": "path", "required": true, "schema": { @@ -126204,7 +126204,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.

", "in": "path", "required": true, "schema": { @@ -126284,7 +126284,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.

", "in": "path", "required": true, "schema": { @@ -126384,7 +126384,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.

", "in": "path", "required": true, "schema": { @@ -126478,7 +126478,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.

", "in": "path", "required": true, "schema": { @@ -126572,7 +126572,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.

", "in": "path", "required": true, "schema": { @@ -127033,7 +127033,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.

", "in": "path", "required": true, "schema": { @@ -127099,7 +127099,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.

", "in": "path", "required": true, "schema": { @@ -127541,7 +127541,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.

", "in": "path", "required": true, "schema": { @@ -127997,7 +127997,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.

", "in": "path", "required": true, "schema": { @@ -128453,7 +128453,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.

", "in": "path", "required": true, "schema": { @@ -128909,7 +128909,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.

", "in": "path", "required": true, "schema": { @@ -129199,7 +129199,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.

", "in": "path", "required": true, "schema": { @@ -129499,7 +129499,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.

", "in": "path", "required": true, "schema": { @@ -129799,7 +129799,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.

", "in": "path", "required": true, "schema": { @@ -130099,7 +130099,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.

", "in": "path", "required": true, "schema": { @@ -130356,7 +130356,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.

", "in": "path", "required": true, "schema": { @@ -130627,7 +130627,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.

", "in": "path", "required": true, "schema": { @@ -130898,7 +130898,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.

", "in": "path", "required": true, "schema": { @@ -131173,7 +131173,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.

", "in": "path", "required": true, "schema": { @@ -133801,7 +133801,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.

", "in": "path", "required": true, "schema": { @@ -135013,7 +135013,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.

", "in": "path", "required": true, "schema": { @@ -136458,7 +136458,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.

", "in": "path", "required": true, "schema": { @@ -136653,7 +136653,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.

", "in": "path", "required": true, "schema": { @@ -136739,7 +136739,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.

", "in": "path", "required": true, "schema": { @@ -138026,7 +138026,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.

", "in": "path", "required": true, "schema": { @@ -139325,7 +139325,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.

", "in": "path", "required": true, "schema": { @@ -142931,7 +142931,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.

", "in": "path", "required": true, "schema": { @@ -144078,7 +144078,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.

", "in": "path", "required": true, "schema": { @@ -145901,7 +145901,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.

", "in": "path", "required": true, "schema": { @@ -145975,7 +145975,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.

", "in": "path", "required": true, "schema": { @@ -149145,7 +149145,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.

", "in": "path", "required": true, "schema": { @@ -149854,7 +149854,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.

", "in": "path", "required": true, "schema": { @@ -150464,7 +150464,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.

", "in": "path", "required": true, "schema": { @@ -151106,7 +151106,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.

", "in": "path", "required": true, "schema": { @@ -151347,7 +151347,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.

", "in": "path", "required": true, "schema": { @@ -151640,7 +151640,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.

", "in": "path", "required": true, "schema": { @@ -151922,7 +151922,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.

", "in": "path", "required": true, "schema": { @@ -152049,7 +152049,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.

", "in": "path", "required": true, "schema": { @@ -152193,7 +152193,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.

", "in": "path", "required": true, "schema": { @@ -152522,7 +152522,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.

", "in": "path", "required": true, "schema": { @@ -152834,7 +152834,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.

", "in": "path", "required": true, "schema": { @@ -152903,7 +152903,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.

", "in": "path", "required": true, "schema": { @@ -154299,7 +154299,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.

", "in": "path", "required": true, "schema": { @@ -154332,16 +154332,24 @@ }, "response": { "statusCode": "204", - "description": "

Response

" + "description": "

No Content when collaborator was removed from the repository.

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

Removes a collaborator from a repository.

\n

To use this endpoint, the authenticated user must either be an administrator of the repository or target themselves for removal.

\n

This endpoint also:

\n\n

Removing a user as a collaborator has the following effects on forks:

\n\n

Note: A user can still have access to the repository through organization permissions like base repository permissions.

\n

Although the API responds immediately, the additional permission updates might take some extra time to complete in the background.

\n

For 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.

", "in": "path", "required": true, "schema": { @@ -154674,7 +154682,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.

", "in": "path", "required": true, "schema": { @@ -156059,7 +156067,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.

", "in": "path", "required": true, "schema": { @@ -157450,7 +157458,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.

", "in": "path", "required": true, "schema": { @@ -159020,7 +159028,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.

", "in": "path", "required": true, "schema": { @@ -159929,7 +159937,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.

", "in": "path", "required": true, "schema": { @@ -160046,7 +160054,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.

", "in": "path", "required": true, "schema": { @@ -165727,7 +165735,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.

", "in": "path", "required": true, "schema": { @@ -166603,7 +166611,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.

", "in": "path", "required": true, "schema": { @@ -169191,7 +169199,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.

", "in": "path", "required": true, "schema": { @@ -169607,7 +169615,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.

", "in": "path", "required": true, "schema": { @@ -170014,7 +170022,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.

", "in": "path", "required": true, "schema": { @@ -170433,7 +170441,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.

", "in": "path", "required": true, "schema": { @@ -170502,7 +170510,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.

", "in": "path", "required": true, "schema": { @@ -170929,7 +170937,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.

", "in": "path", "required": true, "schema": { @@ -171376,7 +171384,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.

", "in": "path", "required": true, "schema": { @@ -172458,7 +172466,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.

", "in": "path", "required": true, "schema": { @@ -172811,7 +172819,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.

", "in": "path", "required": true, "schema": { @@ -174856,7 +174864,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.

", "in": "path", "required": true, "schema": { @@ -174987,7 +174995,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.

", "in": "path", "required": true, "schema": { @@ -175072,7 +175080,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.

", "in": "path", "required": true, "schema": { @@ -175170,7 +175178,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.

", "in": "path", "required": true, "schema": { @@ -175287,7 +175295,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.

", "in": "path", "required": true, "schema": { @@ -175356,7 +175364,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.

", "in": "path", "required": true, "schema": { @@ -175601,7 +175609,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.

", "in": "path", "required": true, "schema": { @@ -175716,7 +175724,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.

", "in": "path", "required": true, "schema": { @@ -175848,7 +175856,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.

", "in": "path", "required": true, "schema": { @@ -175964,7 +175972,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.

", "in": "path", "required": true, "schema": { @@ -176033,7 +176041,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.

", "in": "path", "required": true, "schema": { @@ -176831,7 +176839,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.

", "in": "path", "required": true, "schema": { @@ -177642,7 +177650,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.

", "in": "path", "required": true, "schema": { @@ -178388,7 +178396,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.

", "in": "path", "required": true, "schema": { @@ -178463,7 +178471,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.

", "in": "path", "required": true, "schema": { @@ -178608,7 +178616,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.

", "in": "path", "required": true, "schema": { @@ -178779,7 +178787,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.

", "in": "path", "required": true, "schema": { @@ -178887,7 +178895,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.

", "in": "path", "required": true, "schema": { @@ -179007,7 +179015,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.

", "in": "path", "required": true, "schema": { @@ -179084,7 +179092,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.

", "in": "path", "required": true, "schema": { @@ -179820,7 +179828,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.

", "in": "path", "required": true, "schema": { @@ -180528,7 +180536,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.

", "in": "path", "required": true, "schema": { @@ -181307,7 +181315,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.

", "in": "path", "required": true, "schema": { @@ -181374,7 +181382,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.

", "in": "path", "required": true, "schema": { @@ -182129,7 +182137,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.

", "in": "path", "required": true, "schema": { @@ -182930,7 +182938,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.

", "in": "path", "required": true, "schema": { @@ -188736,6 +188744,10 @@ { "httpStatusCode": "200", "description": "

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.

", "in": "path", "required": true, "schema": { @@ -192331,7 +192383,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.

", "in": "path", "required": true, "schema": { @@ -192420,7 +192472,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.

", "in": "path", "required": true, "schema": { @@ -192525,7 +192577,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.

", "in": "path", "required": true, "schema": { @@ -215316,7 +215368,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.

", "in": "path", "required": true, "schema": { @@ -215429,7 +215481,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.

", "in": "path", "required": true, "schema": { @@ -215557,7 +215609,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.

", "in": "path", "required": true, "schema": { @@ -215931,7 +215983,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.

", "in": "path", "required": true, "schema": { @@ -216225,7 +216277,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.

", "in": "path", "required": true, "schema": { @@ -216366,7 +216418,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.

", "in": "path", "required": true, "schema": { @@ -216496,7 +216548,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.

", "in": "path", "required": true, "schema": { @@ -216635,7 +216687,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.

", "in": "path", "required": true, "schema": { @@ -216786,7 +216838,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.

", "in": "path", "required": true, "schema": { @@ -216858,7 +216910,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.

", "in": "path", "required": true, "schema": { @@ -217131,7 +217183,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.

", "in": "path", "required": true, "schema": { @@ -217345,7 +217397,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.

", "in": "path", "required": true, "schema": { @@ -217599,7 +217651,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.

", "in": "path", "required": true, "schema": { @@ -225136,7 +225188,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.

", "in": "path", "required": true, "schema": { @@ -228575,7 +228627,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.

", "in": "path", "required": true, "schema": { @@ -231954,7 +232006,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.

", "in": "path", "required": true, "schema": { @@ -235285,7 +235337,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.

", "in": "path", "required": true, "schema": { @@ -238696,7 +238748,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.

", "in": "path", "required": true, "schema": { @@ -238794,7 +238846,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.

", "in": "path", "required": true, "schema": { @@ -242366,7 +242418,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.

", "in": "path", "required": true, "schema": { @@ -242630,7 +242682,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.

", "in": "path", "required": true, "schema": { @@ -242699,7 +242751,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.

", "in": "path", "required": true, "schema": { @@ -246028,7 +246080,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.

", "in": "path", "required": true, "schema": { @@ -249357,7 +249409,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.

", "in": "path", "required": true, "schema": { @@ -249438,7 +249490,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.

", "in": "path", "required": true, "schema": { @@ -250232,7 +250284,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.

", "in": "path", "required": true, "schema": { @@ -250972,7 +251024,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.

", "in": "path", "required": true, "schema": { @@ -251724,7 +251776,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.

", "in": "path", "required": true, "schema": { @@ -251789,7 +251841,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.

", "in": "path", "required": true, "schema": { @@ -252566,7 +252618,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.

", "in": "path", "required": true, "schema": { @@ -253332,7 +253384,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.

", "in": "path", "required": true, "schema": { @@ -258260,7 +258312,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.

", "in": "path", "required": true, "schema": { @@ -263223,7 +263275,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.

", "in": "path", "required": true, "schema": { @@ -273344,7 +273396,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.

", "in": "path", "required": true, "schema": { @@ -273529,7 +273581,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.

", "in": "path", "required": true, "schema": { @@ -273714,7 +273766,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.

", "in": "path", "required": true, "schema": { @@ -273899,7 +273951,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.

", "in": "path", "required": true, "schema": { @@ -273976,7 +274028,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.

", "in": "path", "required": true, "schema": { @@ -274144,7 +274196,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.

", "in": "path", "required": true, "schema": { @@ -274311,7 +274363,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.

", "in": "path", "required": true, "schema": { @@ -274476,7 +274528,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.

", "in": "path", "required": true, "schema": { @@ -274621,7 +274673,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.

", "in": "path", "required": true, "schema": { @@ -274787,7 +274839,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.

", "in": "path", "required": true, "schema": { @@ -274852,7 +274904,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.

", "in": "path", "required": true, "schema": { @@ -275027,7 +275079,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.

", "in": "path", "required": true, "schema": { @@ -275497,7 +275549,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.

", "in": "path", "required": true, "schema": { @@ -275943,7 +275995,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.

", "in": "path", "required": true, "schema": { @@ -276357,7 +276409,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.

", "in": "path", "required": true, "schema": { @@ -276804,7 +276856,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.

", "in": "path", "required": true, "schema": { @@ -276875,7 +276927,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.

", "in": "path", "required": true, "schema": { @@ -293141,7 +293193,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.

", "in": "path", "required": true, "schema": { @@ -293772,6 +293824,20 @@ "dependabot": [ "192.0.2.1" ], + "domains": { + "website": [ + "*.example.com" + ], + "codespaces": [ + "*.example.com" + ], + "copilot": [ + "*.example.com" + ], + "packages": [ + "*.example.com" + ] + }, "installed_version": "3.6.0" }, "schema": { @@ -293978,7 +294044,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.

", "in": "path", "required": true, "schema": { @@ -294060,7 +294126,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.

", "in": "path", "required": true, "schema": { @@ -294181,7 +294247,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.

", "in": "path", "required": true, "schema": { @@ -294495,7 +294561,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.

", "in": "path", "required": true, "schema": { @@ -294687,7 +294753,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.

", "in": "path", "required": true, "schema": { @@ -323134,7 +323200,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.

", "in": "path", "required": true, "schema": { @@ -323400,7 +323466,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.

", "in": "path", "required": true, "schema": { @@ -323712,7 +323778,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.

", "in": "path", "required": true, "schema": { @@ -323834,7 +323900,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.

", "in": "path", "required": true, "schema": { @@ -323901,7 +323967,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.

", "in": "path", "required": true, "schema": { @@ -324231,7 +324297,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.

", "in": "path", "required": true, "schema": { @@ -324315,7 +324381,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.

", "in": "path", "required": true, "schema": { @@ -324622,7 +324688,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.

", "in": "path", "required": true, "schema": { @@ -326642,7 +326708,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.

", "in": "path", "required": true, "schema": { @@ -327078,7 +327144,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.

", "in": "path", "required": true, "schema": { @@ -331455,7 +331521,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.

", "in": "path", "required": true, "schema": { @@ -337195,7 +337261,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.

", "in": "path", "required": true, "schema": { @@ -341056,7 +341122,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.

", "in": "path", "required": true, "schema": { @@ -344883,7 +344949,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.

", "in": "path", "required": true, "schema": { @@ -348744,7 +348810,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.

", "in": "path", "required": true, "schema": { @@ -349591,7 +349657,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.

", "in": "path", "required": true, "schema": { @@ -349800,7 +349866,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.

", "in": "path", "required": true, "schema": { @@ -349869,7 +349935,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.

", "in": "path", "required": true, "schema": { @@ -350016,7 +350082,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.

", "in": "path", "required": true, "schema": { @@ -350118,7 +350184,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.

", "in": "path", "required": true, "schema": { @@ -350791,7 +350857,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.

", "in": "path", "required": true, "schema": { @@ -351418,7 +351484,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.

", "in": "path", "required": true, "schema": { @@ -352053,7 +352119,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.

", "in": "path", "required": true, "schema": { @@ -352122,7 +352188,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.

", "in": "path", "required": true, "schema": { @@ -352805,7 +352871,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.

", "in": "path", "required": true, "schema": { @@ -353513,7 +353579,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.

", "in": "path", "required": true, "schema": { @@ -354164,7 +354230,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.

", "in": "path", "required": true, "schema": { @@ -354648,7 +354714,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.

", "in": "path", "required": true, "schema": { @@ -360376,7 +360442,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.

", "in": "path", "required": true, "schema": { @@ -366059,7 +366125,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.

", "in": "path", "required": true, "schema": { @@ -366483,7 +366549,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.

", "in": "path", "required": true, "schema": { @@ -366974,7 +367040,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.

", "in": "path", "required": true, "schema": { @@ -367389,7 +367455,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.

", "in": "path", "required": true, "schema": { @@ -367816,7 +367882,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.

", "in": "path", "required": true, "schema": { @@ -368235,7 +368301,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.

", "in": "path", "required": true, "schema": { @@ -368868,7 +368934,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.

", "in": "path", "required": true, "schema": { @@ -369309,7 +369375,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.

", "in": "path", "required": true, "schema": { @@ -369882,6 +369948,30 @@ "used" ] }, + "code_search": { + "title": "Rate Limit", + "type": "object", + "properties": { + "limit": { + "type": "integer" + }, + "remaining": { + "type": "integer" + }, + "reset": { + "type": "integer" + }, + "used": { + "type": "integer" + } + }, + "required": [ + "limit", + "remaining", + "reset", + "used" + ] + }, "source_import": { "title": "Rate Limit", "type": "object", @@ -372168,7 +372258,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.

", "in": "path", "required": true, "schema": { @@ -372524,7 +372614,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.

", "in": "path", "required": true, "schema": { @@ -373129,7 +373219,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.

", "in": "path", "required": true, "schema": { @@ -373204,7 +373294,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.

", "in": "path", "required": true, "schema": { @@ -373560,7 +373650,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.

", "in": "path", "required": true, "schema": { @@ -374165,7 +374255,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.

", "in": "path", "required": true, "schema": { @@ -374240,7 +374330,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.

", "in": "path", "required": true, "schema": { @@ -374600,7 +374690,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.

", "in": "path", "required": true, "schema": { @@ -375205,7 +375295,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.

", "in": "path", "required": true, "schema": { @@ -375280,7 +375370,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.

", "in": "path", "required": true, "schema": { @@ -375636,7 +375726,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.

", "in": "path", "required": true, "schema": { @@ -376241,7 +376331,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.

", "in": "path", "required": true, "schema": { @@ -376316,7 +376406,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.

", "in": "path", "required": true, "schema": { @@ -376670,7 +376760,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.

", "in": "path", "required": true, "schema": { @@ -377273,7 +377363,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.

", "in": "path", "required": true, "schema": { @@ -378700,7 +378790,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.

", "in": "path", "required": true, "schema": { @@ -379433,7 +379523,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.

", "in": "path", "required": true, "schema": { @@ -380201,7 +380291,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.

", "in": "path", "required": true, "schema": { @@ -380320,7 +380410,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.

", "in": "path", "required": true, "schema": { @@ -381027,7 +381117,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.

", "in": "path", "required": true, "schema": { @@ -381749,7 +381839,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.

", "in": "path", "required": true, "schema": { @@ -382446,8 +382536,8 @@ "description": "

Note: This returns an upload_url key corresponding to the endpoint for uploading release assets. This key is a hypermedia resource.

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

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.

", "in": "path", "required": true, "schema": { @@ -383233,7 +383323,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.

", "in": "path", "required": true, "schema": { @@ -383300,7 +383390,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.

", "in": "path", "required": true, "schema": { @@ -383650,7 +383740,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.

", "in": "path", "required": true, "schema": { @@ -384016,7 +384106,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.

", "in": "path", "required": true, "schema": { @@ -384081,7 +384171,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.

", "in": "path", "required": true, "schema": { @@ -384446,7 +384536,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.

", "in": "path", "required": true, "schema": { @@ -387653,7 +387743,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.

", "in": "path", "required": true, "schema": { @@ -393802,7 +393892,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.

", "in": "path", "required": true, "schema": { @@ -400179,7 +400269,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.

", "in": "path", "required": true, "schema": { @@ -400246,7 +400336,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.

", "in": "path", "required": true, "schema": { @@ -400414,7 +400504,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.

", "in": "path", "required": true, "schema": { @@ -400620,7 +400710,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.

", "in": "path", "required": true, "schema": { @@ -400701,7 +400791,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.

", "in": "path", "required": true, "schema": { @@ -400769,7 +400859,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.

", "in": "path", "required": true, "schema": { @@ -400919,7 +401009,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.

", "in": "path", "required": true, "schema": { @@ -401061,7 +401151,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.

", "in": "path", "required": true, "schema": { @@ -401358,7 +401448,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.

", "in": "path", "required": true, "schema": { @@ -401460,7 +401550,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.

", "in": "path", "required": true, "schema": { @@ -401565,7 +401655,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.

", "in": "path", "required": true, "schema": { @@ -409837,7 +409927,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.

", "in": "path", "required": true, "schema": { @@ -409944,7 +410034,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.

", "in": "path", "required": true, "schema": { @@ -410069,7 +410159,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.

", "in": "path", "required": true, "schema": { @@ -410176,7 +410266,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.

", "in": "path", "required": true, "schema": { @@ -410247,7 +410337,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.

", "in": "path", "required": true, "schema": { @@ -412542,7 +412632,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.

", "in": "path", "required": true, "schema": { @@ -413160,7 +413250,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.

", "in": "path", "required": true, "schema": { @@ -413505,7 +413595,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.

", "in": "path", "required": true, "schema": { @@ -413706,7 +413796,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.

", "in": "path", "required": true, "schema": { @@ -413918,7 +414008,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.

", "in": "path", "required": true, "schema": { @@ -413984,7 +414074,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.

", "in": "path", "required": true, "schema": { @@ -414052,7 +414142,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.

", "in": "path", "required": true, "schema": { @@ -415052,7 +415142,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.

", "in": "path", "required": true, "schema": { @@ -421211,7 +421301,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.

", "in": "path", "required": true, "schema": { @@ -421275,7 +421365,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.

", "in": "path", "required": true, "schema": { @@ -421332,7 +421422,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.

", "in": "path", "required": true, "schema": { @@ -421445,7 +421535,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.

", "in": "path", "required": true, "schema": { @@ -421564,7 +421654,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.

", "in": "path", "required": true, "schema": { @@ -429145,7 +429235,7 @@ } ], "previews": [], - "descriptionHTML": "

Find users via various criteria. This method returns up to 100 results per page.

\n

When 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.

\n

For example, if you're looking for a list of popular users, you might try this query:

\n

q=tom+repos:%3E42+followers:%3E1000

\n

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.

", + "descriptionHTML": "

Find users via various criteria. This method returns up to 100 results per page.

\n

When 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.

\n

For example, if you're looking for a list of popular users, you might try this query:

\n

q=tom+repos:%3E42+followers:%3E1000

\n

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.

\n

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.

", "in": "path", "required": true, "schema": { @@ -432502,7 +432592,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.

", "in": "path", "required": true, "schema": { @@ -433033,7 +433123,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.

", "in": "path", "required": true, "schema": { @@ -433616,7 +433706,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.

", "in": "path", "required": true, "schema": { @@ -439047,7 +439137,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.

", "in": "path", "required": true, "schema": { @@ -441735,7 +441825,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.

", "in": "path", "required": true, "schema": { @@ -441822,7 +441912,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.

", "in": "path", "required": true, "schema": { @@ -446253,7 +446343,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.

", "in": "path", "required": true, "schema": { @@ -448931,7 +449021,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.

", "in": "path", "required": true, "schema": { @@ -449020,7 +449110,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.

", "in": "path", "required": true, "schema": { @@ -466777,7 +466867,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.

", "in": "path", "required": true, "schema": { @@ -466892,7 +466982,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.

", "in": "path", "required": true, "schema": { @@ -467039,7 +467129,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.

", "in": "path", "required": true, "schema": { @@ -467278,7 +467368,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.

", "in": "path", "required": true, "schema": { @@ -467571,7 +467661,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.

", "in": "path", "required": true, "schema": { @@ -467661,7 +467751,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.

", "in": "path", "required": true, "schema": { @@ -467974,7 +468064,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.

", "in": "path", "required": true, "schema": { @@ -468347,7 +468437,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.

", "in": "path", "required": true, "schema": { @@ -468647,7 +468737,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.

", "in": "path", "required": true, "schema": { @@ -469026,7 +469116,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.

", "in": "path", "required": true, "schema": { @@ -469095,7 +469185,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.

", "in": "path", "required": true, "schema": { @@ -469164,7 +469254,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.

", "in": "path", "required": true, "schema": { diff --git a/src/rest/data/ghes-3.7/schema.json b/src/rest/data/ghes-3.7/schema.json index 7c1e1fbf18..a8aa1d6ab5 100644 --- a/src/rest/data/ghes-3.7/schema.json +++ b/src/rest/data/ghes-3.7/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.

", "in": "path", "required": true, "schema": { @@ -272,7 +272,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.

", "in": "path", "required": true, "schema": { @@ -477,7 +477,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.

", "in": "path", "required": true, "schema": { @@ -542,7 +542,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.

", "in": "path", "required": true, "schema": { @@ -621,7 +621,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.

", "in": "path", "required": true, "schema": { @@ -1280,7 +1280,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.

", "in": "path", "required": true, "schema": { @@ -1374,7 +1374,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.

", "in": "path", "required": true, "schema": { @@ -1450,7 +1450,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.

", "in": "path", "required": true, "schema": { @@ -1517,7 +1517,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.

", "in": "path", "required": true, "schema": { @@ -1723,7 +1723,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.

", "in": "path", "required": true, "schema": { @@ -1882,7 +1882,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.

", "in": "path", "required": true, "schema": { @@ -2095,7 +2095,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.

", "in": "path", "required": true, "schema": { @@ -2187,7 +2187,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.

", "in": "path", "required": true, "schema": { @@ -5374,7 +5374,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.

", "in": "path", "required": true, "schema": { @@ -5460,7 +5460,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.

", "in": "path", "required": true, "schema": { @@ -5539,7 +5539,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.

", "in": "path", "required": true, "schema": { @@ -5615,7 +5615,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.

", "in": "path", "required": true, "schema": { @@ -5687,7 +5687,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.

", "in": "path", "required": true, "schema": { @@ -5771,7 +5771,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.

", "in": "path", "required": true, "schema": { @@ -5850,7 +5850,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.

", "in": "path", "required": true, "schema": { @@ -5931,7 +5931,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.

", "in": "path", "required": true, "schema": { @@ -7716,7 +7716,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.

", "in": "path", "required": true, "schema": { @@ -7847,7 +7847,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.

", "in": "path", "required": true, "schema": { @@ -7956,7 +7956,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.

", "in": "path", "required": true, "schema": { @@ -8054,7 +8054,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.

", "in": "path", "required": true, "schema": { @@ -8171,7 +8171,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.

", "in": "path", "required": true, "schema": { @@ -21599,7 +21599,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.

", "in": "path", "required": true, "schema": { @@ -21828,7 +21828,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.

", "in": "path", "required": true, "schema": { @@ -21961,7 +21961,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.

", "in": "path", "required": true, "schema": { @@ -23546,7 +23546,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.

", "in": "path", "required": true, "schema": { @@ -25131,7 +25131,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.

", "in": "path", "required": true, "schema": { @@ -25308,7 +25308,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.

", "in": "path", "required": true, "schema": { @@ -25373,7 +25373,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.

", "in": "path", "required": true, "schema": { @@ -25509,7 +25509,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.

", "in": "path", "required": true, "schema": { @@ -25664,7 +25664,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.

", "in": "path", "required": true, "schema": { @@ -25819,7 +25819,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.

", "in": "path", "required": true, "schema": { @@ -25950,7 +25950,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.

", "in": "path", "required": true, "schema": { @@ -26102,7 +26102,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.

", "in": "path", "required": true, "schema": { @@ -26546,7 +26546,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.

", "in": "path", "required": true, "schema": { @@ -26611,7 +26611,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.

", "in": "path", "required": true, "schema": { @@ -27107,7 +27107,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.

", "in": "path", "required": true, "schema": { @@ -27605,7 +27605,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.

", "in": "path", "required": true, "schema": { @@ -27693,7 +27693,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.

", "in": "path", "required": true, "schema": { @@ -30455,7 +30455,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.

", "in": "path", "required": true, "schema": { @@ -33127,7 +33127,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.

", "in": "path", "required": true, "schema": { @@ -33192,7 +33192,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.

", "in": "path", "required": true, "schema": { @@ -33548,7 +33548,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.

", "in": "path", "required": true, "schema": { @@ -36230,7 +36230,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.

", "in": "path", "required": true, "schema": { @@ -36305,7 +36305,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.

", "in": "path", "required": true, "schema": { @@ -36383,7 +36383,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.

", "in": "path", "required": true, "schema": { @@ -36448,7 +36448,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.

", "in": "path", "required": true, "schema": { @@ -36521,7 +36521,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.

", "in": "path", "required": true, "schema": { @@ -37107,7 +37107,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.

", "in": "path", "required": true, "schema": { @@ -37888,7 +37888,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.

", "in": "path", "required": true, "schema": { @@ -37972,7 +37972,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.

", "in": "path", "required": true, "schema": { @@ -38056,7 +38056,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.

", "in": "path", "required": true, "schema": { @@ -40837,7 +40837,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.

", "in": "path", "required": true, "schema": { @@ -41050,7 +41050,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.

", "in": "path", "required": true, "schema": { @@ -41230,7 +41230,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.

", "in": "path", "required": true, "schema": { @@ -41302,7 +41302,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.

", "in": "path", "required": true, "schema": { @@ -41396,7 +41396,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.

", "in": "path", "required": true, "schema": { @@ -45506,7 +45506,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.

", "in": "path", "required": true, "schema": { @@ -53600,7 +53600,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.

", "in": "path", "required": true, "schema": { @@ -80705,7 +80705,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.

", "in": "path", "required": true, "schema": { @@ -81766,7 +81766,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.

", "in": "path", "required": true, "schema": { @@ -81853,7 +81853,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.

", "in": "path", "required": true, "schema": { @@ -86018,7 +86018,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.

", "in": "path", "required": true, "schema": { @@ -86089,7 +86089,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.

", "in": "path", "required": true, "schema": { @@ -86160,7 +86160,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.

", "in": "path", "required": true, "schema": { @@ -89413,7 +89413,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.

", "in": "path", "required": true, "schema": { @@ -89673,7 +89673,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.

", "in": "path", "required": true, "schema": { @@ -89798,7 +89798,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.

", "in": "path", "required": true, "schema": { @@ -89933,7 +89933,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.

", "in": "path", "required": true, "schema": { @@ -91925,14 +91925,12 @@ "slug": "octoapp", "node_id": "MDExOkludGVncmF0aW9uMQ==", "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}", @@ -91940,9 +91938,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 }, "name": "Octocat App", "description": "", @@ -98960,14 +98960,12 @@ "slug": "octoapp", "node_id": "MDExOkludGVncmF0aW9uMQ==", "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}", @@ -98975,9 +98973,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 }, "name": "Octocat App", "description": "", @@ -100291,7 +100291,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.

", "in": "path", "required": true, "schema": { @@ -109527,7 +109527,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.

", "in": "path", "required": true, "schema": { @@ -111608,7 +111608,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.

", "in": "path", "required": true, "schema": { @@ -114450,7 +114450,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.

", "in": "path", "required": true, "schema": { @@ -117307,7 +117307,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.

", "in": "path", "required": true, "schema": { @@ -117409,7 +117409,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.

", "in": "path", "required": true, "schema": { @@ -118289,7 +118289,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.

", "in": "path", "required": true, "schema": { @@ -120487,7 +120487,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.

", "in": "path", "required": true, "schema": { @@ -122777,7 +122777,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.

", "in": "path", "required": true, "schema": { @@ -122847,7 +122847,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.

", "in": "path", "required": true, "schema": { @@ -122942,7 +122942,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.

", "in": "path", "required": true, "schema": { @@ -123037,7 +123037,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.

", "in": "path", "required": true, "schema": { @@ -123107,7 +123107,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.

", "in": "path", "required": true, "schema": { @@ -124723,7 +124723,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.

", "in": "path", "required": true, "schema": { @@ -126436,7 +126436,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.

", "in": "path", "required": true, "schema": { @@ -126506,7 +126506,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.

", "in": "path", "required": true, "schema": { @@ -126605,7 +126605,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.

", "in": "path", "required": true, "schema": { @@ -126704,7 +126704,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.

", "in": "path", "required": true, "schema": { @@ -126774,7 +126774,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.

", "in": "path", "required": true, "schema": { @@ -126920,7 +126920,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.

", "in": "path", "required": true, "schema": { @@ -127109,7 +127109,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.

", "in": "path", "required": true, "schema": { @@ -127175,7 +127175,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.

", "in": "path", "required": true, "schema": { @@ -127255,7 +127255,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.

", "in": "path", "required": true, "schema": { @@ -127355,7 +127355,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.

", "in": "path", "required": true, "schema": { @@ -127449,7 +127449,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.

", "in": "path", "required": true, "schema": { @@ -127543,7 +127543,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.

", "in": "path", "required": true, "schema": { @@ -128004,7 +128004,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.

", "in": "path", "required": true, "schema": { @@ -128070,7 +128070,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.

", "in": "path", "required": true, "schema": { @@ -128512,7 +128512,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.

", "in": "path", "required": true, "schema": { @@ -128968,7 +128968,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.

", "in": "path", "required": true, "schema": { @@ -129424,7 +129424,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.

", "in": "path", "required": true, "schema": { @@ -129880,7 +129880,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.

", "in": "path", "required": true, "schema": { @@ -130170,7 +130170,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.

", "in": "path", "required": true, "schema": { @@ -130470,7 +130470,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.

", "in": "path", "required": true, "schema": { @@ -130770,7 +130770,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.

", "in": "path", "required": true, "schema": { @@ -131070,7 +131070,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.

", "in": "path", "required": true, "schema": { @@ -131327,7 +131327,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.

", "in": "path", "required": true, "schema": { @@ -131598,7 +131598,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.

", "in": "path", "required": true, "schema": { @@ -131869,7 +131869,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.

", "in": "path", "required": true, "schema": { @@ -132144,7 +132144,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.

", "in": "path", "required": true, "schema": { @@ -134772,7 +134772,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.

", "in": "path", "required": true, "schema": { @@ -135984,7 +135984,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.

", "in": "path", "required": true, "schema": { @@ -137429,7 +137429,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.

", "in": "path", "required": true, "schema": { @@ -137624,7 +137624,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.

", "in": "path", "required": true, "schema": { @@ -137710,7 +137710,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.

", "in": "path", "required": true, "schema": { @@ -138997,7 +138997,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.

", "in": "path", "required": true, "schema": { @@ -140296,7 +140296,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.

", "in": "path", "required": true, "schema": { @@ -143908,7 +143908,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.

", "in": "path", "required": true, "schema": { @@ -145058,7 +145058,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.

", "in": "path", "required": true, "schema": { @@ -146884,7 +146884,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.

", "in": "path", "required": true, "schema": { @@ -146958,7 +146958,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.

", "in": "path", "required": true, "schema": { @@ -151538,7 +151538,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.

", "in": "path", "required": true, "schema": { @@ -152247,7 +152247,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.

", "in": "path", "required": true, "schema": { @@ -152857,7 +152857,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.

", "in": "path", "required": true, "schema": { @@ -153499,7 +153499,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.

", "in": "path", "required": true, "schema": { @@ -153740,7 +153740,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.

", "in": "path", "required": true, "schema": { @@ -154060,7 +154060,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.

", "in": "path", "required": true, "schema": { @@ -154342,7 +154342,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.

", "in": "path", "required": true, "schema": { @@ -154469,7 +154469,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.

", "in": "path", "required": true, "schema": { @@ -154613,7 +154613,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.

", "in": "path", "required": true, "schema": { @@ -154942,7 +154942,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.

", "in": "path", "required": true, "schema": { @@ -155254,7 +155254,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.

", "in": "path", "required": true, "schema": { @@ -155323,7 +155323,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.

", "in": "path", "required": true, "schema": { @@ -156722,7 +156722,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.

", "in": "path", "required": true, "schema": { @@ -156755,16 +156755,24 @@ }, "response": { "statusCode": "204", - "description": "

Response

" + "description": "

No Content when collaborator was removed from the repository.

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

Removes a collaborator from a repository.

\n

To use this endpoint, the authenticated user must either be an administrator of the repository or target themselves for removal.

\n

This endpoint also:

\n\n

Removing a user as a collaborator has the following effects on forks:

\n\n

Note: A user can still have access to the repository through organization permissions like base repository permissions.

\n

Although the API responds immediately, the additional permission updates might take some extra time to complete in the background.

\n

For 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.

", "in": "path", "required": true, "schema": { @@ -157097,7 +157105,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.

", "in": "path", "required": true, "schema": { @@ -158485,7 +158493,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.

", "in": "path", "required": true, "schema": { @@ -159879,7 +159887,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.

", "in": "path", "required": true, "schema": { @@ -161452,7 +161460,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.

", "in": "path", "required": true, "schema": { @@ -162361,7 +162369,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.

", "in": "path", "required": true, "schema": { @@ -162478,7 +162486,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.

", "in": "path", "required": true, "schema": { @@ -168175,7 +168183,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.

", "in": "path", "required": true, "schema": { @@ -169051,7 +169059,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.

", "in": "path", "required": true, "schema": { @@ -171639,7 +171647,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.

", "in": "path", "required": true, "schema": { @@ -172055,7 +172063,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.

", "in": "path", "required": true, "schema": { @@ -172462,7 +172470,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.

", "in": "path", "required": true, "schema": { @@ -172881,7 +172889,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.

", "in": "path", "required": true, "schema": { @@ -172950,7 +172958,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.

", "in": "path", "required": true, "schema": { @@ -173377,7 +173385,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.

", "in": "path", "required": true, "schema": { @@ -173824,7 +173832,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.

", "in": "path", "required": true, "schema": { @@ -174909,7 +174917,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.

", "in": "path", "required": true, "schema": { @@ -175262,7 +175270,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.

", "in": "path", "required": true, "schema": { @@ -177310,7 +177318,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.

", "in": "path", "required": true, "schema": { @@ -177441,7 +177449,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.

", "in": "path", "required": true, "schema": { @@ -177526,7 +177534,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.

", "in": "path", "required": true, "schema": { @@ -177624,7 +177632,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.

", "in": "path", "required": true, "schema": { @@ -177741,7 +177749,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.

", "in": "path", "required": true, "schema": { @@ -177810,7 +177818,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.

", "in": "path", "required": true, "schema": { @@ -178053,7 +178061,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.

", "in": "path", "required": true, "schema": { @@ -178360,7 +178368,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.

", "in": "path", "required": true, "schema": { @@ -178499,7 +178507,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.

", "in": "path", "required": true, "schema": { @@ -178645,7 +178653,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.

", "in": "path", "required": true, "schema": { @@ -178775,7 +178783,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.

", "in": "path", "required": true, "schema": { @@ -178844,7 +178852,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.

", "in": "path", "required": true, "schema": { @@ -179642,7 +179650,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.

", "in": "path", "required": true, "schema": { @@ -180453,7 +180461,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.

", "in": "path", "required": true, "schema": { @@ -181199,7 +181207,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.

", "in": "path", "required": true, "schema": { @@ -181274,7 +181282,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.

", "in": "path", "required": true, "schema": { @@ -181419,7 +181427,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.

", "in": "path", "required": true, "schema": { @@ -181590,7 +181598,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.

", "in": "path", "required": true, "schema": { @@ -181698,7 +181706,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.

", "in": "path", "required": true, "schema": { @@ -181818,7 +181826,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.

", "in": "path", "required": true, "schema": { @@ -181895,7 +181903,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.

", "in": "path", "required": true, "schema": { @@ -182631,7 +182639,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.

", "in": "path", "required": true, "schema": { @@ -183339,7 +183347,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.

", "in": "path", "required": true, "schema": { @@ -184118,7 +184126,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.

", "in": "path", "required": true, "schema": { @@ -184185,7 +184193,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.

", "in": "path", "required": true, "schema": { @@ -184940,7 +184948,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.

", "in": "path", "required": true, "schema": { @@ -185741,7 +185749,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.

", "in": "path", "required": true, "schema": { @@ -191547,6 +191555,10 @@ { "httpStatusCode": "200", "description": "

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.

", "in": "path", "required": true, "schema": { @@ -195142,7 +195194,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.

", "in": "path", "required": true, "schema": { @@ -195231,7 +195283,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.

", "in": "path", "required": true, "schema": { @@ -195336,7 +195388,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.

", "in": "path", "required": true, "schema": { @@ -218147,7 +218199,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.

", "in": "path", "required": true, "schema": { @@ -218260,7 +218312,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.

", "in": "path", "required": true, "schema": { @@ -218388,7 +218440,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.

", "in": "path", "required": true, "schema": { @@ -218762,7 +218814,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.

", "in": "path", "required": true, "schema": { @@ -219056,7 +219108,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.

", "in": "path", "required": true, "schema": { @@ -219197,7 +219249,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.

", "in": "path", "required": true, "schema": { @@ -219327,7 +219379,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.

", "in": "path", "required": true, "schema": { @@ -219466,7 +219518,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.

", "in": "path", "required": true, "schema": { @@ -219617,7 +219669,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.

", "in": "path", "required": true, "schema": { @@ -219689,7 +219741,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.

", "in": "path", "required": true, "schema": { @@ -219962,7 +220014,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.

", "in": "path", "required": true, "schema": { @@ -220176,7 +220228,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.

", "in": "path", "required": true, "schema": { @@ -220430,7 +220482,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.

", "in": "path", "required": true, "schema": { @@ -227983,7 +228035,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.

", "in": "path", "required": true, "schema": { @@ -231430,7 +231482,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.

", "in": "path", "required": true, "schema": { @@ -234817,7 +234869,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.

", "in": "path", "required": true, "schema": { @@ -238156,7 +238208,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.

", "in": "path", "required": true, "schema": { @@ -241575,7 +241627,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.

", "in": "path", "required": true, "schema": { @@ -241673,7 +241725,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.

", "in": "path", "required": true, "schema": { @@ -245253,7 +245305,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.

", "in": "path", "required": true, "schema": { @@ -245517,7 +245569,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.

", "in": "path", "required": true, "schema": { @@ -245586,7 +245638,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.

", "in": "path", "required": true, "schema": { @@ -248923,7 +248975,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.

", "in": "path", "required": true, "schema": { @@ -252260,7 +252312,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.

", "in": "path", "required": true, "schema": { @@ -252341,7 +252393,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.

", "in": "path", "required": true, "schema": { @@ -253135,7 +253187,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.

", "in": "path", "required": true, "schema": { @@ -253875,7 +253927,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.

", "in": "path", "required": true, "schema": { @@ -254627,7 +254679,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.

", "in": "path", "required": true, "schema": { @@ -254692,7 +254744,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.

", "in": "path", "required": true, "schema": { @@ -255469,7 +255521,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.

", "in": "path", "required": true, "schema": { @@ -256235,7 +256287,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.

", "in": "path", "required": true, "schema": { @@ -261171,7 +261223,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.

", "in": "path", "required": true, "schema": { @@ -266142,7 +266194,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.

", "in": "path", "required": true, "schema": { @@ -276263,7 +276315,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.

", "in": "path", "required": true, "schema": { @@ -276448,7 +276500,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.

", "in": "path", "required": true, "schema": { @@ -276633,7 +276685,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.

", "in": "path", "required": true, "schema": { @@ -276818,7 +276870,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.

", "in": "path", "required": true, "schema": { @@ -276895,7 +276947,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.

", "in": "path", "required": true, "schema": { @@ -277063,7 +277115,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.

", "in": "path", "required": true, "schema": { @@ -277230,7 +277282,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.

", "in": "path", "required": true, "schema": { @@ -277395,7 +277447,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.

", "in": "path", "required": true, "schema": { @@ -277540,7 +277592,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.

", "in": "path", "required": true, "schema": { @@ -277706,7 +277758,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.

", "in": "path", "required": true, "schema": { @@ -277771,7 +277823,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.

", "in": "path", "required": true, "schema": { @@ -277946,7 +277998,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.

", "in": "path", "required": true, "schema": { @@ -278416,7 +278468,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.

", "in": "path", "required": true, "schema": { @@ -278862,7 +278914,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.

", "in": "path", "required": true, "schema": { @@ -279276,7 +279328,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.

", "in": "path", "required": true, "schema": { @@ -279723,7 +279775,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.

", "in": "path", "required": true, "schema": { @@ -279794,7 +279846,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.

", "in": "path", "required": true, "schema": { @@ -296068,7 +296120,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.

", "in": "path", "required": true, "schema": { @@ -296699,6 +296751,20 @@ "dependabot": [ "192.0.2.1" ], + "domains": { + "website": [ + "*.example.com" + ], + "codespaces": [ + "*.example.com" + ], + "copilot": [ + "*.example.com" + ], + "packages": [ + "*.example.com" + ] + }, "installed_version": "3.7.0" }, "schema": { @@ -296905,7 +296971,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.

", "in": "path", "required": true, "schema": { @@ -296987,7 +297053,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.

", "in": "path", "required": true, "schema": { @@ -297108,7 +297174,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.

", "in": "path", "required": true, "schema": { @@ -297422,7 +297488,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.

", "in": "path", "required": true, "schema": { @@ -297614,7 +297680,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.

", "in": "path", "required": true, "schema": { @@ -326605,7 +326671,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.

", "in": "path", "required": true, "schema": { @@ -326871,7 +326937,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.

", "in": "path", "required": true, "schema": { @@ -327183,7 +327249,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.

", "in": "path", "required": true, "schema": { @@ -327305,7 +327371,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.

", "in": "path", "required": true, "schema": { @@ -327372,7 +327438,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.

", "in": "path", "required": true, "schema": { @@ -327702,7 +327768,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.

", "in": "path", "required": true, "schema": { @@ -327786,7 +327852,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.

", "in": "path", "required": true, "schema": { @@ -328093,7 +328159,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.

", "in": "path", "required": true, "schema": { @@ -328410,7 +328476,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.

", "in": "path", "required": true, "schema": { @@ -330258,7 +330324,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.

", "in": "path", "required": true, "schema": { @@ -330694,7 +330760,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.

", "in": "path", "required": true, "schema": { @@ -335071,7 +335137,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.

", "in": "path", "required": true, "schema": { @@ -340827,7 +340893,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.

", "in": "path", "required": true, "schema": { @@ -344688,7 +344754,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.

", "in": "path", "required": true, "schema": { @@ -348515,7 +348581,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.

", "in": "path", "required": true, "schema": { @@ -352376,7 +352442,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.

", "in": "path", "required": true, "schema": { @@ -353223,7 +353289,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.

", "in": "path", "required": true, "schema": { @@ -353432,7 +353498,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.

", "in": "path", "required": true, "schema": { @@ -353501,7 +353567,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.

", "in": "path", "required": true, "schema": { @@ -353648,7 +353714,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.

", "in": "path", "required": true, "schema": { @@ -353750,7 +353816,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.

", "in": "path", "required": true, "schema": { @@ -354423,7 +354489,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.

", "in": "path", "required": true, "schema": { @@ -355050,7 +355116,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.

", "in": "path", "required": true, "schema": { @@ -355685,7 +355751,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.

", "in": "path", "required": true, "schema": { @@ -355754,7 +355820,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.

", "in": "path", "required": true, "schema": { @@ -356437,7 +356503,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.

", "in": "path", "required": true, "schema": { @@ -357145,7 +357211,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.

", "in": "path", "required": true, "schema": { @@ -357796,7 +357862,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.

", "in": "path", "required": true, "schema": { @@ -358280,7 +358346,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.

", "in": "path", "required": true, "schema": { @@ -364024,7 +364090,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.

", "in": "path", "required": true, "schema": { @@ -369723,7 +369789,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.

", "in": "path", "required": true, "schema": { @@ -370147,7 +370213,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.

", "in": "path", "required": true, "schema": { @@ -370638,7 +370704,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.

", "in": "path", "required": true, "schema": { @@ -371053,7 +371119,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.

", "in": "path", "required": true, "schema": { @@ -371480,7 +371546,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.

", "in": "path", "required": true, "schema": { @@ -371899,7 +371965,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.

", "in": "path", "required": true, "schema": { @@ -372532,7 +372598,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.

", "in": "path", "required": true, "schema": { @@ -372973,7 +373039,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.

", "in": "path", "required": true, "schema": { @@ -373546,6 +373612,30 @@ "used" ] }, + "code_search": { + "title": "Rate Limit", + "type": "object", + "properties": { + "limit": { + "type": "integer" + }, + "remaining": { + "type": "integer" + }, + "reset": { + "type": "integer" + }, + "used": { + "type": "integer" + } + }, + "required": [ + "limit", + "remaining", + "reset", + "used" + ] + }, "source_import": { "title": "Rate Limit", "type": "object", @@ -375832,7 +375922,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.

", "in": "path", "required": true, "schema": { @@ -376188,7 +376278,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.

", "in": "path", "required": true, "schema": { @@ -376793,7 +376883,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.

", "in": "path", "required": true, "schema": { @@ -376868,7 +376958,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.

", "in": "path", "required": true, "schema": { @@ -377224,7 +377314,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.

", "in": "path", "required": true, "schema": { @@ -377829,7 +377919,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.

", "in": "path", "required": true, "schema": { @@ -377904,7 +377994,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.

", "in": "path", "required": true, "schema": { @@ -378264,7 +378354,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.

", "in": "path", "required": true, "schema": { @@ -378869,7 +378959,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.

", "in": "path", "required": true, "schema": { @@ -378944,7 +379034,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.

", "in": "path", "required": true, "schema": { @@ -379300,7 +379390,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.

", "in": "path", "required": true, "schema": { @@ -379905,7 +379995,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.

", "in": "path", "required": true, "schema": { @@ -379980,7 +380070,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.

", "in": "path", "required": true, "schema": { @@ -380334,7 +380424,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.

", "in": "path", "required": true, "schema": { @@ -380937,7 +381027,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.

", "in": "path", "required": true, "schema": { @@ -382364,7 +382454,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.

", "in": "path", "required": true, "schema": { @@ -383097,7 +383187,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.

", "in": "path", "required": true, "schema": { @@ -383865,7 +383955,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.

", "in": "path", "required": true, "schema": { @@ -383984,7 +384074,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.

", "in": "path", "required": true, "schema": { @@ -384691,7 +384781,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.

", "in": "path", "required": true, "schema": { @@ -385413,7 +385503,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.

", "in": "path", "required": true, "schema": { @@ -386110,8 +386200,8 @@ "description": "

Note: This returns an upload_url key corresponding to the endpoint for uploading release assets. This key is a hypermedia resource.

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

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.

", "in": "path", "required": true, "schema": { @@ -386897,7 +386987,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.

", "in": "path", "required": true, "schema": { @@ -386964,7 +387054,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.

", "in": "path", "required": true, "schema": { @@ -387314,7 +387404,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.

", "in": "path", "required": true, "schema": { @@ -387680,7 +387770,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.

", "in": "path", "required": true, "schema": { @@ -387745,7 +387835,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.

", "in": "path", "required": true, "schema": { @@ -388110,7 +388200,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.

", "in": "path", "required": true, "schema": { @@ -391328,7 +391418,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.

", "in": "path", "required": true, "schema": { @@ -397507,7 +397597,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.

", "in": "path", "required": true, "schema": { @@ -403914,7 +404004,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.

", "in": "path", "required": true, "schema": { @@ -403981,7 +404071,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.

", "in": "path", "required": true, "schema": { @@ -404149,7 +404239,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.

", "in": "path", "required": true, "schema": { @@ -404355,7 +404445,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.

", "in": "path", "required": true, "schema": { @@ -404436,7 +404526,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.

", "in": "path", "required": true, "schema": { @@ -404504,7 +404594,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.

", "in": "path", "required": true, "schema": { @@ -404654,7 +404744,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.

", "in": "path", "required": true, "schema": { @@ -404796,7 +404886,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.

", "in": "path", "required": true, "schema": { @@ -405093,7 +405183,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.

", "in": "path", "required": true, "schema": { @@ -405195,7 +405285,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.

", "in": "path", "required": true, "schema": { @@ -405300,7 +405390,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.

", "in": "path", "required": true, "schema": { @@ -413612,7 +413702,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.

", "in": "path", "required": true, "schema": { @@ -413728,7 +413818,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.

", "in": "path", "required": true, "schema": { @@ -413862,7 +413952,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.

", "in": "path", "required": true, "schema": { @@ -413978,7 +414068,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.

", "in": "path", "required": true, "schema": { @@ -414049,7 +414139,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.

", "in": "path", "required": true, "schema": { @@ -416344,7 +416434,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.

", "in": "path", "required": true, "schema": { @@ -416962,7 +417052,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.

", "in": "path", "required": true, "schema": { @@ -417307,7 +417397,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.

", "in": "path", "required": true, "schema": { @@ -417508,7 +417598,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.

", "in": "path", "required": true, "schema": { @@ -417720,7 +417810,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.

", "in": "path", "required": true, "schema": { @@ -417786,7 +417876,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.

", "in": "path", "required": true, "schema": { @@ -417854,7 +417944,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.

", "in": "path", "required": true, "schema": { @@ -418857,7 +418947,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.

", "in": "path", "required": true, "schema": { @@ -425058,7 +425148,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.

", "in": "path", "required": true, "schema": { @@ -425122,7 +425212,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.

", "in": "path", "required": true, "schema": { @@ -425179,7 +425269,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.

", "in": "path", "required": true, "schema": { @@ -425292,7 +425382,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.

", "in": "path", "required": true, "schema": { @@ -425411,7 +425501,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.

", "in": "path", "required": true, "schema": { @@ -433009,7 +433099,7 @@ } ], "previews": [], - "descriptionHTML": "

Find users via various criteria. This method returns up to 100 results per page.

\n

When 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.

\n

For example, if you're looking for a list of popular users, you might try this query:

\n

q=tom+repos:%3E42+followers:%3E1000

\n

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.

", + "descriptionHTML": "

Find users via various criteria. This method returns up to 100 results per page.

\n

When 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.

\n

For example, if you're looking for a list of popular users, you might try this query:

\n

q=tom+repos:%3E42+followers:%3E1000

\n

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.

\n

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.

", "in": "path", "required": true, "schema": { @@ -436402,7 +436492,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.

", "in": "path", "required": true, "schema": { @@ -436933,7 +437023,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.

", "in": "path", "required": true, "schema": { @@ -437516,7 +437606,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.

", "in": "path", "required": true, "schema": { @@ -442950,7 +443040,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.

", "in": "path", "required": true, "schema": { @@ -445646,7 +445736,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.

", "in": "path", "required": true, "schema": { @@ -445733,7 +445823,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.

", "in": "path", "required": true, "schema": { @@ -450167,7 +450257,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.

", "in": "path", "required": true, "schema": { @@ -452853,7 +452943,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.

", "in": "path", "required": true, "schema": { @@ -452942,7 +453032,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.

", "in": "path", "required": true, "schema": { @@ -471184,7 +471274,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.

", "in": "path", "required": true, "schema": { @@ -471299,7 +471389,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.

", "in": "path", "required": true, "schema": { @@ -471446,7 +471536,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.

", "in": "path", "required": true, "schema": { @@ -471685,7 +471775,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.

", "in": "path", "required": true, "schema": { @@ -471978,7 +472068,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.

", "in": "path", "required": true, "schema": { @@ -472068,7 +472158,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.

", "in": "path", "required": true, "schema": { @@ -472381,7 +472471,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.

", "in": "path", "required": true, "schema": { @@ -472754,7 +472844,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.

", "in": "path", "required": true, "schema": { @@ -473054,7 +473144,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.

", "in": "path", "required": true, "schema": { @@ -473433,7 +473523,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.

", "in": "path", "required": true, "schema": { @@ -473502,7 +473592,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.

", "in": "path", "required": true, "schema": { @@ -473571,7 +473661,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.

", "in": "path", "required": true, "schema": { diff --git a/src/rest/data/ghes-3.8/schema.json b/src/rest/data/ghes-3.8/schema.json index 9d0a00c1d7..0dfa3d685d 100644 --- a/src/rest/data/ghes-3.8/schema.json +++ b/src/rest/data/ghes-3.8/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.

", "in": "path", "required": true, "schema": { @@ -281,7 +281,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.

", "in": "path", "required": true, "schema": { @@ -486,7 +486,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.

", "in": "path", "required": true, "schema": { @@ -551,7 +551,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.

", "in": "path", "required": true, "schema": { @@ -630,7 +630,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.

", "in": "path", "required": true, "schema": { @@ -1289,7 +1289,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.

", "in": "path", "required": true, "schema": { @@ -1383,7 +1383,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.

", "in": "path", "required": true, "schema": { @@ -1459,7 +1459,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.

", "in": "path", "required": true, "schema": { @@ -1526,7 +1526,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.

", "in": "path", "required": true, "schema": { @@ -1732,7 +1732,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.

", "in": "path", "required": true, "schema": { @@ -1891,7 +1891,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.

", "in": "path", "required": true, "schema": { @@ -2104,7 +2104,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.

", "in": "path", "required": true, "schema": { @@ -2196,7 +2196,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.

", "in": "path", "required": true, "schema": { @@ -5393,7 +5393,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.

", "in": "path", "required": true, "schema": { @@ -5479,7 +5479,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.

", "in": "path", "required": true, "schema": { @@ -5558,7 +5558,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.

", "in": "path", "required": true, "schema": { @@ -5635,7 +5635,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.

", "in": "path", "required": true, "schema": { @@ -5708,7 +5708,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.

", "in": "path", "required": true, "schema": { @@ -5792,7 +5792,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.

", "in": "path", "required": true, "schema": { @@ -5871,7 +5871,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.

", "in": "path", "required": true, "schema": { @@ -5952,7 +5952,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.

", "in": "path", "required": true, "schema": { @@ -12121,7 +12121,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.

", "in": "path", "required": true, "schema": { @@ -13176,7 +13176,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.

", "in": "path", "required": true, "schema": { @@ -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.

", "in": "path", "required": true, "schema": { @@ -16038,7 +16038,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.

", "in": "path", "required": true, "schema": { @@ -16147,7 +16147,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.

", "in": "path", "required": true, "schema": { @@ -16245,7 +16245,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.

", "in": "path", "required": true, "schema": { @@ -16362,7 +16362,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.

", "in": "path", "required": true, "schema": { @@ -29790,7 +29790,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.

", "in": "path", "required": true, "schema": { @@ -30019,7 +30019,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.

", "in": "path", "required": true, "schema": { @@ -30152,7 +30152,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.

", "in": "path", "required": true, "schema": { @@ -31737,7 +31737,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.

", "in": "path", "required": true, "schema": { @@ -33322,7 +33322,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.

", "in": "path", "required": true, "schema": { @@ -33499,7 +33499,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.

", "in": "path", "required": true, "schema": { @@ -33564,7 +33564,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.

", "in": "path", "required": true, "schema": { @@ -33700,7 +33700,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.

", "in": "path", "required": true, "schema": { @@ -33855,7 +33855,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.

", "in": "path", "required": true, "schema": { @@ -34010,7 +34010,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.

", "in": "path", "required": true, "schema": { @@ -34141,7 +34141,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.

", "in": "path", "required": true, "schema": { @@ -35998,7 +35998,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.

", "in": "path", "required": true, "schema": { @@ -36146,7 +36146,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.

", "in": "path", "required": true, "schema": { @@ -36230,7 +36230,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.

", "in": "path", "required": true, "schema": { @@ -36344,7 +36344,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.

", "in": "path", "required": true, "schema": { @@ -36427,7 +36427,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.

", "in": "path", "required": true, "schema": { @@ -36988,7 +36988,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.

", "in": "path", "required": true, "schema": { @@ -37454,7 +37454,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.

", "in": "path", "required": true, "schema": { @@ -37519,7 +37519,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.

", "in": "path", "required": true, "schema": { @@ -38037,7 +38037,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.

", "in": "path", "required": true, "schema": { @@ -38557,7 +38557,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.

", "in": "path", "required": true, "schema": { @@ -38645,7 +38645,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.

", "in": "path", "required": true, "schema": { @@ -41424,7 +41424,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.

", "in": "path", "required": true, "schema": { @@ -44193,7 +44193,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.

", "in": "path", "required": true, "schema": { @@ -46874,7 +46874,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.

", "in": "path", "required": true, "schema": { @@ -46939,7 +46939,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.

", "in": "path", "required": true, "schema": { @@ -47295,7 +47295,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.

", "in": "path", "required": true, "schema": { @@ -49986,7 +49986,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.

", "in": "path", "required": true, "schema": { @@ -50061,7 +50061,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.

", "in": "path", "required": true, "schema": { @@ -50139,7 +50139,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.

", "in": "path", "required": true, "schema": { @@ -50204,7 +50204,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.

", "in": "path", "required": true, "schema": { @@ -50277,7 +50277,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.

", "in": "path", "required": true, "schema": { @@ -50863,7 +50863,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.

", "in": "path", "required": true, "schema": { @@ -51644,7 +51644,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.

", "in": "path", "required": true, "schema": { @@ -51728,7 +51728,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.

", "in": "path", "required": true, "schema": { @@ -51812,7 +51812,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.

", "in": "path", "required": true, "schema": { @@ -54600,7 +54600,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.

", "in": "path", "required": true, "schema": { @@ -54813,7 +54813,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.

", "in": "path", "required": true, "schema": { @@ -54993,7 +54993,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.

", "in": "path", "required": true, "schema": { @@ -55065,7 +55065,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.

", "in": "path", "required": true, "schema": { @@ -55159,7 +55159,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.

", "in": "path", "required": true, "schema": { @@ -59269,7 +59269,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.

", "in": "path", "required": true, "schema": { @@ -67363,7 +67363,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.

", "in": "path", "required": true, "schema": { @@ -94468,7 +94468,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.

", "in": "path", "required": true, "schema": { @@ -95529,7 +95529,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.

", "in": "path", "required": true, "schema": { @@ -95616,7 +95616,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.

", "in": "path", "required": true, "schema": { @@ -99781,7 +99781,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.

", "in": "path", "required": true, "schema": { @@ -99852,7 +99852,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.

", "in": "path", "required": true, "schema": { @@ -99923,7 +99923,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.

", "in": "path", "required": true, "schema": { @@ -103176,7 +103176,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.

", "in": "path", "required": true, "schema": { @@ -103436,7 +103436,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.

", "in": "path", "required": true, "schema": { @@ -103561,7 +103561,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.

", "in": "path", "required": true, "schema": { @@ -103696,7 +103696,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.

", "in": "path", "required": true, "schema": { @@ -105969,14 +105969,12 @@ "slug": "octoapp", "node_id": "MDExOkludGVncmF0aW9uMQ==", "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}", @@ -105984,9 +105982,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 }, "name": "Octocat App", "description": "", @@ -113054,14 +113054,12 @@ "slug": "octoapp", "node_id": "MDExOkludGVncmF0aW9uMQ==", "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}", @@ -113069,9 +113067,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 }, "name": "Octocat App", "description": "", @@ -114393,7 +114393,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.

", "in": "path", "required": true, "schema": { @@ -123669,7 +123669,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.

", "in": "path", "required": true, "schema": { @@ -125778,7 +125778,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.

", "in": "path", "required": true, "schema": { @@ -128648,7 +128648,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.

", "in": "path", "required": true, "schema": { @@ -131533,7 +131533,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.

", "in": "path", "required": true, "schema": { @@ -131635,7 +131635,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.

", "in": "path", "required": true, "schema": { @@ -132515,7 +132515,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.

", "in": "path", "required": true, "schema": { @@ -134748,7 +134748,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.

", "in": "path", "required": true, "schema": { @@ -137095,7 +137095,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.

", "in": "path", "required": true, "schema": { @@ -137165,7 +137165,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.

", "in": "path", "required": true, "schema": { @@ -137260,7 +137260,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.

", "in": "path", "required": true, "schema": { @@ -137355,7 +137355,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.

", "in": "path", "required": true, "schema": { @@ -137425,7 +137425,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.

", "in": "path", "required": true, "schema": { @@ -139050,7 +139050,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.

", "in": "path", "required": true, "schema": { @@ -140780,7 +140780,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.

", "in": "path", "required": true, "schema": { @@ -140850,7 +140850,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.

", "in": "path", "required": true, "schema": { @@ -140949,7 +140949,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.

", "in": "path", "required": true, "schema": { @@ -141048,7 +141048,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.

", "in": "path", "required": true, "schema": { @@ -141118,7 +141118,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.

", "in": "path", "required": true, "schema": { @@ -141264,7 +141264,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.

", "in": "path", "required": true, "schema": { @@ -141453,7 +141453,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.

", "in": "path", "required": true, "schema": { @@ -141519,7 +141519,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.

", "in": "path", "required": true, "schema": { @@ -141599,7 +141599,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.

", "in": "path", "required": true, "schema": { @@ -141699,7 +141699,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.

", "in": "path", "required": true, "schema": { @@ -141793,7 +141793,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.

", "in": "path", "required": true, "schema": { @@ -141887,7 +141887,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.

", "in": "path", "required": true, "schema": { @@ -142348,7 +142348,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.

", "in": "path", "required": true, "schema": { @@ -142414,7 +142414,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.

", "in": "path", "required": true, "schema": { @@ -142856,7 +142856,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.

", "in": "path", "required": true, "schema": { @@ -143312,7 +143312,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.

", "in": "path", "required": true, "schema": { @@ -143768,7 +143768,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.

", "in": "path", "required": true, "schema": { @@ -144224,7 +144224,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.

", "in": "path", "required": true, "schema": { @@ -144514,7 +144514,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.

", "in": "path", "required": true, "schema": { @@ -144814,7 +144814,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.

", "in": "path", "required": true, "schema": { @@ -145114,7 +145114,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.

", "in": "path", "required": true, "schema": { @@ -145414,7 +145414,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.

", "in": "path", "required": true, "schema": { @@ -145671,7 +145671,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.

", "in": "path", "required": true, "schema": { @@ -145942,7 +145942,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.

", "in": "path", "required": true, "schema": { @@ -146213,7 +146213,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.

", "in": "path", "required": true, "schema": { @@ -146488,7 +146488,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.

", "in": "path", "required": true, "schema": { @@ -149116,7 +149116,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.

", "in": "path", "required": true, "schema": { @@ -150328,7 +150328,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.

", "in": "path", "required": true, "schema": { @@ -151773,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.

", "in": "path", "required": true, "schema": { @@ -151968,7 +151968,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.

", "in": "path", "required": true, "schema": { @@ -152054,7 +152054,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.

", "in": "path", "required": true, "schema": { @@ -153341,7 +153341,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.

", "in": "path", "required": true, "schema": { @@ -154640,7 +154640,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.

", "in": "path", "required": true, "schema": { @@ -158252,7 +158252,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.

", "in": "path", "required": true, "schema": { @@ -159402,7 +159402,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.

", "in": "path", "required": true, "schema": { @@ -161228,7 +161228,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.

", "in": "path", "required": true, "schema": { @@ -161302,7 +161302,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.

", "in": "path", "required": true, "schema": { @@ -165901,7 +165901,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.

", "in": "path", "required": true, "schema": { @@ -166629,7 +166629,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.

", "in": "path", "required": true, "schema": { @@ -167239,7 +167239,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.

", "in": "path", "required": true, "schema": { @@ -167881,7 +167881,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.

", "in": "path", "required": true, "schema": { @@ -168122,7 +168122,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.

", "in": "path", "required": true, "schema": { @@ -168442,7 +168442,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.

", "in": "path", "required": true, "schema": { @@ -168724,7 +168724,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.

", "in": "path", "required": true, "schema": { @@ -168851,7 +168851,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.

", "in": "path", "required": true, "schema": { @@ -168995,7 +168995,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.

", "in": "path", "required": true, "schema": { @@ -169324,7 +169324,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.

", "in": "path", "required": true, "schema": { @@ -169652,7 +169652,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.

", "in": "path", "required": true, "schema": { @@ -169721,7 +169721,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.

", "in": "path", "required": true, "schema": { @@ -171120,7 +171120,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.

", "in": "path", "required": true, "schema": { @@ -171153,16 +171153,24 @@ }, "response": { "statusCode": "204", - "description": "

Response

" + "description": "

No Content when collaborator was removed from the repository.

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

Removes a collaborator from a repository.

\n

To use this endpoint, the authenticated user must either be an administrator of the repository or target themselves for removal.

\n

This endpoint also:

\n\n

Removing a user as a collaborator has the following effects on forks:

\n\n

Note: A user can still have access to the repository through organization permissions like base repository permissions.

\n

Although the API responds immediately, the additional permission updates might take some extra time to complete in the background.

\n

For 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.

", "in": "path", "required": true, "schema": { @@ -171495,7 +171503,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.

", "in": "path", "required": true, "schema": { @@ -172883,7 +172891,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.

", "in": "path", "required": true, "schema": { @@ -174277,7 +174285,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.

", "in": "path", "required": true, "schema": { @@ -175850,7 +175858,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.

", "in": "path", "required": true, "schema": { @@ -176759,7 +176767,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.

", "in": "path", "required": true, "schema": { @@ -176876,7 +176884,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.

", "in": "path", "required": true, "schema": { @@ -182573,7 +182581,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.

", "in": "path", "required": true, "schema": { @@ -183449,7 +183457,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.

", "in": "path", "required": true, "schema": { @@ -186037,7 +186045,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.

", "in": "path", "required": true, "schema": { @@ -186453,7 +186461,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.

", "in": "path", "required": true, "schema": { @@ -186860,7 +186868,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.

", "in": "path", "required": true, "schema": { @@ -187279,7 +187287,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.

", "in": "path", "required": true, "schema": { @@ -187348,7 +187356,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.

", "in": "path", "required": true, "schema": { @@ -187775,7 +187783,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.

", "in": "path", "required": true, "schema": { @@ -188222,7 +188230,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.

", "in": "path", "required": true, "schema": { @@ -189307,7 +189315,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.

", "in": "path", "required": true, "schema": { @@ -189660,7 +189668,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.

", "in": "path", "required": true, "schema": { @@ -193548,7 +193556,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.

", "in": "path", "required": true, "schema": { @@ -194660,7 +194668,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.

", "in": "path", "required": true, "schema": { @@ -195509,7 +195517,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.

", "in": "path", "required": true, "schema": { @@ -196370,7 +196378,7 @@ } ], "previews": [], - "descriptionHTML": "

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.

", + "descriptionHTML": "

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.

\n

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.

", "in": "path", "required": true, "schema": { @@ -198228,7 +198236,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.

", "in": "path", "required": true, "schema": { @@ -198313,7 +198321,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.

", "in": "path", "required": true, "schema": { @@ -198411,7 +198419,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.

", "in": "path", "required": true, "schema": { @@ -198528,7 +198536,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.

", "in": "path", "required": true, "schema": { @@ -198597,7 +198605,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.

", "in": "path", "required": true, "schema": { @@ -198850,7 +198858,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.

", "in": "path", "required": true, "schema": { @@ -199157,7 +199165,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.

", "in": "path", "required": true, "schema": { @@ -199296,7 +199304,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.

", "in": "path", "required": true, "schema": { @@ -199442,7 +199450,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.

", "in": "path", "required": true, "schema": { @@ -199572,7 +199580,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.

", "in": "path", "required": true, "schema": { @@ -199641,7 +199649,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.

", "in": "path", "required": true, "schema": { @@ -200439,7 +200447,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.

", "in": "path", "required": true, "schema": { @@ -201250,7 +201258,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.

", "in": "path", "required": true, "schema": { @@ -201996,7 +202004,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.

", "in": "path", "required": true, "schema": { @@ -202071,7 +202079,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.

", "in": "path", "required": true, "schema": { @@ -202216,7 +202224,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.

", "in": "path", "required": true, "schema": { @@ -202387,7 +202395,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.

", "in": "path", "required": true, "schema": { @@ -202495,7 +202503,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.

", "in": "path", "required": true, "schema": { @@ -202615,7 +202623,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.

", "in": "path", "required": true, "schema": { @@ -202692,7 +202700,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.

", "in": "path", "required": true, "schema": { @@ -203428,7 +203436,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.

", "in": "path", "required": true, "schema": { @@ -204136,7 +204144,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.

", "in": "path", "required": true, "schema": { @@ -204915,7 +204923,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.

", "in": "path", "required": true, "schema": { @@ -204982,7 +204990,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.

", "in": "path", "required": true, "schema": { @@ -205737,7 +205745,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.

", "in": "path", "required": true, "schema": { @@ -206538,7 +206546,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.

", "in": "path", "required": true, "schema": { @@ -212571,6 +212579,10 @@ { "httpStatusCode": "200", "description": "

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.

", "in": "path", "required": true, "schema": { @@ -216166,7 +216218,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.

", "in": "path", "required": true, "schema": { @@ -216255,7 +216307,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.

", "in": "path", "required": true, "schema": { @@ -216360,7 +216412,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.

", "in": "path", "required": true, "schema": { @@ -239195,7 +239247,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.

", "in": "path", "required": true, "schema": { @@ -239308,7 +239360,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.

", "in": "path", "required": true, "schema": { @@ -239436,7 +239488,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.

", "in": "path", "required": true, "schema": { @@ -239810,7 +239862,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.

", "in": "path", "required": true, "schema": { @@ -240104,7 +240156,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.

", "in": "path", "required": true, "schema": { @@ -240245,7 +240297,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.

", "in": "path", "required": true, "schema": { @@ -240375,7 +240427,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.

", "in": "path", "required": true, "schema": { @@ -240514,7 +240566,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.

", "in": "path", "required": true, "schema": { @@ -240665,7 +240717,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.

", "in": "path", "required": true, "schema": { @@ -240737,7 +240789,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.

", "in": "path", "required": true, "schema": { @@ -241010,7 +241062,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.

", "in": "path", "required": true, "schema": { @@ -241224,7 +241276,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.

", "in": "path", "required": true, "schema": { @@ -241478,7 +241530,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.

", "in": "path", "required": true, "schema": { @@ -249031,7 +249083,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.

", "in": "path", "required": true, "schema": { @@ -252478,7 +252530,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.

", "in": "path", "required": true, "schema": { @@ -255865,7 +255917,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.

", "in": "path", "required": true, "schema": { @@ -259204,7 +259256,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.

", "in": "path", "required": true, "schema": { @@ -262623,7 +262675,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.

", "in": "path", "required": true, "schema": { @@ -262721,7 +262773,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.

", "in": "path", "required": true, "schema": { @@ -266301,7 +266353,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.

", "in": "path", "required": true, "schema": { @@ -266565,7 +266617,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.

", "in": "path", "required": true, "schema": { @@ -266634,7 +266686,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.

", "in": "path", "required": true, "schema": { @@ -269971,7 +270023,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.

", "in": "path", "required": true, "schema": { @@ -273308,7 +273360,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.

", "in": "path", "required": true, "schema": { @@ -273389,7 +273441,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.

", "in": "path", "required": true, "schema": { @@ -274183,7 +274235,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.

", "in": "path", "required": true, "schema": { @@ -274923,7 +274975,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.

", "in": "path", "required": true, "schema": { @@ -275675,7 +275727,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.

", "in": "path", "required": true, "schema": { @@ -275740,7 +275792,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.

", "in": "path", "required": true, "schema": { @@ -276517,7 +276569,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.

", "in": "path", "required": true, "schema": { @@ -277283,7 +277335,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.

", "in": "path", "required": true, "schema": { @@ -282219,7 +282271,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.

", "in": "path", "required": true, "schema": { @@ -287190,7 +287242,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.

", "in": "path", "required": true, "schema": { @@ -297311,7 +297363,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.

", "in": "path", "required": true, "schema": { @@ -297496,7 +297548,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.

", "in": "path", "required": true, "schema": { @@ -297681,7 +297733,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.

", "in": "path", "required": true, "schema": { @@ -297866,7 +297918,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.

", "in": "path", "required": true, "schema": { @@ -297943,7 +297995,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.

", "in": "path", "required": true, "schema": { @@ -298111,7 +298163,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.

", "in": "path", "required": true, "schema": { @@ -298278,7 +298330,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.

", "in": "path", "required": true, "schema": { @@ -298443,7 +298495,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.

", "in": "path", "required": true, "schema": { @@ -298588,7 +298640,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.

", "in": "path", "required": true, "schema": { @@ -298754,7 +298806,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.

", "in": "path", "required": true, "schema": { @@ -298819,7 +298871,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.

", "in": "path", "required": true, "schema": { @@ -298994,7 +299046,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.

", "in": "path", "required": true, "schema": { @@ -299464,7 +299516,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.

", "in": "path", "required": true, "schema": { @@ -299910,7 +299962,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.

", "in": "path", "required": true, "schema": { @@ -300324,7 +300376,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.

", "in": "path", "required": true, "schema": { @@ -300771,7 +300823,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.

", "in": "path", "required": true, "schema": { @@ -300842,7 +300894,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.

", "in": "path", "required": true, "schema": { @@ -317116,7 +317168,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.

", "in": "path", "required": true, "schema": { @@ -317747,6 +317799,20 @@ "dependabot": [ "192.0.2.1" ], + "domains": { + "website": [ + "*.example.com" + ], + "codespaces": [ + "*.example.com" + ], + "copilot": [ + "*.example.com" + ], + "packages": [ + "*.example.com" + ] + }, "installed_version": "3.8.0" }, "schema": { @@ -317953,7 +318019,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.

", "in": "path", "required": true, "schema": { @@ -318035,7 +318101,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.

", "in": "path", "required": true, "schema": { @@ -318156,7 +318222,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.

", "in": "path", "required": true, "schema": { @@ -318470,7 +318536,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.

", "in": "path", "required": true, "schema": { @@ -318662,7 +318728,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.

", "in": "path", "required": true, "schema": { @@ -347797,7 +347863,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.

", "in": "path", "required": true, "schema": { @@ -348063,7 +348129,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.

", "in": "path", "required": true, "schema": { @@ -348375,7 +348441,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.

", "in": "path", "required": true, "schema": { @@ -348497,7 +348563,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.

", "in": "path", "required": true, "schema": { @@ -348564,7 +348630,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.

", "in": "path", "required": true, "schema": { @@ -348894,7 +348960,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.

", "in": "path", "required": true, "schema": { @@ -348978,7 +349044,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.

", "in": "path", "required": true, "schema": { @@ -349285,7 +349351,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.

", "in": "path", "required": true, "schema": { @@ -349602,7 +349668,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.

", "in": "path", "required": true, "schema": { @@ -351450,7 +351516,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.

", "in": "path", "required": true, "schema": { @@ -351886,7 +351952,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.

", "in": "path", "required": true, "schema": { @@ -356263,7 +356329,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.

", "in": "path", "required": true, "schema": { @@ -362019,7 +362085,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.

", "in": "path", "required": true, "schema": { @@ -365886,7 +365952,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.

", "in": "path", "required": true, "schema": { @@ -369713,7 +369779,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.

", "in": "path", "required": true, "schema": { @@ -373574,7 +373640,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.

", "in": "path", "required": true, "schema": { @@ -374421,7 +374487,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.

", "in": "path", "required": true, "schema": { @@ -374630,7 +374696,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.

", "in": "path", "required": true, "schema": { @@ -374699,7 +374765,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.

", "in": "path", "required": true, "schema": { @@ -374846,7 +374912,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.

", "in": "path", "required": true, "schema": { @@ -374948,7 +375014,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.

", "in": "path", "required": true, "schema": { @@ -375621,7 +375687,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.

", "in": "path", "required": true, "schema": { @@ -376248,7 +376314,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.

", "in": "path", "required": true, "schema": { @@ -376883,7 +376949,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.

", "in": "path", "required": true, "schema": { @@ -376952,7 +377018,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.

", "in": "path", "required": true, "schema": { @@ -377635,7 +377701,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.

", "in": "path", "required": true, "schema": { @@ -378343,7 +378409,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.

", "in": "path", "required": true, "schema": { @@ -378994,7 +379060,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.

", "in": "path", "required": true, "schema": { @@ -379478,7 +379544,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.

", "in": "path", "required": true, "schema": { @@ -385222,7 +385288,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.

", "in": "path", "required": true, "schema": { @@ -390921,7 +390987,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.

", "in": "path", "required": true, "schema": { @@ -391345,7 +391411,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.

", "in": "path", "required": true, "schema": { @@ -391836,7 +391902,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.

", "in": "path", "required": true, "schema": { @@ -392251,7 +392317,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.

", "in": "path", "required": true, "schema": { @@ -392678,7 +392744,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.

", "in": "path", "required": true, "schema": { @@ -393097,7 +393163,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.

", "in": "path", "required": true, "schema": { @@ -393730,7 +393796,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.

", "in": "path", "required": true, "schema": { @@ -394171,7 +394237,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.

", "in": "path", "required": true, "schema": { @@ -394744,6 +394810,30 @@ "used" ] }, + "code_search": { + "title": "Rate Limit", + "type": "object", + "properties": { + "limit": { + "type": "integer" + }, + "remaining": { + "type": "integer" + }, + "reset": { + "type": "integer" + }, + "used": { + "type": "integer" + } + }, + "required": [ + "limit", + "remaining", + "reset", + "used" + ] + }, "source_import": { "title": "Rate Limit", "type": "object", @@ -397030,7 +397120,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.

", "in": "path", "required": true, "schema": { @@ -397386,7 +397476,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.

", "in": "path", "required": true, "schema": { @@ -397991,7 +398081,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.

", "in": "path", "required": true, "schema": { @@ -398066,7 +398156,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.

", "in": "path", "required": true, "schema": { @@ -398422,7 +398512,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.

", "in": "path", "required": true, "schema": { @@ -399027,7 +399117,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.

", "in": "path", "required": true, "schema": { @@ -399102,7 +399192,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.

", "in": "path", "required": true, "schema": { @@ -399462,7 +399552,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.

", "in": "path", "required": true, "schema": { @@ -400067,7 +400157,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.

", "in": "path", "required": true, "schema": { @@ -400142,7 +400232,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.

", "in": "path", "required": true, "schema": { @@ -400498,7 +400588,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.

", "in": "path", "required": true, "schema": { @@ -401103,7 +401193,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.

", "in": "path", "required": true, "schema": { @@ -401178,7 +401268,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.

", "in": "path", "required": true, "schema": { @@ -401532,7 +401622,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.

", "in": "path", "required": true, "schema": { @@ -402135,7 +402225,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.

", "in": "path", "required": true, "schema": { @@ -403562,7 +403652,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.

", "in": "path", "required": true, "schema": { @@ -404295,7 +404385,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.

", "in": "path", "required": true, "schema": { @@ -405075,7 +405165,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.

", "in": "path", "required": true, "schema": { @@ -405194,7 +405284,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.

", "in": "path", "required": true, "schema": { @@ -405901,7 +405991,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.

", "in": "path", "required": true, "schema": { @@ -406623,7 +406713,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.

", "in": "path", "required": true, "schema": { @@ -407320,8 +407410,8 @@ "description": "

Note: This returns an upload_url key corresponding to the endpoint for uploading release assets. This key is a hypermedia resource.

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

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.

", "in": "path", "required": true, "schema": { @@ -408119,7 +408209,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.

", "in": "path", "required": true, "schema": { @@ -408186,7 +408276,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.

", "in": "path", "required": true, "schema": { @@ -408536,7 +408626,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.

", "in": "path", "required": true, "schema": { @@ -408902,7 +408992,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.

", "in": "path", "required": true, "schema": { @@ -408967,7 +409057,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.

", "in": "path", "required": true, "schema": { @@ -409332,7 +409422,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.

", "in": "path", "required": true, "schema": { @@ -412561,7 +412651,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.

", "in": "path", "required": true, "schema": { @@ -418740,7 +418830,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.

", "in": "path", "required": true, "schema": { @@ -425147,7 +425237,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.

", "in": "path", "required": true, "schema": { @@ -425214,7 +425304,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.

", "in": "path", "required": true, "schema": { @@ -425382,7 +425472,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.

", "in": "path", "required": true, "schema": { @@ -425588,7 +425678,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.

", "in": "path", "required": true, "schema": { @@ -425669,7 +425759,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.

", "in": "path", "required": true, "schema": { @@ -425737,7 +425827,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.

", "in": "path", "required": true, "schema": { @@ -425887,7 +425977,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.

", "in": "path", "required": true, "schema": { @@ -426029,7 +426119,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.

", "in": "path", "required": true, "schema": { @@ -426326,7 +426416,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.

", "in": "path", "required": true, "schema": { @@ -426428,7 +426518,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.

", "in": "path", "required": true, "schema": { @@ -426533,7 +426623,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.

", "in": "path", "required": true, "schema": { @@ -434856,7 +434946,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.

", "in": "path", "required": true, "schema": { @@ -434972,7 +435062,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.

", "in": "path", "required": true, "schema": { @@ -435106,7 +435196,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.

", "in": "path", "required": true, "schema": { @@ -435222,7 +435312,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.

", "in": "path", "required": true, "schema": { @@ -435293,7 +435383,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.

", "in": "path", "required": true, "schema": { @@ -437588,7 +437678,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.

", "in": "path", "required": true, "schema": { @@ -438206,7 +438296,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.

", "in": "path", "required": true, "schema": { @@ -438551,7 +438641,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.

", "in": "path", "required": true, "schema": { @@ -438752,7 +438842,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.

", "in": "path", "required": true, "schema": { @@ -438964,7 +439054,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.

", "in": "path", "required": true, "schema": { @@ -439030,7 +439120,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.

", "in": "path", "required": true, "schema": { @@ -439098,7 +439188,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.

", "in": "path", "required": true, "schema": { @@ -440101,7 +440191,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.

", "in": "path", "required": true, "schema": { @@ -446302,7 +446392,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.

", "in": "path", "required": true, "schema": { @@ -446366,7 +446456,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.

", "in": "path", "required": true, "schema": { @@ -446423,7 +446513,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.

", "in": "path", "required": true, "schema": { @@ -446536,7 +446626,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.

", "in": "path", "required": true, "schema": { @@ -446655,7 +446745,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.

", "in": "path", "required": true, "schema": { @@ -454253,7 +454343,7 @@ } ], "previews": [], - "descriptionHTML": "

Find users via various criteria. This method returns up to 100 results per page.

\n

When 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.

\n

For example, if you're looking for a list of popular users, you might try this query:

\n

q=tom+repos:%3E42+followers:%3E1000

\n

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.

", + "descriptionHTML": "

Find users via various criteria. This method returns up to 100 results per page.

\n

When 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.

\n

For example, if you're looking for a list of popular users, you might try this query:

\n

q=tom+repos:%3E42+followers:%3E1000

\n

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.

\n

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.

", "in": "path", "required": true, "schema": { @@ -457673,7 +457763,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.

", "in": "path", "required": true, "schema": { @@ -458217,7 +458307,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.

", "in": "path", "required": true, "schema": { @@ -458820,7 +458910,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.

", "in": "path", "required": true, "schema": { @@ -464309,7 +464399,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.

", "in": "path", "required": true, "schema": { @@ -467005,7 +467095,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.

", "in": "path", "required": true, "schema": { @@ -467092,7 +467182,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.

", "in": "path", "required": true, "schema": { @@ -471537,7 +471627,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.

", "in": "path", "required": true, "schema": { @@ -474223,7 +474313,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.

", "in": "path", "required": true, "schema": { @@ -474312,7 +474402,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.

", "in": "path", "required": true, "schema": { @@ -492554,7 +492644,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.

", "in": "path", "required": true, "schema": { @@ -492669,7 +492759,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.

", "in": "path", "required": true, "schema": { @@ -492816,7 +492906,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.

", "in": "path", "required": true, "schema": { @@ -493055,7 +493145,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.

", "in": "path", "required": true, "schema": { @@ -493348,7 +493438,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.

", "in": "path", "required": true, "schema": { @@ -493438,7 +493528,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.

", "in": "path", "required": true, "schema": { @@ -493751,7 +493841,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.

", "in": "path", "required": true, "schema": { @@ -494124,7 +494214,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.

", "in": "path", "required": true, "schema": { @@ -494424,7 +494514,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.

", "in": "path", "required": true, "schema": { @@ -494803,7 +494893,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.

", "in": "path", "required": true, "schema": { @@ -494872,7 +494962,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.

", "in": "path", "required": true, "schema": { @@ -494941,7 +495031,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.

", "in": "path", "required": true, "schema": { diff --git a/src/rest/data/ghes-3.9-2022-11-28/schema.json b/src/rest/data/ghes-3.9-2022-11-28/schema.json index 05f2ff7ab6..97917697b8 100644 --- a/src/rest/data/ghes-3.9-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.9-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.

", "in": "path", "required": true, "schema": { @@ -281,7 +281,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.

", "in": "path", "required": true, "schema": { @@ -486,7 +486,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.

", "in": "path", "required": true, "schema": { @@ -551,7 +551,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.

", "in": "path", "required": true, "schema": { @@ -630,7 +630,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.

", "in": "path", "required": true, "schema": { @@ -1289,7 +1289,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.

", "in": "path", "required": true, "schema": { @@ -1383,7 +1383,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.

", "in": "path", "required": true, "schema": { @@ -1459,7 +1459,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.

", "in": "path", "required": true, "schema": { @@ -1526,7 +1526,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.

", "in": "path", "required": true, "schema": { @@ -1732,7 +1732,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.

", "in": "path", "required": true, "schema": { @@ -1891,7 +1891,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.

", "in": "path", "required": true, "schema": { @@ -2104,7 +2104,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.

", "in": "path", "required": true, "schema": { @@ -2196,7 +2196,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.

", "in": "path", "required": true, "schema": { @@ -5393,7 +5393,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.

", "in": "path", "required": true, "schema": { @@ -5479,7 +5479,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.

", "in": "path", "required": true, "schema": { @@ -5558,7 +5558,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.

", "in": "path", "required": true, "schema": { @@ -5635,7 +5635,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.

", "in": "path", "required": true, "schema": { @@ -5708,7 +5708,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.

", "in": "path", "required": true, "schema": { @@ -5792,7 +5792,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.

", "in": "path", "required": true, "schema": { @@ -5871,7 +5871,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.

", "in": "path", "required": true, "schema": { @@ -5952,7 +5952,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.

", "in": "path", "required": true, "schema": { @@ -12121,7 +12121,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.

", "in": "path", "required": true, "schema": { @@ -13176,7 +13176,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.

", "in": "path", "required": true, "schema": { @@ -14671,7 +14671,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 secrets organization permission to\nuse this endpoint.

\n

Example encrypting a secret using Node.js

\n

Encrypt your secret using the libsodium-wrappers library.

\n
const 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
\n

Example encrypting a secret using Python

\n

Encrypt your secret using pynacl with Python 3.

\n
from 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
\n

Example encrypting a secret using C#

\n

Encrypt your secret using the Sodium.Core package.

\n
var 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
\n

Example encrypting a secret using Ruby

\n

Encrypt your secret using the rbnacl gem.

\n
require \"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.

\n

*Example encrypting a secret using Node.js

\n

Encrypt your secret using the libsodium-wrappers library.

\n
const 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
\n

Example encrypting a secret using Python

\n

Encrypt your secret using pynacl with Python 3.

\n
from 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
\n

Example encrypting a secret using C#

\n

Encrypt your secret using the Sodium.Core package.

\n
var 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
\n

Example encrypting a secret using Ruby

\n

Encrypt your secret using the rbnacl gem.

\n
require \"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.

", "in": "path", "required": true, "schema": { @@ -16038,7 +16038,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.

", "in": "path", "required": true, "schema": { @@ -16169,7 +16169,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.

", "in": "path", "required": true, "schema": { @@ -16278,7 +16278,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.

", "in": "path", "required": true, "schema": { @@ -16376,7 +16376,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.

", "in": "path", "required": true, "schema": { @@ -16472,7 +16472,7 @@ "description": "

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.

\n

Example encrypting a secret using Node.js

\n

Encrypt your secret using the libsodium-wrappers library.

\n
const 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
\n

Example encrypting a secret using Python

\n

Encrypt your secret using pynacl with Python 3.

\n
from 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
\n

Example encrypting a secret using C#

\n

Encrypt your secret using the Sodium.Core package.

\n
var 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
\n

Example encrypting a secret using Ruby

\n

Encrypt your secret using the rbnacl gem.

\n
require \"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.

\n

Example encrypting a secret using Node.js

\n

Encrypt your secret using the libsodium-wrappers library.

\n
const 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
\n

Example encrypting a secret using Python

\n

Encrypt your secret using pynacl with Python 3.

\n
from 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
\n

Example encrypting a secret using C#

\n

Encrypt your secret using the Sodium.Core package.

\n
var 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
\n

Example encrypting a secret using Ruby

\n

Encrypt your secret using the rbnacl gem.

\n
require \"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.

", "in": "path", "required": true, "schema": { @@ -16994,7 +16994,7 @@ "description": "

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.

\n

Example encrypting a secret using Node.js

\n

Encrypt your secret using the libsodium-wrappers library.

\n
const 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
\n

Example encrypting a secret using Python

\n

Encrypt your secret using pynacl with Python 3.

\n
from 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
\n

Example encrypting a secret using C#

\n

Encrypt your secret using the Sodium.Core package.

\n
var 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
\n

Example encrypting a secret using Ruby

\n

Encrypt your secret using the rbnacl gem.

\n
require \"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.

\n

Example encrypting a secret using Node.js

\n

Encrypt your secret using the libsodium-wrappers library.

\n
const 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
\n

Example encrypting a secret using Python

\n

Encrypt your secret using pynacl with Python 3.

\n
from 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
\n

Example encrypting a secret using C#

\n

Encrypt your secret using the Sodium.Core package.

\n
var 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
\n

Example encrypting a secret using Ruby

\n

Encrypt your secret using the rbnacl gem.

\n
require \"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.

", "in": "path", "required": true, "schema": { @@ -30150,7 +30150,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.

", "in": "path", "required": true, "schema": { @@ -30283,7 +30283,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.

", "in": "path", "required": true, "schema": { @@ -31868,7 +31868,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.

", "in": "path", "required": true, "schema": { @@ -33453,7 +33453,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.

", "in": "path", "required": true, "schema": { @@ -33630,7 +33630,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.

", "in": "path", "required": true, "schema": { @@ -33695,7 +33695,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.

", "in": "path", "required": true, "schema": { @@ -33831,7 +33831,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.

", "in": "path", "required": true, "schema": { @@ -33986,7 +33986,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.

", "in": "path", "required": true, "schema": { @@ -34141,7 +34141,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.

", "in": "path", "required": true, "schema": { @@ -34272,7 +34272,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.

", "in": "path", "required": true, "schema": { @@ -36129,7 +36129,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.

", "in": "path", "required": true, "schema": { @@ -36277,7 +36277,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.

", "in": "path", "required": true, "schema": { @@ -36425,7 +36425,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.

", "in": "path", "required": true, "schema": { @@ -36509,7 +36509,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.

", "in": "path", "required": true, "schema": { @@ -36623,7 +36623,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.

", "in": "path", "required": true, "schema": { @@ -36706,7 +36706,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.

", "in": "path", "required": true, "schema": { @@ -37267,7 +37267,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.

", "in": "path", "required": true, "schema": { @@ -37742,7 +37742,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.

", "in": "path", "required": true, "schema": { @@ -37807,7 +37807,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.

", "in": "path", "required": true, "schema": { @@ -38334,7 +38334,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.

", "in": "path", "required": true, "schema": { @@ -38863,7 +38863,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.

", "in": "path", "required": true, "schema": { @@ -38951,7 +38951,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.

", "in": "path", "required": true, "schema": { @@ -41730,7 +41730,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.

", "in": "path", "required": true, "schema": { @@ -44499,7 +44499,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.

", "in": "path", "required": true, "schema": { @@ -47180,7 +47180,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.

", "in": "path", "required": true, "schema": { @@ -47245,7 +47245,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.

", "in": "path", "required": true, "schema": { @@ -47601,7 +47601,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.

", "in": "path", "required": true, "schema": { @@ -50292,7 +50292,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.

", "in": "path", "required": true, "schema": { @@ -50367,7 +50367,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.

", "in": "path", "required": true, "schema": { @@ -50445,7 +50445,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.

", "in": "path", "required": true, "schema": { @@ -50510,7 +50510,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.

", "in": "path", "required": true, "schema": { @@ -50583,7 +50583,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.

", "in": "path", "required": true, "schema": { @@ -51169,7 +51169,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.

", "in": "path", "required": true, "schema": { @@ -51950,7 +51950,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.

", "in": "path", "required": true, "schema": { @@ -52034,7 +52034,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.

", "in": "path", "required": true, "schema": { @@ -52118,7 +52118,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.

", "in": "path", "required": true, "schema": { @@ -54906,7 +54906,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.

", "in": "path", "required": true, "schema": { @@ -55119,7 +55119,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.

", "in": "path", "required": true, "schema": { @@ -55299,7 +55299,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.

", "in": "path", "required": true, "schema": { @@ -55371,7 +55371,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.

", "in": "path", "required": true, "schema": { @@ -55465,7 +55465,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.

", "in": "path", "required": true, "schema": { @@ -59575,7 +59575,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.

", "in": "path", "required": true, "schema": { @@ -67669,7 +67669,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.

", "in": "path", "required": true, "schema": { @@ -94774,7 +94774,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.

", "in": "path", "required": true, "schema": { @@ -95835,7 +95835,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.

", "in": "path", "required": true, "schema": { @@ -95922,7 +95922,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.

", "in": "path", "required": true, "schema": { @@ -100087,7 +100087,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.

", "in": "path", "required": true, "schema": { @@ -100158,7 +100158,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.

", "in": "path", "required": true, "schema": { @@ -100229,7 +100229,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.

", "in": "path", "required": true, "schema": { @@ -103482,7 +103482,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.

", "in": "path", "required": true, "schema": { @@ -103742,7 +103742,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.

", "in": "path", "required": true, "schema": { @@ -103867,7 +103867,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.

", "in": "path", "required": true, "schema": { @@ -104002,7 +104002,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.

", "in": "path", "required": true, "schema": { @@ -106275,14 +106275,12 @@ "slug": "octoapp", "node_id": "MDExOkludGVncmF0aW9uMQ==", "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}", @@ -106290,9 +106288,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 }, "name": "Octocat App", "description": "", @@ -113410,14 +113410,12 @@ "slug": "octoapp", "node_id": "MDExOkludGVncmF0aW9uMQ==", "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}", @@ -113425,9 +113423,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 }, "name": "Octocat App", "description": "", @@ -114757,7 +114757,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.

", "in": "path", "required": true, "schema": { @@ -124073,7 +124073,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.

", "in": "path", "required": true, "schema": { @@ -126182,7 +126182,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.

", "in": "path", "required": true, "schema": { @@ -129052,7 +129052,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.

", "in": "path", "required": true, "schema": { @@ -131937,7 +131937,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.

", "in": "path", "required": true, "schema": { @@ -132039,7 +132039,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.

", "in": "path", "required": true, "schema": { @@ -132919,7 +132919,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.

", "in": "path", "required": true, "schema": { @@ -135152,7 +135152,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.

", "in": "path", "required": true, "schema": { @@ -137499,7 +137499,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.

", "in": "path", "required": true, "schema": { @@ -137569,7 +137569,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.

", "in": "path", "required": true, "schema": { @@ -137664,7 +137664,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.

", "in": "path", "required": true, "schema": { @@ -137759,7 +137759,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.

", "in": "path", "required": true, "schema": { @@ -137829,7 +137829,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.

", "in": "path", "required": true, "schema": { @@ -139454,7 +139454,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.

", "in": "path", "required": true, "schema": { @@ -141184,7 +141184,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.

", "in": "path", "required": true, "schema": { @@ -141254,7 +141254,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.

", "in": "path", "required": true, "schema": { @@ -141353,7 +141353,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.

", "in": "path", "required": true, "schema": { @@ -141452,7 +141452,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.

", "in": "path", "required": true, "schema": { @@ -141522,7 +141522,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.

", "in": "path", "required": true, "schema": { @@ -141668,7 +141668,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.

", "in": "path", "required": true, "schema": { @@ -141857,7 +141857,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.

", "in": "path", "required": true, "schema": { @@ -141923,7 +141923,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.

", "in": "path", "required": true, "schema": { @@ -142003,7 +142003,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.

", "in": "path", "required": true, "schema": { @@ -142107,7 +142107,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.

", "in": "path", "required": true, "schema": { @@ -142205,7 +142205,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.

", "in": "path", "required": true, "schema": { @@ -142303,7 +142303,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.

", "in": "path", "required": true, "schema": { @@ -142764,7 +142764,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.

", "in": "path", "required": true, "schema": { @@ -142830,7 +142830,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.

", "in": "path", "required": true, "schema": { @@ -143272,7 +143272,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.

", "in": "path", "required": true, "schema": { @@ -143728,7 +143728,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.

", "in": "path", "required": true, "schema": { @@ -144184,7 +144184,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.

", "in": "path", "required": true, "schema": { @@ -144640,7 +144640,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.

", "in": "path", "required": true, "schema": { @@ -144930,7 +144930,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.

", "in": "path", "required": true, "schema": { @@ -145234,7 +145234,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.

", "in": "path", "required": true, "schema": { @@ -145538,7 +145538,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.

", "in": "path", "required": true, "schema": { @@ -145842,7 +145842,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.

", "in": "path", "required": true, "schema": { @@ -146099,7 +146099,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.

", "in": "path", "required": true, "schema": { @@ -146370,7 +146370,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.

", "in": "path", "required": true, "schema": { @@ -146641,7 +146641,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.

", "in": "path", "required": true, "schema": { @@ -146916,7 +146916,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.

", "in": "path", "required": true, "schema": { @@ -149544,7 +149544,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.

", "in": "path", "required": true, "schema": { @@ -150756,7 +150756,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.

", "in": "path", "required": true, "schema": { @@ -152201,7 +152201,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.

", "in": "path", "required": true, "schema": { @@ -152396,7 +152396,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.

", "in": "path", "required": true, "schema": { @@ -152482,7 +152482,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.

", "in": "path", "required": true, "schema": { @@ -153769,7 +153769,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.

", "in": "path", "required": true, "schema": { @@ -155068,7 +155068,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.

", "in": "path", "required": true, "schema": { @@ -158680,7 +158680,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.

", "in": "path", "required": true, "schema": { @@ -159830,7 +159830,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.

", "in": "path", "required": true, "schema": { @@ -161656,7 +161656,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.

", "in": "path", "required": true, "schema": { @@ -161730,7 +161730,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.

", "in": "path", "required": true, "schema": { @@ -166329,7 +166329,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.

", "in": "path", "required": true, "schema": { @@ -167057,7 +167057,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.

", "in": "path", "required": true, "schema": { @@ -167667,7 +167667,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.

", "in": "path", "required": true, "schema": { @@ -168309,7 +168309,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.

", "in": "path", "required": true, "schema": { @@ -168550,7 +168550,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.

", "in": "path", "required": true, "schema": { @@ -168870,7 +168870,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.

", "in": "path", "required": true, "schema": { @@ -169152,7 +169152,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.

", "in": "path", "required": true, "schema": { @@ -169279,7 +169279,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.

", "in": "path", "required": true, "schema": { @@ -169332,13 +169332,12 @@ "items": { "type": "string", "enum": [ - "c", - "cpp", + "c-cpp", "csharp", "go", - "java", + "java-kotlin", + "javascript-typescript", "javascript", - "kotlin", "python", "ruby", "typescript" @@ -169409,7 +169408,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.

", "in": "path", "required": true, "schema": { @@ -169529,7 +169528,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.

", "in": "path", "required": true, "schema": { @@ -169652,7 +169651,7 @@ "description": "

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.

\n

There are two places where you can upload code scanning results.

\n\n

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:

\n
gzip -c analysis-data.sarif | base64 -w0\n
\n
\nSARIF upload supports a maximum number of entries per the following data objects, and an analysis will be rejected if any of these objects is above its maximum value. For some objects, there are additional values over which the entries will be ignored while keeping the most important entries whenever applicable.\nTo get the most out of your analysis when it includes data above the supported limits, try to optimize the analysis configuration. For example, for the CodeQL tool, identify and remove the most noisy queries.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
SARIF dataMaximum valuesAdditional limits
Runs per file20
Results per run25,000Only the top 5,000 results will be included, prioritized by severity.
Rules per run25,000
Tool extensions per run100
Thread Flow Locations per result10,000Only the top 1,000 Thread Flow Locations will be included, using prioritization.
Location per result1,000Only 100 locations will be included.
Tags per rule20Only 10 tags will be included.
\n

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.\"

" + "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.

\n

There are two places where you can upload code scanning results.

\n\n

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:

\n
gzip -c analysis-data.sarif | base64 -w0\n
\n
\nSARIF upload supports a maximum number of entries per the following data objects, and an analysis will be rejected if any of these objects is above its maximum value. For some objects, there are additional values over which the entries will be ignored while keeping the most important entries whenever applicable.\nTo get the most out of your analysis when it includes data above the supported limits, try to optimize the analysis configuration. For example, for the CodeQL tool, identify and remove the most noisy queries.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
SARIF dataMaximum valuesAdditional limits
Runs per file20
Results per run25,000Only the top 5,000 results will be included, prioritized by severity.
Rules per run25,000
Tool extensions per run100
Thread Flow Locations per result10,000Only the top 1,000 Thread Flow Locations will be included, using prioritization.
Location per result1,000Only 100 locations will be included.
Tags per rule20Only 10 tags will be included.
\n

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.\"

" }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -169673,7 +169672,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.

", "in": "path", "required": true, "schema": { @@ -170002,7 +170001,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.

", "in": "path", "required": true, "schema": { @@ -170330,7 +170329,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.

", "in": "path", "required": true, "schema": { @@ -170399,7 +170398,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.

", "in": "path", "required": true, "schema": { @@ -171798,7 +171797,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.

", "in": "path", "required": true, "schema": { @@ -171831,16 +171830,24 @@ }, "response": { "statusCode": "204", - "description": "

Response

" + "description": "

No Content when collaborator was removed from the repository.

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

Removes a collaborator from a repository.

\n

To use this endpoint, the authenticated user must either be an administrator of the repository or target themselves for removal.

\n

This endpoint also:

\n\n

Removing a user as a collaborator has the following effects on forks:

\n\n

Note: A user can still have access to the repository through organization permissions like base repository permissions.

\n

Although the API responds immediately, the additional permission updates might take some extra time to complete in the background.

\n

For 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.

", "in": "path", "required": true, "schema": { @@ -172173,7 +172180,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.

", "in": "path", "required": true, "schema": { @@ -173561,7 +173568,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.

", "in": "path", "required": true, "schema": { @@ -174955,7 +174962,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.

", "in": "path", "required": true, "schema": { @@ -176528,7 +176535,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.

", "in": "path", "required": true, "schema": { @@ -177437,7 +177444,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.

", "in": "path", "required": true, "schema": { @@ -177554,7 +177561,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.

", "in": "path", "required": true, "schema": { @@ -183251,7 +183258,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.

", "in": "path", "required": true, "schema": { @@ -184127,7 +184134,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.

", "in": "path", "required": true, "schema": { @@ -186715,7 +186722,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.

", "in": "path", "required": true, "schema": { @@ -187131,7 +187138,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.

", "in": "path", "required": true, "schema": { @@ -187538,7 +187545,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.

", "in": "path", "required": true, "schema": { @@ -187957,7 +187964,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.

", "in": "path", "required": true, "schema": { @@ -188026,7 +188033,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.

", "in": "path", "required": true, "schema": { @@ -188453,7 +188460,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.

", "in": "path", "required": true, "schema": { @@ -188900,7 +188907,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.

", "in": "path", "required": true, "schema": { @@ -189985,7 +189992,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.

", "in": "path", "required": true, "schema": { @@ -190338,7 +190345,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.

", "in": "path", "required": true, "schema": { @@ -194226,7 +194233,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.

", "in": "path", "required": true, "schema": { @@ -195338,7 +195345,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.

", "in": "path", "required": true, "schema": { @@ -196187,7 +196194,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.

", "in": "path", "required": true, "schema": { @@ -197048,7 +197055,7 @@ } ], "previews": [], - "descriptionHTML": "

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.

", + "descriptionHTML": "

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.

\n

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.

\n

Example encrypting a secret using Node.js

\n

Encrypt your secret using the libsodium-wrappers library.

\n
const 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
\n

Example encrypting a secret using Python

\n

Encrypt your secret using pynacl with Python 3.

\n
from 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
\n

Example encrypting a secret using C#

\n

Encrypt your secret using the Sodium.Core package.

\n
var 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
\n

Example encrypting a secret using Ruby

\n

Encrypt your secret using the rbnacl gem.

\n
require \"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.

\n

Example encrypting a secret using Node.js

\n

Encrypt your secret using the libsodium-wrappers library.

\n
const 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
\n

Example encrypting a secret using Python

\n

Encrypt your secret using pynacl with Python 3.

\n
from 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
\n

Example encrypting a secret using C#

\n

Encrypt your secret using the Sodium.Core package.

\n
var 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
\n

Example encrypting a secret using Ruby

\n

Encrypt your secret using the rbnacl gem.

\n
require \"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.

", "in": "path", "required": true, "schema": { @@ -198906,7 +198913,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.

", "in": "path", "required": true, "schema": { @@ -198991,7 +198998,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.

", "in": "path", "required": true, "schema": { @@ -199089,7 +199096,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.

", "in": "path", "required": true, "schema": { @@ -199185,7 +199192,7 @@ "description": "

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.

\n

Example encrypting a secret using Node.js

\n

Encrypt your secret using the libsodium-wrappers library.

\n
const 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
\n

Example encrypting a secret using Python

\n

Encrypt your secret using pynacl with Python 3.

\n
from 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
\n

Example encrypting a secret using C#

\n

Encrypt your secret using the Sodium.Core package.

\n
var 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
\n

Example encrypting a secret using Ruby

\n

Encrypt your secret using the rbnacl gem.

\n
require \"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.

\n

Example encrypting a secret using Node.js

\n

Encrypt your secret using the libsodium-wrappers library.

\n
const 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
\n

Example encrypting a secret using Python

\n

Encrypt your secret using pynacl with Python 3.

\n
from 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
\n

Example encrypting a secret using C#

\n

Encrypt your secret using the Sodium.Core package.

\n
var 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
\n

Example encrypting a secret using Ruby

\n

Encrypt your secret using the rbnacl gem.

\n
require \"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.

", "in": "path", "required": true, "schema": { @@ -199275,7 +199282,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.

", "in": "path", "required": true, "schema": { @@ -199528,7 +199535,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.

", "in": "path", "required": true, "schema": { @@ -199833,7 +199840,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.

", "in": "path", "required": true, "schema": { @@ -200133,7 +200140,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.

", "in": "path", "required": true, "schema": { @@ -200272,7 +200279,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.

", "in": "path", "required": true, "schema": { @@ -200418,7 +200425,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.

", "in": "path", "required": true, "schema": { @@ -200548,7 +200555,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.

", "in": "path", "required": true, "schema": { @@ -200617,7 +200624,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.

", "in": "path", "required": true, "schema": { @@ -201415,7 +201422,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.

", "in": "path", "required": true, "schema": { @@ -202226,7 +202233,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.

", "in": "path", "required": true, "schema": { @@ -202972,7 +202979,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.

", "in": "path", "required": true, "schema": { @@ -203047,7 +203054,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.

", "in": "path", "required": true, "schema": { @@ -203192,7 +203199,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.

", "in": "path", "required": true, "schema": { @@ -203363,7 +203370,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.

", "in": "path", "required": true, "schema": { @@ -203471,7 +203478,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.

", "in": "path", "required": true, "schema": { @@ -203591,7 +203598,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.

", "in": "path", "required": true, "schema": { @@ -203668,7 +203675,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.

", "in": "path", "required": true, "schema": { @@ -204404,7 +204411,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.

", "in": "path", "required": true, "schema": { @@ -205112,7 +205119,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.

", "in": "path", "required": true, "schema": { @@ -205891,7 +205898,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.

", "in": "path", "required": true, "schema": { @@ -205958,7 +205965,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.

", "in": "path", "required": true, "schema": { @@ -206713,7 +206720,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.

", "in": "path", "required": true, "schema": { @@ -207514,7 +207521,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.

", "in": "path", "required": true, "schema": { @@ -213523,6 +213530,136 @@ } ], "manage-ghes": [ + { + "serverUrl": "http(s)://HOSTNAME", + "verb": "get", + "requestPath": "/manage/v1/config/nodes", + "title": "Get all GHES node metadata for all nodes", + "category": "enterprise-admin", + "subcategory": "manage-ghes", + "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": [ + { + "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.

", "in": "path", "required": true, "schema": { @@ -217432,7 +217658,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.

", "in": "path", "required": true, "schema": { @@ -217521,7 +217747,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.

", "in": "path", "required": true, "schema": { @@ -217626,7 +217852,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.

", "in": "path", "required": true, "schema": { @@ -240485,7 +240711,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.

", "in": "path", "required": true, "schema": { @@ -240598,7 +240824,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.

", "in": "path", "required": true, "schema": { @@ -240726,7 +240952,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.

", "in": "path", "required": true, "schema": { @@ -241100,7 +241326,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.

", "in": "path", "required": true, "schema": { @@ -241394,7 +241620,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.

", "in": "path", "required": true, "schema": { @@ -241535,7 +241761,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.

", "in": "path", "required": true, "schema": { @@ -241665,7 +241891,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.

", "in": "path", "required": true, "schema": { @@ -241804,7 +242030,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.

", "in": "path", "required": true, "schema": { @@ -241955,7 +242181,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.

", "in": "path", "required": true, "schema": { @@ -242027,7 +242253,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.

", "in": "path", "required": true, "schema": { @@ -242300,7 +242526,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.

", "in": "path", "required": true, "schema": { @@ -242514,7 +242740,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.

", "in": "path", "required": true, "schema": { @@ -242768,7 +242994,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.

", "in": "path", "required": true, "schema": { @@ -250321,7 +250547,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.

", "in": "path", "required": true, "schema": { @@ -253768,7 +253994,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.

", "in": "path", "required": true, "schema": { @@ -257110,6 +257336,10 @@ "httpStatusCode": "201", "description": "

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.

", "in": "path", "required": true, "schema": { @@ -260490,7 +260720,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.

", "in": "path", "required": true, "schema": { @@ -263909,7 +264139,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.

", "in": "path", "required": true, "schema": { @@ -264007,7 +264237,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.

", "in": "path", "required": true, "schema": { @@ -267587,7 +267817,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.

", "in": "path", "required": true, "schema": { @@ -267851,7 +268081,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.

", "in": "path", "required": true, "schema": { @@ -267920,7 +268150,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.

", "in": "path", "required": true, "schema": { @@ -271257,7 +271487,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.

", "in": "path", "required": true, "schema": { @@ -274594,7 +274824,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.

", "in": "path", "required": true, "schema": { @@ -274675,7 +274905,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.

", "in": "path", "required": true, "schema": { @@ -275469,7 +275699,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.

", "in": "path", "required": true, "schema": { @@ -276209,7 +276439,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.

", "in": "path", "required": true, "schema": { @@ -276961,7 +277191,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.

", "in": "path", "required": true, "schema": { @@ -277026,7 +277256,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.

", "in": "path", "required": true, "schema": { @@ -277803,7 +278033,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.

", "in": "path", "required": true, "schema": { @@ -278569,7 +278799,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.

", "in": "path", "required": true, "schema": { @@ -283473,8 +283703,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "

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.

", "in": "path", "required": true, "schema": { @@ -288436,8 +288666,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "

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.

", "in": "path", "required": true, "schema": { @@ -298563,8 +298793,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "

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.

", "in": "path", "required": true, "schema": { @@ -298742,8 +298972,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "

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.

", "in": "path", "required": true, "schema": { @@ -298923,8 +299153,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "

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.

", "in": "path", "required": true, "schema": { @@ -299152,7 +299382,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.

", "in": "path", "required": true, "schema": { @@ -299189,8 +299419,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "

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.

", "in": "path", "required": true, "schema": { @@ -299397,7 +299627,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.

", "in": "path", "required": true, "schema": { @@ -299532,8 +299762,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "

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.

", "in": "path", "required": true, "schema": { @@ -299693,8 +299923,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "

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.

", "in": "path", "required": true, "schema": { @@ -299842,8 +300072,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "

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.

", "in": "path", "required": true, "schema": { @@ -300012,8 +300242,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "

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.

", "in": "path", "required": true, "schema": { @@ -300077,8 +300307,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "

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.

", "in": "path", "required": true, "schema": { @@ -300250,8 +300480,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "

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.

", "in": "path", "required": true, "schema": { @@ -300718,8 +300948,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "

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.

", "in": "path", "required": true, "schema": { @@ -301160,8 +301390,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "

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.

", "in": "path", "required": true, "schema": { @@ -301578,8 +301808,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "

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.

", "in": "path", "required": true, "schema": { @@ -302057,7 +302287,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.

", "in": "path", "required": true, "schema": { @@ -302094,8 +302324,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "

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.

", "in": "path", "required": true, "schema": { @@ -317984,8 +318214,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "

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.

", "in": "path", "required": true, "schema": { @@ -319033,6 +319263,20 @@ "dependabot": [ "192.0.2.1" ], + "domains": { + "website": [ + "*.example.com" + ], + "codespaces": [ + "*.example.com" + ], + "copilot": [ + "*.example.com" + ], + "packages": [ + "*.example.com" + ] + }, "installed_version": "3.9.0" }, "schema": { @@ -319064,6 +319308,47 @@ "192.0.2.1" ] }, + "domains": { + "type": "object", + "properties": { + "website": { + "type": "array", + "items": { + "type": "string", + "examples": [ + "example.com" + ] + } + }, + "codespaces": { + "type": "array", + "items": { + "type": "string", + "examples": [ + "example.com" + ] + } + }, + "copilot": { + "type": "array", + "items": { + "type": "string", + "examples": [ + "example.com" + ] + } + }, + "packages": { + "type": "array", + "items": { + "type": "string", + "examples": [ + "example.com" + ] + } + } + } + }, "installed_version": { "type": "string", "examples": [ @@ -319198,7 +319483,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.

", "in": "path", "required": true, "schema": { @@ -319280,7 +319565,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.

", "in": "path", "required": true, "schema": { @@ -319401,7 +319686,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.

", "in": "path", "required": true, "schema": { @@ -319715,7 +320000,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.

", "in": "path", "required": true, "schema": { @@ -319907,7 +320192,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.

", "in": "path", "required": true, "schema": { @@ -341405,7 +341690,7 @@ } ], "previews": [], - "descriptionHTML": "

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.

\n

Enables an authenticated organization owner with the admin:org scope to update the organization's profile and member privileges.

", + "descriptionHTML": "

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.

\n

Enables an authenticated organization owner with the admin:org scope or the repo scope to update the organization's profile and member privileges.

", "statusCodes": [ { "httpStatusCode": "200", @@ -343378,23 +343663,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" @@ -344080,23 +344359,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" @@ -344322,7 +344595,7 @@ } ], "previews": [], - "descriptionHTML": "

Creates a custom repository role that can be used by all repositories owned by the organization.

\n

To 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.

\n

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.

\n

To 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.

\n

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.

", "statusCodes": [ { "httpStatusCode": "200", @@ -347861,7 +348122,7 @@ ] } ], - "enabledForGitHubApps": false, + "enabledForGitHubApps": true, "codeExamples": [ { "key": "default", @@ -348253,8 +348514,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "

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.

", "in": "path", "required": true, "schema": { @@ -364426,7 +364687,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.

", "in": "path", "required": true, "schema": { @@ -364738,7 +364999,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.

", "in": "path", "required": true, "schema": { @@ -364860,7 +365121,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.

", "in": "path", "required": true, "schema": { @@ -364927,7 +365188,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.

", "in": "path", "required": true, "schema": { @@ -365257,7 +365518,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.

", "in": "path", "required": true, "schema": { @@ -365341,7 +365602,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.

", "in": "path", "required": true, "schema": { @@ -365648,7 +365909,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.

", "in": "path", "required": true, "schema": { @@ -365965,7 +366226,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.

", "in": "path", "required": true, "schema": { @@ -367813,7 +368074,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.

", "in": "path", "required": true, "schema": { @@ -368249,7 +368510,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.

", "in": "path", "required": true, "schema": { @@ -369434,8 +369695,8 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "

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.

", "in": "path", "required": true, "schema": { @@ -378382,7 +378643,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.

", "in": "path", "required": true, "schema": { @@ -382249,7 +382510,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.

", "in": "path", "required": true, "schema": { @@ -386076,7 +386337,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.

", "in": "path", "required": true, "schema": { @@ -389937,7 +390198,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.

", "in": "path", "required": true, "schema": { @@ -390784,7 +391045,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.

", "in": "path", "required": true, "schema": { @@ -390993,7 +391254,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.

", "in": "path", "required": true, "schema": { @@ -391062,7 +391323,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.

", "in": "path", "required": true, "schema": { @@ -391209,7 +391470,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.

", "in": "path", "required": true, "schema": { @@ -391311,7 +391572,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.

", "in": "path", "required": true, "schema": { @@ -391984,7 +392245,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.

", "in": "path", "required": true, "schema": { @@ -392611,7 +392872,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.

", "in": "path", "required": true, "schema": { @@ -393246,7 +393507,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.

", "in": "path", "required": true, "schema": { @@ -393315,7 +393576,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.

", "in": "path", "required": true, "schema": { @@ -393998,7 +394259,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.

", "in": "path", "required": true, "schema": { @@ -394716,7 +394977,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.

", "in": "path", "required": true, "schema": { @@ -395367,7 +395628,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.

", "in": "path", "required": true, "schema": { @@ -395851,7 +396112,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.

", "in": "path", "required": true, "schema": { @@ -401595,7 +401856,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.

", "in": "path", "required": true, "schema": { @@ -407294,7 +407555,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.

", "in": "path", "required": true, "schema": { @@ -407718,7 +407979,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.

", "in": "path", "required": true, "schema": { @@ -408209,7 +408470,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.

", "in": "path", "required": true, "schema": { @@ -408624,7 +408885,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.

", "in": "path", "required": true, "schema": { @@ -409051,7 +409312,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.

", "in": "path", "required": true, "schema": { @@ -409470,7 +409731,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.

", "in": "path", "required": true, "schema": { @@ -410103,7 +410364,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.

", "in": "path", "required": true, "schema": { @@ -410544,7 +410805,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.

", "in": "path", "required": true, "schema": { @@ -411117,6 +411378,30 @@ "used" ] }, + "code_search": { + "title": "Rate Limit", + "type": "object", + "properties": { + "limit": { + "type": "integer" + }, + "remaining": { + "type": "integer" + }, + "reset": { + "type": "integer" + }, + "used": { + "type": "integer" + } + }, + "required": [ + "limit", + "remaining", + "reset", + "used" + ] + }, "source_import": { "title": "Rate Limit", "type": "object", @@ -413403,7 +413688,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.

", "in": "path", "required": true, "schema": { @@ -413759,7 +414044,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.

", "in": "path", "required": true, "schema": { @@ -414364,7 +414649,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.

", "in": "path", "required": true, "schema": { @@ -414439,7 +414724,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.

", "in": "path", "required": true, "schema": { @@ -414795,7 +415080,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.

", "in": "path", "required": true, "schema": { @@ -415400,7 +415685,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.

", "in": "path", "required": true, "schema": { @@ -415475,7 +415760,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.

", "in": "path", "required": true, "schema": { @@ -415835,7 +416120,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.

", "in": "path", "required": true, "schema": { @@ -416440,7 +416725,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.

", "in": "path", "required": true, "schema": { @@ -416515,7 +416800,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.

", "in": "path", "required": true, "schema": { @@ -416871,7 +417156,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.

", "in": "path", "required": true, "schema": { @@ -417476,7 +417761,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.

", "in": "path", "required": true, "schema": { @@ -417551,7 +417836,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.

", "in": "path", "required": true, "schema": { @@ -417905,7 +418190,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.

", "in": "path", "required": true, "schema": { @@ -418508,7 +418793,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.

", "in": "path", "required": true, "schema": { @@ -419935,7 +420220,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.

", "in": "path", "required": true, "schema": { @@ -420668,7 +420953,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.

", "in": "path", "required": true, "schema": { @@ -421448,7 +421733,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.

", "in": "path", "required": true, "schema": { @@ -421567,7 +421852,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.

", "in": "path", "required": true, "schema": { @@ -422274,7 +422559,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.

", "in": "path", "required": true, "schema": { @@ -422996,7 +423281,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.

", "in": "path", "required": true, "schema": { @@ -423693,8 +423978,8 @@ "description": "

Note: This returns an upload_url key corresponding to the endpoint for uploading release assets. This key is a hypermedia resource.

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

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.

", "in": "path", "required": true, "schema": { @@ -424492,7 +424777,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.

", "in": "path", "required": true, "schema": { @@ -424559,7 +424844,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.

", "in": "path", "required": true, "schema": { @@ -424909,7 +425194,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.

", "in": "path", "required": true, "schema": { @@ -425275,7 +425560,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.

", "in": "path", "required": true, "schema": { @@ -425340,7 +425625,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.

", "in": "path", "required": true, "schema": { @@ -425705,7 +425990,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.

", "in": "path", "required": true, "schema": { @@ -428934,7 +429219,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.

", "in": "path", "required": true, "schema": { @@ -435113,7 +435398,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.

", "in": "path", "required": true, "schema": { @@ -441520,7 +441805,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.

", "in": "path", "required": true, "schema": { @@ -441587,7 +441872,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.

", "in": "path", "required": true, "schema": { @@ -441755,7 +442040,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.

", "in": "path", "required": true, "schema": { @@ -441961,7 +442246,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.

", "in": "path", "required": true, "schema": { @@ -442042,7 +442327,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.

", "in": "path", "required": true, "schema": { @@ -442110,7 +442395,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.

", "in": "path", "required": true, "schema": { @@ -442260,7 +442545,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.

", "in": "path", "required": true, "schema": { @@ -442402,7 +442687,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.

", "in": "path", "required": true, "schema": { @@ -442667,12 +442952,16 @@ } } ], - "descriptionHTML": "", "previews": [], + "descriptionHTML": "

Lists the teams that have access to the specified repository and that are also visible to the authenticated user.

\n

For a public repository, a team is listed only if that team added the public repository explicitly.

\n

Personal access tokens require the following scopes:

\n\n

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.

", "in": "path", "required": true, "schema": { @@ -442797,7 +443086,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.

", "in": "path", "required": true, "schema": { @@ -442902,7 +443191,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.

", "in": "path", "required": true, "schema": { @@ -444003,7 +444292,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.

", "in": "path", "required": true, "schema": { @@ -444062,7 +444351,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.

", "in": "path", "required": true, "schema": { @@ -444117,7 +444406,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.

", "in": "path", "required": true, "schema": { @@ -451394,7 +451683,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.

", "in": "path", "required": true, "schema": { @@ -451510,7 +451799,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.

", "in": "path", "required": true, "schema": { @@ -451644,7 +451933,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.

", "in": "path", "required": true, "schema": { @@ -451760,7 +452049,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.

", "in": "path", "required": true, "schema": { @@ -451831,7 +452120,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.

", "in": "path", "required": true, "schema": { @@ -454126,7 +454415,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.

", "in": "path", "required": true, "schema": { @@ -454744,7 +455033,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.

", "in": "path", "required": true, "schema": { @@ -455089,7 +455378,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.

", "in": "path", "required": true, "schema": { @@ -455290,7 +455579,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.

", "in": "path", "required": true, "schema": { @@ -455502,7 +455791,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.

", "in": "path", "required": true, "schema": { @@ -455568,7 +455857,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.

", "in": "path", "required": true, "schema": { @@ -455636,7 +455925,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.

", "in": "path", "required": true, "schema": { @@ -456639,7 +456928,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.

", "in": "path", "required": true, "schema": { @@ -462840,7 +463129,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.

", "in": "path", "required": true, "schema": { @@ -462904,7 +463193,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.

", "in": "path", "required": true, "schema": { @@ -462961,7 +463250,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.

", "in": "path", "required": true, "schema": { @@ -463074,7 +463363,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.

", "in": "path", "required": true, "schema": { @@ -463193,7 +463482,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.

", "in": "path", "required": true, "schema": { @@ -470791,7 +471080,7 @@ } ], "previews": [], - "descriptionHTML": "

Find users via various criteria. This method returns up to 100 results per page.

\n

When 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.

\n

For example, if you're looking for a list of popular users, you might try this query:

\n

q=tom+repos:%3E42+followers:%3E1000

\n

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.

", + "descriptionHTML": "

Find users via various criteria. This method returns up to 100 results per page.

\n

When 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.

\n

For example, if you're looking for a list of popular users, you might try this query:

\n

q=tom+repos:%3E42+followers:%3E1000

\n

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.

\n

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.

", "in": "path", "required": true, "schema": { @@ -474211,7 +474500,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.

", "in": "path", "required": true, "schema": { @@ -474755,7 +475044,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.

", "in": "path", "required": true, "schema": { @@ -475358,7 +475647,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.

", "in": "path", "required": true, "schema": { @@ -480847,7 +481136,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.

", "in": "path", "required": true, "schema": { @@ -483543,7 +483832,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.

", "in": "path", "required": true, "schema": { @@ -483630,7 +483919,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.

", "in": "path", "required": true, "schema": { @@ -488075,7 +488364,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.

", "in": "path", "required": true, "schema": { @@ -490761,7 +491050,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.

", "in": "path", "required": true, "schema": { @@ -490850,7 +491139,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.

", "in": "path", "required": true, "schema": { @@ -506829,7 +507118,6 @@ "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", "emails": [], - "subkeys": [], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -506983,7 +507271,6 @@ "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", "emails": [], - "subkeys": [], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -507144,7 +507431,6 @@ "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", "emails": [], - "subkeys": [], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -507295,7 +507581,6 @@ "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", "emails": [], - "subkeys": [], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -507453,7 +507738,6 @@ "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", "emails": [], - "subkeys": [], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -507604,7 +507888,6 @@ "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", "emails": [], - "subkeys": [], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -507842,7 +508125,6 @@ "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", "emails": [], - "subkeys": [], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -507996,7 +508278,6 @@ "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", "emails": [], - "subkeys": [], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -509465,7 +509746,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.

", "in": "path", "required": true, "schema": { @@ -509580,7 +509861,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.

", "in": "path", "required": true, "schema": { @@ -509727,7 +510008,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.

", "in": "path", "required": true, "schema": { @@ -509966,7 +510247,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.

", "in": "path", "required": true, "schema": { @@ -510259,7 +510540,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.

", "in": "path", "required": true, "schema": { @@ -510349,7 +510630,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.

", "in": "path", "required": true, "schema": { @@ -510662,7 +510943,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.

", "in": "path", "required": true, "schema": { @@ -511035,7 +511316,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.

", "in": "path", "required": true, "schema": { @@ -511335,7 +511616,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.

", "in": "path", "required": true, "schema": { @@ -511714,7 +511995,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.

", "in": "path", "required": true, "schema": { @@ -511783,7 +512064,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.

", "in": "path", "required": true, "schema": { @@ -511852,7 +512133,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.

", "in": "path", "required": true, "schema": { diff --git a/src/rest/lib/config.json b/src/rest/lib/config.json index 09e78eac6b..a7fd15121a 100644 --- a/src/rest/lib/config.json +++ b/src/rest/lib/config.json @@ -33,5 +33,5 @@ ] } }, - "sha": "fab4bfd6f7c4235a5357b09c0d37bb74f8a5d57d" + "sha": "8f0d8ff2f84130c7a007791b4a6899805a4ee358" } \ No newline at end of file diff --git a/src/webhooks/data/fpt/schema.json b/src/webhooks/data/fpt/schema.json index 88f8e6030f..ed0b50d1ea 100644 --- a/src/webhooks/data/fpt/schema.json +++ b/src/webhooks/data/fpt/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.

\n

When you receive this event, you should perform checks on the head SHA and report status back using check runs or commit statuses.

", - "summaryHtml": "

This event occurs when there is activity relating to a merge group in a merge queue. For more information, see \"Managing a merge queue.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Merge queues\" repository permission.

\n

Note: The pull request merge queue feature is currently in public beta and subject to change.

", + "summaryHtml": "

This event occurs when there is activity relating to a merge group in a merge queue. For more information, see \"Managing a merge queue.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Merge queues\" repository permission.

", "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.

\n

When you receive this event, you should perform checks on the head SHA and report status back using check runs or commit statuses.

", - "summaryHtml": "

This event occurs when there is activity relating to a merge group in a merge queue. For more information, see \"Managing a merge queue.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Merge queues\" repository permission.

\n

Note: The pull request merge queue feature is currently in public beta and subject to change.

", + "summaryHtml": "

This event occurs when there is activity relating to a merge group in a merge queue. For more information, see \"Managing a merge queue.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Merge queues\" repository permission.

", "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