зеркало из https://github.com/github/docs.git
Коммит
b9631cb290
|
@ -223,9 +223,11 @@ You can migrate multiple repositories with a migration script or a single reposi
|
|||
To migrate a single repository, use the `gh ado2gh migrate-repo` command.
|
||||
|
||||
```shell{:copy}
|
||||
gh ado2gh migrate-repo --ado-org SOURCE --ado-team-project TEAM-PROJECT --ado-repo CURRENT-NAME --github-org DESTINATION --github-repo NEW-NAME
|
||||
gh ado2gh migrate-repo --ado-org SOURCE --ado-team-project TEAM-PROJECT --ado-repo CURRENT-NAME --github-org DESTINATION --github-repo NEW-NAME --wait
|
||||
```
|
||||
|
||||
{% data reusables.enterprise-migration-tool.wait-flag %}
|
||||
|
||||
{% data reusables.enterprise-migration-tool.migrate-repo-table-ec %}
|
||||
|
||||
## Step 6: Validate your migration and check the error log
|
||||
|
|
|
@ -176,6 +176,7 @@ To migrate a single repository, use the `gh bbs2gh migrate-repo` command.
|
|||
gh bbs2gh migrate-repo --bbs-server-url BBS-SERVER-URL \
|
||||
--bbs-project PROJECT --bbs-repo CURRENT-NAME \
|
||||
--github-org DESTINATION --github-repo NEW-NAME \
|
||||
--wait \
|
||||
# Use the following options if your Bitbucket Server instance runs on Linux
|
||||
--ssh-user SSH-USER --ssh-private-key PATH-TO-KEY
|
||||
# Use the following options if your Bitbucket Server instance runs on Windows
|
||||
|
@ -184,6 +185,8 @@ gh bbs2gh migrate-repo --bbs-server-url BBS-SERVER-URL \
|
|||
--aws-bucket-name AWS-BUCKET-NAME
|
||||
```
|
||||
|
||||
{% data reusables.enterprise-migration-tool.wait-flag %}
|
||||
|
||||
{% data reusables.enterprise-migration-tool.placeholder-table %}
|
||||
{% data reusables.enterprise-migration-tool.bbs-server-url-placeholder %}
|
||||
{% data reusables.enterprise-migration-tool.project-placeholder %}
|
||||
|
|
|
@ -454,23 +454,25 @@ If you're migrating from {% data variables.product.prodname_ghe_server %} 3.7 or
|
|||
If you're using {% data variables.product.prodname_ghe_server %} 3.8 or later, use the following flags:
|
||||
|
||||
```shell{:copy}
|
||||
gh gei migrate-repo --github-source-org SOURCE --source-repo CURRENT-NAME --github-target-org DESTINATION --target-repo NEW-NAME --ghes-api-url GHES-API-URL
|
||||
gh gei migrate-repo --github-source-org SOURCE --source-repo CURRENT-NAME --github-target-org DESTINATION --target-repo NEW-NAME --ghes-api-url GHES-API-URL --wait
|
||||
```
|
||||
|
||||
If you're migrating from {% data variables.product.prodname_ghe_server %} 3.7 or earlier and using Azure Blob Storage as your blob storage provider, use the following flags to authenticate:
|
||||
|
||||
```shell{:copy}
|
||||
gh gei migrate-repo --github-source-org SOURCE --source-repo CURRENT-NAME --github-target-org DESTINATION --target-repo NEW-NAME \
|
||||
--ghes-api-url GHES-API-URL --azure-storage-connection-string "AZURE_STORAGE_CONNECTION_STRING"
|
||||
--ghes-api-url GHES-API-URL --azure-storage-connection-string "AZURE_STORAGE_CONNECTION_STRING" --wait
|
||||
```
|
||||
|
||||
If you're migrating from {% data variables.product.prodname_ghe_server %} 3.7 or earlier and using Amazon S3 as your blob storage provider, use the following flags to authenticate:
|
||||
|
||||
```shell{:copy}
|
||||
gh gei migrate-repo --github-source-org SOURCE --source-repo CURRENT-NAME --github-target-org DESTINATION --target-repo NEW-NAME \
|
||||
--ghes-api-url GHES-API-URL --aws-bucket-name "AWS-BUCKET-NAME"
|
||||
--ghes-api-url GHES-API-URL --aws-bucket-name "AWS-BUCKET-NAME" --wait
|
||||
```
|
||||
|
||||
{% data reusables.enterprise-migration-tool.wait-flag %}
|
||||
|
||||
{% data reusables.enterprise-migration-tool.ssl-flag %}
|
||||
|
||||
{% data reusables.enterprise-migration-tool.skip-releases %}
|
||||
|
|
|
@ -196,8 +196,11 @@ gh gei generate-script --github-source-org SOURCE --github-target-org DESTINATIO
|
|||
{% data reusables.enterprise-migration-tool.gei-migrate-repo %}
|
||||
|
||||
```shell{:copy}
|
||||
gh gei migrate-repo --github-source-org SOURCE --source-repo CURRENT-NAME --github-target-org DESTINATION --target-repo NEW-NAME
|
||||
gh gei migrate-repo --github-source-org SOURCE --source-repo CURRENT-NAME --github-target-org DESTINATION --target-repo NEW-NAME --wait
|
||||
```
|
||||
|
||||
{% data reusables.enterprise-migration-tool.wait-flag %}
|
||||
|
||||
{% data reusables.enterprise-migration-tool.skip-releases %}
|
||||
|
||||
{% data reusables.enterprise-migration-tool.migrate-repo-table-ec %}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
The command will keep running until your migration finishes.
|
|
@ -2346,6 +2346,12 @@
|
|||
"verb": "patch",
|
||||
"requestPath": "/orgs/{org}"
|
||||
},
|
||||
{
|
||||
"slug": "delete-an-organization",
|
||||
"subcategory": "orgs",
|
||||
"verb": "delete",
|
||||
"requestPath": "/orgs/{org}"
|
||||
},
|
||||
{
|
||||
"slug": "list-users-blocked-by-an-organization",
|
||||
"subcategory": "blocking",
|
||||
|
|
|
@ -2458,6 +2458,12 @@
|
|||
"verb": "patch",
|
||||
"requestPath": "/orgs/{org}"
|
||||
},
|
||||
{
|
||||
"slug": "delete-an-organization",
|
||||
"subcategory": "orgs",
|
||||
"verb": "delete",
|
||||
"requestPath": "/orgs/{org}"
|
||||
},
|
||||
{
|
||||
"slug": "get-the-audit-log-for-an-organization",
|
||||
"subcategory": "orgs",
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"sha": "4aac28959ee19a97c78a7c6ac92b1a5dd0fa325c"
|
||||
"sha": "05d63e60a5b980d9c08449e6f876d6a28a320fe4"
|
||||
}
|
|
@ -243,6 +243,7 @@
|
|||
"/rest/orgs/orgs#list-repositories-a-fine-grained-personal-access-token-has-access-to": "/rest/orgs/orgs#list-repositories-a-fine-grained-personal-access-token-has-access-to",
|
||||
"/rest/orgs#get-an-organization": "/rest/orgs/orgs#get-an-organization",
|
||||
"/rest/orgs#update-an-organization": "/rest/orgs/orgs#update-an-organization",
|
||||
"/rest/orgs/orgs/#delete-an-organization": "/rest/orgs/orgs#delete-an-organization",
|
||||
"/rest/actions#get-github-actions-cache-usage-for-an-organization": "/rest/actions/cache#get-github-actions-cache-usage-for-an-organization",
|
||||
"/rest/actions#cache": "/rest/actions/cache",
|
||||
"/rest/actions#list-repositories-with-github-actions-cache-usage-for-an-organization": "/rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization",
|
||||
|
|
|
@ -112439,7 +112439,7 @@
|
|||
},
|
||||
{
|
||||
"name": "sort",
|
||||
"description": "<p>The property to sort the results by. <code>created</code> means when the repository was starred. <code>updated</code> means when the repository was last pushed to.</p>",
|
||||
"description": "<p>The property to sort the results by.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -113534,7 +113534,7 @@
|
|||
},
|
||||
{
|
||||
"name": "sort",
|
||||
"description": "<p>The property to sort the results by. <code>created</code> means when the repository was starred. <code>updated</code> means when the repository was last pushed to.</p>",
|
||||
"description": "<p>The property to sort the results by.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -157209,7 +157209,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -157218,7 +157218,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -223217,7 +223217,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -223226,7 +223226,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -224964,7 +224964,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -224973,7 +224973,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -226752,7 +226752,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -226761,7 +226761,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -291299,7 +291299,7 @@
|
|||
},
|
||||
{
|
||||
"name": "sort",
|
||||
"description": "<p>The property to sort the results by. <code>created</code> means when the repository was starred. <code>updated</code> means when the repository was last pushed to.</p>",
|
||||
"description": "<p>The property to sort the results by.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -354159,7 +354159,7 @@
|
|||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Lists all organizations, in the order that they were created on GitHub.</p>\n<p><strong>Note:</strong> Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header\">Link header</a> to get the URL for the next page of organizations.</p>",
|
||||
"descriptionHTML": "<p>Lists all organizations, in the order that they were created on GitHub.</p>\n<p><strong>Note:</strong> Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a> to get the URL for the next page of organizations.</p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
@ -358743,6 +358743,64 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"serverUrl": "https://api.github.com",
|
||||
"verb": "delete",
|
||||
"requestPath": "/orgs/{org}",
|
||||
"title": "Delete an organization",
|
||||
"category": "orgs",
|
||||
"subcategory": "orgs",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "org",
|
||||
"description": "<p>The organization name. The name is not case sensitive.</p>",
|
||||
"in": "path",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
"bodyParameters": [],
|
||||
"enabledForGitHubApps": true,
|
||||
"codeExamples": [
|
||||
{
|
||||
"key": "default",
|
||||
"request": {
|
||||
"description": "Example",
|
||||
"acceptHeader": "application/vnd.github.v3+json",
|
||||
"parameters": {
|
||||
"org": "ORG"
|
||||
}
|
||||
},
|
||||
"response": {
|
||||
"statusCode": "202",
|
||||
"contentType": "application/json",
|
||||
"description": "<p>Accepted</p>",
|
||||
"example": null,
|
||||
"schema": {
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Deletes an organization and all its repositories.</p>\n<p>The organization login will be unavailable for 90 days after deletion.</p>\n<p>Please review the Terms of Service regarding account deletion before using this endpoint:</p>\n<p><a href=\"https://docs.github.com/site-policy/github-terms/github-terms-of-service\">https://docs.github.com/site-policy/github-terms/github-terms-of-service</a></p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "202",
|
||||
"description": "<p>Accepted</p>"
|
||||
},
|
||||
{
|
||||
"httpStatusCode": "403",
|
||||
"description": "<p>Forbidden</p>"
|
||||
},
|
||||
{
|
||||
"httpStatusCode": "404",
|
||||
"description": "<p>Resource not found</p>"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"serverUrl": "https://api.github.com",
|
||||
"verb": "get",
|
||||
|
@ -410695,7 +410753,7 @@
|
|||
},
|
||||
{
|
||||
"name": "sort",
|
||||
"description": "<p>The property to sort the results by. <code>created</code> means when the repository was starred. <code>updated</code> means when the repository was last pushed to.</p>",
|
||||
"description": "<p>The property to sort the results by.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -464145,7 +464203,7 @@
|
|||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Lists all public repositories in the order that they were created.</p>\n<p>Note:</p>\n<ul>\n<li>For GitHub Enterprise Server, this endpoint will only list repositories available to all users on the enterprise.</li>\n<li>Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header\">Link header</a> to get the URL for the next page of repositories.</li>\n</ul>",
|
||||
"descriptionHTML": "<p>Lists all public repositories in the order that they were created.</p>\n<p>Note:</p>\n<ul>\n<li>For GitHub Enterprise Server, this endpoint will only list repositories available to all users on the enterprise.</li>\n<li>Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a> to get the URL for the next page of repositories.</li>\n</ul>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
@ -488294,7 +488352,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -488303,7 +488361,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -489645,7 +489703,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -489654,7 +489712,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -491005,7 +491063,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -491014,7 +491072,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -520972,7 +521030,7 @@
|
|||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Lists all users, in the order that they signed up on GitHub. This list includes personal user accounts and organization accounts.</p>\n<p>Note: Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header\">Link header</a> to get the URL for the next page of users.</p>",
|
||||
"descriptionHTML": "<p>Lists all users, in the order that they signed up on GitHub. This list includes personal user accounts and organization accounts.</p>\n<p>Note: Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a> to get the URL for the next page of users.</p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
|
|
@ -110631,7 +110631,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/github-ae@latest/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/github-ae@latest/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -110640,7 +110640,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/github-ae@latest/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/github-ae@latest/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -146666,7 +146666,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/github-ae@latest/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/github-ae@latest/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -146675,7 +146675,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/github-ae@latest/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/github-ae@latest/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -199240,7 +199240,7 @@
|
|||
},
|
||||
{
|
||||
"name": "sort",
|
||||
"description": "<p>The property to sort the results by. <code>created</code> means when the repository was starred. <code>updated</code> means when the repository was last pushed to.</p>",
|
||||
"description": "<p>The property to sort the results by.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -256253,7 +256253,7 @@
|
|||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Lists all organizations, in the order that they were created on GitHub AE.</p>\n<p><strong>Note:</strong> Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/github-ae@latest/rest/overview/resources-in-the-rest-api#link-header\">Link header</a> to get the URL for the next page of organizations.</p>",
|
||||
"descriptionHTML": "<p>Lists all organizations, in the order that they were created on GitHub AE.</p>\n<p><strong>Note:</strong> Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/github-ae@latest/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a> to get the URL for the next page of organizations.</p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
@ -257579,7 +257579,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/github-ae@latest/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/github-ae@latest/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -257588,7 +257588,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/github-ae@latest/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/github-ae@latest/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -293211,7 +293211,7 @@
|
|||
},
|
||||
{
|
||||
"name": "sort",
|
||||
"description": "<p>The property to sort the results by. <code>created</code> means when the repository was starred. <code>updated</code> means when the repository was last pushed to.</p>",
|
||||
"description": "<p>The property to sort the results by.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -365786,7 +365786,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/github-ae@latest/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/github-ae@latest/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -365795,7 +365795,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/github-ae@latest/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/github-ae@latest/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -396128,7 +396128,7 @@
|
|||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Lists all users, in the order that they signed up on GitHub AE. This list includes personal user accounts and organization accounts.</p>\n<p>Note: Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/github-ae@latest/rest/overview/resources-in-the-rest-api#link-header\">Link header</a> to get the URL for the next page of users.</p>",
|
||||
"descriptionHTML": "<p>Lists all users, in the order that they signed up on GitHub AE. This list includes personal user accounts and organization accounts.</p>\n<p>Note: Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/github-ae@latest/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a> to get the URL for the next page of users.</p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
|
|
@ -122305,7 +122305,7 @@
|
|||
},
|
||||
{
|
||||
"name": "sort",
|
||||
"description": "<p>The property to sort the results by. <code>created</code> means when the repository was starred. <code>updated</code> means when the repository was last pushed to.</p>",
|
||||
"description": "<p>The property to sort the results by.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -123400,7 +123400,7 @@
|
|||
},
|
||||
{
|
||||
"name": "sort",
|
||||
"description": "<p>The property to sort the results by. <code>created</code> means when the repository was starred. <code>updated</code> means when the repository was last pushed to.</p>",
|
||||
"description": "<p>The property to sort the results by.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -167239,7 +167239,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -167248,7 +167248,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -168644,7 +168644,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -168653,7 +168653,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -234652,7 +234652,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -234661,7 +234661,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -236399,7 +236399,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -236408,7 +236408,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -238187,7 +238187,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -238196,7 +238196,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -253709,7 +253709,7 @@
|
|||
},
|
||||
{
|
||||
"name": "date_start",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -253718,7 +253718,7 @@
|
|||
},
|
||||
{
|
||||
"name": "date_end",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -254076,7 +254076,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -254085,7 +254085,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -304486,7 +304486,7 @@
|
|||
},
|
||||
{
|
||||
"name": "sort",
|
||||
"description": "<p>The property to sort the results by. <code>created</code> means when the repository was starred. <code>updated</code> means when the repository was last pushed to.</p>",
|
||||
"description": "<p>The property to sort the results by.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -367346,7 +367346,7 @@
|
|||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Lists all organizations, in the order that they were created on GitHub Enterprise Cloud.</p>\n<p><strong>Note:</strong> Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header\">Link header</a> to get the URL for the next page of organizations.</p>",
|
||||
"descriptionHTML": "<p>Lists all organizations, in the order that they were created on GitHub Enterprise Cloud.</p>\n<p><strong>Note:</strong> Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a> to get the URL for the next page of organizations.</p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
@ -371930,6 +371930,64 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"serverUrl": "https://api.github.com",
|
||||
"verb": "delete",
|
||||
"requestPath": "/orgs/{org}",
|
||||
"title": "Delete an organization",
|
||||
"category": "orgs",
|
||||
"subcategory": "orgs",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "org",
|
||||
"description": "<p>The organization name. The name is not case sensitive.</p>",
|
||||
"in": "path",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
"bodyParameters": [],
|
||||
"enabledForGitHubApps": true,
|
||||
"codeExamples": [
|
||||
{
|
||||
"key": "default",
|
||||
"request": {
|
||||
"description": "Example",
|
||||
"acceptHeader": "application/vnd.github.v3+json",
|
||||
"parameters": {
|
||||
"org": "ORG"
|
||||
}
|
||||
},
|
||||
"response": {
|
||||
"statusCode": "202",
|
||||
"contentType": "application/json",
|
||||
"description": "<p>Accepted</p>",
|
||||
"example": null,
|
||||
"schema": {
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Deletes an organization and all its repositories.</p>\n<p>The organization login will be unavailable for 90 days after deletion.</p>\n<p>Please review the Terms of Service regarding account deletion before using this endpoint:</p>\n<p><a href=\"https://docs.github.com/enterprise-cloud@latest//site-policy/github-terms/github-terms-of-service\">https://docs.github.com/enterprise-cloud@latest//site-policy/github-terms/github-terms-of-service</a></p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "202",
|
||||
"description": "<p>Accepted</p>"
|
||||
},
|
||||
{
|
||||
"httpStatusCode": "403",
|
||||
"description": "<p>Forbidden</p>"
|
||||
},
|
||||
{
|
||||
"httpStatusCode": "404",
|
||||
"description": "<p>Resource not found</p>"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"serverUrl": "https://api.github.com",
|
||||
"verb": "get",
|
||||
|
@ -371972,7 +372030,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -371981,7 +372039,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -427415,7 +427473,7 @@
|
|||
},
|
||||
{
|
||||
"name": "sort",
|
||||
"description": "<p>The property to sort the results by. <code>created</code> means when the repository was starred. <code>updated</code> means when the repository was last pushed to.</p>",
|
||||
"description": "<p>The property to sort the results by.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -480823,7 +480881,7 @@
|
|||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Lists all public repositories in the order that they were created.</p>\n<p>Note:</p>\n<ul>\n<li>For GitHub Enterprise Server, this endpoint will only list repositories available to all users on the enterprise.</li>\n<li>Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header\">Link header</a> to get the URL for the next page of repositories.</li>\n</ul>",
|
||||
"descriptionHTML": "<p>Lists all public repositories in the order that they were created.</p>\n<p>Note:</p>\n<ul>\n<li>For GitHub Enterprise Server, this endpoint will only list repositories available to all users on the enterprise.</li>\n<li>Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a> to get the URL for the next page of repositories.</li>\n</ul>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
@ -507458,7 +507516,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -507467,7 +507525,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -508809,7 +508867,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -508818,7 +508876,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -510169,7 +510227,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -510178,7 +510236,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -541704,7 +541762,7 @@
|
|||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Lists all users, in the order that they signed up on GitHub Enterprise Cloud. This list includes personal user accounts and organization accounts.</p>\n<p>Note: Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header\">Link header</a> to get the URL for the next page of users.</p>",
|
||||
"descriptionHTML": "<p>Lists all users, in the order that they signed up on GitHub Enterprise Cloud. This list includes personal user accounts and organization accounts.</p>\n<p>Note: Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a> to get the URL for the next page of users.</p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
|
|
@ -174988,7 +174988,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.4/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.4/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -174997,7 +174997,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.4/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.4/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -231720,7 +231720,7 @@
|
|||
},
|
||||
{
|
||||
"name": "sort",
|
||||
"description": "<p>The property to sort the results by. <code>created</code> means when the repository was starred. <code>updated</code> means when the repository was last pushed to.</p>",
|
||||
"description": "<p>The property to sort the results by.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -296173,7 +296173,7 @@
|
|||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Lists all organizations, in the order that they were created on GitHub Enterprise Server.</p>\n<p><strong>Note:</strong> Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.4/rest/overview/resources-in-the-rest-api#link-header\">Link header</a> to get the URL for the next page of organizations.</p>",
|
||||
"descriptionHTML": "<p>Lists all organizations, in the order that they were created on GitHub Enterprise Server.</p>\n<p><strong>Note:</strong> Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.4/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a> to get the URL for the next page of organizations.</p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
@ -297308,7 +297308,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.4/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.4/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -297317,7 +297317,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.4/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.4/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -333431,7 +333431,7 @@
|
|||
},
|
||||
{
|
||||
"name": "sort",
|
||||
"description": "<p>The property to sort the results by. <code>created</code> means when the repository was starred. <code>updated</code> means when the repository was last pushed to.</p>",
|
||||
"description": "<p>The property to sort the results by.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -385099,7 +385099,7 @@
|
|||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Lists all public repositories in the order that they were created.</p>\n<p>Note:</p>\n<ul>\n<li>For GitHub Enterprise Server, this endpoint will only list repositories available to all users on the enterprise.</li>\n<li>Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.4/rest/overview/resources-in-the-rest-api#link-header\">Link header</a> to get the URL for the next page of repositories.</li>\n</ul>",
|
||||
"descriptionHTML": "<p>Lists all public repositories in the order that they were created.</p>\n<p>Note:</p>\n<ul>\n<li>For GitHub Enterprise Server, this endpoint will only list repositories available to all users on the enterprise.</li>\n<li>Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.4/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a> to get the URL for the next page of repositories.</li>\n</ul>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
@ -408010,7 +408010,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.4/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.4/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -408019,7 +408019,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.4/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.4/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -438468,7 +438468,7 @@
|
|||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Lists all users, in the order that they signed up on GitHub Enterprise Server. This list includes personal user accounts and organization accounts.</p>\n<p>Note: Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.4/rest/overview/resources-in-the-rest-api#link-header\">Link header</a> to get the URL for the next page of users.</p>",
|
||||
"descriptionHTML": "<p>Lists all users, in the order that they signed up on GitHub Enterprise Server. This list includes personal user accounts and organization accounts.</p>\n<p>Note: Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.4/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a> to get the URL for the next page of users.</p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
|
|
@ -143996,7 +143996,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.5/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.5/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -144005,7 +144005,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.5/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.5/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -182146,7 +182146,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.5/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.5/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -182155,7 +182155,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.5/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.5/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -238878,7 +238878,7 @@
|
|||
},
|
||||
{
|
||||
"name": "sort",
|
||||
"description": "<p>The property to sort the results by. <code>created</code> means when the repository was starred. <code>updated</code> means when the repository was last pushed to.</p>",
|
||||
"description": "<p>The property to sort the results by.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -303343,7 +303343,7 @@
|
|||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Lists all organizations, in the order that they were created on GitHub Enterprise Server.</p>\n<p><strong>Note:</strong> Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.5/rest/overview/resources-in-the-rest-api#link-header\">Link header</a> to get the URL for the next page of organizations.</p>",
|
||||
"descriptionHTML": "<p>Lists all organizations, in the order that they were created on GitHub Enterprise Server.</p>\n<p><strong>Note:</strong> Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.5/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a> to get the URL for the next page of organizations.</p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
@ -304478,7 +304478,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.5/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.5/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -304487,7 +304487,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.5/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.5/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -340601,7 +340601,7 @@
|
|||
},
|
||||
{
|
||||
"name": "sort",
|
||||
"description": "<p>The property to sort the results by. <code>created</code> means when the repository was starred. <code>updated</code> means when the repository was last pushed to.</p>",
|
||||
"description": "<p>The property to sort the results by.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -392394,7 +392394,7 @@
|
|||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Lists all public repositories in the order that they were created.</p>\n<p>Note:</p>\n<ul>\n<li>For GitHub Enterprise Server, this endpoint will only list repositories available to all users on the enterprise.</li>\n<li>Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.5/rest/overview/resources-in-the-rest-api#link-header\">Link header</a> to get the URL for the next page of repositories.</li>\n</ul>",
|
||||
"descriptionHTML": "<p>Lists all public repositories in the order that they were created.</p>\n<p>Note:</p>\n<ul>\n<li>For GitHub Enterprise Server, this endpoint will only list repositories available to all users on the enterprise.</li>\n<li>Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.5/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a> to get the URL for the next page of repositories.</li>\n</ul>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
@ -415636,7 +415636,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.5/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.5/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -415645,7 +415645,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.5/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.5/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -446144,7 +446144,7 @@
|
|||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Lists all users, in the order that they signed up on GitHub Enterprise Server. This list includes personal user accounts and organization accounts.</p>\n<p>Note: Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.5/rest/overview/resources-in-the-rest-api#link-header\">Link header</a> to get the URL for the next page of users.</p>",
|
||||
"descriptionHTML": "<p>Lists all users, in the order that they signed up on GitHub Enterprise Server. This list includes personal user accounts and organization accounts.</p>\n<p>Note: Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.5/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a> to get the URL for the next page of users.</p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
|
|
@ -146543,7 +146543,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.6/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.6/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -146552,7 +146552,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.6/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.6/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -185184,7 +185184,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.6/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.6/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -185193,7 +185193,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.6/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.6/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -247951,7 +247951,7 @@
|
|||
},
|
||||
{
|
||||
"name": "sort",
|
||||
"description": "<p>The property to sort the results by. <code>created</code> means when the repository was starred. <code>updated</code> means when the repository was last pushed to.</p>",
|
||||
"description": "<p>The property to sort the results by.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -313084,7 +313084,7 @@
|
|||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Lists all organizations, in the order that they were created on GitHub Enterprise Server.</p>\n<p><strong>Note:</strong> Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.6/rest/overview/resources-in-the-rest-api#link-header\">Link header</a> to get the URL for the next page of organizations.</p>",
|
||||
"descriptionHTML": "<p>Lists all organizations, in the order that they were created on GitHub Enterprise Server.</p>\n<p><strong>Note:</strong> Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.6/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a> to get the URL for the next page of organizations.</p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
@ -314240,7 +314240,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.6/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.6/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -314249,7 +314249,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.6/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.6/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -350545,7 +350545,7 @@
|
|||
},
|
||||
{
|
||||
"name": "sort",
|
||||
"description": "<p>The property to sort the results by. <code>created</code> means when the repository was starred. <code>updated</code> means when the repository was last pushed to.</p>",
|
||||
"description": "<p>The property to sort the results by.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -403465,7 +403465,7 @@
|
|||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Lists all public repositories in the order that they were created.</p>\n<p>Note:</p>\n<ul>\n<li>For GitHub Enterprise Server, this endpoint will only list repositories available to all users on the enterprise.</li>\n<li>Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.6/rest/overview/resources-in-the-rest-api#link-header\">Link header</a> to get the URL for the next page of repositories.</li>\n</ul>",
|
||||
"descriptionHTML": "<p>Lists all public repositories in the order that they were created.</p>\n<p>Note:</p>\n<ul>\n<li>For GitHub Enterprise Server, this endpoint will only list repositories available to all users on the enterprise.</li>\n<li>Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.6/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a> to get the URL for the next page of repositories.</li>\n</ul>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
@ -427317,7 +427317,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.6/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.6/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -427326,7 +427326,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.6/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.6/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -459796,7 +459796,7 @@
|
|||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Lists all users, in the order that they signed up on GitHub Enterprise Server. This list includes personal user accounts and organization accounts.</p>\n<p>Note: Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.6/rest/overview/resources-in-the-rest-api#link-header\">Link header</a> to get the URL for the next page of users.</p>",
|
||||
"descriptionHTML": "<p>Lists all users, in the order that they signed up on GitHub Enterprise Server. This list includes personal user accounts and organization accounts.</p>\n<p>Note: Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.6/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a> to get the URL for the next page of users.</p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
|
|
@ -147529,7 +147529,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -147538,7 +147538,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -148934,7 +148934,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -148943,7 +148943,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -187993,7 +187993,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -188002,7 +188002,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -250852,7 +250852,7 @@
|
|||
},
|
||||
{
|
||||
"name": "sort",
|
||||
"description": "<p>The property to sort the results by. <code>created</code> means when the repository was starred. <code>updated</code> means when the repository was last pushed to.</p>",
|
||||
"description": "<p>The property to sort the results by.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -316055,7 +316055,7 @@
|
|||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Lists all organizations, in the order that they were created on GitHub Enterprise Server.</p>\n<p><strong>Note:</strong> Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/overview/resources-in-the-rest-api#link-header\">Link header</a> to get the URL for the next page of organizations.</p>",
|
||||
"descriptionHTML": "<p>Lists all organizations, in the order that they were created on GitHub Enterprise Server.</p>\n<p><strong>Note:</strong> Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a> to get the URL for the next page of organizations.</p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
@ -317343,7 +317343,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -317352,7 +317352,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -354175,7 +354175,7 @@
|
|||
},
|
||||
{
|
||||
"name": "sort",
|
||||
"description": "<p>The property to sort the results by. <code>created</code> means when the repository was starred. <code>updated</code> means when the repository was last pushed to.</p>",
|
||||
"description": "<p>The property to sort the results by.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -407219,7 +407219,7 @@
|
|||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Lists all public repositories in the order that they were created.</p>\n<p>Note:</p>\n<ul>\n<li>For GitHub Enterprise Server, this endpoint will only list repositories available to all users on the enterprise.</li>\n<li>Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/overview/resources-in-the-rest-api#link-header\">Link header</a> to get the URL for the next page of repositories.</li>\n</ul>",
|
||||
"descriptionHTML": "<p>Lists all public repositories in the order that they were created.</p>\n<p>Note:</p>\n<ul>\n<li>For GitHub Enterprise Server, this endpoint will only list repositories available to all users on the enterprise.</li>\n<li>Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a> to get the URL for the next page of repositories.</li>\n</ul>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
@ -431179,7 +431179,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -431188,7 +431188,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -432521,7 +432521,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -432530,7 +432530,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -433872,7 +433872,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -433881,7 +433881,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -463716,7 +463716,7 @@
|
|||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Lists all users, in the order that they signed up on GitHub Enterprise Server. This list includes personal user accounts and organization accounts.</p>\n<p>Note: Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/overview/resources-in-the-rest-api#link-header\">Link header</a> to get the URL for the next page of users.</p>",
|
||||
"descriptionHTML": "<p>Lists all users, in the order that they signed up on GitHub Enterprise Server. This list includes personal user accounts and organization accounts.</p>\n<p>Note: Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.7/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a> to get the URL for the next page of users.</p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
|
|
@ -162818,7 +162818,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -162827,7 +162827,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -164223,7 +164223,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -164232,7 +164232,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -189820,7 +189820,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -189829,7 +189829,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -191567,7 +191567,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -191576,7 +191576,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -193355,7 +193355,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -193364,7 +193364,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -209949,7 +209949,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -209958,7 +209958,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -273083,7 +273083,7 @@
|
|||
},
|
||||
{
|
||||
"name": "sort",
|
||||
"description": "<p>The property to sort the results by. <code>created</code> means when the repository was starred. <code>updated</code> means when the repository was last pushed to.</p>",
|
||||
"description": "<p>The property to sort the results by.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -338524,7 +338524,7 @@
|
|||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Lists all organizations, in the order that they were created on GitHub Enterprise Server.</p>\n<p><strong>Note:</strong> Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/overview/resources-in-the-rest-api#link-header\">Link header</a> to get the URL for the next page of organizations.</p>",
|
||||
"descriptionHTML": "<p>Lists all organizations, in the order that they were created on GitHub Enterprise Server.</p>\n<p><strong>Note:</strong> Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a> to get the URL for the next page of organizations.</p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
@ -339862,7 +339862,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -339871,7 +339871,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -376716,7 +376716,7 @@
|
|||
},
|
||||
{
|
||||
"name": "sort",
|
||||
"description": "<p>The property to sort the results by. <code>created</code> means when the repository was starred. <code>updated</code> means when the repository was last pushed to.</p>",
|
||||
"description": "<p>The property to sort the results by.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -429927,7 +429927,7 @@
|
|||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Lists all public repositories in the order that they were created.</p>\n<p>Note:</p>\n<ul>\n<li>For GitHub Enterprise Server, this endpoint will only list repositories available to all users on the enterprise.</li>\n<li>Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/overview/resources-in-the-rest-api#link-header\">Link header</a> to get the URL for the next page of repositories.</li>\n</ul>",
|
||||
"descriptionHTML": "<p>Lists all public repositories in the order that they were created.</p>\n<p>Note:</p>\n<ul>\n<li>For GitHub Enterprise Server, this endpoint will only list repositories available to all users on the enterprise.</li>\n<li>Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a> to get the URL for the next page of repositories.</li>\n</ul>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
@ -454074,7 +454074,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -454083,7 +454083,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -455425,7 +455425,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -455434,7 +455434,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -456785,7 +456785,7 @@
|
|||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -456794,7 +456794,7 @@
|
|||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.</p>",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a>. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
|
@ -486825,7 +486825,7 @@
|
|||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Lists all users, in the order that they signed up on GitHub Enterprise Server. This list includes personal user accounts and organization accounts.</p>\n<p>Note: Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/overview/resources-in-the-rest-api#link-header\">Link header</a> to get the URL for the next page of users.</p>",
|
||||
"descriptionHTML": "<p>Lists all users, in the order that they signed up on GitHub Enterprise Server. This list includes personal user accounts and organization accounts.</p>\n<p>Note: Pagination is powered exclusively by the <code>since</code> parameter. Use the <a href=\"https://docs.github.com/enterprise-server@3.8/rest/guides/using-pagination-in-the-rest-api#using-link-headers\">Link header</a> to get the URL for the next page of users.</p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
|
|
@ -21,5 +21,5 @@
|
|||
"allowTitleToDifferFromFilename": true
|
||||
},
|
||||
"targetDirectory": "content/rest",
|
||||
"sha": "4aac28959ee19a97c78a7c6ac92b1a5dd0fa325c"
|
||||
"sha": "05d63e60a5b980d9c08449e6f876d6a28a320fe4"
|
||||
}
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"sha": "4aac28959ee19a97c78a7c6ac92b1a5dd0fa325c"
|
||||
"sha": "05d63e60a5b980d9c08449e6f876d6a28a320fe4"
|
||||
}
|
Загрузка…
Ссылка в новой задаче