From a065b67bff2c3bc752d39cab00dc87651f3b15c7 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Sun, 8 Nov 2020 15:23:09 +0100 Subject: [PATCH 1/6] Add entry to table "create, edit, delete labels" --- .../repository-permission-levels-for-an-organization.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization.md b/content/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization.md index 3d052e45e8..64db638f73 100644 --- a/content/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization.md +++ b/content/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization.md @@ -59,6 +59,7 @@ In addition to managing organization-level settings, organization owners have ad | Edit wikis | **X** | **X** | **X** | **X** | **X** |{% if currentVersion == "free-pro-team@latest" %} | [Report abusive or spammy content](/articles/reporting-abuse-or-spam) | **X** | **X** | **X** | **X** | **X** |{% endif %} | Apply labels | | **X** | **X** | **X** | **X** | +| Create, edit, delete labels | | | **X** | **X** | **X** | | Close, reopen, and assign all issues and pull requests | | **X** | **X** | **X** | **X** | | Apply milestones | | **X** | **X** | **X** | **X** | | Mark [duplicate issues and pull requests](/articles/about-duplicate-issues-and-pull-requests)| | **X** | **X** | **X** | **X** | From 1750f3d48a32415d805f70ba3919d4944b752c53 Mon Sep 17 00:00:00 2001 From: Jason Etcovitch Date: Thu, 26 Nov 2020 20:42:31 -0500 Subject: [PATCH 2/6] Fix missing webhook payloads on marketplace API page (#16641) * Also check for github-marketplace path * Check for webhook, no s --- middleware/contextualizers/webhooks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/middleware/contextualizers/webhooks.js b/middleware/contextualizers/webhooks.js index da2c12ffc9..c2663df1ca 100644 --- a/middleware/contextualizers/webhooks.js +++ b/middleware/contextualizers/webhooks.js @@ -5,7 +5,7 @@ const nonEnterpriseDefaultVersion = require('../../lib/non-enterprise-default-ve const allVersions = require('../../lib/all-versions') module.exports = async (req, res, next) => { - if (!req.path.includes('webhooks')) return next() + if (!req.path.includes('webhook')) return next() // Get the name of the dir under lib/webhooks/static // For example, free-pro-team@latest corresponds to dotcom, From 3daf8a430677c4af05b1082a43cf5ad203752ab5 Mon Sep 17 00:00:00 2001 From: github-openapi-bot <69533958+github-openapi-bot@users.noreply.github.com> Date: Thu, 26 Nov 2020 21:29:56 -0500 Subject: [PATCH 3/6] Updating OpenAPI descriptions (#16647) --- lib/rest/static/decorated/api.github.com.json | 52 +- lib/rest/static/decorated/ghes-2.18.json | 4 +- lib/rest/static/decorated/ghes-2.19.json | 4 +- lib/rest/static/decorated/ghes-2.20.json | 4 +- lib/rest/static/decorated/ghes-2.21.json | 4 +- lib/rest/static/decorated/ghes-2.22.json | 44 +- lib/rest/static/decorated/github.ae.json | 4 +- .../dereferenced/api.github.com.deref.json | 9297 ++++++++++------- .../static/dereferenced/ghes-2.18.deref.json | 7279 +++++++------ .../static/dereferenced/ghes-2.19.deref.json | 7345 +++++++------ .../static/dereferenced/ghes-2.20.deref.json | 7485 +++++++------ .../static/dereferenced/ghes-2.21.deref.json | 7641 ++++++++------ .../static/dereferenced/ghes-2.22.deref.json | 8160 ++++++++------- .../static/dereferenced/github.ae.deref.json | 7221 +++++++------ 14 files changed, 30499 insertions(+), 24045 deletions(-) diff --git a/lib/rest/static/decorated/api.github.com.json b/lib/rest/static/decorated/api.github.com.json index 850a68dd34..2e1f42bf1c 100644 --- a/lib/rest/static/decorated/api.github.com.json +++ b/lib/rest/static/decorated/api.github.com.json @@ -29871,7 +29871,7 @@ } ], "summary": "Get workflow run usage", - "description": "**Warning:** This GitHub Actions usage endpoint is currently in public beta and subject to change. For more information, see \"[GitHub Actions API workflow usage](https://developer.github.com/changes/2020-05-15-actions-api-workflow-usage).\"\n\nGets the number of billable minutes and total run time for a specific workflow run. Billable minutes only apply to workflows in private repositories that use GitHub-hosted runners. Usage is listed for each GitHub-hosted runner operating system in milliseconds. Any job re-runs are also included in the usage. The usage does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see \"[Managing billing for GitHub Actions](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)\".\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope. GitHub Apps must have the `actions:read` permission to use this endpoint.", + "description": "Gets the number of billable minutes and total run time for a specific workflow run. Billable minutes only apply to workflows in private repositories that use GitHub-hosted runners. Usage is listed for each GitHub-hosted runner operating system in milliseconds. Any job re-runs are also included in the usage. The usage does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see \"[Managing billing for GitHub Actions](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)\".\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope. GitHub Apps must have the `actions:read` permission to use this endpoint.", "tags": [ "actions" ], @@ -29894,7 +29894,7 @@ "subcategoryLabel": "Workflow runs", "notes": [], "bodyParameters": [], - "descriptionHTML": "

Warning: This GitHub Actions usage endpoint is currently in public beta and subject to change. For more information, see \"GitHub Actions API workflow usage.\"

\n

Gets the number of billable minutes and total run time for a specific workflow run. Billable minutes only apply to workflows in private repositories that use GitHub-hosted runners. Usage is listed for each GitHub-hosted runner operating system in milliseconds. Any job re-runs are also included in the usage. The usage does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see \"Managing billing for GitHub Actions\".

\n

Anyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the repo scope. GitHub Apps must have the actions:read permission to use this endpoint.

", + "descriptionHTML": "

Gets the number of billable minutes and total run time for a specific workflow run. Billable minutes only apply to workflows in private repositories that use GitHub-hosted runners. Usage is listed for each GitHub-hosted runner operating system in milliseconds. Any job re-runs are also included in the usage. The usage does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see \"Managing billing for GitHub Actions\".

\n

Anyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the repo scope. GitHub Apps must have the actions:read permission to use this endpoint.

", "responses": [ { "httpStatusCode": "200", @@ -31088,7 +31088,7 @@ } ], "summary": "Get workflow usage", - "description": "**Warning:** This GitHub Actions usage endpoint is currently in public beta and subject to change. For more information, see \"[GitHub Actions API workflow usage](https://developer.github.com/changes/2020-05-15-actions-api-workflow-usage).\"\n\nGets the number of billable minutes used by a specific workflow during the current billing cycle. Billable minutes only apply to workflows in private repositories that use GitHub-hosted runners. Usage is listed for each GitHub-hosted runner operating system in milliseconds. Any job re-runs are also included in the usage. The usage does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see \"[Managing billing for GitHub Actions](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)\".\n\nYou can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. Anyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope. GitHub Apps must have the `actions:read` permission to use this endpoint.", + "description": "Gets the number of billable minutes used by a specific workflow during the current billing cycle. Billable minutes only apply to workflows in private repositories that use GitHub-hosted runners. Usage is listed for each GitHub-hosted runner operating system in milliseconds. Any job re-runs are also included in the usage. The usage does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see \"[Managing billing for GitHub Actions](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)\".\n\nYou can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. Anyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope. GitHub Apps must have the `actions:read` permission to use this endpoint.", "tags": [ "actions" ], @@ -31111,7 +31111,7 @@ "subcategoryLabel": "Workflows", "notes": [], "bodyParameters": [], - "descriptionHTML": "

Warning: This GitHub Actions usage endpoint is currently in public beta and subject to change. For more information, see \"GitHub Actions API workflow usage.\"

\n

Gets the number of billable minutes used by a specific workflow during the current billing cycle. Billable minutes only apply to workflows in private repositories that use GitHub-hosted runners. Usage is listed for each GitHub-hosted runner operating system in milliseconds. Any job re-runs are also included in the usage. The usage does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see \"Managing billing for GitHub Actions\".

\n

You can replace workflow_id with the workflow file name. For example, you could use main.yaml. Anyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the repo scope. GitHub Apps must have the actions:read permission to use this endpoint.

", + "descriptionHTML": "

Gets the number of billable minutes used by a specific workflow during the current billing cycle. Billable minutes only apply to workflows in private repositories that use GitHub-hosted runners. Usage is listed for each GitHub-hosted runner operating system in milliseconds. Any job re-runs are also included in the usage. The usage does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see \"Managing billing for GitHub Actions\".

\n

You can replace workflow_id with the workflow file name. For example, you could use main.yaml. Anyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the repo scope. GitHub Apps must have the actions:read permission to use this endpoint.

", "responses": [ { "httpStatusCode": "200", @@ -41248,7 +41248,7 @@ "httpStatusCode": "200", "httpStatusMessage": "OK", "description": "Default response", - "payload": "
[\n  {\n    \"number\": 4,\n    \"created_at\": \"2020-02-13T12:29:18Z\",\n    \"url\": \"https://api.github.com/repos/github/hello-world/code-scanning/alerts/4\",\n    \"html_url\": \"https://github.com/github/hello-world/code-scanning/4\",\n    \"state\": \"open\",\n    \"dismissed_by\": {\n      \"login\": \"octocat\",\n      \"id\": 1,\n      \"node_id\": \"MDQ6VXNlcjE=\",\n      \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n      \"gravatar_id\": \"\",\n      \"url\": \"https://api.github.com/users/octocat\",\n      \"html_url\": \"https://github.com/octocat\",\n      \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n      \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n      \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n      \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n      \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n      \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n      \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n      \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n      \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n      \"type\": \"User\",\n      \"site_admin\": false\n    },\n    \"dismissed_at\": \"2020-02-14T12:29:18Z\",\n    \"dismissed_reason\": \"false positive\",\n    \"rule\": {\n      \"id\": \"js/zipslip\",\n      \"severity\": \"error\",\n      \"description\": \"Arbitrary file write during zip extraction\"\n    },\n    \"tool\": {\n      \"name\": \"CodeQL command-line toolchain\",\n      \"version\": null\n    }\n  },\n  {\n    \"number\": 3,\n    \"created_at\": \"2020-02-13T12:29:18Z\",\n    \"url\": \"https://api.github.com/repos/github/hello-world/code-scanning/alerts/3\",\n    \"html_url\": \"https://github.com/dsp-testing/github/hello-world/code-scanning/3\",\n    \"state\": \"open\",\n    \"dismissed_by\": {\n      \"login\": \"octocat\",\n      \"id\": 1,\n      \"node_id\": \"MDQ6VXNlcjE=\",\n      \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n      \"gravatar_id\": \"\",\n      \"url\": \"https://api.github.com/users/octocat\",\n      \"html_url\": \"https://github.com/octocat\",\n      \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n      \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n      \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n      \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n      \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n      \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n      \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n      \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n      \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n      \"type\": \"User\",\n      \"site_admin\": false\n    },\n    \"dismissed_at\": \"2020-02-14T12:29:18Z\",\n    \"dismissed_reason\": \"false positive\",\n    \"rule\": {\n      \"id\": \"js/zipslip\",\n      \"severity\": \"error\",\n      \"description\": \"Arbitrary file write during zip extraction\"\n    },\n    \"tool\": {\n      \"name\": \"CodeQL command-line toolchain\",\n      \"version\": null\n    }\n  }\n]\n
" + "payload": "
[\n  {\n    \"number\": 4,\n    \"created_at\": \"2020-02-13T12:29:18Z\",\n    \"url\": \"https://api.github.com/repos/github/hello-world/code-scanning/alerts/4\",\n    \"html_url\": \"https://github.com/github/hello-world/code-scanning/4\",\n    \"state\": \"open\",\n    \"dismissed_by\": null,\n    \"dismissed_at\": null,\n    \"dismissed_reason\": null,\n    \"rule\": {\n      \"id\": \"js/zipslip\",\n      \"severity\": \"error\",\n      \"description\": \"Arbitrary file write during zip extraction\"\n    },\n    \"tool\": {\n      \"name\": \"CodeQL command-line toolchain\",\n      \"version\": null\n    }\n  },\n  {\n    \"number\": 3,\n    \"created_at\": \"2020-02-13T12:29:18Z\",\n    \"url\": \"https://api.github.com/repos/github/hello-world/code-scanning/alerts/3\",\n    \"html_url\": \"https://github.com/github/hello-world/code-scanning/3\",\n    \"state\": \"dismissed\",\n    \"dismissed_by\": {\n      \"login\": \"octocat\",\n      \"id\": 1,\n      \"node_id\": \"MDQ6VXNlcjE=\",\n      \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n      \"gravatar_id\": \"\",\n      \"url\": \"https://api.github.com/users/octocat\",\n      \"html_url\": \"https://github.com/octocat\",\n      \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n      \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n      \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n      \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n      \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n      \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n      \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n      \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n      \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n      \"type\": \"User\",\n      \"site_admin\": false\n    },\n    \"dismissed_at\": \"2020-02-14T12:29:18Z\",\n    \"dismissed_reason\": \"false positive\",\n    \"rule\": {\n      \"id\": \"js/zipslip\",\n      \"severity\": \"error\",\n      \"description\": \"Arbitrary file write during zip extraction\"\n    },\n    \"tool\": {\n      \"name\": \"CodeQL command-line toolchain\",\n      \"version\": null\n    }\n  }\n]\n
" }, { "httpStatusCode": "404", @@ -41337,7 +41337,7 @@ "httpStatusCode": "200", "httpStatusMessage": "OK", "description": "Default response", - "payload": "
{\n  \"number\": 22,\n  \"created_at\": \"2020-06-19T11:21:34Z\",\n  \"url\": \"https://api.github.com/repos/github/hello-world/code-scanning/alerts/22\",\n  \"html_url\": \"https://github.com/github/hello-world/code-scanning/22\",\n  \"instances\": [\n    {\n      \"ref\": \"refs/heads/codeql-analysis-yml\",\n      \"analysis_key\": \".github/workflows/codeql-analysis.yml:CodeQL-Build\",\n      \"environment\": \"\",\n      \"state\": \"fixed\"\n    },\n    {\n      \"ref\": \"refs/pull/3740/head\",\n      \"analysis_key\": \".github/workflows/codeql-analysis.yml:CodeQL-Build\",\n      \"environment\": \"\",\n      \"state\": \"fixed\"\n    }\n  ],\n  \"state\": \"fixed\",\n  \"dismissed_by\": {\n    \"login\": \"octocat\",\n    \"id\": 1,\n    \"node_id\": \"MDQ6VXNlcjE=\",\n    \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n    \"gravatar_id\": \"\",\n    \"url\": \"https://api.github.com/users/octocat\",\n    \"html_url\": \"https://github.com/octocat\",\n    \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n    \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n    \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n    \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n    \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n    \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n    \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n    \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n    \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n    \"type\": \"User\",\n    \"site_admin\": false\n  },\n  \"dismissed_at\": \"2020-02-14T12:29:18Z\",\n  \"dismissed_reason\": \"false positive\",\n  \"rule\": {\n    \"id\": \"js/polynomial-redos\",\n    \"severity\": \"warning\",\n    \"description\": \"Polynomial regular expression used on uncontrolled data\"\n  },\n  \"tool\": {\n    \"name\": \"CodeQL command-line toolchain\",\n    \"version\": null\n  }\n}\n
" + "payload": "
{\n  \"number\": 42,\n  \"created_at\": \"2020-06-19T11:21:34Z\",\n  \"url\": \"https://api.github.com/repos/github/hello-world/code-scanning/alerts/42\",\n  \"html_url\": \"https://github.com/github/hello-world/code-scanning/42\",\n  \"instances\": [\n    {\n      \"ref\": \"refs/heads/main\",\n      \"analysis_key\": \".github/workflows/codeql-analysis.yml:CodeQL-Build\",\n      \"environment\": \"\",\n      \"state\": \"fixed\"\n    },\n    {\n      \"ref\": \"refs/pull/3740/head\",\n      \"analysis_key\": \".github/workflows/codeql-analysis.yml:CodeQL-Build\",\n      \"environment\": \"\",\n      \"state\": \"dismissed\"\n    }\n  ],\n  \"state\": \"dismissed\",\n  \"dismissed_by\": {\n    \"login\": \"octocat\",\n    \"id\": 1,\n    \"node_id\": \"MDQ6VXNlcjE=\",\n    \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n    \"gravatar_id\": \"\",\n    \"url\": \"https://api.github.com/users/octocat\",\n    \"html_url\": \"https://github.com/octocat\",\n    \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n    \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n    \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n    \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n    \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n    \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n    \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n    \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n    \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n    \"type\": \"User\",\n    \"site_admin\": false\n  },\n  \"dismissed_at\": \"2020-02-14T12:29:18Z\",\n  \"dismissed_reason\": \"false positive\",\n  \"rule\": {\n    \"id\": \"js/polynomial-redos\",\n    \"severity\": \"warning\",\n    \"description\": \"Polynomial regular expression used on uncontrolled data\"\n  },\n  \"tool\": {\n    \"name\": \"CodeQL command-line toolchain\",\n    \"version\": null\n  }\n}\n
" }, { "httpStatusCode": "404", @@ -41433,10 +41433,19 @@ "type": "string or null", "description": "

Required when the state is dismissed. The reason for dismissing or closing the alert. Can be one of: false positive, won't fix, and used in tests.

", "nullable": true, - "enum": [ - "false positive", - "won't fix", - "used in tests" + "oneOf": [ + { + "enum": [ + "false positive", + "won't fix", + "used in tests" + ] + }, + { + "enum": [ + null + ] + } ], "name": "dismissed_reason", "in": "body", @@ -41487,10 +41496,19 @@ "type": "string or null", "description": "

Required when the state is dismissed. The reason for dismissing or closing the alert. Can be one of: false positive, won't fix, and used in tests.

", "nullable": true, - "enum": [ - "false positive", - "won't fix", - "used in tests" + "oneOf": [ + { + "enum": [ + "false positive", + "won't fix", + "used in tests" + ] + }, + { + "enum": [ + null + ] + } ], "name": "dismissed_reason", "in": "body", @@ -41504,7 +41522,7 @@ "httpStatusCode": "200", "httpStatusMessage": "OK", "description": "Default response", - "payload": "
{\n  \"number\": 22,\n  \"created_at\": \"2020-08-25T21:28:36Z\",\n  \"url\": \"https://api.github.com/repos/github/hello-world/code-scanning/alerts/22\",\n  \"html_url\": \"https://github.com/github/hello-world/code-scanning/22\",\n  \"instances\": [\n    {\n      \"ref\": \"refs/heads/codeql-analysis-yml\",\n      \"analysis_key\": \".github/workflows/codeql-analysis.yml:CodeQL-Build\",\n      \"environment\": \"\",\n      \"state\": \"dismissed\"\n    },\n    {\n      \"ref\": \"refs/pull/3740/head\",\n      \"analysis_key\": \".github/workflows/codeql-analysis.yml:CodeQL-Build\",\n      \"environment\": \"\",\n      \"state\": \"dismissed\"\n    }\n  ],\n  \"state\": \"dismissed\",\n  \"dismissed_by\": {\n    \"login\": \"octocat\",\n    \"id\": 1,\n    \"node_id\": \"MDQ6VXNlcjE=\",\n    \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n    \"gravatar_id\": \"\",\n    \"url\": \"https://api.github.com/users/octocat\",\n    \"html_url\": \"https://github.com/octocat\",\n    \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n    \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n    \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n    \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n    \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n    \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n    \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n    \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n    \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n    \"type\": \"User\",\n    \"site_admin\": false\n  },\n  \"dismissed_at\": \"2020-09-02T22:34:56Z\",\n  \"dismissed_reason\": \"false positive\",\n  \"rule\": {\n    \"id\": \"js/polynomial-redos\",\n    \"severity\": \"warning\",\n    \"description\": \"Polynomial regular expression used on uncontrolled data\"\n  },\n  \"tool\": {\n    \"name\": \"CodeQL command-line toolchain\",\n    \"version\": null\n  }\n}\n
" + "payload": "
{\n  \"number\": 42,\n  \"created_at\": \"2020-08-25T21:28:36Z\",\n  \"url\": \"https://api.github.com/repos/github/hello-world/code-scanning/alerts/42\",\n  \"html_url\": \"https://github.com/github/hello-world/code-scanning/42\",\n  \"instances\": [\n    {\n      \"ref\": \"refs/heads/codeql-analysis-yml\",\n      \"analysis_key\": \".github/workflows/codeql-analysis.yml:CodeQL-Build\",\n      \"environment\": \"\",\n      \"state\": \"dismissed\"\n    },\n    {\n      \"ref\": \"refs/pull/3740/head\",\n      \"analysis_key\": \".github/workflows/codeql-analysis.yml:CodeQL-Build\",\n      \"environment\": \"\",\n      \"state\": \"dismissed\"\n    }\n  ],\n  \"state\": \"dismissed\",\n  \"dismissed_by\": {\n    \"login\": \"octocat\",\n    \"id\": 1,\n    \"node_id\": \"MDQ6VXNlcjE=\",\n    \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n    \"gravatar_id\": \"\",\n    \"url\": \"https://api.github.com/users/octocat\",\n    \"html_url\": \"https://github.com/octocat\",\n    \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n    \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n    \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n    \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n    \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n    \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n    \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n    \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n    \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n    \"type\": \"User\",\n    \"site_admin\": false\n  },\n  \"dismissed_at\": \"2020-09-02T22:34:56Z\",\n  \"dismissed_reason\": \"false positive\",\n  \"rule\": {\n    \"id\": \"js/polynomial-redos\",\n    \"severity\": \"warning\",\n    \"description\": \"Polynomial regular expression used on uncontrolled data\"\n  },\n  \"tool\": {\n    \"name\": \"CodeQL command-line toolchain\",\n    \"version\": null\n  }\n}\n
" }, { "httpStatusCode": "403", @@ -73477,7 +73495,7 @@ } ], "summary": "Search issues and pull requests", - "description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, whick means the oldest issues appear first in the search results.\n\n**Note:** For [user-to-server](https://docs.github.com/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"", + "description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, which means the oldest issues appear first in the search results.\n\n**Note:** For [user-to-server](https://docs.github.com/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"", "tags": [ "search" ], @@ -73500,7 +73518,7 @@ "Works with GitHub Apps" ], "bodyParameters": [], - "descriptionHTML": "

Find issues by state and keyword. This method returns up to 100 results per page.

\n

When searching for issues, you can get text match metadata for the issue title, issue body, and issue comment body fields when you pass the text-match media type. For more details about how to receive highlighted\nsearch results, see Text match metadata.

\n

For example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.

\n

q=windows+label:bug+language:python+state:open&sort=created&order=asc

\n

This query searches for the keyword windows, within any open issue that is labeled as bug. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, whick means the oldest issues appear first in the search results.

\n

Note: For user-to-server GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the is:issue or is:pull-request qualifier will receive an HTTP 422 Unprocessable Entity response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the is qualifier, see \"Searching only issues or pull requests.\"

", + "descriptionHTML": "

Find issues by state and keyword. This method returns up to 100 results per page.

\n

When searching for issues, you can get text match metadata for the issue title, issue body, and issue comment body fields when you pass the text-match media type. For more details about how to receive highlighted\nsearch results, see Text match metadata.

\n

For example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.

\n

q=windows+label:bug+language:python+state:open&sort=created&order=asc

\n

This query searches for the keyword windows, within any open issue that is labeled as bug. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, which means the oldest issues appear first in the search results.

\n

Note: For user-to-server GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the is:issue or is:pull-request qualifier will receive an HTTP 422 Unprocessable Entity response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the is qualifier, see \"Searching only issues or pull requests.\"

", "responses": [ { "httpStatusCode": "200", diff --git a/lib/rest/static/decorated/ghes-2.18.json b/lib/rest/static/decorated/ghes-2.18.json index 4e64e951b9..43d319ca03 100644 --- a/lib/rest/static/decorated/ghes-2.18.json +++ b/lib/rest/static/decorated/ghes-2.18.json @@ -52599,7 +52599,7 @@ } ], "summary": "Search issues and pull requests", - "description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/enterprise-server@2.18/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/enterprise-server@2.18/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, whick means the oldest issues appear first in the search results.\n\n**Note:** For [user-to-server](https://docs.github.com/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"", + "description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/enterprise-server@2.18/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/enterprise-server@2.18/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, which means the oldest issues appear first in the search results.\n\n**Note:** For [user-to-server](https://docs.github.com/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"", "tags": [ "search" ], @@ -52622,7 +52622,7 @@ "Works with GitHub Apps" ], "bodyParameters": [], - "descriptionHTML": "

Find issues by state and keyword. This method returns up to 100 results per page.

\n

When searching for issues, you can get text match metadata for the issue title, issue body, and issue comment body fields when you pass the text-match media type. For more details about how to receive highlighted\nsearch results, see Text match metadata.

\n

For example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.

\n

q=windows+label:bug+language:python+state:open&sort=created&order=asc

\n

This query searches for the keyword windows, within any open issue that is labeled as bug. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, whick means the oldest issues appear first in the search results.

\n

Note: For user-to-server GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the is:issue or is:pull-request qualifier will receive an HTTP 422 Unprocessable Entity response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the is qualifier, see \"Searching only issues or pull requests.\"

", + "descriptionHTML": "

Find issues by state and keyword. This method returns up to 100 results per page.

\n

When searching for issues, you can get text match metadata for the issue title, issue body, and issue comment body fields when you pass the text-match media type. For more details about how to receive highlighted\nsearch results, see Text match metadata.

\n

For example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.

\n

q=windows+label:bug+language:python+state:open&sort=created&order=asc

\n

This query searches for the keyword windows, within any open issue that is labeled as bug. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, which means the oldest issues appear first in the search results.

\n

Note: For user-to-server GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the is:issue or is:pull-request qualifier will receive an HTTP 422 Unprocessable Entity response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the is qualifier, see \"Searching only issues or pull requests.\"

", "responses": [ { "httpStatusCode": "200", diff --git a/lib/rest/static/decorated/ghes-2.19.json b/lib/rest/static/decorated/ghes-2.19.json index 41ae5965da..285b1c6f9d 100644 --- a/lib/rest/static/decorated/ghes-2.19.json +++ b/lib/rest/static/decorated/ghes-2.19.json @@ -53409,7 +53409,7 @@ } ], "summary": "Search issues and pull requests", - "description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/enterprise-server@2.19/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/enterprise-server@2.19/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, whick means the oldest issues appear first in the search results.\n\n**Note:** For [user-to-server](https://docs.github.com/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"", + "description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/enterprise-server@2.19/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/enterprise-server@2.19/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, which means the oldest issues appear first in the search results.\n\n**Note:** For [user-to-server](https://docs.github.com/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"", "tags": [ "search" ], @@ -53432,7 +53432,7 @@ "Works with GitHub Apps" ], "bodyParameters": [], - "descriptionHTML": "

Find issues by state and keyword. This method returns up to 100 results per page.

\n

When searching for issues, you can get text match metadata for the issue title, issue body, and issue comment body fields when you pass the text-match media type. For more details about how to receive highlighted\nsearch results, see Text match metadata.

\n

For example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.

\n

q=windows+label:bug+language:python+state:open&sort=created&order=asc

\n

This query searches for the keyword windows, within any open issue that is labeled as bug. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, whick means the oldest issues appear first in the search results.

\n

Note: For user-to-server GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the is:issue or is:pull-request qualifier will receive an HTTP 422 Unprocessable Entity response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the is qualifier, see \"Searching only issues or pull requests.\"

", + "descriptionHTML": "

Find issues by state and keyword. This method returns up to 100 results per page.

\n

When searching for issues, you can get text match metadata for the issue title, issue body, and issue comment body fields when you pass the text-match media type. For more details about how to receive highlighted\nsearch results, see Text match metadata.

\n

For example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.

\n

q=windows+label:bug+language:python+state:open&sort=created&order=asc

\n

This query searches for the keyword windows, within any open issue that is labeled as bug. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, which means the oldest issues appear first in the search results.

\n

Note: For user-to-server GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the is:issue or is:pull-request qualifier will receive an HTTP 422 Unprocessable Entity response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the is qualifier, see \"Searching only issues or pull requests.\"

", "responses": [ { "httpStatusCode": "200", diff --git a/lib/rest/static/decorated/ghes-2.20.json b/lib/rest/static/decorated/ghes-2.20.json index 8aa3ac40fb..9abf62da48 100644 --- a/lib/rest/static/decorated/ghes-2.20.json +++ b/lib/rest/static/decorated/ghes-2.20.json @@ -54061,7 +54061,7 @@ } ], "summary": "Search issues and pull requests", - "description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/enterprise-server@2.20/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/enterprise-server@2.20/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, whick means the oldest issues appear first in the search results.\n\n**Note:** For [user-to-server](https://docs.github.com/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"", + "description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/enterprise-server@2.20/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/enterprise-server@2.20/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, which means the oldest issues appear first in the search results.\n\n**Note:** For [user-to-server](https://docs.github.com/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"", "tags": [ "search" ], @@ -54084,7 +54084,7 @@ "Works with GitHub Apps" ], "bodyParameters": [], - "descriptionHTML": "

Find issues by state and keyword. This method returns up to 100 results per page.

\n

When searching for issues, you can get text match metadata for the issue title, issue body, and issue comment body fields when you pass the text-match media type. For more details about how to receive highlighted\nsearch results, see Text match metadata.

\n

For example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.

\n

q=windows+label:bug+language:python+state:open&sort=created&order=asc

\n

This query searches for the keyword windows, within any open issue that is labeled as bug. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, whick means the oldest issues appear first in the search results.

\n

Note: For user-to-server GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the is:issue or is:pull-request qualifier will receive an HTTP 422 Unprocessable Entity response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the is qualifier, see \"Searching only issues or pull requests.\"

", + "descriptionHTML": "

Find issues by state and keyword. This method returns up to 100 results per page.

\n

When searching for issues, you can get text match metadata for the issue title, issue body, and issue comment body fields when you pass the text-match media type. For more details about how to receive highlighted\nsearch results, see Text match metadata.

\n

For example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.

\n

q=windows+label:bug+language:python+state:open&sort=created&order=asc

\n

This query searches for the keyword windows, within any open issue that is labeled as bug. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, which means the oldest issues appear first in the search results.

\n

Note: For user-to-server GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the is:issue or is:pull-request qualifier will receive an HTTP 422 Unprocessable Entity response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the is qualifier, see \"Searching only issues or pull requests.\"

", "responses": [ { "httpStatusCode": "200", diff --git a/lib/rest/static/decorated/ghes-2.21.json b/lib/rest/static/decorated/ghes-2.21.json index 9c77dadb88..6cd1524aca 100644 --- a/lib/rest/static/decorated/ghes-2.21.json +++ b/lib/rest/static/decorated/ghes-2.21.json @@ -58041,7 +58041,7 @@ } ], "summary": "Search issues and pull requests", - "description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/enterprise-server@2.21/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/enterprise-server@2.21/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, whick means the oldest issues appear first in the search results.\n\n**Note:** For [user-to-server](https://docs.github.com/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"", + "description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/enterprise-server@2.21/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/enterprise-server@2.21/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, which means the oldest issues appear first in the search results.\n\n**Note:** For [user-to-server](https://docs.github.com/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"", "tags": [ "search" ], @@ -58064,7 +58064,7 @@ "Works with GitHub Apps" ], "bodyParameters": [], - "descriptionHTML": "

Find issues by state and keyword. This method returns up to 100 results per page.

\n

When searching for issues, you can get text match metadata for the issue title, issue body, and issue comment body fields when you pass the text-match media type. For more details about how to receive highlighted\nsearch results, see Text match metadata.

\n

For example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.

\n

q=windows+label:bug+language:python+state:open&sort=created&order=asc

\n

This query searches for the keyword windows, within any open issue that is labeled as bug. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, whick means the oldest issues appear first in the search results.

\n

Note: For user-to-server GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the is:issue or is:pull-request qualifier will receive an HTTP 422 Unprocessable Entity response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the is qualifier, see \"Searching only issues or pull requests.\"

", + "descriptionHTML": "

Find issues by state and keyword. This method returns up to 100 results per page.

\n

When searching for issues, you can get text match metadata for the issue title, issue body, and issue comment body fields when you pass the text-match media type. For more details about how to receive highlighted\nsearch results, see Text match metadata.

\n

For example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.

\n

q=windows+label:bug+language:python+state:open&sort=created&order=asc

\n

This query searches for the keyword windows, within any open issue that is labeled as bug. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, which means the oldest issues appear first in the search results.

\n

Note: For user-to-server GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the is:issue or is:pull-request qualifier will receive an HTTP 422 Unprocessable Entity response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the is qualifier, see \"Searching only issues or pull requests.\"

", "responses": [ { "httpStatusCode": "200", diff --git a/lib/rest/static/decorated/ghes-2.22.json b/lib/rest/static/decorated/ghes-2.22.json index 2172ab77d6..4ac7357ca8 100644 --- a/lib/rest/static/decorated/ghes-2.22.json +++ b/lib/rest/static/decorated/ghes-2.22.json @@ -39076,7 +39076,7 @@ "httpStatusCode": "200", "httpStatusMessage": "OK", "description": "Default response", - "payload": "
[\n  {\n    \"number\": 4,\n    \"created_at\": \"2020-02-13T12:29:18Z\",\n    \"url\": \"https://api.github.com/repos/github/hello-world/code-scanning/alerts/4\",\n    \"html_url\": \"https://github.com/github/hello-world/code-scanning/4\",\n    \"state\": \"open\",\n    \"dismissed_by\": {\n      \"login\": \"octocat\",\n      \"id\": 1,\n      \"node_id\": \"MDQ6VXNlcjE=\",\n      \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n      \"gravatar_id\": \"\",\n      \"url\": \"https://api.github.com/users/octocat\",\n      \"html_url\": \"https://github.com/octocat\",\n      \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n      \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n      \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n      \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n      \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n      \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n      \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n      \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n      \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n      \"type\": \"User\",\n      \"site_admin\": false\n    },\n    \"dismissed_at\": \"2020-02-14T12:29:18Z\",\n    \"dismissed_reason\": \"false positive\",\n    \"rule\": {\n      \"id\": \"js/zipslip\",\n      \"severity\": \"error\",\n      \"description\": \"Arbitrary file write during zip extraction\"\n    },\n    \"tool\": {\n      \"name\": \"CodeQL command-line toolchain\",\n      \"version\": null\n    }\n  },\n  {\n    \"number\": 3,\n    \"created_at\": \"2020-02-13T12:29:18Z\",\n    \"url\": \"https://api.github.com/repos/github/hello-world/code-scanning/alerts/3\",\n    \"html_url\": \"https://github.com/dsp-testing/github/hello-world/code-scanning/3\",\n    \"state\": \"open\",\n    \"dismissed_by\": {\n      \"login\": \"octocat\",\n      \"id\": 1,\n      \"node_id\": \"MDQ6VXNlcjE=\",\n      \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n      \"gravatar_id\": \"\",\n      \"url\": \"https://api.github.com/users/octocat\",\n      \"html_url\": \"https://github.com/octocat\",\n      \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n      \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n      \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n      \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n      \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n      \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n      \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n      \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n      \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n      \"type\": \"User\",\n      \"site_admin\": false\n    },\n    \"dismissed_at\": \"2020-02-14T12:29:18Z\",\n    \"dismissed_reason\": \"false positive\",\n    \"rule\": {\n      \"id\": \"js/zipslip\",\n      \"severity\": \"error\",\n      \"description\": \"Arbitrary file write during zip extraction\"\n    },\n    \"tool\": {\n      \"name\": \"CodeQL command-line toolchain\",\n      \"version\": null\n    }\n  }\n]\n
" + "payload": "
[\n  {\n    \"number\": 4,\n    \"created_at\": \"2020-02-13T12:29:18Z\",\n    \"url\": \"https://api.github.com/repos/github/hello-world/code-scanning/alerts/4\",\n    \"html_url\": \"https://github.com/github/hello-world/code-scanning/4\",\n    \"state\": \"open\",\n    \"dismissed_by\": null,\n    \"dismissed_at\": null,\n    \"dismissed_reason\": null,\n    \"rule\": {\n      \"id\": \"js/zipslip\",\n      \"severity\": \"error\",\n      \"description\": \"Arbitrary file write during zip extraction\"\n    },\n    \"tool\": {\n      \"name\": \"CodeQL command-line toolchain\",\n      \"version\": null\n    }\n  },\n  {\n    \"number\": 3,\n    \"created_at\": \"2020-02-13T12:29:18Z\",\n    \"url\": \"https://api.github.com/repos/github/hello-world/code-scanning/alerts/3\",\n    \"html_url\": \"https://github.com/github/hello-world/code-scanning/3\",\n    \"state\": \"dismissed\",\n    \"dismissed_by\": {\n      \"login\": \"octocat\",\n      \"id\": 1,\n      \"node_id\": \"MDQ6VXNlcjE=\",\n      \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n      \"gravatar_id\": \"\",\n      \"url\": \"https://api.github.com/users/octocat\",\n      \"html_url\": \"https://github.com/octocat\",\n      \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n      \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n      \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n      \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n      \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n      \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n      \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n      \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n      \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n      \"type\": \"User\",\n      \"site_admin\": false\n    },\n    \"dismissed_at\": \"2020-02-14T12:29:18Z\",\n    \"dismissed_reason\": \"false positive\",\n    \"rule\": {\n      \"id\": \"js/zipslip\",\n      \"severity\": \"error\",\n      \"description\": \"Arbitrary file write during zip extraction\"\n    },\n    \"tool\": {\n      \"name\": \"CodeQL command-line toolchain\",\n      \"version\": null\n    }\n  }\n]\n
" }, { "httpStatusCode": "404", @@ -39165,7 +39165,7 @@ "httpStatusCode": "200", "httpStatusMessage": "OK", "description": "Default response", - "payload": "
{\n  \"number\": 22,\n  \"created_at\": \"2020-06-19T11:21:34Z\",\n  \"url\": \"https://api.github.com/repos/github/hello-world/code-scanning/alerts/22\",\n  \"html_url\": \"https://github.com/github/hello-world/code-scanning/22\",\n  \"instances\": [\n    {\n      \"ref\": \"refs/heads/codeql-analysis-yml\",\n      \"analysis_key\": \".github/workflows/codeql-analysis.yml:CodeQL-Build\",\n      \"environment\": \"\",\n      \"state\": \"fixed\"\n    },\n    {\n      \"ref\": \"refs/pull/3740/head\",\n      \"analysis_key\": \".github/workflows/codeql-analysis.yml:CodeQL-Build\",\n      \"environment\": \"\",\n      \"state\": \"fixed\"\n    }\n  ],\n  \"state\": \"fixed\",\n  \"dismissed_by\": {\n    \"login\": \"octocat\",\n    \"id\": 1,\n    \"node_id\": \"MDQ6VXNlcjE=\",\n    \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n    \"gravatar_id\": \"\",\n    \"url\": \"https://api.github.com/users/octocat\",\n    \"html_url\": \"https://github.com/octocat\",\n    \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n    \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n    \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n    \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n    \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n    \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n    \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n    \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n    \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n    \"type\": \"User\",\n    \"site_admin\": false\n  },\n  \"dismissed_at\": \"2020-02-14T12:29:18Z\",\n  \"dismissed_reason\": \"false positive\",\n  \"rule\": {\n    \"id\": \"js/polynomial-redos\",\n    \"severity\": \"warning\",\n    \"description\": \"Polynomial regular expression used on uncontrolled data\"\n  },\n  \"tool\": {\n    \"name\": \"CodeQL command-line toolchain\",\n    \"version\": null\n  }\n}\n
" + "payload": "
{\n  \"number\": 42,\n  \"created_at\": \"2020-06-19T11:21:34Z\",\n  \"url\": \"https://api.github.com/repos/github/hello-world/code-scanning/alerts/42\",\n  \"html_url\": \"https://github.com/github/hello-world/code-scanning/42\",\n  \"instances\": [\n    {\n      \"ref\": \"refs/heads/main\",\n      \"analysis_key\": \".github/workflows/codeql-analysis.yml:CodeQL-Build\",\n      \"environment\": \"\",\n      \"state\": \"fixed\"\n    },\n    {\n      \"ref\": \"refs/pull/3740/head\",\n      \"analysis_key\": \".github/workflows/codeql-analysis.yml:CodeQL-Build\",\n      \"environment\": \"\",\n      \"state\": \"dismissed\"\n    }\n  ],\n  \"state\": \"dismissed\",\n  \"dismissed_by\": {\n    \"login\": \"octocat\",\n    \"id\": 1,\n    \"node_id\": \"MDQ6VXNlcjE=\",\n    \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n    \"gravatar_id\": \"\",\n    \"url\": \"https://api.github.com/users/octocat\",\n    \"html_url\": \"https://github.com/octocat\",\n    \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n    \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n    \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n    \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n    \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n    \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n    \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n    \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n    \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n    \"type\": \"User\",\n    \"site_admin\": false\n  },\n  \"dismissed_at\": \"2020-02-14T12:29:18Z\",\n  \"dismissed_reason\": \"false positive\",\n  \"rule\": {\n    \"id\": \"js/polynomial-redos\",\n    \"severity\": \"warning\",\n    \"description\": \"Polynomial regular expression used on uncontrolled data\"\n  },\n  \"tool\": {\n    \"name\": \"CodeQL command-line toolchain\",\n    \"version\": null\n  }\n}\n
" }, { "httpStatusCode": "404", @@ -39261,10 +39261,19 @@ "type": "string or null", "description": "

Required when the state is dismissed. The reason for dismissing or closing the alert. Can be one of: false positive, won't fix, and used in tests.

", "nullable": true, - "enum": [ - "false positive", - "won't fix", - "used in tests" + "oneOf": [ + { + "enum": [ + "false positive", + "won't fix", + "used in tests" + ] + }, + { + "enum": [ + null + ] + } ], "name": "dismissed_reason", "in": "body", @@ -39315,10 +39324,19 @@ "type": "string or null", "description": "

Required when the state is dismissed. The reason for dismissing or closing the alert. Can be one of: false positive, won't fix, and used in tests.

", "nullable": true, - "enum": [ - "false positive", - "won't fix", - "used in tests" + "oneOf": [ + { + "enum": [ + "false positive", + "won't fix", + "used in tests" + ] + }, + { + "enum": [ + null + ] + } ], "name": "dismissed_reason", "in": "body", @@ -39332,7 +39350,7 @@ "httpStatusCode": "200", "httpStatusMessage": "OK", "description": "Default response", - "payload": "
{\n  \"number\": 22,\n  \"created_at\": \"2020-08-25T21:28:36Z\",\n  \"url\": \"https://api.github.com/repos/github/hello-world/code-scanning/alerts/22\",\n  \"html_url\": \"https://github.com/github/hello-world/code-scanning/22\",\n  \"instances\": [\n    {\n      \"ref\": \"refs/heads/codeql-analysis-yml\",\n      \"analysis_key\": \".github/workflows/codeql-analysis.yml:CodeQL-Build\",\n      \"environment\": \"\",\n      \"state\": \"dismissed\"\n    },\n    {\n      \"ref\": \"refs/pull/3740/head\",\n      \"analysis_key\": \".github/workflows/codeql-analysis.yml:CodeQL-Build\",\n      \"environment\": \"\",\n      \"state\": \"dismissed\"\n    }\n  ],\n  \"state\": \"dismissed\",\n  \"dismissed_by\": {\n    \"login\": \"octocat\",\n    \"id\": 1,\n    \"node_id\": \"MDQ6VXNlcjE=\",\n    \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n    \"gravatar_id\": \"\",\n    \"url\": \"https://api.github.com/users/octocat\",\n    \"html_url\": \"https://github.com/octocat\",\n    \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n    \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n    \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n    \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n    \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n    \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n    \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n    \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n    \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n    \"type\": \"User\",\n    \"site_admin\": false\n  },\n  \"dismissed_at\": \"2020-09-02T22:34:56Z\",\n  \"dismissed_reason\": \"false positive\",\n  \"rule\": {\n    \"id\": \"js/polynomial-redos\",\n    \"severity\": \"warning\",\n    \"description\": \"Polynomial regular expression used on uncontrolled data\"\n  },\n  \"tool\": {\n    \"name\": \"CodeQL command-line toolchain\",\n    \"version\": null\n  }\n}\n
" + "payload": "
{\n  \"number\": 42,\n  \"created_at\": \"2020-08-25T21:28:36Z\",\n  \"url\": \"https://api.github.com/repos/github/hello-world/code-scanning/alerts/42\",\n  \"html_url\": \"https://github.com/github/hello-world/code-scanning/42\",\n  \"instances\": [\n    {\n      \"ref\": \"refs/heads/codeql-analysis-yml\",\n      \"analysis_key\": \".github/workflows/codeql-analysis.yml:CodeQL-Build\",\n      \"environment\": \"\",\n      \"state\": \"dismissed\"\n    },\n    {\n      \"ref\": \"refs/pull/3740/head\",\n      \"analysis_key\": \".github/workflows/codeql-analysis.yml:CodeQL-Build\",\n      \"environment\": \"\",\n      \"state\": \"dismissed\"\n    }\n  ],\n  \"state\": \"dismissed\",\n  \"dismissed_by\": {\n    \"login\": \"octocat\",\n    \"id\": 1,\n    \"node_id\": \"MDQ6VXNlcjE=\",\n    \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n    \"gravatar_id\": \"\",\n    \"url\": \"https://api.github.com/users/octocat\",\n    \"html_url\": \"https://github.com/octocat\",\n    \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n    \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n    \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n    \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n    \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n    \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n    \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n    \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n    \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n    \"type\": \"User\",\n    \"site_admin\": false\n  },\n  \"dismissed_at\": \"2020-09-02T22:34:56Z\",\n  \"dismissed_reason\": \"false positive\",\n  \"rule\": {\n    \"id\": \"js/polynomial-redos\",\n    \"severity\": \"warning\",\n    \"description\": \"Polynomial regular expression used on uncontrolled data\"\n  },\n  \"tool\": {\n    \"name\": \"CodeQL command-line toolchain\",\n    \"version\": null\n  }\n}\n
" }, { "httpStatusCode": "403", @@ -65533,7 +65551,7 @@ } ], "summary": "Search issues and pull requests", - "description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/enterprise-server@2.22/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/enterprise-server@2.22/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, whick means the oldest issues appear first in the search results.\n\n**Note:** For [user-to-server](https://docs.github.com/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"", + "description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/enterprise-server@2.22/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/enterprise-server@2.22/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, which means the oldest issues appear first in the search results.\n\n**Note:** For [user-to-server](https://docs.github.com/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"", "tags": [ "search" ], @@ -65556,7 +65574,7 @@ "Works with GitHub Apps" ], "bodyParameters": [], - "descriptionHTML": "

Find issues by state and keyword. This method returns up to 100 results per page.

\n

When searching for issues, you can get text match metadata for the issue title, issue body, and issue comment body fields when you pass the text-match media type. For more details about how to receive highlighted\nsearch results, see Text match metadata.

\n

For example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.

\n

q=windows+label:bug+language:python+state:open&sort=created&order=asc

\n

This query searches for the keyword windows, within any open issue that is labeled as bug. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, whick means the oldest issues appear first in the search results.

\n

Note: For user-to-server GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the is:issue or is:pull-request qualifier will receive an HTTP 422 Unprocessable Entity response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the is qualifier, see \"Searching only issues or pull requests.\"

", + "descriptionHTML": "

Find issues by state and keyword. This method returns up to 100 results per page.

\n

When searching for issues, you can get text match metadata for the issue title, issue body, and issue comment body fields when you pass the text-match media type. For more details about how to receive highlighted\nsearch results, see Text match metadata.

\n

For example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.

\n

q=windows+label:bug+language:python+state:open&sort=created&order=asc

\n

This query searches for the keyword windows, within any open issue that is labeled as bug. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, which means the oldest issues appear first in the search results.

\n

Note: For user-to-server GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the is:issue or is:pull-request qualifier will receive an HTTP 422 Unprocessable Entity response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the is qualifier, see \"Searching only issues or pull requests.\"

", "responses": [ { "httpStatusCode": "200", diff --git a/lib/rest/static/decorated/github.ae.json b/lib/rest/static/decorated/github.ae.json index 4789b08535..29e20ce1f3 100644 --- a/lib/rest/static/decorated/github.ae.json +++ b/lib/rest/static/decorated/github.ae.json @@ -55688,7 +55688,7 @@ } ], "summary": "Search issues and pull requests", - "description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/github-ae@latest/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/github-ae@latest/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, whick means the oldest issues appear first in the search results.\n\n**Note:** For [user-to-server](https://docs.github.com/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"", + "description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/github-ae@latest/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/github-ae@latest/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, which means the oldest issues appear first in the search results.\n\n**Note:** For [user-to-server](https://docs.github.com/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"", "tags": [ "search" ], @@ -55711,7 +55711,7 @@ "Works with GitHub Apps" ], "bodyParameters": [], - "descriptionHTML": "

Find issues by state and keyword. This method returns up to 100 results per page.

\n

When searching for issues, you can get text match metadata for the issue title, issue body, and issue comment body fields when you pass the text-match media type. For more details about how to receive highlighted\nsearch results, see Text match metadata.

\n

For example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.

\n

q=windows+label:bug+language:python+state:open&sort=created&order=asc

\n

This query searches for the keyword windows, within any open issue that is labeled as bug. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, whick means the oldest issues appear first in the search results.

\n

Note: For user-to-server GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the is:issue or is:pull-request qualifier will receive an HTTP 422 Unprocessable Entity response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the is qualifier, see \"Searching only issues or pull requests.\"

", + "descriptionHTML": "

Find issues by state and keyword. This method returns up to 100 results per page.

\n

When searching for issues, you can get text match metadata for the issue title, issue body, and issue comment body fields when you pass the text-match media type. For more details about how to receive highlighted\nsearch results, see Text match metadata.

\n

For example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.

\n

q=windows+label:bug+language:python+state:open&sort=created&order=asc

\n

This query searches for the keyword windows, within any open issue that is labeled as bug. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, which means the oldest issues appear first in the search results.

\n

Note: For user-to-server GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the is:issue or is:pull-request qualifier will receive an HTTP 422 Unprocessable Entity response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the is qualifier, see \"Searching only issues or pull requests.\"

", "responses": [ { "httpStatusCode": "200", diff --git a/lib/rest/static/dereferenced/api.github.com.deref.json b/lib/rest/static/dereferenced/api.github.com.deref.json index cb65bf9dc5..766f8d3660 100644 --- a/lib/rest/static/dereferenced/api.github.com.deref.json +++ b/lib/rest/static/dereferenced/api.github.com.deref.json @@ -329,7 +329,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "meta" } } @@ -346,7 +348,9 @@ "description": "API method documentation", "url": "https://docs.github.com/v3/apps/#get-the-authenticated-app" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -646,7 +650,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -1055,7 +1061,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -1123,7 +1131,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "webhooks" } @@ -1227,7 +1237,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "webhooks" } @@ -1807,7 +1819,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -2390,7 +2404,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -2445,7 +2461,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -3700,26 +3718,6 @@ } } }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -3740,26 +3738,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "415": { "description": "Preview Header Missing", "content": { @@ -3782,6 +3760,46 @@ } } }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -3855,7 +3873,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -3912,7 +3932,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -3967,7 +3989,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -4227,8 +4251,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -4247,8 +4271,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -4291,7 +4315,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -4532,8 +4558,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -4552,8 +4578,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -4576,7 +4602,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -4613,8 +4641,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -4633,8 +4661,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -4657,7 +4685,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -4783,7 +4813,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "oauth-applications" } @@ -4827,7 +4859,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2021-05-05", "deprecationDate": "2020-02-14", "category": "apps", @@ -5316,26 +5350,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -5404,12 +5418,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "oauth-applications" } @@ -5966,7 +6002,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "oauth-applications" } @@ -6087,7 +6125,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "oauth-applications" } @@ -6592,7 +6632,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2021-05-05", "deprecationDate": "2020-02-14", "category": "apps", @@ -7073,7 +7115,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2021-05-05", "deprecationDate": "2020-02-14", "category": "apps", @@ -7118,7 +7162,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2021-05-05", "deprecationDate": "2020-02-14", "category": "apps", @@ -7510,7 +7556,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -7984,8 +8032,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -8004,8 +8052,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -8048,7 +8096,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -8067,7 +8117,9 @@ "description": "API method documentation", "url": "https://docs.github.com/rest/reference/oauth-authorizations#create-a-new-authorization" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -8542,69 +8594,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "410": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -8673,12 +8662,77 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -9608,49 +9662,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -9719,12 +9730,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -10731,7 +10787,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -11186,8 +11244,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -11206,8 +11264,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -11230,7 +11288,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -11803,7 +11863,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -11840,8 +11902,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -11860,8 +11922,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -11884,7 +11946,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -11905,7 +11969,9 @@ "description": "API method documentation", "url": "https://docs.github.com/v3/codes_of_conduct/#get-all-codes-of-conduct" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -12087,9 +12153,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "404": { "description": "Resource Not Found", "content": { @@ -12110,6 +12173,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "415": { "description": "Preview Header Missing", "content": { @@ -12248,91 +12314,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "410": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -12401,6 +12382,91 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -12430,7 +12496,9 @@ "description": "API method documentation", "url": "https://docs.github.com/v3/emojis/#get-emojis" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "content": { @@ -12452,7 +12520,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "emojis", "subcategory": null } @@ -12533,7 +12603,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -12604,7 +12676,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -12770,7 +12844,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -12833,7 +12909,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -12879,7 +12957,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -12923,7 +13003,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -12996,7 +13078,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -13069,7 +13153,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -13193,7 +13279,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -13321,7 +13409,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -13406,7 +13496,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -13517,7 +13609,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -13561,7 +13655,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -13736,7 +13832,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -13808,7 +13906,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -13863,7 +13963,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -13916,7 +14018,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -14127,7 +14231,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -14199,7 +14305,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -14254,7 +14362,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -14307,7 +14417,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -14509,7 +14621,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -14608,7 +14722,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -15668,7 +15784,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -16728,7 +16846,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -16873,7 +16993,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -16917,7 +17039,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -17006,7 +17130,9 @@ "x-github": { "githubCloudOnly": true, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "billing" } @@ -17073,7 +17199,9 @@ "x-github": { "githubCloudOnly": true, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "billing" } @@ -17140,7 +17268,9 @@ "x-github": { "githubCloudOnly": true, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "billing" } @@ -19860,7 +19990,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -19878,7 +20010,9 @@ "description": "API method documentation", "url": "https://docs.github.com/rest/reference/activity#get-feeds" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -20141,7 +20275,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "feeds" } @@ -20514,11 +20650,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -20632,7 +20770,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -20648,7 +20788,9 @@ "description": "API method documentation", "url": "https://docs.github.com/v3/gists/#create-a-gist" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -21381,49 +21523,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -21492,12 +21591,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -21870,11 +22014,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -21961,29 +22107,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -22052,12 +22175,37 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -22430,11 +22578,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -22521,9 +22671,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "401": { "description": "Requires Authentication", "content": { @@ -22544,6 +22691,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -22568,7 +22718,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -23261,9 +23413,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden Gist", "content": { @@ -23316,12 +23465,17 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -24066,26 +24220,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -24154,12 +24288,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -24190,6 +24346,26 @@ "204": { "description": "Empty response" }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "304": { "description": "Not Modified" }, @@ -24212,32 +24388,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -24507,8 +24665,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -24527,8 +24685,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -24551,7 +24709,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -24816,8 +24976,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -24836,8 +24996,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -24860,7 +25020,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -25108,6 +25270,26 @@ "304": { "description": "Not Modified" }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "403": { "description": "Forbidden Gist", "content": { @@ -25140,32 +25322,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -25452,7 +25616,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -25495,8 +25661,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -25515,8 +25681,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -25539,7 +25705,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -25800,6 +25968,26 @@ } } }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "304": { "description": "Not Modified" }, @@ -25822,32 +26010,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -26562,6 +26732,26 @@ } } }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "304": { "description": "Not Modified" }, @@ -26584,32 +26774,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -26960,11 +27132,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -27048,29 +27222,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -27159,12 +27310,37 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -27197,6 +27373,19 @@ "204": { "description": "Response if gist is starred" }, + "404": { + "description": "Response if gist is not starred", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + }, + "additionalProperties": false + } + } + } + }, "304": { "description": "Not Modified" }, @@ -27219,24 +27408,14 @@ } } } - }, - "404": { - "description": "Response if gist is not starred", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {}, - "additionalProperties": false - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -27267,6 +27446,26 @@ "204": { "description": "Empty response" }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "304": { "description": "Not Modified" }, @@ -27289,32 +27488,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -27348,8 +27529,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -27368,8 +27549,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -27392,7 +27573,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -28093,46 +28276,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -28201,12 +28344,54 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -28224,7 +28409,9 @@ "description": "API method documentation", "url": "https://docs.github.com/v3/gitignore/#get-all-gitignore-templates" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -28255,7 +28442,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "gitignore", "subcategory": null } @@ -28325,7 +28514,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "gitignore", "subcategory": null } @@ -29485,11 +29676,8 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -29508,8 +29696,11 @@ } } }, - "403": { - "description": "Forbidden", + "304": { + "description": "Not Modified" + }, + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -29556,7 +29747,9 @@ "description": "API method documentation", "url": "https://docs.github.com/rest/reference/apps#revoke-an-installation-access-token" }, - "parameters": [], + "parameters": [ + + ], "responses": { "204": { "description": "Empty response" @@ -29565,7 +29758,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "installations" } @@ -32148,29 +32343,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -32239,6 +32411,29 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -32401,7 +32596,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "licenses", "subcategory": null } @@ -32563,9 +32760,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden", "content": { @@ -32605,12 +32799,17 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "licenses", "subcategory": null } @@ -32628,7 +32827,9 @@ "description": "API method documentation", "url": "https://docs.github.com/v3/markdown/#render-a-markdown-document" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -32692,7 +32893,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "markdown", "subcategory": null } @@ -32710,7 +32913,9 @@ "description": "API method documentation", "url": "https://docs.github.com/v3/markdown/#render-a-markdown-document-in-raw-mode" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "text/plain": { @@ -32751,7 +32956,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "markdown", "subcategory": null } @@ -33089,8 +33296,8 @@ } } }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Response when the account has not purchased the listing", "content": { "application/json": { "schema": { @@ -33109,8 +33316,8 @@ } } }, - "404": { - "description": "Response when the account has not purchased the listing", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -33133,7 +33340,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "marketplace" } @@ -33296,8 +33505,8 @@ } } }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -33316,8 +33525,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -33340,7 +33549,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "marketplace" } @@ -33736,26 +33947,6 @@ } } }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -33844,12 +34035,34 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "marketplace" } @@ -34187,6 +34400,9 @@ } } }, + "404": { + "description": "Response when the account has not purchased the listing" + }, "401": { "description": "Requires Authentication", "content": { @@ -34206,15 +34422,14 @@ } } } - }, - "404": { - "description": "Response when the account has not purchased the listing" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "marketplace" } @@ -34401,7 +34616,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "marketplace" } @@ -34821,7 +35038,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "marketplace" } @@ -34839,7 +35058,9 @@ "description": "API method documentation", "url": "https://docs.github.com/v3/meta/#get-github-meta-information" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -34984,7 +35205,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "meta", "subcategory": null } @@ -37672,11 +37895,25 @@ } } }, - "301": { - "description": "Moved Permanently" - }, - "304": { - "description": "Not Modified" + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "403": { "description": "Forbidden", @@ -37698,31 +37935,19 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "304": { + "description": "Not Modified" + }, + "301": { + "description": "Moved Permanently" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -38477,8 +38702,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -38497,8 +38722,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -38590,7 +38815,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -38606,7 +38833,9 @@ "description": "API method documentation", "url": "https://docs.github.com/rest/reference/activity#mark-notifications-as-read" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -38649,8 +38878,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -38669,8 +38898,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -38693,7 +38922,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -39388,8 +39619,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -39408,8 +39639,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -39432,7 +39663,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -39490,7 +39723,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -39588,8 +39823,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -39608,8 +39843,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -39632,7 +39867,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -39744,8 +39981,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -39764,8 +40001,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -39788,7 +40025,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -39822,8 +40061,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -39842,8 +40081,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -39866,7 +40105,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -39906,7 +40147,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "meta" } } @@ -40062,7 +40305,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": null } @@ -40904,48 +41149,6 @@ } } }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -41041,6 +41244,48 @@ } } } + }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -41132,7 +41377,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "permissions" } @@ -41202,7 +41449,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "permissions" } @@ -42367,7 +42616,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "permissions" } @@ -42429,7 +42680,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "permissions" } @@ -42473,7 +42726,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "permissions" } @@ -42515,7 +42770,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "permissions" } @@ -42587,7 +42844,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "permissions" } @@ -42659,7 +42918,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "permissions" } @@ -42788,7 +43049,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runner-groups" } @@ -42921,7 +43184,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runner-groups" } @@ -43009,7 +43274,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runner-groups" } @@ -43123,7 +43390,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runner-groups" } @@ -43166,7 +43435,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runner-groups" } @@ -44322,7 +44593,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runner-groups" } @@ -44393,7 +44666,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runner-groups" } @@ -44446,7 +44721,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runner-groups" } @@ -44497,7 +44774,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runner-groups" } @@ -44707,7 +44986,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runner-groups" } @@ -44778,7 +45059,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runner-groups" } @@ -44832,7 +45115,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runner-groups" } @@ -44884,7 +45169,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runner-groups" } @@ -45085,7 +45372,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runners" } @@ -45183,7 +45472,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runners" } @@ -46242,7 +46533,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runners" } @@ -47301,7 +47594,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runners" } @@ -47445,7 +47740,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runners" } @@ -47488,7 +47785,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runners" } @@ -47633,7 +47932,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "secrets" } @@ -47718,7 +48019,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "secrets" } @@ -47818,7 +48121,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "secrets" } @@ -47908,7 +48213,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "secrets" } @@ -47951,7 +48258,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "secrets" } @@ -48610,7 +48919,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "secrets" } @@ -48676,7 +48987,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "secrets" } @@ -48732,7 +49045,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "secrets" } @@ -48786,7 +49101,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "secrets" } @@ -48989,7 +49306,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "blocking" } @@ -49053,7 +49372,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "blocking" } @@ -49164,7 +49485,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "blocking" } @@ -49206,7 +49529,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "blocking" } @@ -49338,7 +49663,9 @@ "x-github": { "githubCloudOnly": true, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": null } @@ -49402,7 +49729,9 @@ "x-github": { "githubCloudOnly": true, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": null } @@ -52086,7 +52415,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -52284,7 +52615,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -52517,26 +52850,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -52605,12 +52918,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -52785,7 +53120,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -52999,26 +53336,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -53087,12 +53404,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -53154,7 +53493,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -53240,7 +53581,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -53362,7 +53705,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -53426,7 +53771,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -53966,7 +54313,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -54549,7 +54898,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": null } @@ -54629,7 +54980,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "interactions", "subcategory": "orgs" } @@ -54814,7 +55167,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "interactions", "subcategory": "orgs" } @@ -54848,7 +55203,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "interactions", "subcategory": "orgs" } @@ -55122,7 +55479,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -55383,26 +55742,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -55471,13 +55810,35 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -55736,7 +56097,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -58641,7 +59004,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -58699,7 +59064,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -58761,7 +59128,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -59170,8 +59539,8 @@ } } }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -59190,8 +59559,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -59214,7 +59583,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -59598,26 +59969,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -59686,12 +60037,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -59773,7 +60146,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -60959,7 +61334,8 @@ }, "exclude": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -62366,7 +62742,8 @@ }, "exclude": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -62638,7 +63015,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "migrations", "subcategory": "orgs" } @@ -63813,7 +64192,8 @@ }, "exclude": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -65209,7 +65589,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "outside-collaborators" } @@ -65310,7 +65692,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "outside-collaborators" } @@ -65378,7 +65762,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "outside-collaborators" } @@ -66431,7 +66817,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -66478,7 +66866,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -66540,7 +66930,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -66582,7 +66974,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -68783,7 +69177,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "billing", "subcategory": null } @@ -68849,7 +69245,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "billing", "subcategory": null } @@ -68915,7 +69313,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "billing", "subcategory": null } @@ -69072,7 +69472,9 @@ "x-github": { "githubCloudOnly": true, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "team-sync" } @@ -69322,7 +69724,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -69904,26 +70308,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -69992,12 +70376,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -70550,7 +70956,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -71130,7 +71538,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -71173,7 +71583,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -72848,7 +73260,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "discussions" } @@ -74415,7 +74829,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "discussion-comments" } @@ -76002,7 +76418,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "members" } @@ -76233,7 +76651,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "members" } @@ -76348,7 +76768,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "members" } @@ -76519,7 +76941,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "members" } @@ -76573,7 +76997,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "members" } @@ -77321,7 +77747,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -78041,7 +78469,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -79199,7 +79629,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -79280,7 +79712,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -79339,7 +79773,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -79479,7 +79915,9 @@ "x-github": { "githubCloudOnly": true, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "team-sync" } @@ -79666,7 +80104,9 @@ "x-github": { "githubCloudOnly": true, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "team-sync" } @@ -79917,7 +80357,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -80177,8 +80619,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -80197,8 +80639,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -80527,8 +80969,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -80547,8 +80989,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -80661,26 +81103,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -80705,6 +81127,26 @@ } } }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "404": { "description": "Resource Not Found", "content": { @@ -80796,7 +81238,8 @@ "application/json": { "schema": { "type": "object", - "properties": {}, + "properties": { + }, "additionalProperties": false } } @@ -80805,26 +81248,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -80863,6 +81286,61 @@ } } }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "503": { + "description": "Service Unavailable", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "errors": { + "type": "array", + "items": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + } + } + } + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -80931,41 +81409,6 @@ } } } - }, - "503": { - "description": "Service Unavailable", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "errors": { - "type": "array", - "items": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - } - } - } - } - } - } - } - } } }, "x-github": { @@ -81087,26 +81530,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -81146,6 +81569,26 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -81284,8 +81727,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -81304,8 +81747,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -81368,8 +81811,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -81388,8 +81831,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -81724,8 +82167,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -81744,8 +82187,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -82075,8 +82518,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -82095,8 +82538,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -82312,7 +82755,8 @@ "application/json": { "schema": { "type": "object", - "properties": {}, + "properties": { + }, "additionalProperties": false } } @@ -82321,26 +82765,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -82390,6 +82814,26 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -82712,8 +83156,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -82732,8 +83176,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -83109,29 +83553,12 @@ } } }, + "404": { + "description": "Response if the authenticated user does not have access to the project" + }, "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -83156,8 +83583,25 @@ } } }, - "404": { - "description": "Response if the authenticated user does not have access to the project" + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "410": { "description": "Gone", @@ -83252,26 +83696,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -83296,8 +83720,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -83335,6 +83759,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -83564,49 +84008,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -83717,6 +84118,49 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -83790,49 +84234,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -83943,6 +84344,49 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -83995,46 +84439,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -84077,6 +84481,26 @@ } } }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -84145,6 +84569,26 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -84358,49 +84802,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -84511,6 +84912,49 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -84662,8 +85106,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -84682,8 +85126,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -84834,26 +85278,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -84903,6 +85327,26 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -84932,7 +85376,9 @@ "description": "API method documentation", "url": "https://docs.github.com/v3/rate_limit/#get-rate-limit-status-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -85187,7 +85633,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "rate-limit", "subcategory": null } @@ -85222,8 +85670,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -85242,8 +85690,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -89498,9 +89946,6 @@ } } }, - "301": { - "description": "Moved Permanently" - }, "403": { "description": "Forbidden", "content": { @@ -89540,6 +89985,9 @@ } } } + }, + "301": { + "description": "Moved Permanently" } }, "x-github": { @@ -93745,26 +94193,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -93833,6 +94261,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -93933,7 +94381,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -94114,7 +94564,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "artifacts" } @@ -94250,7 +94702,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "artifacts" } @@ -94301,7 +94755,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "artifacts" } @@ -94370,7 +94826,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "artifacts" } @@ -94674,7 +95132,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflow-jobs" } @@ -94735,7 +95195,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflow-jobs" } @@ -94814,7 +95276,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "permissions" } @@ -94887,7 +95351,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "permissions" } @@ -94967,7 +95433,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "permissions" } @@ -95047,7 +95515,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "permissions" } @@ -95256,7 +95726,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runners" } @@ -95362,7 +95834,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runners" } @@ -96429,7 +96903,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runners" } @@ -97496,7 +97972,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runners" } @@ -97648,7 +98126,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runners" } @@ -97699,7 +98179,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runners" } @@ -99165,7 +99647,9 @@ "workflow_id": 159038, "url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642", "html_url": "https://github.com/octo-org/octo-repo/actions/runs/30433642", - "pull_requests": [], + "pull_requests": [ + + ], "created_at": "2020-01-22T19:33:08Z", "updated_at": "2020-01-22T19:33:08Z", "jobs_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/jobs", @@ -99345,7 +99829,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflow-runs" } @@ -100746,7 +101232,9 @@ "workflow_id": 159038, "url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642", "html_url": "https://github.com/octo-org/octo-repo/actions/runs/30433642", - "pull_requests": [], + "pull_requests": [ + + ], "created_at": "2020-01-22T19:33:08Z", "updated_at": "2020-01-22T19:33:08Z", "jobs_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/jobs", @@ -100916,7 +101404,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflow-runs" } @@ -100966,7 +101456,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflow-runs" } @@ -101155,7 +101647,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "artifacts" } @@ -101207,7 +101701,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflow-runs" } @@ -101566,7 +102062,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflow-jobs" } @@ -101626,7 +102124,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflow-runs" } @@ -101676,7 +102176,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflow-runs" } @@ -101728,7 +102230,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflow-runs" } @@ -101737,7 +102241,7 @@ "/repos/{owner}/{repo}/actions/runs/{run_id}/timing": { "get": { "summary": "Get workflow run usage", - "description": "**Warning:** This GitHub Actions usage endpoint is currently in public beta and subject to change. For more information, see \"[GitHub Actions API workflow usage](https://developer.github.com/changes/2020-05-15-actions-api-workflow-usage).\"\n\nGets the number of billable minutes and total run time for a specific workflow run. Billable minutes only apply to workflows in private repositories that use GitHub-hosted runners. Usage is listed for each GitHub-hosted runner operating system in milliseconds. Any job re-runs are also included in the usage. The usage does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see \"[Managing billing for GitHub Actions](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)\".\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope. GitHub Apps must have the `actions:read` permission to use this endpoint.", + "description": "Gets the number of billable minutes and total run time for a specific workflow run. Billable minutes only apply to workflows in private repositories that use GitHub-hosted runners. Usage is listed for each GitHub-hosted runner operating system in milliseconds. Any job re-runs are also included in the usage. The usage does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see \"[Managing billing for GitHub Actions](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)\".\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope. GitHub Apps must have the `actions:read` permission to use this endpoint.", "tags": [ "actions" ], @@ -101853,7 +102357,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflow-runs" } @@ -101982,7 +102488,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "secrets" } @@ -102075,7 +102583,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "secrets" } @@ -102166,7 +102676,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "secrets" } @@ -102243,7 +102755,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "secrets" } @@ -102294,7 +102808,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "secrets" } @@ -102482,7 +102998,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflows" } @@ -102632,7 +103150,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflows" } @@ -102692,7 +103212,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflows" } @@ -102785,7 +103307,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflows" } @@ -102845,7 +103369,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflows" } @@ -104327,7 +104853,9 @@ "workflow_id": 159038, "url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642", "html_url": "https://github.com/octo-org/octo-repo/actions/runs/30433642", - "pull_requests": [], + "pull_requests": [ + + ], "created_at": "2020-01-22T19:33:08Z", "updated_at": "2020-01-22T19:33:08Z", "jobs_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/jobs", @@ -104507,7 +105035,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflow-runs" } @@ -104516,7 +105046,7 @@ "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/timing": { "get": { "summary": "Get workflow usage", - "description": "**Warning:** This GitHub Actions usage endpoint is currently in public beta and subject to change. For more information, see \"[GitHub Actions API workflow usage](https://developer.github.com/changes/2020-05-15-actions-api-workflow-usage).\"\n\nGets the number of billable minutes used by a specific workflow during the current billing cycle. Billable minutes only apply to workflows in private repositories that use GitHub-hosted runners. Usage is listed for each GitHub-hosted runner operating system in milliseconds. Any job re-runs are also included in the usage. The usage does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see \"[Managing billing for GitHub Actions](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)\".\n\nYou can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. Anyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope. GitHub Apps must have the `actions:read` permission to use this endpoint.", + "description": "Gets the number of billable minutes used by a specific workflow during the current billing cycle. Billable minutes only apply to workflows in private repositories that use GitHub-hosted runners. Usage is listed for each GitHub-hosted runner operating system in milliseconds. Any job re-runs are also included in the usage. The usage does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see \"[Managing billing for GitHub Actions](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)\".\n\nYou can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. Anyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope. GitHub Apps must have the `actions:read` permission to use this endpoint.", "tags": [ "actions" ], @@ -104624,7 +105154,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflows" } @@ -104859,7 +105391,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "assignees" } @@ -104931,7 +105465,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "assignees" } @@ -105890,7 +106426,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -107256,26 +107794,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "415": { "description": "Preview Header Missing", "content": { @@ -107297,12 +107815,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -109163,26 +109703,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "415": { "description": "Preview Header Missing", "content": { @@ -109234,6 +109754,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -109316,7 +109856,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -109401,7 +109943,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -109484,7 +110028,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -109555,7 +110101,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -110597,7 +111145,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -111019,7 +111569,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -111239,7 +111791,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -111290,7 +111844,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -111376,7 +111932,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -111463,46 +112021,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -111571,12 +112089,54 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "contexts", "category": "repos", "subcategory": "branches" @@ -111663,26 +112223,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -111751,12 +112291,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "contexts", "category": "repos", "subcategory": "branches" @@ -111936,7 +112498,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "contexts", "category": "repos", "subcategory": "branches" @@ -112378,7 +112942,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -112429,7 +112995,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -112798,7 +113366,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -113240,7 +113810,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "apps", "category": "repos", "subcategory": "branches" @@ -113683,7 +114255,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "apps", "category": "repos", "subcategory": "branches" @@ -114126,7 +114700,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "apps", "category": "repos", "subcategory": "branches" @@ -114368,7 +114944,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -114682,7 +115260,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "teams", "category": "repos", "subcategory": "branches" @@ -114997,7 +115577,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "teams", "category": "repos", "subcategory": "branches" @@ -115312,7 +115894,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "teams", "category": "repos", "subcategory": "branches" @@ -115531,7 +116115,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -115822,7 +116408,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "users", "category": "repos", "subcategory": "branches" @@ -116114,7 +116702,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "users", "category": "repos", "subcategory": "branches" @@ -116406,7 +116996,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "users", "category": "repos", "subcategory": "branches" @@ -117375,7 +117967,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "checks", "subcategory": "runs" } @@ -118000,7 +118594,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "checks", "subcategory": "runs" } @@ -118843,7 +119439,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "checks", "subcategory": "runs" } @@ -119011,7 +119609,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "checks", "subcategory": "runs" } @@ -120094,7 +120694,9 @@ "url": "https://api.github.com/repos/github/hello-world/check-suites/5", "before": "146e867f55c26428e5f9fade55a9bbf5e95a7912", "after": "d6fde92930d4715a2b49857d24b940956b26d2d3", - "pull_requests": [], + "pull_requests": [ + + ], "created_at": "2017-07-08T16:18:44-04:00", "updated_at": "2017-07-08T16:18:44-04:00", "app": { @@ -120272,7 +120874,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "checks", "subcategory": "suites" } @@ -121496,7 +122100,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "checks", "subcategory": "suites" } @@ -122567,7 +123173,9 @@ "url": "https://api.github.com/repos/github/hello-world/check-suites/5", "before": "146e867f55c26428e5f9fade55a9bbf5e95a7912", "after": "d6fde92930d4715a2b49857d24b940956b26d2d3", - "pull_requests": [], + "pull_requests": [ + + ], "created_at": "2017-07-08T16:18:44-04:00", "updated_at": "2017-07-08T16:18:44-04:00", "app": { @@ -122745,7 +123353,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "checks", "subcategory": "suites" } @@ -123449,7 +124059,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "checks", "subcategory": "runs" } @@ -123502,7 +124114,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "checks", "subcategory": "suites" } @@ -123732,10 +124346,19 @@ "type": "string", "description": "**Required when the state is dismissed.** The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.", "nullable": true, - "enum": [ - "false positive", - "won't fix", - "used in tests" + "oneOf": [ + { + "enum": [ + "false positive", + "won't fix", + "used in tests" + ] + }, + { + "enum": [ + null + ] + } ] }, "rule": { @@ -123789,28 +124412,9 @@ "url": "https://api.github.com/repos/github/hello-world/code-scanning/alerts/4", "html_url": "https://github.com/github/hello-world/code-scanning/4", "state": "open", - "dismissed_by": { - "login": "octocat", - "id": 1, - "node_id": "MDQ6VXNlcjE=", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": false - }, - "dismissed_at": "2020-02-14T12:29:18Z", - "dismissed_reason": "false positive", + "dismissed_by": null, + "dismissed_at": null, + "dismissed_reason": null, "rule": { "id": "js/zipslip", "severity": "error", @@ -123825,8 +124429,8 @@ "number": 3, "created_at": "2020-02-13T12:29:18Z", "url": "https://api.github.com/repos/github/hello-world/code-scanning/alerts/3", - "html_url": "https://github.com/dsp-testing/github/hello-world/code-scanning/3", - "state": "open", + "html_url": "https://github.com/github/hello-world/code-scanning/3", + "state": "dismissed", "dismissed_by": { "login": "octocat", "id": 1, @@ -123893,7 +124497,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "code-scanning", "subcategory": null } @@ -124137,10 +124743,19 @@ "type": "string", "description": "**Required when the state is dismissed.** The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.", "nullable": true, - "enum": [ - "false positive", - "won't fix", - "used in tests" + "oneOf": [ + { + "enum": [ + "false positive", + "won't fix", + "used in tests" + ] + }, + { + "enum": [ + null + ] + } ] }, "rule": { @@ -124187,13 +124802,13 @@ "examples": { "default": { "value": { - "number": 22, + "number": 42, "created_at": "2020-06-19T11:21:34Z", - "url": "https://api.github.com/repos/github/hello-world/code-scanning/alerts/22", - "html_url": "https://github.com/github/hello-world/code-scanning/22", + "url": "https://api.github.com/repos/github/hello-world/code-scanning/alerts/42", + "html_url": "https://github.com/github/hello-world/code-scanning/42", "instances": [ { - "ref": "refs/heads/codeql-analysis-yml", + "ref": "refs/heads/main", "analysis_key": ".github/workflows/codeql-analysis.yml:CodeQL-Build", "environment": "", "state": "fixed" @@ -124202,10 +124817,10 @@ "ref": "refs/pull/3740/head", "analysis_key": ".github/workflows/codeql-analysis.yml:CodeQL-Build", "environment": "", - "state": "fixed" + "state": "dismissed" } ], - "state": "fixed", + "state": "dismissed", "dismissed_by": { "login": "octocat", "id": 1, @@ -124288,7 +124903,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "code-scanning", "subcategory": null } @@ -124352,10 +124969,19 @@ "type": "string", "description": "**Required when the state is dismissed.** The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.", "nullable": true, - "enum": [ - "false positive", - "won't fix", - "used in tests" + "oneOf": [ + { + "enum": [ + "false positive", + "won't fix", + "used in tests" + ] + }, + { + "enum": [ + null + ] + } ] } }, @@ -124570,10 +125196,19 @@ "type": "string", "description": "**Required when the state is dismissed.** The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.", "nullable": true, - "enum": [ - "false positive", - "won't fix", - "used in tests" + "oneOf": [ + { + "enum": [ + "false positive", + "won't fix", + "used in tests" + ] + }, + { + "enum": [ + null + ] + } ] }, "rule": { @@ -124620,10 +125255,10 @@ "examples": { "default": { "value": { - "number": 22, + "number": 42, "created_at": "2020-08-25T21:28:36Z", - "url": "https://api.github.com/repos/github/hello-world/code-scanning/alerts/22", - "html_url": "https://github.com/github/hello-world/code-scanning/22", + "url": "https://api.github.com/repos/github/hello-world/code-scanning/alerts/42", + "html_url": "https://github.com/github/hello-world/code-scanning/42", "instances": [ { "ref": "refs/heads/codeql-analysis-yml", @@ -124686,7 +125321,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "code-scanning" } } @@ -124819,7 +125456,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "code-scanning" } } @@ -124921,7 +125560,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "code-scanning" } } @@ -125189,7 +125830,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -125244,7 +125887,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -126250,26 +126895,6 @@ "204": { "description": "Response when person is already a collaborator" }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -126338,13 +126963,35 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -126394,7 +127041,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -126628,7 +127277,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -127699,7 +128350,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "comments" } @@ -127770,7 +128423,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "comments" } @@ -129430,6 +130085,26 @@ } } }, + "500": { + "description": "Internal Error", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "400": { "description": "Bad Request", "content": { @@ -129523,32 +130198,14 @@ } } } - }, - "500": { - "description": "Internal Error", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "commits" } @@ -130564,7 +131221,9 @@ "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "comments" } @@ -135115,26 +135774,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -135204,6 +135843,26 @@ } } }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "500": { "description": "Internal Error", "content": { @@ -135228,7 +135887,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "commits" } @@ -135932,7 +136593,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "checks", "subcategory": "runs" } @@ -137054,7 +137717,9 @@ "url": "https://api.github.com/repos/github/hello-world/check-suites/5", "before": "146e867f55c26428e5f9fade55a9bbf5e95a7912", "after": "d6fde92930d4715a2b49857d24b940956b26d2d3", - "pull_requests": [], + "pull_requests": [ + + ], "app": { "id": 1, "slug": "octoapp", @@ -137241,7 +137906,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "checks", "subcategory": "suites" } @@ -138040,7 +138707,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statuses" } @@ -138317,7 +138986,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statuses" } @@ -140634,8 +141305,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "500": { + "description": "Internal Error", "content": { "application/json": { "schema": { @@ -140654,8 +141325,8 @@ } } }, - "500": { - "description": "Internal Error", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -140678,7 +141349,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "commits" } @@ -141345,8 +142018,25 @@ } } }, - "302": { - "description": "Found" + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "403": { "description": "Forbidden", @@ -141368,31 +142058,16 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "302": { + "description": "Found" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -141980,26 +142655,6 @@ } } }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -142068,12 +142723,34 @@ } } } + }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -142377,46 +143054,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -142486,6 +143123,46 @@ } } }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "503": { "description": "Service Unavailable", "content": { @@ -142511,7 +143188,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -142750,7 +143429,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -142886,7 +143567,8 @@ }, "payload": { "type": "object", - "properties": {} + "properties": { + } }, "original_environment": { "type": "string", @@ -143325,7 +144007,8 @@ "sha": "a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d", "ref": "topic-branch", "task": "deploy", - "payload": {}, + "payload": { + }, "original_environment": "staging", "environment": "production", "description": "Deploy request from hubot", @@ -143541,7 +144224,8 @@ }, "payload": { "type": "object", - "properties": {} + "properties": { + } }, "original_environment": { "type": "string", @@ -143979,7 +144663,8 @@ "sha": "a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d", "ref": "topic-branch", "task": "deploy", - "payload": {}, + "payload": { + }, "original_environment": "staging", "environment": "production", "description": "Deploy request from hubot", @@ -144020,7 +144705,8 @@ "sha": "a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d", "ref": "topic-branch", "task": "deploy", - "payload": {}, + "payload": { + }, "original_environment": "staging", "environment": "production", "description": "Deploy request from hubot", @@ -144275,7 +144961,8 @@ }, "payload": { "type": "object", - "properties": {} + "properties": { + } }, "original_environment": { "type": "string", @@ -144712,7 +145399,8 @@ "sha": "a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d", "ref": "topic-branch", "task": "deploy", - "payload": {}, + "payload": { + }, "original_environment": "staging", "environment": "production", "description": "Deploy request from hubot", @@ -144879,7 +145567,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "deployments" } @@ -146980,7 +147670,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -149672,7 +150364,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -150459,7 +151153,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "forks" } @@ -151661,46 +152357,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -151769,12 +152425,54 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "forks" } @@ -151874,26 +152572,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -151934,6 +152612,26 @@ } } }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -152007,7 +152705,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "blobs" } @@ -152109,26 +152809,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -152217,12 +152897,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "blobs" } @@ -152527,26 +153229,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -152615,12 +153297,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "commits" } @@ -152867,7 +153571,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "commits" } @@ -153015,7 +153721,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -153142,7 +153850,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -153348,7 +154058,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -153551,7 +154263,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -153671,7 +154385,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -153995,7 +154711,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "tags" } @@ -154203,7 +154921,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "tags" } @@ -154439,46 +155159,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -154547,12 +155227,54 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "trees" } @@ -154760,26 +155482,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -154848,12 +155550,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "trees" } @@ -155129,7 +155853,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -155440,26 +156166,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -155548,12 +156254,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -155806,7 +156534,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -156117,26 +156847,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -156205,12 +156915,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -156280,7 +157012,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -156374,7 +157108,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -156504,7 +157240,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -156576,7 +157314,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -156648,7 +157388,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -156865,7 +157607,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "migrations", "subcategory": "source-imports" } @@ -157111,26 +157855,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -157199,12 +157923,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "migrations", "subcategory": "source-imports" } @@ -157470,7 +158216,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "migrations", "subcategory": "source-imports" } @@ -157512,7 +158260,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "migrations", "subcategory": "source-imports" } @@ -157664,7 +158414,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "migrations", "subcategory": "source-imports" } @@ -157795,26 +158547,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -157883,12 +158615,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "migrations", "subcategory": "source-imports" } @@ -157988,7 +158742,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "migrations", "subcategory": "source-imports" } @@ -158279,7 +159035,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "migrations", "subcategory": "source-imports" } @@ -158850,7 +159608,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -158938,7 +159698,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "interactions", "subcategory": "repos" } @@ -159065,7 +159827,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "interactions", "subcategory": "repos" } @@ -159110,7 +159874,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "interactions", "subcategory": "repos" } @@ -160115,7 +160881,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -161120,7 +161888,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -161171,7 +161941,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -163465,26 +164237,6 @@ "301": { "description": "Moved Permanently" }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -163553,6 +164305,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -166023,46 +166795,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "410": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -166152,13 +166884,55 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": null } @@ -166791,26 +167565,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -166879,6 +167633,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -168162,7 +168936,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "comments" } @@ -168213,7 +168989,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "comments" } @@ -175472,26 +176250,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -175531,6 +176289,26 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -177909,9 +178687,6 @@ "301": { "description": "Moved Permanently" }, - "304": { - "description": "Not Modified" - }, "404": { "description": "Resource Not Found", "content": { @@ -177951,6 +178726,9 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { @@ -180407,69 +181185,6 @@ } } }, - "301": { - "description": "Moved Permanently" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "410": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -180559,12 +181274,77 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "301": { + "description": "Moved Permanently" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": null } @@ -182803,7 +183583,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "assignees" } @@ -185040,7 +185822,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "assignees" } @@ -186327,26 +187111,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "410": { "description": "Gone", "content": { @@ -186435,13 +187199,35 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "comments" } @@ -186960,7 +187746,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -187206,7 +187994,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -187449,7 +188239,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -187520,7 +188312,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -187691,7 +188485,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -187781,8 +188577,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "410": { + "description": "Gone", "content": { "application/json": { "schema": { @@ -187801,8 +188597,8 @@ } } }, - "410": { - "description": "Gone", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -187894,7 +188690,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": null } @@ -187985,7 +188783,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": null } @@ -189296,7 +190096,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "keys" } @@ -189491,7 +190293,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "keys" } @@ -189609,7 +190413,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "keys" } @@ -189660,7 +190466,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "keys" } @@ -189829,7 +190637,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -189971,26 +190781,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -190059,12 +190849,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -190201,7 +191013,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -190344,7 +191158,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -190394,7 +191210,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -190458,7 +191276,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -190667,7 +191487,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "licenses", "subcategory": null } @@ -191321,26 +192143,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "response", "content": { @@ -191400,6 +192202,26 @@ } } }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -191473,7 +192295,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "merging" } @@ -191876,7 +192700,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -192321,7 +193147,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -192659,7 +193487,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -193013,7 +193843,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -193084,7 +193916,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -193242,7 +194076,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -194014,7 +194850,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -194071,7 +194909,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -194218,7 +195058,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -194382,48 +195224,6 @@ } } }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -194492,6 +195292,48 @@ } } } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -194602,6 +195444,75 @@ "204": { "description": "Empty response" }, + "422": { + "description": "Validation Failed", + "content": { + "application/json": { + "schema": { + "title": "Validation Error", + "description": "Validation Error", + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "errors": { + "type": "array", + "items": { + "type": "object", + "required": [ + "code" + ], + "properties": { + "resource": { + "type": "string" + }, + "field": { + "type": "string" + }, + "message": { + "type": "string" + }, + "code": { + "type": "string" + }, + "index": { + "type": "integer" + }, + "value": { + "oneOf": [ + { + "type": "string", + "nullable": true + }, + { + "type": "integer", + "nullable": true + }, + { + "type": "array", + "nullable": true, + "items": { + "type": "string" + } + } + ] + } + } + } + } + } + } + } + } + }, "400": { "description": "Bad Request", "content": { @@ -194655,81 +195566,14 @@ } } } - }, - "422": { - "description": "Validation Failed", - "content": { - "application/json": { - "schema": { - "title": "Validation Error", - "description": "Validation Error", - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "errors": { - "type": "array", - "items": { - "type": "object", - "required": [ - "code" - ], - "properties": { - "resource": { - "type": "string" - }, - "field": { - "type": "string" - }, - "message": { - "type": "string" - }, - "code": { - "type": "string" - }, - "index": { - "type": "integer" - }, - "value": { - "oneOf": [ - { - "type": "string", - "nullable": true - }, - { - "type": "integer", - "nullable": true - }, - { - "type": "array", - "nullable": true, - "items": { - "type": "string" - } - } - ] - } - } - } - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -194767,48 +195611,6 @@ "204": { "description": "Empty response" }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -194877,6 +195679,48 @@ } } } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -195169,7 +196013,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -195243,7 +196089,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -195493,7 +196341,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -195751,7 +196601,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -200710,7 +201562,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -203887,7 +204741,9 @@ "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -205556,7 +206412,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "comments" } @@ -209574,8 +210432,8 @@ "304": { "description": "Not Modified" }, - "404": { - "description": "Resource Not Found", + "500": { + "description": "Internal Error", "content": { "application/json": { "schema": { @@ -209594,8 +210452,8 @@ } } }, - "500": { - "description": "Internal Error", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -209618,7 +210476,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -212693,26 +213553,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -212781,12 +213621,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -213930,26 +214792,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -214018,6 +214860,26 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -214579,7 +215441,9 @@ "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "comments" } @@ -215227,7 +216091,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -215484,7 +216350,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -215539,7 +216407,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -215651,46 +216521,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "405": { "description": "Response if merge cannot be performed", "content": { @@ -215809,13 +216639,55 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -216056,7 +216928,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "review-requests" } @@ -219985,6 +220859,9 @@ } } }, + "422": { + "description": "Response if user is not a collaborator" + }, "403": { "description": "Forbidden", "content": { @@ -220004,16 +220881,15 @@ } } } - }, - "422": { - "description": "Response if user is not a collaborator" } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "review-requests" } @@ -220167,7 +221043,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "review-requests" } @@ -220510,7 +221388,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -220897,26 +221777,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -220946,13 +221806,35 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -221293,7 +222175,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -221663,7 +222547,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -221978,26 +222864,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -222027,12 +222893,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -222516,7 +223404,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -222909,7 +223799,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -223253,26 +224145,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -223322,12 +224194,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -223412,48 +224306,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -223522,6 +224374,48 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -223794,7 +224688,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -224373,7 +225269,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -225025,7 +225923,9 @@ "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -225303,9 +226203,6 @@ } } }, - "302": { - "description": "Found" - }, "404": { "description": "Resource Not Found", "content": { @@ -225347,12 +226244,17 @@ } } } + }, + "302": { + "description": "Found" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -225659,7 +226561,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -225710,7 +226614,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -226238,7 +227144,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -226795,7 +227703,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -227352,7 +228262,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -227930,7 +228842,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -227981,7 +228895,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -228294,7 +229210,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -228609,7 +229527,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -229061,7 +229981,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -229131,7 +230053,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -229236,7 +230160,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -229485,7 +230411,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -229685,7 +230613,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -229765,7 +230695,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -230058,7 +230990,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statuses" } @@ -230273,7 +231207,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -230372,6 +231308,9 @@ } } }, + "404": { + "description": "Response if you don't subscribe to the repository" + }, "403": { "description": "Forbidden", "content": { @@ -230391,15 +231330,14 @@ } } } - }, - "404": { - "description": "Response if you don't subscribe to the repository" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -230519,7 +231457,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -230561,7 +231501,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -230701,7 +231643,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -230761,7 +231705,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -230999,7 +231945,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -231068,14 +232016,16 @@ } } }, - "404": { - "description": "Resource Not Found", + "415": { + "description": "Preview Header Missing", "content": { "application/json": { "schema": { - "title": "Basic Error", - "description": "Basic Error", "type": "object", + "required": [ + "message", + "documentation_url" + ], "properties": { "message": { "type": "string" @@ -231088,16 +232038,14 @@ } } }, - "415": { - "description": "Preview Header Missing", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { + "title": "Basic Error", + "description": "Basic Error", "type": "object", - "required": [ - "message", - "documentation_url" - ], "properties": { "message": { "type": "string" @@ -231216,14 +232164,16 @@ } } }, - "404": { - "description": "Resource Not Found", + "415": { + "description": "Preview Header Missing", "content": { "application/json": { "schema": { - "title": "Basic Error", - "description": "Basic Error", "type": "object", + "required": [ + "message", + "documentation_url" + ], "properties": { "message": { "type": "string" @@ -231236,16 +232186,14 @@ } } }, - "415": { - "description": "Preview Header Missing", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { + "title": "Basic Error", + "description": "Basic Error", "type": "object", - "required": [ - "message", - "documentation_url" - ], "properties": { "message": { "type": "string" @@ -231509,7 +232457,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "traffic" } @@ -231675,7 +232625,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "traffic" } @@ -231796,7 +232748,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "traffic" } @@ -232007,7 +232961,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "traffic" } @@ -233175,7 +234131,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -233384,7 +234342,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -235217,9 +236177,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "422": { "description": "Validation Failed", "content": { @@ -235288,12 +236245,17 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -235491,7 +236453,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": true, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "scim" } @@ -235670,7 +236634,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": true, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "scim" } @@ -235805,7 +236771,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": true, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "scim" } @@ -235993,7 +236961,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": true, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "scim" } @@ -236166,7 +237136,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": true, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "scim" } @@ -236210,7 +237182,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": true, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "scim" } @@ -236423,7 +237397,9 @@ "primary": true } ], - "groups": [], + "groups": [ + + ], "active": true, "meta": { "resourceType": "User", @@ -236443,7 +237419,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": true, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "scim" } @@ -236701,7 +237679,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": true, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "scim" } @@ -236865,7 +237845,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": true, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "scim" } @@ -237132,7 +238114,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": true, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "scim" } @@ -237349,7 +238333,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": true, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "scim" } @@ -237393,7 +238379,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": true, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "scim" } @@ -237631,7 +238619,8 @@ }, { "type": "array", - "items": {} + "items": { + } } ] } @@ -237793,8 +238782,8 @@ "304": { "description": "Not Modified" }, - "400": { - "description": "Bad Request", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -237939,8 +238928,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "400": { + "description": "Bad Request", "content": { "application/json": { "schema": { @@ -238016,7 +239005,9 @@ "x-github": { "githubCloudOnly": true, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "scim", "subcategory": null } @@ -238197,7 +239188,8 @@ }, { "type": "array", - "items": {} + "items": { + } } ] } @@ -238274,8 +239266,8 @@ "304": { "description": "Not Modified" }, - "400": { - "description": "Bad Request", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -238420,8 +239412,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "500": { + "description": "Internal Error", "content": { "application/json": { "schema": { @@ -238566,8 +239558,8 @@ } } }, - "500": { - "description": "Internal Error", + "400": { + "description": "Bad Request", "content": { "application/json": { "schema": { @@ -238732,7 +239724,9 @@ "x-github": { "githubCloudOnly": true, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "scim", "subcategory": null } @@ -238924,7 +239918,8 @@ }, { "type": "array", - "items": {} + "items": { + } } ] } @@ -238998,82 +239993,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Scim Error", - "description": "Scim Error", - "type": "object", - "properties": { - "message": { - "type": "string", - "nullable": true - }, - "documentation_url": { - "type": "string", - "nullable": true - }, - "detail": { - "type": "string", - "nullable": true - }, - "status": { - "type": "integer" - }, - "scimType": { - "type": "string", - "nullable": true - }, - "schemas": { - "type": "array", - "items": { - "type": "string" - } - } - } - } - }, - "application/scim+json": { - "schema": { - "title": "Scim Error", - "description": "Scim Error", - "type": "object", - "properties": { - "message": { - "type": "string", - "nullable": true - }, - "documentation_url": { - "type": "string", - "nullable": true - }, - "detail": { - "type": "string", - "nullable": true - }, - "status": { - "type": "integer" - }, - "scimType": { - "type": "string", - "nullable": true - }, - "schemas": { - "type": "array", - "items": { - "type": "string" - } - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -239146,12 +240065,90 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Scim Error", + "description": "Scim Error", + "type": "object", + "properties": { + "message": { + "type": "string", + "nullable": true + }, + "documentation_url": { + "type": "string", + "nullable": true + }, + "detail": { + "type": "string", + "nullable": true + }, + "status": { + "type": "integer" + }, + "scimType": { + "type": "string", + "nullable": true + }, + "schemas": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "application/scim+json": { + "schema": { + "title": "Scim Error", + "description": "Scim Error", + "type": "object", + "properties": { + "message": { + "type": "string", + "nullable": true + }, + "documentation_url": { + "type": "string", + "nullable": true + }, + "detail": { + "type": "string", + "nullable": true + }, + "status": { + "type": "integer" + }, + "scimType": { + "type": "string", + "nullable": true + }, + "schemas": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": true, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "scim", "subcategory": null } @@ -239341,7 +240338,8 @@ }, { "type": "array", - "items": {} + "items": { + } } ] } @@ -239418,8 +240416,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -239491,8 +240489,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -239657,7 +240655,9 @@ "x-github": { "githubCloudOnly": true, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "scim", "subcategory": null } @@ -239847,7 +240847,8 @@ }, { "type": "array", - "items": {} + "items": { + } } ] } @@ -239924,8 +240925,8 @@ "304": { "description": "Not Modified" }, - "400": { - "description": "Bad Request", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -240070,8 +241071,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "400": { + "description": "Bad Request", "content": { "application/json": { "schema": { @@ -240265,7 +241266,9 @@ "x-github": { "githubCloudOnly": true, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "scim", "subcategory": null } @@ -240304,8 +241307,78 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Scim Error", + "description": "Scim Error", + "type": "object", + "properties": { + "message": { + "type": "string", + "nullable": true + }, + "documentation_url": { + "type": "string", + "nullable": true + }, + "detail": { + "type": "string", + "nullable": true + }, + "status": { + "type": "integer" + }, + "scimType": { + "type": "string", + "nullable": true + }, + "schemas": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + }, + "application/scim+json": { + "schema": { + "title": "Scim Error", + "description": "Scim Error", + "type": "object", + "properties": { + "message": { + "type": "string", + "nullable": true + }, + "documentation_url": { + "type": "string", + "nullable": true + }, + "detail": { + "type": "string", + "nullable": true + }, + "status": { + "type": "integer" + }, + "scimType": { + "type": "string", + "nullable": true + }, + "schemas": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } }, "403": { "description": "Forbidden", @@ -240380,84 +241453,16 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Scim Error", - "description": "Scim Error", - "type": "object", - "properties": { - "message": { - "type": "string", - "nullable": true - }, - "documentation_url": { - "type": "string", - "nullable": true - }, - "detail": { - "type": "string", - "nullable": true - }, - "status": { - "type": "integer" - }, - "scimType": { - "type": "string", - "nullable": true - }, - "schemas": { - "type": "array", - "items": { - "type": "string" - } - } - } - } - }, - "application/scim+json": { - "schema": { - "title": "Scim Error", - "description": "Scim Error", - "type": "object", - "properties": { - "message": { - "type": "string", - "nullable": true - }, - "documentation_url": { - "type": "string", - "nullable": true - }, - "detail": { - "type": "string", - "nullable": true - }, - "status": { - "type": "integer" - }, - "scimType": { - "type": "string", - "nullable": true - }, - "schemas": { - "type": "array", - "items": { - "type": "string" - } - } - } - } - } - } + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": true, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "scim", "subcategory": null } @@ -241263,15 +242268,16 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "503": { + "description": "Service Unavailable", "content": { "application/json": { "schema": { - "title": "Basic Error", - "description": "Basic Error", "type": "object", "properties": { + "code": { + "type": "string" + }, "message": { "type": "string" }, @@ -241352,16 +242358,15 @@ } } }, - "503": { - "description": "Service Unavailable", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { + "title": "Basic Error", + "description": "Basic Error", "type": "object", "properties": { - "code": { - "type": "string" - }, "message": { "type": "string" }, @@ -241377,7 +242382,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "search", "subcategory": null } @@ -242388,7 +243395,8 @@ "type": "User", "site_admin": false }, - "committer": {}, + "committer": { + }, "parents": [ { "url": "https://api.github.com/repos/octocat/Spoon-Knife/commits/a30c19e3f13765a3b48829788bc1cb8b4e95cee4", @@ -242517,7 +243525,7 @@ "/search/issues": { "get": { "summary": "Search issues and pull requests", - "description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, whick means the oldest issues appear first in the search results.\n\n**Note:** For [user-to-server](https://docs.github.com/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"", + "description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, which means the oldest issues appear first in the search results.\n\n**Note:** For [user-to-server](https://docs.github.com/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"", "tags": [ "search" ], @@ -244723,18 +245731,16 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", + "503": { + "description": "Service Unavailable", "content": { "application/json": { "schema": { - "title": "Basic Error", - "description": "Basic Error", "type": "object", "properties": { + "code": { + "type": "string" + }, "message": { "type": "string" }, @@ -244815,16 +245821,18 @@ } } }, - "503": { - "description": "Service Unavailable", + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { + "title": "Basic Error", + "description": "Basic Error", "type": "object", "properties": { - "code": { - "type": "string" - }, "message": { "type": "string" }, @@ -244840,7 +245848,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "search", "subcategory": null } @@ -245042,8 +246052,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -245062,8 +246072,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -245155,7 +246165,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "search", "subcategory": null } @@ -245936,8 +246948,26 @@ } } }, - "304": { - "description": "Not Modified" + "503": { + "description": "Service Unavailable", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "422": { "description": "Validation Failed", @@ -246008,26 +247038,8 @@ } } }, - "503": { - "description": "Service Unavailable", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "304": { + "description": "Not Modified" } }, "x-github": { @@ -246691,6 +247703,27 @@ "304": { "description": "Not Modified" }, + "503": { + "description": "Service Unavailable", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -246759,33 +247792,14 @@ } } } - }, - "503": { - "description": "Service Unavailable", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "search", "subcategory": null } @@ -247329,7 +248343,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -247900,26 +248916,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -248008,12 +249004,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -248139,7 +249157,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -249784,7 +250804,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -251321,7 +252343,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -252736,7 +253760,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -252981,7 +254007,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -253031,7 +254059,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -253072,26 +254102,6 @@ "204": { "description": "Empty response" }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Response if team synchronization is set up" }, @@ -253158,12 +254168,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -253211,7 +254243,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -253337,7 +254371,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -253452,26 +254488,6 @@ "403": { "description": "Response if team synchronization is set up" }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Response if you attempt to add an organization to a team", "content": { @@ -253521,12 +254537,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -253574,7 +254612,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -254584,7 +255624,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -255318,7 +256360,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -256470,7 +257514,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -256632,7 +257678,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -256685,7 +257733,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -256859,7 +257909,9 @@ "x-github": { "githubCloudOnly": true, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -257048,26 +258100,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -257136,12 +258168,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": true, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -257382,8 +258436,8 @@ } } }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -257402,8 +258456,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -257495,7 +258549,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -257516,7 +258572,9 @@ "description": "API method documentation", "url": "https://docs.github.com/v3/users/#get-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -258075,8 +259133,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -258095,8 +259153,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -258119,7 +259177,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -258135,7 +259195,9 @@ "description": "API method documentation", "url": "https://docs.github.com/v3/users/#update-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -258497,8 +259559,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -258537,8 +259599,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -258630,7 +259692,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -258648,7 +259712,9 @@ "description": "API method documentation", "url": "https://docs.github.com/rest/reference/users#list-users-blocked-by-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -258801,8 +259867,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -258841,8 +259907,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -258887,7 +259953,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "blocking" } @@ -258919,11 +259987,8 @@ "204": { "description": "If the user is blocked:" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "If the user is not blocked:", "content": { "application/json": { "schema": { @@ -258942,6 +260007,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -258962,8 +260030,8 @@ } } }, - "404": { - "description": "If the user is not blocked:", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -258986,7 +260054,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "blocking" } @@ -259019,8 +260089,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -259059,8 +260129,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -259152,7 +260222,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "blocking" } @@ -259185,8 +260257,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -259205,8 +260277,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -259249,7 +260321,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "blocking" } @@ -259267,7 +260341,9 @@ "description": "API method documentation", "url": "https://docs.github.com/rest/reference/users#set-primary-email-visibility-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -259360,8 +260436,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -259400,8 +260476,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -259493,7 +260569,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "emails" } @@ -259603,8 +260681,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -259643,8 +260721,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -259667,7 +260745,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "emails" } @@ -259683,7 +260763,9 @@ "description": "API method documentation", "url": "https://docs.github.com/rest/reference/users#add-an-email-address-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -259700,7 +260782,9 @@ "example": "username@example.com", "minItems": 1 }, - "example": [] + "example": [ + + ] } }, "required": [ @@ -259802,69 +260886,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -259933,12 +260954,77 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "emails" } @@ -259954,7 +261040,9 @@ "description": "API method documentation", "url": "https://docs.github.com/rest/reference/users#delete-an-email-address-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -260007,8 +261095,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -260047,8 +261135,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -260140,7 +261228,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "emails" } @@ -260338,8 +261428,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -260358,8 +261448,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -260382,7 +261472,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -260580,8 +261672,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -260600,8 +261692,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -260624,7 +261716,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -260656,11 +261750,8 @@ "204": { "description": "Response if the person is followed by the authenticated user" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Response if the person is not followed by the authenticated user", "content": { "application/json": { "schema": { @@ -260679,6 +261770,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -260699,8 +261793,8 @@ } } }, - "404": { - "description": "Response if the person is not followed by the authenticated user", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -260723,7 +261817,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -260756,8 +261852,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -260796,8 +261892,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -260820,7 +261916,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -260853,8 +261951,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -260893,8 +261991,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -260917,7 +262015,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -261011,8 +262111,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -261038,11 +262142,13 @@ }, "emails": { "type": "array", - "items": {} + "items": { + } }, "subkeys": { "type": "array", - "items": {} + "items": { + } }, "can_sign": { "type": "boolean" @@ -261136,8 +262242,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -261171,8 +262281,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -261211,8 +262321,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -261235,7 +262345,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -261251,7 +262363,9 @@ "description": "API method documentation", "url": "https://docs.github.com/rest/reference/users#create-a-gpg-key-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -261324,8 +262438,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -261351,11 +262469,13 @@ }, "emails": { "type": "array", - "items": {} + "items": { + } }, "subkeys": { "type": "array", - "items": {} + "items": { + } }, "can_sign": { "type": "boolean" @@ -261447,8 +262567,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -261470,69 +262594,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -261601,12 +262662,77 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -261689,8 +262815,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -261716,11 +262846,13 @@ }, "emails": { "type": "array", - "items": {} + "items": { + } }, "subkeys": { "type": "array", - "items": {} + "items": { + } }, "can_sign": { "type": "boolean" @@ -261812,8 +262944,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -261835,49 +262971,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -261897,12 +262990,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -261933,49 +263071,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -262064,12 +263159,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -262690,8 +263830,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -262710,8 +263850,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -262756,7 +263896,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "installations" } @@ -263929,8 +265071,25 @@ } } }, - "304": { - "description": "Not Modified" + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "403": { "description": "Forbidden", @@ -263952,25 +265111,8 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "304": { + "description": "Not Modified" } }, "x-github": { @@ -264023,9 +265165,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden", "content": { @@ -264046,6 +265185,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "404": { "description": "Resource Not Found", "content": { @@ -264070,7 +265212,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "installations" } @@ -264109,9 +265253,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden", "content": { @@ -264132,6 +265273,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "404": { "description": "Resource Not Found", "content": { @@ -264156,7 +265300,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "installations" } @@ -264226,7 +265372,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "interactions", "subcategory": "user" } @@ -264401,7 +265549,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "interactions", "subcategory": "user" } @@ -264425,7 +265575,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "interactions", "subcategory": "user" } @@ -266976,9 +268128,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "404": { "description": "Resource Not Found", "content": { @@ -266998,6 +268147,9 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { @@ -267127,8 +268279,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -267167,8 +268319,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -267191,7 +268343,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -267207,7 +268361,9 @@ "description": "API method documentation", "url": "https://docs.github.com/rest/reference/users#create-a-public-ssh-key-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -267286,69 +268442,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -267417,12 +268510,77 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -267505,11 +268663,8 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -267528,6 +268683,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -267548,8 +268706,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -267572,7 +268730,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -267606,8 +268766,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -267646,8 +268806,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -267670,7 +268830,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -267981,7 +269143,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "marketplace" } @@ -268272,7 +269436,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "marketplace" } @@ -268665,8 +269831,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -268685,8 +269851,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -268778,7 +269944,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -269136,7 +270304,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -269585,7 +270755,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -270763,7 +271935,8 @@ }, "exclude": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -270956,8 +272129,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -270976,8 +272149,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -271022,7 +272195,9 @@ "description": "API method documentation", "url": "https://docs.github.com/rest/reference/migrations#start-a-user-migration" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -272211,7 +273386,8 @@ }, "exclude": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -272390,49 +273566,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -272501,12 +273634,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "migrations", "subcategory": "users" } @@ -273684,7 +274862,8 @@ }, "exclude": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -273863,11 +275042,8 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -273886,6 +275062,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -273906,8 +275085,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -273972,8 +275151,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -273992,8 +275171,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -274053,11 +275232,8 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -274076,6 +275252,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -274096,8 +275275,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -274171,8 +275350,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -274211,8 +275390,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -275132,8 +276311,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -275152,8 +276331,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -275176,7 +276355,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": null } @@ -275194,7 +276375,9 @@ "description": "API method documentation", "url": "https://docs.github.com/v3/projects/#create-a-user-project" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -275503,8 +276686,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -275523,8 +276706,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -275715,8 +276898,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -275755,8 +276938,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -275779,7 +276962,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "emails" } @@ -277011,49 +278196,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "418": { "description": "Response definition missing" }, @@ -277125,12 +278267,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -277146,7 +278333,9 @@ "description": "API method documentation", "url": "https://docs.github.com/v3/repos/#create-a-repository-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -278359,63 +279548,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "400": { - "description": "Bad Request", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - }, - "application/scim+json": { - "schema": { - "title": "Scim Error", - "description": "Scim Error", - "type": "object", - "properties": { - "message": { - "type": "string", - "nullable": true - }, - "documentation_url": { - "type": "string", - "nullable": true - }, - "detail": { - "type": "string", - "nullable": true - }, - "status": { - "type": "integer" - }, - "scimType": { - "type": "string", - "nullable": true - }, - "schemas": { - "type": "array", - "items": { - "type": "string" - } - } - } - } - } - } - }, "401": { "description": "Requires Authentication", "content": { @@ -278436,8 +279568,11 @@ } } }, - "403": { - "description": "Forbidden", + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -278456,8 +279591,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -278544,6 +279679,60 @@ } } } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + }, + "application/scim+json": { + "schema": { + "title": "Scim Error", + "description": "Scim Error", + "type": "object", + "properties": { + "message": { + "type": "string", + "nullable": true + }, + "documentation_url": { + "type": "string", + "nullable": true + }, + "detail": { + "type": "string", + "nullable": true + }, + "status": { + "type": "integer" + }, + "scimType": { + "type": "string", + "nullable": true + }, + "schemas": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } } }, "x-github": { @@ -279548,8 +280737,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -279588,8 +280777,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -279612,7 +280801,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -279645,9 +280836,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden", "content": { @@ -279668,6 +280856,26 @@ } } }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "404": { "description": "Resource Not Found", "content": { @@ -279688,31 +280896,16 @@ } } }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -279743,11 +280936,8 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", + "409": { + "description": "Conflict", "content": { "application/json": { "schema": { @@ -279766,6 +280956,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "404": { "description": "Resource Not Found", "content": { @@ -279786,8 +280979,8 @@ } } }, - "409": { - "description": "Conflict", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -279810,7 +281003,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -282109,8 +283304,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -282129,8 +283324,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -282153,7 +283348,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -282193,8 +283390,25 @@ "204": { "description": "Response if this repository is starred by you" }, - "304": { - "description": "Not Modified" + "404": { + "description": "Response if this repository is not starred by you", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "401": { "description": "Requires Authentication", @@ -282216,6 +283430,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -282235,32 +283452,14 @@ } } } - }, - "404": { - "description": "Response if this repository is not starred by you", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -282298,29 +283497,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -282360,12 +283536,37 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -282403,8 +283604,25 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "401": { "description": "Requires Authentication", @@ -282426,6 +283644,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -282445,32 +283666,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -283172,8 +284375,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -283192,8 +284395,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -283216,7 +284419,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -283762,8 +284967,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -283782,8 +284987,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -283806,7 +285011,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -284008,7 +285215,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -284609,7 +285818,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -287293,7 +288504,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -289985,7 +291198,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -292669,7 +293884,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -292876,7 +294093,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -293083,7 +294302,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -293130,7 +294351,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -293511,11 +294734,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -293675,7 +294900,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -293777,8 +295004,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -293804,11 +295035,13 @@ }, "emails": { "type": "array", - "items": {} + "items": { + } }, "subkeys": { "type": "array", - "items": {} + "items": { + } }, "can_sign": { "type": "boolean" @@ -293902,8 +295135,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -293938,7 +295175,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -294131,7 +295370,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -294671,7 +295912,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -294767,7 +296010,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -294929,7 +296174,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": null } @@ -298068,7 +299315,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -300752,7 +302001,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -301601,7 +302852,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "billing", "subcategory": null } @@ -301667,7 +302920,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "billing", "subcategory": null } @@ -301733,7 +302988,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "billing", "subcategory": null } @@ -304041,7 +305298,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -304752,7 +306011,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -304781,7 +306042,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "meta" } } diff --git a/lib/rest/static/dereferenced/ghes-2.18.deref.json b/lib/rest/static/dereferenced/ghes-2.18.deref.json index ee90286d5f..01ab651387 100644 --- a/lib/rest/static/dereferenced/ghes-2.18.deref.json +++ b/lib/rest/static/dereferenced/ghes-2.18.deref.json @@ -339,7 +339,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "meta" } } @@ -1204,7 +1206,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -1240,7 +1244,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -1418,7 +1424,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "ldap" } @@ -1563,7 +1571,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "ldap" } @@ -1614,7 +1624,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "ldap" } @@ -1767,7 +1779,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "orgs" } @@ -1843,7 +1857,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "orgs" } @@ -3027,13 +3043,15 @@ "script_repository": { "type": "object", "description": "The GitHub repository where the script is kept.", - "properties": {}, + "properties": { + }, "additionalProperties": true }, "environment": { "type": "object", "description": "The pre-receive environment where the script is executed.", - "properties": {}, + "properties": { + }, "additionalProperties": true }, "enforcement": { @@ -3410,13 +3428,15 @@ "script_repository": { "type": "object", "description": "The GitHub repository where the script is kept.", - "properties": {}, + "properties": { + }, "additionalProperties": true }, "environment": { "type": "object", "description": "The pre-receive environment where the script is executed.", - "properties": {}, + "properties": { + }, "additionalProperties": true }, "enforcement": { @@ -3975,7 +3995,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4011,7 +4033,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4203,7 +4227,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4279,7 +4305,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4313,7 +4341,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4783,7 +4813,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4817,7 +4849,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4835,7 +4869,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.18/v3/apps/#get-the-authenticated-app" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -5538,7 +5574,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -7985,26 +8023,6 @@ } } }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -8025,26 +8043,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "415": { "description": "Preview Header Missing", "content": { @@ -8067,6 +8065,46 @@ } } }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -8405,8 +8443,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -8425,8 +8463,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -8469,7 +8507,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -8710,8 +8750,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -8730,8 +8770,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -8754,7 +8794,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -8791,8 +8833,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -8811,8 +8853,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -8835,7 +8877,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -8882,7 +8926,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "oauth-authorizations", "subcategory": null } @@ -9088,7 +9134,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "oauth-authorizations", "subcategory": null } @@ -9292,7 +9340,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "oauth-authorizations", "subcategory": null } @@ -9334,7 +9384,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "oauth-authorizations", "subcategory": null } @@ -10208,8 +10260,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -10228,8 +10280,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -10272,7 +10324,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -10291,7 +10345,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.18/rest/reference/oauth-authorizations#create-a-new-authorization" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -10766,69 +10822,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "410": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -10897,12 +10890,77 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -11832,49 +11890,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -11943,12 +11958,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -12955,7 +13015,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -13410,8 +13472,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -13430,8 +13492,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -13454,7 +13516,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -14027,7 +14091,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -14064,8 +14130,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -14084,8 +14150,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -14108,7 +14174,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -14129,7 +14197,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.18/v3/codes_of_conduct/#get-all-codes-of-conduct" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -14311,9 +14381,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "404": { "description": "Resource Not Found", "content": { @@ -14334,6 +14401,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "415": { "description": "Preview Header Missing", "content": { @@ -14472,91 +14542,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "410": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -14625,6 +14610,91 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -14654,7 +14724,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.18/v3/emojis/#get-emojis" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "content": { @@ -14676,7 +14748,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "emojis", "subcategory": null } @@ -14741,7 +14815,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "license" } @@ -14998,7 +15074,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "admin-stats" } @@ -17691,7 +17769,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -17709,7 +17789,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.18/rest/reference/activity#get-feeds" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -17909,7 +17991,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "feeds" } @@ -18282,11 +18366,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -18400,7 +18486,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -18416,7 +18504,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.18/v3/gists/#create-a-gist" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -19149,49 +19239,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -19260,12 +19307,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -19638,11 +19730,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -19729,29 +19823,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -19820,12 +19891,37 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -20198,11 +20294,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -20289,9 +20387,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "401": { "description": "Requires Authentication", "content": { @@ -20312,6 +20407,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -20336,7 +20434,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -21029,9 +21129,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden Gist", "content": { @@ -21084,12 +21181,17 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -21834,26 +21936,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -21922,12 +22004,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -21958,6 +22062,26 @@ "204": { "description": "Empty response" }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "304": { "description": "Not Modified" }, @@ -21980,32 +22104,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -22275,8 +22381,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -22295,8 +22401,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -22319,7 +22425,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -22584,8 +22692,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -22604,8 +22712,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -22628,7 +22736,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -22876,6 +22986,26 @@ "304": { "description": "Not Modified" }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "403": { "description": "Forbidden Gist", "content": { @@ -22908,32 +23038,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -23220,7 +23332,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -23263,8 +23377,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -23283,8 +23397,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -23307,7 +23421,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -23568,6 +23684,26 @@ } } }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "304": { "description": "Not Modified" }, @@ -23590,32 +23726,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -24330,6 +24448,26 @@ } } }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "304": { "description": "Not Modified" }, @@ -24352,32 +24490,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -24728,11 +24848,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -24816,29 +24938,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -24927,12 +25026,37 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -24965,6 +25089,19 @@ "204": { "description": "Response if gist is starred" }, + "404": { + "description": "Response if gist is not starred", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + }, + "additionalProperties": false + } + } + } + }, "304": { "description": "Not Modified" }, @@ -24987,24 +25124,14 @@ } } } - }, - "404": { - "description": "Response if gist is not starred", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {}, - "additionalProperties": false - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -25035,6 +25162,26 @@ "204": { "description": "Empty response" }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "304": { "description": "Not Modified" }, @@ -25057,32 +25204,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -25116,8 +25245,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -25136,8 +25265,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -25160,7 +25289,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -25861,46 +25992,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -25969,12 +26060,54 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -25992,7 +26125,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.18/v3/gitignore/#get-all-gitignore-templates" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -26023,7 +26158,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "gitignore", "subcategory": null } @@ -26093,7 +26230,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "gitignore", "subcategory": null } @@ -27233,11 +27372,8 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -27256,8 +27392,11 @@ } } }, - "403": { - "description": "Forbidden", + "304": { + "description": "Not Modified" + }, + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -29838,29 +29977,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -29929,6 +30045,29 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -30090,7 +30229,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "licenses", "subcategory": null } @@ -30252,9 +30393,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden", "content": { @@ -30294,12 +30432,17 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "licenses", "subcategory": null } @@ -30317,7 +30460,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.18/v3/markdown/#render-a-markdown-document" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -30381,7 +30526,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "markdown", "subcategory": null } @@ -30399,7 +30546,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.18/v3/markdown/#render-a-markdown-document-in-raw-mode" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "text/plain": { @@ -30440,7 +30589,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "markdown", "subcategory": null } @@ -30458,7 +30609,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.18/v3/meta/#get-github-meta-information" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -30504,7 +30657,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "meta", "subcategory": null } @@ -33165,11 +33320,25 @@ } } }, - "301": { - "description": "Moved Permanently" - }, - "304": { - "description": "Not Modified" + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "403": { "description": "Forbidden", @@ -33191,31 +33360,19 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "304": { + "description": "Not Modified" + }, + "301": { + "description": "Moved Permanently" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -33964,8 +34121,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -33984,8 +34141,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -34077,7 +34234,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -34093,7 +34252,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.18/rest/reference/activity#mark-notifications-as-read" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -34136,8 +34297,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -34156,8 +34317,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -34180,7 +34341,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -34869,8 +35032,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -34889,8 +35052,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -34913,7 +35076,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -34971,7 +35136,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -35069,8 +35236,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -35089,8 +35256,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -35113,7 +35280,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -35225,8 +35394,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -35245,8 +35414,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -35269,7 +35438,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -35303,8 +35474,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -35323,8 +35494,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -35347,7 +35518,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -35387,7 +35560,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "meta" } } @@ -35543,7 +35718,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": null } @@ -36338,48 +36515,6 @@ } } }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -36475,6 +36610,48 @@ } } } + }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -39143,7 +39320,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -39341,7 +39520,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -39574,26 +39755,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -39662,12 +39823,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -39842,7 +40025,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -40056,26 +40241,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -40144,12 +40309,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -40211,7 +40398,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -40275,7 +40464,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -43679,7 +43870,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -43737,7 +43930,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -43799,7 +43994,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -44208,8 +44405,8 @@ } } }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -44228,8 +44425,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -44252,7 +44449,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -44636,26 +44835,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -44724,12 +44903,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -44811,7 +45012,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -45032,7 +45235,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "outside-collaborators" } @@ -45133,7 +45338,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "outside-collaborators" } @@ -45201,7 +45408,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "outside-collaborators" } @@ -46628,7 +46837,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -46675,7 +46886,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -46737,7 +46950,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -46779,7 +46994,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -49113,7 +49330,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -49673,26 +49892,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -49761,12 +49960,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -50297,7 +50518,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -50557,8 +50780,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -50577,8 +50800,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -50907,8 +51130,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -50927,8 +51150,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -51041,26 +51264,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -51085,6 +51288,26 @@ } } }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "404": { "description": "Resource Not Found", "content": { @@ -51176,7 +51399,8 @@ "application/json": { "schema": { "type": "object", - "properties": {}, + "properties": { + }, "additionalProperties": false } } @@ -51185,26 +51409,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -51243,6 +51447,61 @@ } } }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "503": { + "description": "Service Unavailable", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "errors": { + "type": "array", + "items": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + } + } + } + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -51311,41 +51570,6 @@ } } } - }, - "503": { - "description": "Service Unavailable", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "errors": { - "type": "array", - "items": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - } - } - } - } - } - } - } - } } }, "x-github": { @@ -51467,26 +51691,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -51526,6 +51730,26 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -51664,8 +51888,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -51684,8 +51908,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -51748,8 +51972,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -51768,8 +51992,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -52104,8 +52328,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -52124,8 +52348,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -52455,8 +52679,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -52475,8 +52699,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -52692,7 +52916,8 @@ "application/json": { "schema": { "type": "object", - "properties": {}, + "properties": { + }, "additionalProperties": false } } @@ -52701,26 +52926,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -52770,6 +52975,26 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -53092,8 +53317,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -53112,8 +53337,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -53489,29 +53714,12 @@ } } }, + "404": { + "description": "Response if the authenticated user does not have access to the project" + }, "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -53536,8 +53744,25 @@ } } }, - "404": { - "description": "Response if the authenticated user does not have access to the project" + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "410": { "description": "Gone", @@ -53632,26 +53857,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -53676,8 +53881,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -53715,6 +53920,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -53944,49 +54169,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -54097,6 +54279,49 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -54170,49 +54395,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -54323,6 +54505,49 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -54375,46 +54600,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -54457,6 +54642,26 @@ } } }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -54525,6 +54730,26 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -54738,49 +54963,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -54891,6 +55073,49 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -55042,8 +55267,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -55062,8 +55287,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -55214,26 +55439,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -55283,6 +55488,26 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -55312,7 +55537,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.18/v3/rate_limit/#get-rate-limit-status-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -55567,7 +55794,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "rate-limit", "subcategory": null } @@ -59729,9 +59958,6 @@ } } }, - "301": { - "description": "Moved Permanently" - }, "403": { "description": "Forbidden", "content": { @@ -59771,6 +59997,9 @@ } } } + }, + "301": { + "description": "Moved Permanently" } }, "x-github": { @@ -63900,26 +64129,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -63988,6 +64197,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -64088,7 +64317,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -64323,7 +64554,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "assignees" } @@ -64395,7 +64628,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "assignees" } @@ -65355,7 +65590,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -66820,26 +67057,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "415": { "description": "Preview Header Missing", "content": { @@ -66861,12 +67078,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -68904,26 +69143,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "415": { "description": "Preview Header Missing", "content": { @@ -68975,6 +69194,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -69057,7 +69296,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -69142,7 +69383,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -69225,7 +69468,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -69296,7 +69541,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -70338,7 +70585,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -70760,7 +71009,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -70980,7 +71231,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -71031,7 +71284,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -71117,7 +71372,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -71204,46 +71461,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -71312,12 +71529,54 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "contexts", "category": "repos", "subcategory": "branches" @@ -71404,26 +71663,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -71492,12 +71731,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "contexts", "category": "repos", "subcategory": "branches" @@ -71677,7 +71938,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "contexts", "category": "repos", "subcategory": "branches" @@ -72204,7 +72467,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -72255,7 +72520,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -72496,7 +72763,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -72810,7 +73079,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "teams", "category": "repos", "subcategory": "branches" @@ -73125,7 +73396,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "teams", "category": "repos", "subcategory": "branches" @@ -73440,7 +73713,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "teams", "category": "repos", "subcategory": "branches" @@ -73659,7 +73934,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -73950,7 +74227,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "users", "category": "repos", "subcategory": "branches" @@ -74242,7 +74521,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "users", "category": "repos", "subcategory": "branches" @@ -74534,7 +74815,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "users", "category": "repos", "subcategory": "branches" @@ -78220,7 +78503,9 @@ "url": "https://api.github.com/repos/github/hello-world/check-suites/5", "before": "146e867f55c26428e5f9fade55a9bbf5e95a7912", "after": "d6fde92930d4715a2b49857d24b940956b26d2d3", - "pull_requests": [], + "pull_requests": [ + + ], "created_at": "2017-07-08T16:18:44-04:00", "updated_at": "2017-07-08T16:18:44-04:00", "app": { @@ -80670,7 +80955,9 @@ "url": "https://api.github.com/repos/github/hello-world/check-suites/5", "before": "146e867f55c26428e5f9fade55a9bbf5e95a7912", "after": "d6fde92930d4715a2b49857d24b940956b26d2d3", - "pull_requests": [], + "pull_requests": [ + + ], "created_at": "2017-07-08T16:18:44-04:00", "updated_at": "2017-07-08T16:18:44-04:00", "app": { @@ -81884,7 +82171,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -81939,7 +82228,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -82939,26 +83230,6 @@ "204": { "description": "Response when person is already a collaborator" }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -83027,13 +83298,35 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -83083,7 +83376,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -83317,7 +83612,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -84388,7 +84685,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "comments" } @@ -84459,7 +84758,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "comments" } @@ -86052,6 +86353,26 @@ } } }, + "500": { + "description": "Internal Error", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "400": { "description": "Bad Request", "content": { @@ -86145,32 +86466,14 @@ } } } - }, - "500": { - "description": "Internal Error", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "commits" } @@ -87186,7 +87489,9 @@ "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "comments" } @@ -91678,26 +91983,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -91767,6 +92052,26 @@ } } }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "500": { "description": "Internal Error", "content": { @@ -91791,7 +92096,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "commits" } @@ -93607,7 +93914,9 @@ "url": "https://api.github.com/repos/github/hello-world/check-suites/5", "before": "146e867f55c26428e5f9fade55a9bbf5e95a7912", "after": "d6fde92930d4715a2b49857d24b940956b26d2d3", - "pull_requests": [], + "pull_requests": [ + + ], "app": { "id": 1, "slug": "octoapp", @@ -94571,7 +94880,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statuses" } @@ -94848,7 +95159,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statuses" } @@ -96850,8 +97163,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "500": { + "description": "Internal Error", "content": { "application/json": { "schema": { @@ -96870,8 +97183,8 @@ } } }, - "500": { - "description": "Internal Error", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -96894,7 +97207,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "commits" } @@ -97561,8 +97876,25 @@ } } }, - "302": { - "description": "Found" + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "403": { "description": "Forbidden", @@ -97584,31 +97916,16 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "302": { + "description": "Found" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -98196,26 +98513,6 @@ } } }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -98284,12 +98581,34 @@ } } } + }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -98593,46 +98912,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -98702,6 +98981,46 @@ } } }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "503": { "description": "Service Unavailable", "content": { @@ -98727,7 +99046,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -98966,7 +99287,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -99102,7 +99425,8 @@ }, "payload": { "type": "object", - "properties": {} + "properties": { + } }, "original_environment": { "type": "string", @@ -99536,7 +99860,8 @@ "sha": "a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d", "ref": "topic-branch", "task": "deploy", - "payload": {}, + "payload": { + }, "original_environment": "staging", "environment": "production", "description": "Deploy request from hubot", @@ -99752,7 +100077,8 @@ }, "payload": { "type": "object", - "properties": {} + "properties": { + } }, "original_environment": { "type": "string", @@ -100185,7 +100511,8 @@ "sha": "a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d", "ref": "topic-branch", "task": "deploy", - "payload": {}, + "payload": { + }, "original_environment": "staging", "environment": "production", "description": "Deploy request from hubot", @@ -100226,7 +100553,8 @@ "sha": "a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d", "ref": "topic-branch", "task": "deploy", - "payload": {}, + "payload": { + }, "original_environment": "staging", "environment": "production", "description": "Deploy request from hubot", @@ -100481,7 +100809,8 @@ }, "payload": { "type": "object", - "properties": {} + "properties": { + } }, "original_environment": { "type": "string", @@ -100913,7 +101242,8 @@ "sha": "a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d", "ref": "topic-branch", "task": "deploy", - "payload": {}, + "payload": { + }, "original_environment": "staging", "environment": "production", "description": "Deploy request from hubot", @@ -105597,7 +105927,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -106377,7 +106709,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "forks" } @@ -107558,46 +107892,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -107666,12 +107960,54 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "forks" } @@ -107771,26 +108107,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -107831,6 +108147,26 @@ } } }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -107904,7 +108240,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "blobs" } @@ -108006,26 +108344,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -108114,12 +108432,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "blobs" } @@ -108424,26 +108764,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -108512,12 +108832,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "commits" } @@ -108764,7 +109106,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "commits" } @@ -108970,7 +109314,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -109075,7 +109421,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -109278,7 +109626,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -109398,7 +109748,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -109722,7 +110074,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "tags" } @@ -109930,7 +110284,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "tags" } @@ -110166,46 +110522,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -110274,12 +110590,54 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "trees" } @@ -110487,26 +110845,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -110575,12 +110913,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "trees" } @@ -110856,7 +111216,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -111167,26 +111529,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -111275,12 +111617,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -111533,7 +111897,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -111844,26 +112210,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -111932,12 +112278,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -112007,7 +112375,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -112079,7 +112449,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -112151,7 +112523,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -113717,7 +114091,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -114716,7 +115092,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -114767,7 +115145,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -117039,26 +117419,6 @@ "301": { "description": "Moved Permanently" }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -117127,6 +117487,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -119574,46 +119954,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "410": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -119703,13 +120043,55 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": null } @@ -120337,26 +120719,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -120425,6 +120787,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -121698,7 +122080,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "comments" } @@ -121749,7 +122133,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "comments" } @@ -128902,26 +129288,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -128961,6 +129327,26 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -131327,9 +131713,6 @@ "301": { "description": "Moved Permanently" }, - "304": { - "description": "Not Modified" - }, "404": { "description": "Resource Not Found", "content": { @@ -131369,6 +131752,9 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { @@ -133803,69 +134189,6 @@ } } }, - "301": { - "description": "Moved Permanently" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "410": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -133955,12 +134278,77 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "301": { + "description": "Moved Permanently" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": null } @@ -136177,7 +136565,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "assignees" } @@ -138392,7 +138782,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "assignees" } @@ -139669,26 +140061,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "410": { "description": "Gone", "content": { @@ -139777,13 +140149,35 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "comments" } @@ -140307,7 +140701,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -140553,7 +140949,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -140796,7 +141194,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -140867,7 +141267,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -141038,7 +141440,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -141128,8 +141532,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "410": { + "description": "Gone", "content": { "application/json": { "schema": { @@ -141148,8 +141552,8 @@ } } }, - "410": { - "description": "Gone", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -141337,7 +141741,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": null } @@ -142581,7 +142987,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "keys" } @@ -142776,7 +143184,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "keys" } @@ -142894,7 +143304,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "keys" } @@ -142945,7 +143357,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "keys" } @@ -143114,7 +143528,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -143256,26 +143672,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -143344,12 +143740,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -143486,7 +143904,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -143536,7 +143956,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -143600,7 +144022,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -143809,7 +144233,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "licenses", "subcategory": null } @@ -144463,26 +144889,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "response", "content": { @@ -144542,6 +144948,26 @@ } } }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -144615,7 +145041,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "merging" } @@ -145018,7 +145446,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -145463,7 +145893,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -145801,7 +146233,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -146155,7 +146589,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -146226,7 +146662,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -146384,7 +146822,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -147150,7 +147590,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -147207,7 +147649,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -147354,7 +147798,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -147522,48 +147968,6 @@ } } }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -147632,6 +148036,48 @@ } } } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -147742,60 +148188,6 @@ "204": { "description": "Empty response" }, - "400": { - "description": "Bad Request", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - }, - "application/scim+json": { - "schema": { - "title": "Scim Error", - "description": "Scim Error", - "type": "object", - "properties": { - "message": { - "type": "string", - "nullable": true - }, - "documentation_url": { - "type": "string", - "nullable": true - }, - "detail": { - "type": "string", - "nullable": true - }, - "status": { - "type": "integer" - }, - "scimType": { - "type": "string", - "nullable": true - }, - "schemas": { - "type": "array", - "items": { - "type": "string" - } - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -147864,6 +148256,60 @@ } } } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + }, + "application/scim+json": { + "schema": { + "title": "Scim Error", + "description": "Scim Error", + "type": "object", + "properties": { + "message": { + "type": "string", + "nullable": true + }, + "documentation_url": { + "type": "string", + "nullable": true + }, + "detail": { + "type": "string", + "nullable": true + }, + "status": { + "type": "integer" + }, + "scimType": { + "type": "string", + "nullable": true + }, + "schemas": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } } }, "x-github": { @@ -147913,48 +148359,6 @@ "204": { "description": "Empty response" }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -148023,6 +148427,48 @@ } } } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -148315,7 +148761,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -148389,7 +148837,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -148639,7 +149089,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -148897,7 +149349,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -158905,7 +159359,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "comments" } @@ -162854,8 +163310,8 @@ "304": { "description": "Not Modified" }, - "404": { - "description": "Resource Not Found", + "500": { + "description": "Internal Error", "content": { "application/json": { "schema": { @@ -162874,8 +163330,8 @@ } } }, - "500": { - "description": "Internal Error", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -162898,7 +163354,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -165971,26 +166429,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -166059,6 +166497,26 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -166881,7 +167339,9 @@ "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "comments" } @@ -167383,7 +167843,9 @@ "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "comments" } @@ -168031,7 +168493,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -168288,7 +168752,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -168343,7 +168809,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -168455,46 +168923,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "405": { "description": "Response if merge cannot be performed", "content": { @@ -168613,13 +169041,55 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -168860,7 +169330,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "review-requests" } @@ -172747,6 +173219,9 @@ } } }, + "422": { + "description": "Response if user is not a collaborator" + }, "403": { "description": "Forbidden", "content": { @@ -172766,16 +173241,15 @@ } } } - }, - "422": { - "description": "Response if user is not a collaborator" } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "review-requests" } @@ -172929,7 +173403,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "review-requests" } @@ -173272,7 +173748,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -173659,26 +174137,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -173708,13 +174166,35 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -174055,7 +174535,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -174425,7 +174907,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -174740,26 +175224,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -174789,12 +175253,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -175278,7 +175764,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -175671,7 +176159,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -176015,26 +176505,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -176084,12 +176554,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -176174,48 +176666,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -176284,6 +176734,48 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -176556,7 +177048,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -177135,7 +177629,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -177787,7 +178283,9 @@ "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -178065,9 +178563,6 @@ } } }, - "302": { - "description": "Found" - }, "404": { "description": "Resource Not Found", "content": { @@ -178109,12 +178604,17 @@ } } } + }, + "302": { + "description": "Found" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -178421,7 +178921,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -178472,7 +178974,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -179000,7 +179504,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -179557,7 +180063,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -180114,7 +180622,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -180692,7 +181202,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -180743,7 +181255,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -181056,7 +181570,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -181371,7 +181887,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -181823,7 +182341,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -181893,7 +182413,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -181998,7 +182520,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -182247,7 +182771,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -182447,7 +182973,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -182527,7 +183055,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -182820,7 +183350,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statuses" } @@ -183035,7 +183567,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -183134,6 +183668,9 @@ } } }, + "404": { + "description": "Response if you don't subscribe to the repository" + }, "403": { "description": "Forbidden", "content": { @@ -183153,15 +183690,14 @@ } } } - }, - "404": { - "description": "Response if you don't subscribe to the repository" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -183281,7 +183817,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -183323,7 +183861,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -183463,7 +184003,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -183523,7 +184065,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -183761,7 +184305,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -183830,14 +184376,16 @@ } } }, - "404": { - "description": "Resource Not Found", + "415": { + "description": "Preview Header Missing", "content": { "application/json": { "schema": { - "title": "Basic Error", - "description": "Basic Error", "type": "object", + "required": [ + "message", + "documentation_url" + ], "properties": { "message": { "type": "string" @@ -183850,16 +184398,14 @@ } } }, - "415": { - "description": "Preview Header Missing", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { + "title": "Basic Error", + "description": "Basic Error", "type": "object", - "required": [ - "message", - "documentation_url" - ], "properties": { "message": { "type": "string" @@ -183978,14 +184524,16 @@ } } }, - "404": { - "description": "Resource Not Found", + "415": { + "description": "Preview Header Missing", "content": { "application/json": { "schema": { - "title": "Basic Error", - "description": "Basic Error", "type": "object", + "required": [ + "message", + "documentation_url" + ], "properties": { "message": { "type": "string" @@ -183998,16 +184546,14 @@ } } }, - "415": { - "description": "Preview Header Missing", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { + "title": "Basic Error", + "description": "Basic Error", "type": "object", - "required": [ - "message", - "documentation_url" - ], "properties": { "message": { "type": "string" @@ -185207,7 +185753,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -185365,7 +185913,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -187192,9 +187742,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "422": { "description": "Validation Failed", "content": { @@ -187263,12 +187810,17 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -188068,15 +188620,16 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "503": { + "description": "Service Unavailable", "content": { "application/json": { "schema": { - "title": "Basic Error", - "description": "Basic Error", "type": "object", "properties": { + "code": { + "type": "string" + }, "message": { "type": "string" }, @@ -188157,16 +188710,15 @@ } } }, - "503": { - "description": "Service Unavailable", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { + "title": "Basic Error", + "description": "Basic Error", "type": "object", "properties": { - "code": { - "type": "string" - }, "message": { "type": "string" }, @@ -188182,7 +188734,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "search", "subcategory": null } @@ -189187,7 +189741,8 @@ "type": "User", "site_admin": false }, - "committer": {}, + "committer": { + }, "parents": [ { "url": "https://api.github.com/repos/octocat/Spoon-Knife/commits/a30c19e3f13765a3b48829788bc1cb8b4e95cee4", @@ -189316,7 +189871,7 @@ "/search/issues": { "get": { "summary": "Search issues and pull requests", - "description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/enterprise-server@2.18/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/enterprise-server@2.18/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, whick means the oldest issues appear first in the search results.\n\n**Note:** For [user-to-server](https://docs.github.com/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"", + "description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/enterprise-server@2.18/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/enterprise-server@2.18/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, which means the oldest issues appear first in the search results.\n\n**Note:** For [user-to-server](https://docs.github.com/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"", "tags": [ "search" ], @@ -191500,18 +192055,16 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", + "503": { + "description": "Service Unavailable", "content": { "application/json": { "schema": { - "title": "Basic Error", - "description": "Basic Error", "type": "object", "properties": { + "code": { + "type": "string" + }, "message": { "type": "string" }, @@ -191592,16 +192145,18 @@ } } }, - "503": { - "description": "Service Unavailable", + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { + "title": "Basic Error", + "description": "Basic Error", "type": "object", "properties": { - "code": { - "type": "string" - }, "message": { "type": "string" }, @@ -191617,7 +192172,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "search", "subcategory": null } @@ -191819,8 +192376,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -191839,8 +192396,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -191932,7 +192489,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "search", "subcategory": null } @@ -192713,8 +193272,26 @@ } } }, - "304": { - "description": "Not Modified" + "503": { + "description": "Service Unavailable", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "422": { "description": "Validation Failed", @@ -192785,26 +193362,8 @@ } } }, - "503": { - "description": "Service Unavailable", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "304": { + "description": "Not Modified" } }, "x-github": { @@ -193468,6 +194027,27 @@ "304": { "description": "Not Modified" }, + "503": { + "description": "Service Unavailable", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -193536,33 +194116,14 @@ } } } - }, - "503": { - "description": "Service Unavailable", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "search", "subcategory": null } @@ -193647,7 +194208,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -193673,7 +194236,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -193754,7 +194319,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -193851,7 +194418,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -194006,7 +194575,8 @@ }, "base": { "type": "array", - "items": {} + "items": { + } }, "uid": { "nullable": true, @@ -194028,7 +194598,8 @@ }, "user_groups": { "type": "array", - "items": {} + "items": { + } }, "admin_group": { "nullable": true, @@ -194348,13 +194919,17 @@ "ldap": { "host": null, "port": 0, - "base": [], + "base": [ + + ], "uid": null, "bind_dn": null, "password": null, "method": "Plain", "search_strategy": "detect", - "user_groups": [], + "user_groups": [ + + ], "admin_group": null, "virtual_attribute_enabled": false, "recursive_group_search": false, @@ -194454,7 +195029,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -194496,7 +195073,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -194554,7 +195133,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -194628,7 +195209,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -194702,7 +195285,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -194754,7 +195339,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -194795,7 +195382,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -200683,7 +201272,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -200724,26 +201315,6 @@ "204": { "description": "Empty response" }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Response if team synchronization is set up" }, @@ -200810,12 +201381,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -200863,7 +201456,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -201134,7 +201729,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "members" } @@ -201176,7 +201773,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "members" } @@ -201933,7 +202532,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -207182,7 +207783,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -207380,7 +207983,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.18/v3/users/#get-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -207928,8 +208533,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -207948,8 +208553,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -207972,7 +208577,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -207988,7 +208595,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.18/v3/users/#update-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -208344,8 +208953,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -208384,8 +208993,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -208477,7 +209086,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -208587,8 +209198,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -208627,8 +209238,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -208651,7 +209262,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "emails" } @@ -208667,7 +209280,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.18/rest/reference/users#add-an-email-address-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -208684,7 +209299,9 @@ "example": "username@example.com", "minItems": 1 }, - "example": [] + "example": [ + + ] } }, "required": [ @@ -208786,69 +209403,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -208917,12 +209471,77 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "emails" } @@ -208938,7 +209557,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.18/rest/reference/users#delete-an-email-address-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -208991,8 +209612,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -209031,8 +209652,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -209124,7 +209745,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "emails" } @@ -209322,8 +209945,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -209342,8 +209965,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -209366,7 +209989,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -209564,8 +210189,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -209584,8 +210209,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -209608,7 +210233,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -209640,11 +210267,8 @@ "204": { "description": "Response if the person is followed by the authenticated user" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Response if the person is not followed by the authenticated user", "content": { "application/json": { "schema": { @@ -209663,6 +210287,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -209683,8 +210310,8 @@ } } }, - "404": { - "description": "Response if the person is not followed by the authenticated user", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -209707,7 +210334,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -209740,8 +210369,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -209780,8 +210409,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -209804,7 +210433,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -209837,8 +210468,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -209877,8 +210508,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -209901,7 +210532,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -209995,8 +210628,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -210022,11 +210659,13 @@ }, "emails": { "type": "array", - "items": {} + "items": { + } }, "subkeys": { "type": "array", - "items": {} + "items": { + } }, "can_sign": { "type": "boolean" @@ -210120,8 +210759,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -210155,8 +210798,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -210195,8 +210838,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -210219,7 +210862,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -210235,7 +210880,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.18/rest/reference/users#create-a-gpg-key-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -210308,8 +210955,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -210335,11 +210986,13 @@ }, "emails": { "type": "array", - "items": {} + "items": { + } }, "subkeys": { "type": "array", - "items": {} + "items": { + } }, "can_sign": { "type": "boolean" @@ -210431,8 +211084,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -210454,69 +211111,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -210585,12 +211179,77 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -210673,8 +211332,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -210700,11 +211363,13 @@ }, "emails": { "type": "array", - "items": {} + "items": { + } }, "subkeys": { "type": "array", - "items": {} + "items": { + } }, "can_sign": { "type": "boolean" @@ -210796,8 +211461,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -210819,49 +211488,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -210881,12 +211507,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -210917,49 +211588,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -211048,12 +211676,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -211660,8 +212333,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -211680,8 +212353,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -212885,8 +213558,25 @@ } } }, - "304": { - "description": "Not Modified" + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "403": { "description": "Forbidden", @@ -212908,25 +213598,8 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "304": { + "description": "Not Modified" } }, "x-github": { @@ -212984,9 +213657,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden", "content": { @@ -213007,6 +213677,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "404": { "description": "Resource Not Found", "content": { @@ -213076,9 +213749,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden", "content": { @@ -213099,6 +213769,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "404": { "description": "Resource Not Found", "content": { @@ -215644,9 +216317,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "404": { "description": "Resource Not Found", "content": { @@ -215666,6 +216336,9 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { @@ -215794,8 +216467,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -215834,8 +216507,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -215858,7 +216531,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -215874,7 +216549,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.18/rest/reference/users#create-a-public-ssh-key-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -215953,69 +216630,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -216084,12 +216698,77 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -216172,11 +216851,8 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -216195,6 +216871,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -216215,8 +216894,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -216239,7 +216918,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -216273,8 +216954,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -216313,8 +216994,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -216337,7 +217018,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -216730,8 +217413,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -216750,8 +217433,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -216843,7 +217526,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -217201,7 +217886,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -217650,7 +218337,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -217803,8 +218492,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -217823,8 +218512,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -217847,7 +218536,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": null } @@ -217865,7 +218556,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.18/v3/projects/#create-a-user-project" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -218174,8 +218867,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -218194,8 +218887,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -218386,8 +219079,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -218426,8 +219119,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -218450,7 +219143,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "emails" } @@ -219652,49 +220347,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "418": { "description": "Response definition missing" }, @@ -219766,12 +220418,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -219787,7 +220484,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.18/v3/repos/#create-a-repository-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -220979,63 +221678,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "400": { - "description": "Bad Request", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - }, - "application/scim+json": { - "schema": { - "title": "Scim Error", - "description": "Scim Error", - "type": "object", - "properties": { - "message": { - "type": "string", - "nullable": true - }, - "documentation_url": { - "type": "string", - "nullable": true - }, - "detail": { - "type": "string", - "nullable": true - }, - "status": { - "type": "integer" - }, - "scimType": { - "type": "string", - "nullable": true - }, - "schemas": { - "type": "array", - "items": { - "type": "string" - } - } - } - } - } - } - }, "401": { "description": "Requires Authentication", "content": { @@ -221056,8 +221698,11 @@ } } }, - "403": { - "description": "Forbidden", + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -221076,8 +221721,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -221164,6 +221809,60 @@ } } } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + }, + "application/scim+json": { + "schema": { + "title": "Scim Error", + "description": "Scim Error", + "type": "object", + "properties": { + "message": { + "type": "string", + "nullable": true + }, + "documentation_url": { + "type": "string", + "nullable": true + }, + "detail": { + "type": "string", + "nullable": true + }, + "status": { + "type": "integer" + }, + "scimType": { + "type": "string", + "nullable": true + }, + "schemas": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } } }, "x-github": { @@ -222162,8 +222861,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -222202,8 +222901,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -222226,7 +222925,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -222259,9 +222960,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden", "content": { @@ -222282,6 +222980,26 @@ } } }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "404": { "description": "Resource Not Found", "content": { @@ -222302,31 +223020,16 @@ } } }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -222357,11 +223060,8 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", + "409": { + "description": "Conflict", "content": { "application/json": { "schema": { @@ -222380,6 +223080,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "404": { "description": "Resource Not Found", "content": { @@ -222400,8 +223103,8 @@ } } }, - "409": { - "description": "Conflict", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -222424,7 +223127,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -224663,8 +225368,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -224683,8 +225388,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -224707,7 +225412,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -224747,8 +225454,25 @@ "204": { "description": "Response if this repository is starred by you" }, - "304": { - "description": "Not Modified" + "404": { + "description": "Response if this repository is not starred by you", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "401": { "description": "Requires Authentication", @@ -224770,6 +225494,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -224789,32 +225516,14 @@ } } } - }, - "404": { - "description": "Response if this repository is not starred by you", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -224852,29 +225561,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -224914,12 +225600,37 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -224957,8 +225668,25 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "401": { "description": "Requires Authentication", @@ -224980,6 +225708,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -224999,32 +225730,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -225718,8 +226431,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -225738,8 +226451,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -225762,7 +226475,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -226286,8 +227001,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -226306,8 +227021,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -226330,7 +227045,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -226532,7 +227249,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -227124,7 +227843,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -229781,7 +230502,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -232446,7 +233169,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -235103,7 +235828,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -235310,7 +236037,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -235517,7 +236246,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -235564,7 +236295,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -235945,11 +236678,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -236109,7 +236844,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -236211,8 +236948,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -236238,11 +236979,13 @@ }, "emails": { "type": "array", - "items": {} + "items": { + } }, "subkeys": { "type": "array", - "items": {} + "items": { + } }, "can_sign": { "type": "boolean" @@ -236336,8 +237079,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -236372,7 +237119,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -236565,7 +237314,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -237197,7 +237948,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -237359,7 +238112,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": null } @@ -240471,7 +241226,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -243128,7 +243885,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -243917,7 +244676,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -243951,7 +244712,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -246199,7 +246962,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -246902,7 +247667,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -246953,7 +247720,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -247002,7 +247771,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -247031,7 +247802,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "meta" } } diff --git a/lib/rest/static/dereferenced/ghes-2.19.deref.json b/lib/rest/static/dereferenced/ghes-2.19.deref.json index af16f89def..7c5237297f 100644 --- a/lib/rest/static/dereferenced/ghes-2.19.deref.json +++ b/lib/rest/static/dereferenced/ghes-2.19.deref.json @@ -339,7 +339,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "meta" } } @@ -1204,7 +1206,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -1240,7 +1244,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -1418,7 +1424,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "ldap" } @@ -1563,7 +1571,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "ldap" } @@ -1614,7 +1624,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "ldap" } @@ -1767,7 +1779,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "orgs" } @@ -1843,7 +1857,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "orgs" } @@ -3029,13 +3045,15 @@ "script_repository": { "type": "object", "description": "The GitHub repository where the script is kept.", - "properties": {}, + "properties": { + }, "additionalProperties": true }, "environment": { "type": "object", "description": "The pre-receive environment where the script is executed.", - "properties": {}, + "properties": { + }, "additionalProperties": true }, "enforcement": { @@ -3412,13 +3430,15 @@ "script_repository": { "type": "object", "description": "The GitHub repository where the script is kept.", - "properties": {}, + "properties": { + }, "additionalProperties": true }, "environment": { "type": "object", "description": "The pre-receive environment where the script is executed.", - "properties": {}, + "properties": { + }, "additionalProperties": true }, "enforcement": { @@ -3977,7 +3997,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4013,7 +4035,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4205,7 +4229,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4281,7 +4307,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4315,7 +4343,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4785,7 +4815,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4819,7 +4851,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4837,7 +4871,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.19/v3/apps/#get-the-authenticated-app" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -5551,7 +5587,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -7999,26 +8037,6 @@ } } }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -8039,26 +8057,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "415": { "description": "Preview Header Missing", "content": { @@ -8081,6 +8079,46 @@ } } }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -8419,8 +8457,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -8439,8 +8477,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -8483,7 +8521,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -8724,8 +8764,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -8744,8 +8784,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -8768,7 +8808,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -8805,8 +8847,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -8825,8 +8867,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -8849,7 +8891,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -8896,7 +8940,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "oauth-authorizations", "subcategory": null } @@ -9102,7 +9148,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "oauth-authorizations", "subcategory": null } @@ -9306,7 +9354,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "oauth-authorizations", "subcategory": null } @@ -9348,7 +9398,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "oauth-authorizations", "subcategory": null } @@ -10228,8 +10280,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -10248,8 +10300,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -10292,7 +10344,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -10311,7 +10365,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.19/rest/reference/oauth-authorizations#create-a-new-authorization" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -10786,69 +10842,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "410": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -10917,12 +10910,77 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -11852,49 +11910,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -11963,12 +11978,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -12975,7 +13035,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -13430,8 +13492,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -13450,8 +13512,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -13474,7 +13536,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -14047,7 +14111,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -14084,8 +14150,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -14104,8 +14170,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -14128,7 +14194,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -14149,7 +14217,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.19/v3/codes_of_conduct/#get-all-codes-of-conduct" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -14331,9 +14401,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "404": { "description": "Resource Not Found", "content": { @@ -14354,6 +14421,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "415": { "description": "Preview Header Missing", "content": { @@ -14492,91 +14562,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "410": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -14645,6 +14630,91 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -14674,7 +14744,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.19/v3/emojis/#get-emojis" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "content": { @@ -14696,7 +14768,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "emojis", "subcategory": null } @@ -14761,7 +14835,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "license" } @@ -15018,7 +15094,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "admin-stats" } @@ -17721,7 +17799,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -17739,7 +17819,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.19/rest/reference/activity#get-feeds" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -17939,7 +18021,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "feeds" } @@ -18312,11 +18396,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -18430,7 +18516,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -18446,7 +18534,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.19/v3/gists/#create-a-gist" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -19179,49 +19269,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -19290,12 +19337,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -19668,11 +19760,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -19759,29 +19853,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -19850,12 +19921,37 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -20228,11 +20324,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -20319,9 +20417,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "401": { "description": "Requires Authentication", "content": { @@ -20342,6 +20437,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -20366,7 +20464,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -21059,9 +21159,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden Gist", "content": { @@ -21114,12 +21211,17 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -21864,26 +21966,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -21952,12 +22034,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -21988,6 +22092,26 @@ "204": { "description": "Empty response" }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "304": { "description": "Not Modified" }, @@ -22010,32 +22134,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -22305,8 +22411,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -22325,8 +22431,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -22349,7 +22455,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -22614,8 +22722,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -22634,8 +22742,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -22658,7 +22766,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -22906,6 +23016,26 @@ "304": { "description": "Not Modified" }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "403": { "description": "Forbidden Gist", "content": { @@ -22938,32 +23068,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -23250,7 +23362,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -23293,8 +23407,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -23313,8 +23427,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -23337,7 +23451,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -23598,6 +23714,26 @@ } } }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "304": { "description": "Not Modified" }, @@ -23620,32 +23756,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -24360,6 +24478,26 @@ } } }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "304": { "description": "Not Modified" }, @@ -24382,32 +24520,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -24758,11 +24878,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -24846,29 +24968,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -24957,12 +25056,37 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -24995,6 +25119,19 @@ "204": { "description": "Response if gist is starred" }, + "404": { + "description": "Response if gist is not starred", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + }, + "additionalProperties": false + } + } + } + }, "304": { "description": "Not Modified" }, @@ -25017,24 +25154,14 @@ } } } - }, - "404": { - "description": "Response if gist is not starred", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {}, - "additionalProperties": false - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -25065,6 +25192,26 @@ "204": { "description": "Empty response" }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "304": { "description": "Not Modified" }, @@ -25087,32 +25234,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -25146,8 +25275,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -25166,8 +25295,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -25190,7 +25319,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -25891,46 +26022,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -25999,12 +26090,54 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -26022,7 +26155,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.19/v3/gitignore/#get-all-gitignore-templates" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -26053,7 +26188,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "gitignore", "subcategory": null } @@ -26123,7 +26260,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "gitignore", "subcategory": null } @@ -27263,11 +27402,8 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -27286,8 +27422,11 @@ } } }, - "403": { - "description": "Forbidden", + "304": { + "description": "Not Modified" + }, + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -29873,29 +30012,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -29964,6 +30080,29 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -30125,7 +30264,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "licenses", "subcategory": null } @@ -30287,9 +30428,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden", "content": { @@ -30329,12 +30467,17 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "licenses", "subcategory": null } @@ -30352,7 +30495,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.19/v3/markdown/#render-a-markdown-document" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -30416,7 +30561,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "markdown", "subcategory": null } @@ -30434,7 +30581,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.19/v3/markdown/#render-a-markdown-document-in-raw-mode" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "text/plain": { @@ -30475,7 +30624,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "markdown", "subcategory": null } @@ -30493,7 +30644,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.19/v3/meta/#get-github-meta-information" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -30539,7 +30692,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "meta", "subcategory": null } @@ -33210,11 +33365,25 @@ } } }, - "301": { - "description": "Moved Permanently" - }, - "304": { - "description": "Not Modified" + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "403": { "description": "Forbidden", @@ -33236,31 +33405,19 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "304": { + "description": "Not Modified" + }, + "301": { + "description": "Moved Permanently" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -34009,8 +34166,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -34029,8 +34186,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -34122,7 +34279,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -34138,7 +34297,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.19/rest/reference/activity#mark-notifications-as-read" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -34181,8 +34342,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -34201,8 +34362,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -34225,7 +34386,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -34914,8 +35077,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -34934,8 +35097,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -34958,7 +35121,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -35016,7 +35181,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -35114,8 +35281,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -35134,8 +35301,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -35158,7 +35325,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -35270,8 +35439,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -35290,8 +35459,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -35314,7 +35483,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -35348,8 +35519,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -35368,8 +35539,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -35392,7 +35563,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -35432,7 +35605,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "meta" } } @@ -35588,7 +35763,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": null } @@ -36383,48 +36560,6 @@ } } }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -36520,6 +36655,48 @@ } } } + }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -39198,7 +39375,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -39396,7 +39575,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -39629,26 +39810,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -39717,12 +39878,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -39897,7 +40080,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -40111,26 +40296,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -40199,12 +40364,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -40266,7 +40453,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -40330,7 +40519,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -44318,7 +44509,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -44376,7 +44569,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -44438,7 +44633,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -44847,8 +45044,8 @@ } } }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -44867,8 +45064,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -44891,7 +45088,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -45275,26 +45474,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -45363,12 +45542,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -45450,7 +45651,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -45671,7 +45874,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "outside-collaborators" } @@ -45772,7 +45977,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "outside-collaborators" } @@ -45840,7 +46047,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "outside-collaborators" } @@ -47267,7 +47476,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -47314,7 +47525,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -47376,7 +47589,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -47418,7 +47633,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -49752,7 +49969,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -50312,26 +50531,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -50400,12 +50599,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -50936,7 +51157,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -51196,8 +51419,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -51216,8 +51439,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -51546,8 +51769,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -51566,8 +51789,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -51680,26 +51903,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -51724,6 +51927,26 @@ } } }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "404": { "description": "Resource Not Found", "content": { @@ -51815,7 +52038,8 @@ "application/json": { "schema": { "type": "object", - "properties": {}, + "properties": { + }, "additionalProperties": false } } @@ -51824,26 +52048,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -51882,6 +52086,61 @@ } } }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "503": { + "description": "Service Unavailable", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "errors": { + "type": "array", + "items": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + } + } + } + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -51950,41 +52209,6 @@ } } } - }, - "503": { - "description": "Service Unavailable", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "errors": { - "type": "array", - "items": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - } - } - } - } - } - } - } - } } }, "x-github": { @@ -52106,26 +52330,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -52165,6 +52369,26 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -52303,8 +52527,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -52323,8 +52547,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -52387,8 +52611,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -52407,8 +52631,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -52743,8 +52967,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -52763,8 +52987,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -53094,8 +53318,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -53114,8 +53338,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -53331,7 +53555,8 @@ "application/json": { "schema": { "type": "object", - "properties": {}, + "properties": { + }, "additionalProperties": false } } @@ -53340,26 +53565,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -53409,6 +53614,26 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -53731,8 +53956,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -53751,8 +53976,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -54128,29 +54353,12 @@ } } }, + "404": { + "description": "Response if the authenticated user does not have access to the project" + }, "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -54175,8 +54383,25 @@ } } }, - "404": { - "description": "Response if the authenticated user does not have access to the project" + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "410": { "description": "Gone", @@ -54271,26 +54496,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -54315,8 +54520,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -54354,6 +54559,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -54583,49 +54808,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -54736,6 +54918,49 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -54809,49 +55034,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -54962,6 +55144,49 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -55014,46 +55239,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -55096,6 +55281,26 @@ } } }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -55164,6 +55369,26 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -55377,49 +55602,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -55530,6 +55712,49 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -55681,8 +55906,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -55701,8 +55926,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -55853,26 +56078,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -55922,6 +56127,26 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -55951,7 +56176,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.19/v3/rate_limit/#get-rate-limit-status-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -56206,7 +56433,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "rate-limit", "subcategory": null } @@ -60361,9 +60590,6 @@ } } }, - "301": { - "description": "Moved Permanently" - }, "403": { "description": "Forbidden", "content": { @@ -60403,6 +60629,9 @@ } } } + }, + "301": { + "description": "Moved Permanently" } }, "x-github": { @@ -64532,26 +64761,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -64620,6 +64829,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -64720,7 +64949,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -64955,7 +65186,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "assignees" } @@ -65027,7 +65260,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "assignees" } @@ -66089,7 +66324,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -67656,26 +67893,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "415": { "description": "Preview Header Missing", "content": { @@ -67697,12 +67914,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -69982,26 +70221,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "415": { "description": "Preview Header Missing", "content": { @@ -70053,6 +70272,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -70135,7 +70374,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -70220,7 +70461,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -70303,7 +70546,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -70374,7 +70619,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -71416,7 +71663,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -71838,7 +72087,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -72058,7 +72309,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -72109,7 +72362,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -72195,7 +72450,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -72282,46 +72539,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -72390,12 +72607,54 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "contexts", "category": "repos", "subcategory": "branches" @@ -72482,26 +72741,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -72570,12 +72809,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "contexts", "category": "repos", "subcategory": "branches" @@ -72755,7 +73016,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "contexts", "category": "repos", "subcategory": "branches" @@ -73422,7 +73685,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -73473,7 +73738,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -73842,7 +74109,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -74284,7 +74553,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "apps", "category": "repos", "subcategory": "branches" @@ -74727,7 +74998,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "apps", "category": "repos", "subcategory": "branches" @@ -75170,7 +75443,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "apps", "category": "repos", "subcategory": "branches" @@ -75412,7 +75687,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -75726,7 +76003,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "teams", "category": "repos", "subcategory": "branches" @@ -76041,7 +76320,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "teams", "category": "repos", "subcategory": "branches" @@ -76356,7 +76637,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "teams", "category": "repos", "subcategory": "branches" @@ -76575,7 +76858,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -76866,7 +77151,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "users", "category": "repos", "subcategory": "branches" @@ -77158,7 +77445,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "users", "category": "repos", "subcategory": "branches" @@ -77450,7 +77739,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "users", "category": "repos", "subcategory": "branches" @@ -81156,7 +81447,9 @@ "url": "https://api.github.com/repos/github/hello-world/check-suites/5", "before": "146e867f55c26428e5f9fade55a9bbf5e95a7912", "after": "d6fde92930d4715a2b49857d24b940956b26d2d3", - "pull_requests": [], + "pull_requests": [ + + ], "created_at": "2017-07-08T16:18:44-04:00", "updated_at": "2017-07-08T16:18:44-04:00", "app": { @@ -83611,7 +83904,9 @@ "url": "https://api.github.com/repos/github/hello-world/check-suites/5", "before": "146e867f55c26428e5f9fade55a9bbf5e95a7912", "after": "d6fde92930d4715a2b49857d24b940956b26d2d3", - "pull_requests": [], + "pull_requests": [ + + ], "created_at": "2017-07-08T16:18:44-04:00", "updated_at": "2017-07-08T16:18:44-04:00", "app": { @@ -84830,7 +85125,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -84885,7 +85182,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -85885,26 +86184,6 @@ "204": { "description": "Response when person is already a collaborator" }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -85973,13 +86252,35 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -86029,7 +86330,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -86263,7 +86566,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -87334,7 +87639,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "comments" } @@ -87405,7 +87712,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "comments" } @@ -88998,6 +89307,26 @@ } } }, + "500": { + "description": "Internal Error", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "400": { "description": "Bad Request", "content": { @@ -89091,32 +89420,14 @@ } } } - }, - "500": { - "description": "Internal Error", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "commits" } @@ -90132,7 +90443,9 @@ "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "comments" } @@ -94624,26 +94937,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -94713,6 +95006,26 @@ } } }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "500": { "description": "Internal Error", "content": { @@ -94737,7 +95050,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "commits" } @@ -96563,7 +96878,9 @@ "url": "https://api.github.com/repos/github/hello-world/check-suites/5", "before": "146e867f55c26428e5f9fade55a9bbf5e95a7912", "after": "d6fde92930d4715a2b49857d24b940956b26d2d3", - "pull_requests": [], + "pull_requests": [ + + ], "app": { "id": 1, "slug": "octoapp", @@ -97527,7 +97844,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statuses" } @@ -97804,7 +98123,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statuses" } @@ -99806,8 +100127,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "500": { + "description": "Internal Error", "content": { "application/json": { "schema": { @@ -99826,8 +100147,8 @@ } } }, - "500": { - "description": "Internal Error", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -99850,7 +100171,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "commits" } @@ -100517,8 +100840,25 @@ } } }, - "302": { - "description": "Found" + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "403": { "description": "Forbidden", @@ -100540,31 +100880,16 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "302": { + "description": "Found" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -101152,26 +101477,6 @@ } } }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -101240,12 +101545,34 @@ } } } + }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -101549,46 +101876,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -101658,6 +101945,46 @@ } } }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "503": { "description": "Service Unavailable", "content": { @@ -101683,7 +102010,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -101922,7 +102251,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -102058,7 +102389,8 @@ }, "payload": { "type": "object", - "properties": {} + "properties": { + } }, "original_environment": { "type": "string", @@ -102497,7 +102829,8 @@ "sha": "a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d", "ref": "topic-branch", "task": "deploy", - "payload": {}, + "payload": { + }, "original_environment": "staging", "environment": "production", "description": "Deploy request from hubot", @@ -102713,7 +103046,8 @@ }, "payload": { "type": "object", - "properties": {} + "properties": { + } }, "original_environment": { "type": "string", @@ -103151,7 +103485,8 @@ "sha": "a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d", "ref": "topic-branch", "task": "deploy", - "payload": {}, + "payload": { + }, "original_environment": "staging", "environment": "production", "description": "Deploy request from hubot", @@ -103192,7 +103527,8 @@ "sha": "a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d", "ref": "topic-branch", "task": "deploy", - "payload": {}, + "payload": { + }, "original_environment": "staging", "environment": "production", "description": "Deploy request from hubot", @@ -103447,7 +103783,8 @@ }, "payload": { "type": "object", - "properties": {} + "properties": { + } }, "original_environment": { "type": "string", @@ -103884,7 +104221,8 @@ "sha": "a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d", "ref": "topic-branch", "task": "deploy", - "payload": {}, + "payload": { + }, "original_environment": "staging", "environment": "production", "description": "Deploy request from hubot", @@ -108593,7 +108931,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -109373,7 +109713,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "forks" } @@ -110554,46 +110896,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -110662,12 +110964,54 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "forks" } @@ -110767,26 +111111,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -110827,6 +111151,26 @@ } } }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -110900,7 +111244,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "blobs" } @@ -111002,26 +111348,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -111110,12 +111436,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "blobs" } @@ -111420,26 +111768,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -111508,12 +111836,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "commits" } @@ -111760,7 +112110,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "commits" } @@ -111908,7 +112260,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -112035,7 +112389,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -112241,7 +112597,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -112444,7 +112802,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -112564,7 +112924,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -112888,7 +113250,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "tags" } @@ -113096,7 +113460,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "tags" } @@ -113332,46 +113698,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -113440,12 +113766,54 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "trees" } @@ -113653,26 +114021,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -113741,12 +114089,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "trees" } @@ -114022,7 +114392,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -114333,26 +114705,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -114441,12 +114793,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -114699,7 +115073,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -115010,26 +115386,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -115098,12 +115454,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -115173,7 +115551,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -115245,7 +115625,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -115317,7 +115699,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -116883,7 +117267,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -117882,7 +118268,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -117933,7 +118321,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -120210,26 +120600,6 @@ "301": { "description": "Moved Permanently" }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -120298,6 +120668,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -122750,46 +123140,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "410": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -122879,13 +123229,55 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": null } @@ -123518,26 +123910,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -123606,6 +123978,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -124889,7 +125281,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "comments" } @@ -124940,7 +125334,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "comments" } @@ -132103,26 +132499,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -132162,6 +132538,26 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -134533,9 +134929,6 @@ "301": { "description": "Moved Permanently" }, - "304": { - "description": "Not Modified" - }, "404": { "description": "Resource Not Found", "content": { @@ -134575,6 +134968,9 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { @@ -137014,69 +137410,6 @@ } } }, - "301": { - "description": "Moved Permanently" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "410": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -137166,12 +137499,77 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "301": { + "description": "Moved Permanently" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": null } @@ -139393,7 +139791,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "assignees" } @@ -141613,7 +142013,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "assignees" } @@ -142900,26 +143302,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "410": { "description": "Gone", "content": { @@ -143008,13 +143390,35 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "comments" } @@ -143538,7 +143942,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -143784,7 +144190,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -144027,7 +144435,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -144098,7 +144508,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -144269,7 +144681,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -144359,8 +144773,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "410": { + "description": "Gone", "content": { "application/json": { "schema": { @@ -144379,8 +144793,8 @@ } } }, - "410": { - "description": "Gone", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -144568,7 +144982,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": null } @@ -145812,7 +146228,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "keys" } @@ -146007,7 +146425,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "keys" } @@ -146125,7 +146545,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "keys" } @@ -146176,7 +146598,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "keys" } @@ -146345,7 +146769,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -146487,26 +146913,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -146575,12 +146981,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -146717,7 +147145,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -146860,7 +147290,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -146910,7 +147342,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -146974,7 +147408,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -147183,7 +147619,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "licenses", "subcategory": null } @@ -147837,26 +148275,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "response", "content": { @@ -147916,6 +148334,26 @@ } } }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -147989,7 +148427,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "merging" } @@ -148392,7 +148832,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -148837,7 +149279,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -149175,7 +149619,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -149529,7 +149975,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -149600,7 +150048,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -149758,7 +150208,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -150524,7 +150976,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -150581,7 +151035,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -150728,7 +151184,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -150896,48 +151354,6 @@ } } }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -151006,6 +151422,48 @@ } } } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -151111,6 +151569,75 @@ "204": { "description": "Empty response" }, + "422": { + "description": "Validation Failed", + "content": { + "application/json": { + "schema": { + "title": "Validation Error", + "description": "Validation Error", + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "errors": { + "type": "array", + "items": { + "type": "object", + "required": [ + "code" + ], + "properties": { + "resource": { + "type": "string" + }, + "field": { + "type": "string" + }, + "message": { + "type": "string" + }, + "code": { + "type": "string" + }, + "index": { + "type": "integer" + }, + "value": { + "oneOf": [ + { + "type": "string", + "nullable": true + }, + { + "type": "integer", + "nullable": true + }, + { + "type": "array", + "nullable": true, + "items": { + "type": "string" + } + } + ] + } + } + } + } + } + } + } + } + }, "400": { "description": "Bad Request", "content": { @@ -151164,81 +151691,14 @@ } } } - }, - "422": { - "description": "Validation Failed", - "content": { - "application/json": { - "schema": { - "title": "Validation Error", - "description": "Validation Error", - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "errors": { - "type": "array", - "items": { - "type": "object", - "required": [ - "code" - ], - "properties": { - "resource": { - "type": "string" - }, - "field": { - "type": "string" - }, - "message": { - "type": "string" - }, - "code": { - "type": "string" - }, - "index": { - "type": "integer" - }, - "value": { - "oneOf": [ - { - "type": "string", - "nullable": true - }, - { - "type": "integer", - "nullable": true - }, - { - "type": "array", - "nullable": true, - "items": { - "type": "string" - } - } - ] - } - } - } - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -151276,48 +151736,6 @@ "204": { "description": "Empty response" }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -151386,6 +151804,48 @@ } } } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -151678,7 +152138,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -151752,7 +152214,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -152002,7 +152466,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -152260,7 +152726,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -162268,7 +162736,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "comments" } @@ -166217,8 +166687,8 @@ "304": { "description": "Not Modified" }, - "404": { - "description": "Resource Not Found", + "500": { + "description": "Internal Error", "content": { "application/json": { "schema": { @@ -166237,8 +166707,8 @@ } } }, - "500": { - "description": "Internal Error", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -166261,7 +166731,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -169334,26 +169806,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -169422,6 +169874,26 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -170244,7 +170716,9 @@ "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "comments" } @@ -170746,7 +171220,9 @@ "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "comments" } @@ -171394,7 +171870,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -171651,7 +172129,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -171706,7 +172186,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -171818,46 +172300,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "405": { "description": "Response if merge cannot be performed", "content": { @@ -171976,13 +172418,55 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -172223,7 +172707,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "review-requests" } @@ -176110,6 +176596,9 @@ } } }, + "422": { + "description": "Response if user is not a collaborator" + }, "403": { "description": "Forbidden", "content": { @@ -176129,16 +176618,15 @@ } } } - }, - "422": { - "description": "Response if user is not a collaborator" } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "review-requests" } @@ -176292,7 +176780,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "review-requests" } @@ -176635,7 +177125,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -177022,26 +177514,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -177071,13 +177543,35 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -177418,7 +177912,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -177788,7 +178284,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -178103,26 +178601,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -178152,12 +178630,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -178641,7 +179141,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -179034,7 +179536,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -179378,26 +179882,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -179447,12 +179931,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -179537,48 +180043,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -179647,6 +180111,48 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -179919,7 +180425,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -180498,7 +181006,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -181150,7 +181660,9 @@ "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -181428,9 +181940,6 @@ } } }, - "302": { - "description": "Found" - }, "404": { "description": "Resource Not Found", "content": { @@ -181472,12 +181981,17 @@ } } } + }, + "302": { + "description": "Found" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -181784,7 +182298,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -181835,7 +182351,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -182363,7 +182881,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -182920,7 +183440,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -183477,7 +183999,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -184055,7 +184579,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -184106,7 +184632,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -184419,7 +184947,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -184734,7 +185264,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -185186,7 +185718,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -185256,7 +185790,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -185361,7 +185897,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -185610,7 +186148,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -185810,7 +186350,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -185890,7 +186432,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -186183,7 +186727,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statuses" } @@ -186398,7 +186944,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -186497,6 +187045,9 @@ } } }, + "404": { + "description": "Response if you don't subscribe to the repository" + }, "403": { "description": "Forbidden", "content": { @@ -186516,15 +187067,14 @@ } } } - }, - "404": { - "description": "Response if you don't subscribe to the repository" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -186644,7 +187194,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -186686,7 +187238,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -186826,7 +187380,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -186886,7 +187442,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -187124,7 +187682,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -187193,14 +187753,16 @@ } } }, - "404": { - "description": "Resource Not Found", + "415": { + "description": "Preview Header Missing", "content": { "application/json": { "schema": { - "title": "Basic Error", - "description": "Basic Error", "type": "object", + "required": [ + "message", + "documentation_url" + ], "properties": { "message": { "type": "string" @@ -187213,16 +187775,14 @@ } } }, - "415": { - "description": "Preview Header Missing", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { + "title": "Basic Error", + "description": "Basic Error", "type": "object", - "required": [ - "message", - "documentation_url" - ], "properties": { "message": { "type": "string" @@ -187341,14 +187901,16 @@ } } }, - "404": { - "description": "Resource Not Found", + "415": { + "description": "Preview Header Missing", "content": { "application/json": { "schema": { - "title": "Basic Error", - "description": "Basic Error", "type": "object", + "required": [ + "message", + "documentation_url" + ], "properties": { "message": { "type": "string" @@ -187361,16 +187923,14 @@ } } }, - "415": { - "description": "Preview Header Missing", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { + "title": "Basic Error", + "description": "Basic Error", "type": "object", - "required": [ - "message", - "documentation_url" - ], "properties": { "message": { "type": "string" @@ -188570,7 +189130,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -188728,7 +189290,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -190555,9 +191119,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "422": { "description": "Validation Failed", "content": { @@ -190626,12 +191187,17 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -191431,15 +191997,16 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "503": { + "description": "Service Unavailable", "content": { "application/json": { "schema": { - "title": "Basic Error", - "description": "Basic Error", "type": "object", "properties": { + "code": { + "type": "string" + }, "message": { "type": "string" }, @@ -191520,16 +192087,15 @@ } } }, - "503": { - "description": "Service Unavailable", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { + "title": "Basic Error", + "description": "Basic Error", "type": "object", "properties": { - "code": { - "type": "string" - }, "message": { "type": "string" }, @@ -191545,7 +192111,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "search", "subcategory": null } @@ -192550,7 +193118,8 @@ "type": "User", "site_admin": false }, - "committer": {}, + "committer": { + }, "parents": [ { "url": "https://api.github.com/repos/octocat/Spoon-Knife/commits/a30c19e3f13765a3b48829788bc1cb8b4e95cee4", @@ -192679,7 +193248,7 @@ "/search/issues": { "get": { "summary": "Search issues and pull requests", - "description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/enterprise-server@2.19/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/enterprise-server@2.19/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, whick means the oldest issues appear first in the search results.\n\n**Note:** For [user-to-server](https://docs.github.com/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"", + "description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/enterprise-server@2.19/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/enterprise-server@2.19/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, which means the oldest issues appear first in the search results.\n\n**Note:** For [user-to-server](https://docs.github.com/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"", "tags": [ "search" ], @@ -194868,18 +195437,16 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", + "503": { + "description": "Service Unavailable", "content": { "application/json": { "schema": { - "title": "Basic Error", - "description": "Basic Error", "type": "object", "properties": { + "code": { + "type": "string" + }, "message": { "type": "string" }, @@ -194960,16 +195527,18 @@ } } }, - "503": { - "description": "Service Unavailable", + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { + "title": "Basic Error", + "description": "Basic Error", "type": "object", "properties": { - "code": { - "type": "string" - }, "message": { "type": "string" }, @@ -194985,7 +195554,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "search", "subcategory": null } @@ -195187,8 +195758,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -195207,8 +195778,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -195300,7 +195871,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "search", "subcategory": null } @@ -196081,8 +196654,26 @@ } } }, - "304": { - "description": "Not Modified" + "503": { + "description": "Service Unavailable", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "422": { "description": "Validation Failed", @@ -196153,26 +196744,8 @@ } } }, - "503": { - "description": "Service Unavailable", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "304": { + "description": "Not Modified" } }, "x-github": { @@ -196836,6 +197409,27 @@ "304": { "description": "Not Modified" }, + "503": { + "description": "Service Unavailable", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -196904,33 +197498,14 @@ } } } - }, - "503": { - "description": "Service Unavailable", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "search", "subcategory": null } @@ -197015,7 +197590,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -197041,7 +197618,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -197122,7 +197701,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -197219,7 +197800,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -197374,7 +197957,8 @@ }, "base": { "type": "array", - "items": {} + "items": { + } }, "uid": { "nullable": true, @@ -197396,7 +197980,8 @@ }, "user_groups": { "type": "array", - "items": {} + "items": { + } }, "admin_group": { "nullable": true, @@ -197716,13 +198301,17 @@ "ldap": { "host": null, "port": 0, - "base": [], + "base": [ + + ], "uid": null, "bind_dn": null, "password": null, "method": "Plain", "search_strategy": "detect", - "user_groups": [], + "user_groups": [ + + ], "admin_group": null, "virtual_attribute_enabled": false, "recursive_group_search": false, @@ -197822,7 +198411,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -197864,7 +198455,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -197922,7 +198515,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -198000,7 +198595,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -198074,7 +198671,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -198126,7 +198725,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -198167,7 +198768,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -200896,7 +201499,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "discussions" } @@ -202414,7 +203019,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "discussion-comments" } @@ -203867,7 +204474,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -203908,26 +204517,6 @@ "204": { "description": "Empty response" }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Response if team synchronization is set up" }, @@ -203994,12 +204583,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -204047,7 +204658,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -204318,7 +204931,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "members" } @@ -204360,7 +204975,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "members" } @@ -205117,7 +205734,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -210366,7 +210985,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -210564,7 +211185,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.19/v3/users/#get-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -211112,8 +211735,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -211132,8 +211755,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -211156,7 +211779,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -211172,7 +211797,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.19/v3/users/#update-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -211528,8 +212155,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -211568,8 +212195,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -211661,7 +212288,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -211771,8 +212400,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -211811,8 +212440,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -211835,7 +212464,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "emails" } @@ -211851,7 +212482,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.19/rest/reference/users#add-an-email-address-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -211868,7 +212501,9 @@ "example": "username@example.com", "minItems": 1 }, - "example": [] + "example": [ + + ] } }, "required": [ @@ -211970,69 +212605,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -212101,12 +212673,77 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "emails" } @@ -212122,7 +212759,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.19/rest/reference/users#delete-an-email-address-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -212175,8 +212814,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -212215,8 +212854,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -212308,7 +212947,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "emails" } @@ -212506,8 +213147,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -212526,8 +213167,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -212550,7 +213191,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -212748,8 +213391,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -212768,8 +213411,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -212792,7 +213435,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -212824,11 +213469,8 @@ "204": { "description": "Response if the person is followed by the authenticated user" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Response if the person is not followed by the authenticated user", "content": { "application/json": { "schema": { @@ -212847,6 +213489,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -212867,8 +213512,8 @@ } } }, - "404": { - "description": "Response if the person is not followed by the authenticated user", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -212891,7 +213536,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -212924,8 +213571,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -212964,8 +213611,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -212988,7 +213635,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -213021,8 +213670,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -213061,8 +213710,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -213085,7 +213734,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -213179,8 +213830,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -213206,11 +213861,13 @@ }, "emails": { "type": "array", - "items": {} + "items": { + } }, "subkeys": { "type": "array", - "items": {} + "items": { + } }, "can_sign": { "type": "boolean" @@ -213304,8 +213961,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -213339,8 +214000,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -213379,8 +214040,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -213403,7 +214064,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -213419,7 +214082,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.19/rest/reference/users#create-a-gpg-key-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -213492,8 +214157,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -213519,11 +214188,13 @@ }, "emails": { "type": "array", - "items": {} + "items": { + } }, "subkeys": { "type": "array", - "items": {} + "items": { + } }, "can_sign": { "type": "boolean" @@ -213615,8 +214286,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -213638,69 +214313,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -213769,12 +214381,77 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -213857,8 +214534,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -213884,11 +214565,13 @@ }, "emails": { "type": "array", - "items": {} + "items": { + } }, "subkeys": { "type": "array", - "items": {} + "items": { + } }, "can_sign": { "type": "boolean" @@ -213980,8 +214663,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -214003,49 +214690,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -214065,12 +214709,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -214101,49 +214790,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -214232,12 +214878,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -214844,8 +215535,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -214864,8 +215555,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -216069,8 +216760,25 @@ } } }, - "304": { - "description": "Not Modified" + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "403": { "description": "Forbidden", @@ -216092,25 +216800,8 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "304": { + "description": "Not Modified" } }, "x-github": { @@ -216168,9 +216859,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden", "content": { @@ -216191,6 +216879,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "404": { "description": "Resource Not Found", "content": { @@ -216260,9 +216951,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden", "content": { @@ -216283,6 +216971,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "404": { "description": "Resource Not Found", "content": { @@ -218833,9 +219524,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "404": { "description": "Resource Not Found", "content": { @@ -218855,6 +219543,9 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { @@ -218983,8 +219674,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -219023,8 +219714,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -219047,7 +219738,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -219063,7 +219756,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.19/rest/reference/users#create-a-public-ssh-key-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -219142,69 +219837,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -219273,12 +219905,77 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -219361,11 +220058,8 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -219384,6 +220078,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -219404,8 +220101,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -219428,7 +220125,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -219462,8 +220161,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -219502,8 +220201,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -219526,7 +220225,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -219919,8 +220620,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -219939,8 +220640,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -220032,7 +220733,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -220390,7 +221093,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -220839,7 +221544,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -220992,8 +221699,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -221012,8 +221719,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -221036,7 +221743,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": null } @@ -221054,7 +221763,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.19/v3/projects/#create-a-user-project" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -221363,8 +222074,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -221383,8 +222094,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -221575,8 +222286,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -221615,8 +222326,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -221639,7 +222350,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "emails" } @@ -222841,49 +223554,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "418": { "description": "Response definition missing" }, @@ -222955,12 +223625,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -222976,7 +223691,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.19/v3/repos/#create-a-repository-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -224168,63 +224885,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "400": { - "description": "Bad Request", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - }, - "application/scim+json": { - "schema": { - "title": "Scim Error", - "description": "Scim Error", - "type": "object", - "properties": { - "message": { - "type": "string", - "nullable": true - }, - "documentation_url": { - "type": "string", - "nullable": true - }, - "detail": { - "type": "string", - "nullable": true - }, - "status": { - "type": "integer" - }, - "scimType": { - "type": "string", - "nullable": true - }, - "schemas": { - "type": "array", - "items": { - "type": "string" - } - } - } - } - } - } - }, "401": { "description": "Requires Authentication", "content": { @@ -224245,8 +224905,11 @@ } } }, - "403": { - "description": "Forbidden", + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -224265,8 +224928,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -224353,6 +225016,60 @@ } } } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + }, + "application/scim+json": { + "schema": { + "title": "Scim Error", + "description": "Scim Error", + "type": "object", + "properties": { + "message": { + "type": "string", + "nullable": true + }, + "documentation_url": { + "type": "string", + "nullable": true + }, + "detail": { + "type": "string", + "nullable": true + }, + "status": { + "type": "integer" + }, + "scimType": { + "type": "string", + "nullable": true + }, + "schemas": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } } }, "x-github": { @@ -225351,8 +226068,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -225391,8 +226108,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -225415,7 +226132,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -225448,9 +226167,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden", "content": { @@ -225471,6 +226187,26 @@ } } }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "404": { "description": "Resource Not Found", "content": { @@ -225491,31 +226227,16 @@ } } }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -225546,11 +226267,8 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", + "409": { + "description": "Conflict", "content": { "application/json": { "schema": { @@ -225569,6 +226287,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "404": { "description": "Resource Not Found", "content": { @@ -225589,8 +226310,8 @@ } } }, - "409": { - "description": "Conflict", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -225613,7 +226334,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -227852,8 +228575,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -227872,8 +228595,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -227896,7 +228619,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -227936,8 +228661,25 @@ "204": { "description": "Response if this repository is starred by you" }, - "304": { - "description": "Not Modified" + "404": { + "description": "Response if this repository is not starred by you", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "401": { "description": "Requires Authentication", @@ -227959,6 +228701,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -227978,32 +228723,14 @@ } } } - }, - "404": { - "description": "Response if this repository is not starred by you", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -228041,29 +228768,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -228103,12 +228807,37 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -228146,8 +228875,25 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "401": { "description": "Requires Authentication", @@ -228169,6 +228915,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -228188,32 +228937,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -228907,8 +229638,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -228927,8 +229658,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -228951,7 +229682,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -229475,8 +230208,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -229495,8 +230228,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -229519,7 +230252,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -229721,7 +230456,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -230313,7 +231050,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -232980,7 +233719,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -235655,7 +236396,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -238322,7 +239065,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -238529,7 +239274,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -238736,7 +239483,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -238783,7 +239532,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -239164,11 +239915,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -239328,7 +240081,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -239430,8 +240185,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -239457,11 +240216,13 @@ }, "emails": { "type": "array", - "items": {} + "items": { + } }, "subkeys": { "type": "array", - "items": {} + "items": { + } }, "can_sign": { "type": "boolean" @@ -239555,8 +240316,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -239591,7 +240356,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -239784,7 +240551,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -240416,7 +241185,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -240578,7 +241349,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": null } @@ -243700,7 +244473,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -246367,7 +247142,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -247156,7 +247933,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -247190,7 +247969,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -249438,7 +250219,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -250141,7 +250924,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -250192,7 +250977,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -250241,7 +251028,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -250270,7 +251059,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "meta" } } diff --git a/lib/rest/static/dereferenced/ghes-2.20.deref.json b/lib/rest/static/dereferenced/ghes-2.20.deref.json index 763df6e37f..a37d9befa8 100644 --- a/lib/rest/static/dereferenced/ghes-2.20.deref.json +++ b/lib/rest/static/dereferenced/ghes-2.20.deref.json @@ -339,7 +339,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "meta" } } @@ -1204,7 +1206,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -1240,7 +1244,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -1361,7 +1367,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "ldap" } @@ -1412,7 +1420,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "ldap" } @@ -1557,7 +1567,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "ldap" } @@ -1608,7 +1620,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "ldap" } @@ -1761,7 +1775,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "orgs" } @@ -1837,7 +1853,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "orgs" } @@ -3023,13 +3041,15 @@ "script_repository": { "type": "object", "description": "The GitHub repository where the script is kept.", - "properties": {}, + "properties": { + }, "additionalProperties": true }, "environment": { "type": "object", "description": "The pre-receive environment where the script is executed.", - "properties": {}, + "properties": { + }, "additionalProperties": true }, "enforcement": { @@ -3406,13 +3426,15 @@ "script_repository": { "type": "object", "description": "The GitHub repository where the script is kept.", - "properties": {}, + "properties": { + }, "additionalProperties": true }, "environment": { "type": "object", "description": "The pre-receive environment where the script is executed.", - "properties": {}, + "properties": { + }, "additionalProperties": true }, "enforcement": { @@ -3971,7 +3993,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4007,7 +4031,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4199,7 +4225,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4275,7 +4303,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4309,7 +4339,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4779,7 +4811,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4813,7 +4847,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4831,7 +4867,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.20/v3/apps/#get-the-authenticated-app" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -5545,7 +5583,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -8002,26 +8042,6 @@ } } }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -8042,26 +8062,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "415": { "description": "Preview Header Missing", "content": { @@ -8084,6 +8084,46 @@ } } }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -8422,8 +8462,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -8442,8 +8482,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -8486,7 +8526,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -8727,8 +8769,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -8747,8 +8789,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -8771,7 +8813,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -8808,8 +8852,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -8828,8 +8872,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -8852,7 +8896,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -8978,7 +9024,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "oauth-applications" } @@ -9022,7 +9070,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2021-05-05", "deprecationDate": "2020-02-14", "category": "apps", @@ -9511,26 +9561,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -9599,12 +9629,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "oauth-applications" } @@ -10161,7 +10213,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "oauth-applications" } @@ -10282,7 +10336,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "oauth-applications" } @@ -10787,7 +10843,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2021-05-05", "deprecationDate": "2020-02-14", "category": "apps", @@ -11268,7 +11326,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2021-05-05", "deprecationDate": "2020-02-14", "category": "apps", @@ -11313,7 +11373,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2021-05-05", "deprecationDate": "2020-02-14", "category": "apps", @@ -12196,8 +12258,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -12216,8 +12278,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -12260,7 +12322,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -12279,7 +12343,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.20/rest/reference/oauth-authorizations#create-a-new-authorization" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -12754,69 +12820,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "410": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -12885,12 +12888,77 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -13820,49 +13888,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -13931,12 +13956,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -14943,7 +15013,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -15398,8 +15470,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -15418,8 +15490,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -15442,7 +15514,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -16015,7 +16089,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -16052,8 +16128,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -16072,8 +16148,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -16096,7 +16172,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -16117,7 +16195,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.20/v3/codes_of_conduct/#get-all-codes-of-conduct" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -16299,9 +16379,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "404": { "description": "Resource Not Found", "content": { @@ -16322,6 +16399,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "415": { "description": "Preview Header Missing", "content": { @@ -16460,91 +16540,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "410": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -16613,6 +16608,91 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -16642,7 +16722,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.20/v3/emojis/#get-emojis" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "content": { @@ -16664,7 +16746,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "emojis", "subcategory": null } @@ -16729,7 +16813,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "license" } @@ -16986,7 +17072,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "admin-stats" } @@ -19697,7 +19785,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -19715,7 +19805,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.20/rest/reference/activity#get-feeds" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -19915,7 +20007,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "feeds" } @@ -20288,11 +20382,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -20406,7 +20502,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -20422,7 +20520,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.20/v3/gists/#create-a-gist" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -21155,49 +21255,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -21266,12 +21323,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -21644,11 +21746,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -21735,29 +21839,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -21826,12 +21907,37 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -22204,11 +22310,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -22295,9 +22403,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "401": { "description": "Requires Authentication", "content": { @@ -22318,6 +22423,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -22342,7 +22450,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -23035,9 +23145,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden Gist", "content": { @@ -23090,12 +23197,17 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -23840,26 +23952,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -23928,12 +24020,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -23964,6 +24078,26 @@ "204": { "description": "Empty response" }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "304": { "description": "Not Modified" }, @@ -23986,32 +24120,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -24281,8 +24397,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -24301,8 +24417,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -24325,7 +24441,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -24590,8 +24708,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -24610,8 +24728,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -24634,7 +24752,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -24882,6 +25002,26 @@ "304": { "description": "Not Modified" }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "403": { "description": "Forbidden Gist", "content": { @@ -24914,32 +25054,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -25226,7 +25348,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -25269,8 +25393,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -25289,8 +25413,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -25313,7 +25437,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -25574,6 +25700,26 @@ } } }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "304": { "description": "Not Modified" }, @@ -25596,32 +25742,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -26336,6 +26464,26 @@ } } }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "304": { "description": "Not Modified" }, @@ -26358,32 +26506,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -26734,11 +26864,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -26822,29 +26954,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -26933,12 +27042,37 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -26971,6 +27105,19 @@ "204": { "description": "Response if gist is starred" }, + "404": { + "description": "Response if gist is not starred", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + }, + "additionalProperties": false + } + } + } + }, "304": { "description": "Not Modified" }, @@ -26993,24 +27140,14 @@ } } } - }, - "404": { - "description": "Response if gist is not starred", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {}, - "additionalProperties": false - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -27041,6 +27178,26 @@ "204": { "description": "Empty response" }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "304": { "description": "Not Modified" }, @@ -27063,32 +27220,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -27122,8 +27261,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -27142,8 +27281,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -27166,7 +27305,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -27867,46 +28008,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -27975,12 +28076,54 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -27998,7 +28141,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.20/v3/gitignore/#get-all-gitignore-templates" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -28029,7 +28174,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "gitignore", "subcategory": null } @@ -28099,7 +28246,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "gitignore", "subcategory": null } @@ -29248,11 +29397,8 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -29271,8 +29417,11 @@ } } }, - "403": { - "description": "Forbidden", + "304": { + "description": "Not Modified" + }, + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -29324,7 +29473,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.20/rest/reference/apps#revoke-an-installation-access-token" }, - "parameters": [], + "parameters": [ + + ], "responses": { "204": { "description": "Empty response" @@ -29333,7 +29484,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "installations" } @@ -31894,29 +32047,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -31985,6 +32115,29 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -32146,7 +32299,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "licenses", "subcategory": null } @@ -32308,9 +32463,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden", "content": { @@ -32350,12 +32502,17 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "licenses", "subcategory": null } @@ -32373,7 +32530,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.20/v3/markdown/#render-a-markdown-document" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -32437,7 +32596,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "markdown", "subcategory": null } @@ -32455,7 +32616,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.20/v3/markdown/#render-a-markdown-document-in-raw-mode" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "text/plain": { @@ -32496,7 +32659,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "markdown", "subcategory": null } @@ -32514,7 +32679,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.20/v3/meta/#get-github-meta-information" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -32559,7 +32726,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "meta", "subcategory": null } @@ -35238,11 +35407,25 @@ } } }, - "301": { - "description": "Moved Permanently" - }, - "304": { - "description": "Not Modified" + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "403": { "description": "Forbidden", @@ -35264,31 +35447,19 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "304": { + "description": "Not Modified" + }, + "301": { + "description": "Moved Permanently" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -36040,8 +36211,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -36060,8 +36231,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -36153,7 +36324,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -36169,7 +36342,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.20/rest/reference/activity#mark-notifications-as-read" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -36212,8 +36387,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -36232,8 +36407,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -36256,7 +36431,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -36948,8 +37125,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -36968,8 +37145,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -36992,7 +37169,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -37050,7 +37229,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -37148,8 +37329,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -37168,8 +37349,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -37192,7 +37373,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -37304,8 +37487,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -37324,8 +37507,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -37348,7 +37531,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -37382,8 +37567,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -37402,8 +37587,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -37426,7 +37611,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -37466,7 +37653,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "meta" } } @@ -37622,7 +37811,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": null } @@ -38444,48 +38635,6 @@ } } }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -38581,6 +38730,48 @@ } } } + }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -41267,7 +41458,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -41465,7 +41658,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -41698,26 +41893,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -41786,12 +41961,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -41966,7 +42163,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -42180,26 +42379,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -42268,12 +42447,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -42335,7 +42536,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -42399,7 +42602,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -46396,7 +46601,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -46454,7 +46661,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -46516,7 +46725,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -46925,8 +47136,8 @@ } } }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -46945,8 +47156,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -46969,7 +47180,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -47353,26 +47566,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -47441,12 +47634,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -47528,7 +47743,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -47749,7 +47966,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "outside-collaborators" } @@ -47850,7 +48069,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "outside-collaborators" } @@ -47918,7 +48139,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "outside-collaborators" } @@ -49345,7 +49568,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -49392,7 +49617,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -49454,7 +49681,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -49496,7 +49725,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -51843,7 +52074,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -52415,26 +52648,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -52503,12 +52716,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -53051,7 +53286,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -53311,8 +53548,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -53331,8 +53568,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -53661,8 +53898,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -53681,8 +53918,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -53795,26 +54032,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -53839,6 +54056,26 @@ } } }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "404": { "description": "Resource Not Found", "content": { @@ -53930,7 +54167,8 @@ "application/json": { "schema": { "type": "object", - "properties": {}, + "properties": { + }, "additionalProperties": false } } @@ -53939,26 +54177,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -53997,6 +54215,61 @@ } } }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "503": { + "description": "Service Unavailable", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "errors": { + "type": "array", + "items": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + } + } + } + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -54065,41 +54338,6 @@ } } } - }, - "503": { - "description": "Service Unavailable", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "errors": { - "type": "array", - "items": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - } - } - } - } - } - } - } - } } }, "x-github": { @@ -54221,26 +54459,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -54280,6 +54498,26 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -54418,8 +54656,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -54438,8 +54676,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -54502,8 +54740,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -54522,8 +54760,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -54858,8 +55096,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -54878,8 +55116,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -55209,8 +55447,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -55229,8 +55467,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -55446,7 +55684,8 @@ "application/json": { "schema": { "type": "object", - "properties": {}, + "properties": { + }, "additionalProperties": false } } @@ -55455,26 +55694,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -55524,6 +55743,26 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -55846,8 +56085,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -55866,8 +56105,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -56243,29 +56482,12 @@ } } }, + "404": { + "description": "Response if the authenticated user does not have access to the project" + }, "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -56290,8 +56512,25 @@ } } }, - "404": { - "description": "Response if the authenticated user does not have access to the project" + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "410": { "description": "Gone", @@ -56386,26 +56625,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -56430,8 +56649,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -56469,6 +56688,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -56698,49 +56937,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -56851,6 +57047,49 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -56924,49 +57163,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -57077,6 +57273,49 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -57129,46 +57368,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -57211,6 +57410,26 @@ } } }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -57279,6 +57498,26 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -57492,49 +57731,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -57645,6 +57841,49 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -57796,8 +58035,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -57816,8 +58055,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -57968,26 +58207,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -58037,6 +58256,26 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -58066,7 +58305,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.20/v3/rate_limit/#get-rate-limit-status-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -58321,7 +58562,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "rate-limit", "subcategory": null } @@ -62510,9 +62753,6 @@ } } }, - "301": { - "description": "Moved Permanently" - }, "403": { "description": "Forbidden", "content": { @@ -62552,6 +62792,9 @@ } } } + }, + "301": { + "description": "Moved Permanently" } }, "x-github": { @@ -66715,26 +66958,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -66803,6 +67026,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -66903,7 +67146,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -67138,7 +67383,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "assignees" } @@ -67210,7 +67457,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "assignees" } @@ -68071,7 +68320,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -69437,26 +69688,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "415": { "description": "Preview Header Missing", "content": { @@ -69478,12 +69709,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -71344,26 +71597,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "415": { "description": "Preview Header Missing", "content": { @@ -71415,6 +71648,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -71497,7 +71750,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -71582,7 +71837,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -71665,7 +71922,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -71736,7 +71995,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -72778,7 +73039,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -73200,7 +73463,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -73420,7 +73685,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -73471,7 +73738,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -73557,7 +73826,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -73644,46 +73915,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -73752,12 +73983,54 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "contexts", "category": "repos", "subcategory": "branches" @@ -73844,26 +74117,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -73932,12 +74185,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "contexts", "category": "repos", "subcategory": "branches" @@ -74117,7 +74392,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "contexts", "category": "repos", "subcategory": "branches" @@ -74559,7 +74836,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -74610,7 +74889,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -74979,7 +75260,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -75421,7 +75704,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "apps", "category": "repos", "subcategory": "branches" @@ -75864,7 +76149,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "apps", "category": "repos", "subcategory": "branches" @@ -76307,7 +76594,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "apps", "category": "repos", "subcategory": "branches" @@ -76549,7 +76838,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -76863,7 +77154,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "teams", "category": "repos", "subcategory": "branches" @@ -77178,7 +77471,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "teams", "category": "repos", "subcategory": "branches" @@ -77493,7 +77788,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "teams", "category": "repos", "subcategory": "branches" @@ -77712,7 +78009,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -78003,7 +78302,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "users", "category": "repos", "subcategory": "branches" @@ -78295,7 +78596,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "users", "category": "repos", "subcategory": "branches" @@ -78587,7 +78890,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "users", "category": "repos", "subcategory": "branches" @@ -82296,7 +82601,9 @@ "url": "https://api.github.com/repos/github/hello-world/check-suites/5", "before": "146e867f55c26428e5f9fade55a9bbf5e95a7912", "after": "d6fde92930d4715a2b49857d24b940956b26d2d3", - "pull_requests": [], + "pull_requests": [ + + ], "created_at": "2017-07-08T16:18:44-04:00", "updated_at": "2017-07-08T16:18:44-04:00", "app": { @@ -84764,7 +85071,9 @@ "url": "https://api.github.com/repos/github/hello-world/check-suites/5", "before": "146e867f55c26428e5f9fade55a9bbf5e95a7912", "after": "d6fde92930d4715a2b49857d24b940956b26d2d3", - "pull_requests": [], + "pull_requests": [ + + ], "created_at": "2017-07-08T16:18:44-04:00", "updated_at": "2017-07-08T16:18:44-04:00", "app": { @@ -85984,7 +86293,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -86039,7 +86350,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -87042,26 +87355,6 @@ "204": { "description": "Response when person is already a collaborator" }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -87130,13 +87423,35 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -87186,7 +87501,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -87420,7 +87737,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -88491,7 +88810,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "comments" } @@ -88562,7 +88883,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "comments" } @@ -90155,6 +90478,26 @@ } } }, + "500": { + "description": "Internal Error", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "400": { "description": "Bad Request", "content": { @@ -90248,32 +90591,14 @@ } } } - }, - "500": { - "description": "Internal Error", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "commits" } @@ -91289,7 +91614,9 @@ "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "comments" } @@ -95799,26 +96126,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -95888,6 +96195,26 @@ } } }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "500": { "description": "Internal Error", "content": { @@ -95912,7 +96239,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "commits" } @@ -97741,7 +98070,9 @@ "url": "https://api.github.com/repos/github/hello-world/check-suites/5", "before": "146e867f55c26428e5f9fade55a9bbf5e95a7912", "after": "d6fde92930d4715a2b49857d24b940956b26d2d3", - "pull_requests": [], + "pull_requests": [ + + ], "app": { "id": 1, "slug": "octoapp", @@ -98709,7 +99040,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statuses" } @@ -98986,7 +99319,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statuses" } @@ -100988,8 +101323,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "500": { + "description": "Internal Error", "content": { "application/json": { "schema": { @@ -101008,8 +101343,8 @@ } } }, - "500": { - "description": "Internal Error", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -101032,7 +101367,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "commits" } @@ -101699,8 +102036,25 @@ } } }, - "302": { - "description": "Found" + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "403": { "description": "Forbidden", @@ -101722,31 +102076,16 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "302": { + "description": "Found" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -102334,26 +102673,6 @@ } } }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -102422,12 +102741,34 @@ } } } + }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -102731,46 +103072,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -102840,6 +103141,46 @@ } } }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "503": { "description": "Service Unavailable", "content": { @@ -102865,7 +103206,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -103104,7 +103447,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -103240,7 +103585,8 @@ }, "payload": { "type": "object", - "properties": {} + "properties": { + } }, "original_environment": { "type": "string", @@ -103679,7 +104025,8 @@ "sha": "a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d", "ref": "topic-branch", "task": "deploy", - "payload": {}, + "payload": { + }, "original_environment": "staging", "environment": "production", "description": "Deploy request from hubot", @@ -103895,7 +104242,8 @@ }, "payload": { "type": "object", - "properties": {} + "properties": { + } }, "original_environment": { "type": "string", @@ -104333,7 +104681,8 @@ "sha": "a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d", "ref": "topic-branch", "task": "deploy", - "payload": {}, + "payload": { + }, "original_environment": "staging", "environment": "production", "description": "Deploy request from hubot", @@ -104374,7 +104723,8 @@ "sha": "a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d", "ref": "topic-branch", "task": "deploy", - "payload": {}, + "payload": { + }, "original_environment": "staging", "environment": "production", "description": "Deploy request from hubot", @@ -104629,7 +104979,8 @@ }, "payload": { "type": "object", - "properties": {} + "properties": { + } }, "original_environment": { "type": "string", @@ -105066,7 +105417,8 @@ "sha": "a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d", "ref": "topic-branch", "task": "deploy", - "payload": {}, + "payload": { + }, "original_environment": "staging", "environment": "production", "description": "Deploy request from hubot", @@ -109783,7 +110135,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -110567,7 +110921,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "forks" } @@ -111757,46 +112113,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -111865,12 +112181,54 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "forks" } @@ -111970,26 +112328,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -112030,6 +112368,26 @@ } } }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -112103,7 +112461,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "blobs" } @@ -112205,26 +112565,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -112313,12 +112653,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "blobs" } @@ -112623,26 +112985,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -112711,12 +113053,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "commits" } @@ -112963,7 +113327,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "commits" } @@ -113111,7 +113477,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -113238,7 +113606,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -113444,7 +113814,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -113647,7 +114019,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -113767,7 +114141,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -114091,7 +114467,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "tags" } @@ -114299,7 +114677,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "tags" } @@ -114535,46 +114915,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -114643,12 +114983,54 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "trees" } @@ -114856,26 +115238,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -114944,12 +115306,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "trees" } @@ -115225,7 +115609,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -115536,26 +115922,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -115644,12 +116010,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -115902,7 +116290,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -116213,26 +116603,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -116301,12 +116671,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -116376,7 +116768,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -116448,7 +116842,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -116520,7 +116916,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -118089,7 +118487,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -119091,7 +119491,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -119142,7 +119544,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -121427,26 +121831,6 @@ "301": { "description": "Moved Permanently" }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -121515,6 +121899,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -123975,46 +124379,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "410": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -124104,13 +124468,55 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": null } @@ -124743,26 +125149,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -124831,6 +125217,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -126114,7 +126520,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "comments" } @@ -126165,7 +126573,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "comments" } @@ -133344,26 +133754,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -133403,6 +133793,26 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -135782,9 +136192,6 @@ "301": { "description": "Moved Permanently" }, - "304": { - "description": "Not Modified" - }, "404": { "description": "Resource Not Found", "content": { @@ -135824,6 +136231,9 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { @@ -138271,69 +138681,6 @@ } } }, - "301": { - "description": "Moved Permanently" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "410": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -138423,12 +138770,77 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "301": { + "description": "Moved Permanently" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": null } @@ -140658,7 +141070,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "assignees" } @@ -142886,7 +143300,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "assignees" } @@ -144173,26 +144589,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "410": { "description": "Gone", "content": { @@ -144281,13 +144677,35 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "comments" } @@ -144811,7 +145229,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -145057,7 +145477,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -145300,7 +145722,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -145371,7 +145795,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -145542,7 +145968,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -145632,8 +146060,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "410": { + "description": "Gone", "content": { "application/json": { "schema": { @@ -145652,8 +146080,8 @@ } } }, - "410": { - "description": "Gone", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -145841,7 +146269,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": null } @@ -147085,7 +147515,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "keys" } @@ -147280,7 +147712,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "keys" } @@ -147398,7 +147832,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "keys" } @@ -147449,7 +147885,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "keys" } @@ -147618,7 +148056,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -147760,26 +148200,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -147848,12 +148268,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -147990,7 +148432,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -148133,7 +148577,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -148183,7 +148629,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -148247,7 +148695,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -148456,7 +148906,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "licenses", "subcategory": null } @@ -149110,26 +149562,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "response", "content": { @@ -149189,6 +149621,26 @@ } } }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -149262,7 +149714,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "merging" } @@ -149665,7 +150119,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -150110,7 +150566,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -150448,7 +150906,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -150802,7 +151262,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -150873,7 +151335,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -151031,7 +151495,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -151800,7 +152266,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -151857,7 +152325,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -152004,7 +152474,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -152172,48 +152644,6 @@ } } }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -152282,6 +152712,48 @@ } } } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -152387,6 +152859,75 @@ "204": { "description": "Empty response" }, + "422": { + "description": "Validation Failed", + "content": { + "application/json": { + "schema": { + "title": "Validation Error", + "description": "Validation Error", + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "errors": { + "type": "array", + "items": { + "type": "object", + "required": [ + "code" + ], + "properties": { + "resource": { + "type": "string" + }, + "field": { + "type": "string" + }, + "message": { + "type": "string" + }, + "code": { + "type": "string" + }, + "index": { + "type": "integer" + }, + "value": { + "oneOf": [ + { + "type": "string", + "nullable": true + }, + { + "type": "integer", + "nullable": true + }, + { + "type": "array", + "nullable": true, + "items": { + "type": "string" + } + } + ] + } + } + } + } + } + } + } + } + }, "400": { "description": "Bad Request", "content": { @@ -152440,81 +152981,14 @@ } } } - }, - "422": { - "description": "Validation Failed", - "content": { - "application/json": { - "schema": { - "title": "Validation Error", - "description": "Validation Error", - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "errors": { - "type": "array", - "items": { - "type": "object", - "required": [ - "code" - ], - "properties": { - "resource": { - "type": "string" - }, - "field": { - "type": "string" - }, - "message": { - "type": "string" - }, - "code": { - "type": "string" - }, - "index": { - "type": "integer" - }, - "value": { - "oneOf": [ - { - "type": "string", - "nullable": true - }, - { - "type": "integer", - "nullable": true - }, - { - "type": "array", - "nullable": true, - "items": { - "type": "string" - } - } - ] - } - } - } - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -152552,48 +153026,6 @@ "204": { "description": "Empty response" }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -152662,6 +153094,48 @@ } } } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -152954,7 +153428,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -153028,7 +153504,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -153278,7 +153756,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -153536,7 +154016,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -163703,7 +164185,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "comments" } @@ -167652,8 +168136,8 @@ "304": { "description": "Not Modified" }, - "404": { - "description": "Resource Not Found", + "500": { + "description": "Internal Error", "content": { "application/json": { "schema": { @@ -167672,8 +168156,8 @@ } } }, - "500": { - "description": "Internal Error", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -167696,7 +168180,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -170769,26 +171255,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -170857,6 +171323,26 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -172016,26 +172502,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -172104,6 +172570,26 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -172665,7 +173151,9 @@ "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "comments" } @@ -173313,7 +173801,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -173570,7 +174060,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -173625,7 +174117,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -173737,46 +174231,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "405": { "description": "Response if merge cannot be performed", "content": { @@ -173895,13 +174349,55 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -174142,7 +174638,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "review-requests" } @@ -178047,6 +178545,9 @@ } } }, + "422": { + "description": "Response if user is not a collaborator" + }, "403": { "description": "Forbidden", "content": { @@ -178066,16 +178567,15 @@ } } } - }, - "422": { - "description": "Response if user is not a collaborator" } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "review-requests" } @@ -178229,7 +178729,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "review-requests" } @@ -178572,7 +179074,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -178959,26 +179463,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -179008,13 +179492,35 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -179355,7 +179861,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -179725,7 +180233,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -180040,26 +180550,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -180089,12 +180579,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -180578,7 +181090,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -180971,7 +181485,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -181315,26 +181831,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -181384,12 +181880,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -181474,48 +181992,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -181584,6 +182060,48 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -181856,7 +182374,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -182435,7 +182955,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -183087,7 +183609,9 @@ "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -183365,9 +183889,6 @@ } } }, - "302": { - "description": "Found" - }, "404": { "description": "Resource Not Found", "content": { @@ -183409,12 +183930,17 @@ } } } + }, + "302": { + "description": "Found" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -183721,7 +184247,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -183772,7 +184300,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -184300,7 +184830,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -184857,7 +185389,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -185414,7 +185948,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -185992,7 +186528,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -186043,7 +186581,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -186356,7 +186896,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -186671,7 +187213,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -187123,7 +187667,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -187193,7 +187739,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -187298,7 +187846,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -187547,7 +188097,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -187747,7 +188299,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -187827,7 +188381,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -188120,7 +188676,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statuses" } @@ -188335,7 +188893,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -188434,6 +188994,9 @@ } } }, + "404": { + "description": "Response if you don't subscribe to the repository" + }, "403": { "description": "Forbidden", "content": { @@ -188453,15 +189016,14 @@ } } } - }, - "404": { - "description": "Response if you don't subscribe to the repository" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -188581,7 +189143,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -188623,7 +189187,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -188763,7 +189329,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -188823,7 +189391,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -189061,7 +189631,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -189130,14 +189702,16 @@ } } }, - "404": { - "description": "Resource Not Found", + "415": { + "description": "Preview Header Missing", "content": { "application/json": { "schema": { - "title": "Basic Error", - "description": "Basic Error", "type": "object", + "required": [ + "message", + "documentation_url" + ], "properties": { "message": { "type": "string" @@ -189150,16 +189724,14 @@ } } }, - "415": { - "description": "Preview Header Missing", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { + "title": "Basic Error", + "description": "Basic Error", "type": "object", - "required": [ - "message", - "documentation_url" - ], "properties": { "message": { "type": "string" @@ -189278,14 +189850,16 @@ } } }, - "404": { - "description": "Resource Not Found", + "415": { + "description": "Preview Header Missing", "content": { "application/json": { "schema": { - "title": "Basic Error", - "description": "Basic Error", "type": "object", + "required": [ + "message", + "documentation_url" + ], "properties": { "message": { "type": "string" @@ -189298,16 +189872,14 @@ } } }, - "415": { - "description": "Preview Header Missing", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { + "title": "Basic Error", + "description": "Basic Error", "type": "object", - "required": [ - "message", - "documentation_url" - ], "properties": { "message": { "type": "string" @@ -190516,7 +191088,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -190674,7 +191248,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -192513,9 +193089,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "422": { "description": "Validation Failed", "content": { @@ -192584,12 +193157,17 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -193392,15 +193970,16 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "503": { + "description": "Service Unavailable", "content": { "application/json": { "schema": { - "title": "Basic Error", - "description": "Basic Error", "type": "object", "properties": { + "code": { + "type": "string" + }, "message": { "type": "string" }, @@ -193481,16 +194060,15 @@ } } }, - "503": { - "description": "Service Unavailable", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { + "title": "Basic Error", + "description": "Basic Error", "type": "object", "properties": { - "code": { - "type": "string" - }, "message": { "type": "string" }, @@ -193506,7 +194084,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "search", "subcategory": null } @@ -194514,7 +195094,8 @@ "type": "User", "site_admin": false }, - "committer": {}, + "committer": { + }, "parents": [ { "url": "https://api.github.com/repos/octocat/Spoon-Knife/commits/a30c19e3f13765a3b48829788bc1cb8b4e95cee4", @@ -194643,7 +195224,7 @@ "/search/issues": { "get": { "summary": "Search issues and pull requests", - "description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/enterprise-server@2.20/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/enterprise-server@2.20/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, whick means the oldest issues appear first in the search results.\n\n**Note:** For [user-to-server](https://docs.github.com/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"", + "description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/enterprise-server@2.20/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/enterprise-server@2.20/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, which means the oldest issues appear first in the search results.\n\n**Note:** For [user-to-server](https://docs.github.com/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"", "tags": [ "search" ], @@ -196840,18 +197421,16 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", + "503": { + "description": "Service Unavailable", "content": { "application/json": { "schema": { - "title": "Basic Error", - "description": "Basic Error", "type": "object", "properties": { + "code": { + "type": "string" + }, "message": { "type": "string" }, @@ -196932,16 +197511,18 @@ } } }, - "503": { - "description": "Service Unavailable", + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { + "title": "Basic Error", + "description": "Basic Error", "type": "object", "properties": { - "code": { - "type": "string" - }, "message": { "type": "string" }, @@ -196957,7 +197538,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "search", "subcategory": null } @@ -197159,8 +197742,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -197179,8 +197762,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -197272,7 +197855,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "search", "subcategory": null } @@ -198053,8 +198638,26 @@ } } }, - "304": { - "description": "Not Modified" + "503": { + "description": "Service Unavailable", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "422": { "description": "Validation Failed", @@ -198125,26 +198728,8 @@ } } }, - "503": { - "description": "Service Unavailable", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "304": { + "description": "Not Modified" } }, "x-github": { @@ -198808,6 +199393,27 @@ "304": { "description": "Not Modified" }, + "503": { + "description": "Service Unavailable", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -198876,33 +199482,14 @@ } } } - }, - "503": { - "description": "Service Unavailable", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "search", "subcategory": null } @@ -198987,7 +199574,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -199013,7 +199602,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -199094,7 +199685,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -199191,7 +199784,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -199346,7 +199941,8 @@ }, "base": { "type": "array", - "items": {} + "items": { + } }, "uid": { "nullable": true, @@ -199368,7 +199964,8 @@ }, "user_groups": { "type": "array", - "items": {} + "items": { + } }, "admin_group": { "nullable": true, @@ -199688,13 +200285,17 @@ "ldap": { "host": null, "port": 0, - "base": [], + "base": [ + + ], "uid": null, "bind_dn": null, "password": null, "method": "Plain", "search_strategy": "detect", - "user_groups": [], + "user_groups": [ + + ], "admin_group": null, "virtual_attribute_enabled": false, "recursive_group_search": false, @@ -199794,7 +200395,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -199836,7 +200439,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -199894,7 +200499,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -199972,7 +200579,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -200046,7 +200655,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -200098,7 +200709,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -200139,7 +200752,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -200653,7 +201268,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams" } }, @@ -201213,7 +201830,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams" } }, @@ -201246,7 +201865,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams" } } @@ -202871,7 +203492,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "discussions" } @@ -204389,7 +205012,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "discussion-comments" } @@ -205789,7 +206414,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "members" } @@ -205836,7 +206463,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -205877,26 +206506,6 @@ "204": { "description": "Empty response" }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Response if team synchronization is set up" }, @@ -205963,12 +206572,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -206016,7 +206647,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -206122,7 +206755,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "members" } @@ -206281,7 +206916,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "members" } @@ -206323,7 +206960,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "members" } @@ -207059,7 +207698,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -207766,7 +208407,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams" } } @@ -212203,7 +212846,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams" } }, @@ -212272,7 +212917,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams" } }, @@ -212321,7 +212968,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -212495,7 +213144,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams" } } @@ -212512,7 +213163,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.20/v3/users/#get-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -213060,8 +213713,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -213080,8 +213733,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -213104,7 +213757,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -213120,7 +213775,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.20/v3/users/#update-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -213476,8 +214133,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -213516,8 +214173,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -213609,7 +214266,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -213719,8 +214378,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -213759,8 +214418,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -213783,7 +214442,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "emails" } @@ -213799,7 +214460,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.20/rest/reference/users#add-an-email-address-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -213816,7 +214479,9 @@ "example": "username@example.com", "minItems": 1 }, - "example": [] + "example": [ + + ] } }, "required": [ @@ -213918,69 +214583,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -214049,12 +214651,77 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "emails" } @@ -214070,7 +214737,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.20/rest/reference/users#delete-an-email-address-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -214123,8 +214792,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -214163,8 +214832,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -214256,7 +214925,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "emails" } @@ -214454,8 +215125,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -214474,8 +215145,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -214498,7 +215169,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -214696,8 +215369,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -214716,8 +215389,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -214740,7 +215413,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -214772,11 +215447,8 @@ "204": { "description": "Response if the person is followed by the authenticated user" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Response if the person is not followed by the authenticated user", "content": { "application/json": { "schema": { @@ -214795,6 +215467,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -214815,8 +215490,8 @@ } } }, - "404": { - "description": "Response if the person is not followed by the authenticated user", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -214839,7 +215514,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -214872,8 +215549,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -214912,8 +215589,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -214936,7 +215613,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -214969,8 +215648,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -215009,8 +215688,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -215033,7 +215712,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -215127,8 +215808,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -215154,11 +215839,13 @@ }, "emails": { "type": "array", - "items": {} + "items": { + } }, "subkeys": { "type": "array", - "items": {} + "items": { + } }, "can_sign": { "type": "boolean" @@ -215252,8 +215939,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -215287,8 +215978,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -215327,8 +216018,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -215351,7 +216042,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -215367,7 +216060,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.20/rest/reference/users#create-a-gpg-key-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -215440,8 +216135,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -215467,11 +216166,13 @@ }, "emails": { "type": "array", - "items": {} + "items": { + } }, "subkeys": { "type": "array", - "items": {} + "items": { + } }, "can_sign": { "type": "boolean" @@ -215563,8 +216264,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -215586,69 +216291,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -215717,12 +216359,77 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -215805,8 +216512,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -215832,11 +216543,13 @@ }, "emails": { "type": "array", - "items": {} + "items": { + } }, "subkeys": { "type": "array", - "items": {} + "items": { + } }, "can_sign": { "type": "boolean" @@ -215928,8 +216641,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -215951,49 +216668,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -216013,12 +216687,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -216049,49 +216768,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -216180,12 +216856,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -216792,8 +217513,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -216812,8 +217533,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -218026,8 +218747,25 @@ } } }, - "304": { - "description": "Not Modified" + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "403": { "description": "Forbidden", @@ -218049,25 +218787,8 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "304": { + "description": "Not Modified" } }, "x-github": { @@ -218125,9 +218846,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden", "content": { @@ -218148,6 +218866,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "404": { "description": "Resource Not Found", "content": { @@ -218217,9 +218938,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden", "content": { @@ -218240,6 +218958,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "404": { "description": "Resource Not Found", "content": { @@ -220799,9 +221520,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "404": { "description": "Resource Not Found", "content": { @@ -220821,6 +221539,9 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { @@ -220949,8 +221670,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -220989,8 +221710,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -221013,7 +221734,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -221029,7 +221752,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.20/rest/reference/users#create-a-public-ssh-key-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -221108,69 +221833,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -221239,12 +221901,77 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -221327,11 +222054,8 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -221350,6 +222074,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -221370,8 +222097,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -221394,7 +222121,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -221428,8 +222157,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -221468,8 +222197,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -221492,7 +222221,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -221885,8 +222616,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -221905,8 +222636,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -221998,7 +222729,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -222356,7 +223089,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -222805,7 +223540,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -222958,8 +223695,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -222978,8 +223715,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -223002,7 +223739,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": null } @@ -223020,7 +223759,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.20/v3/projects/#create-a-user-project" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -223329,8 +224070,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -223349,8 +224090,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -223541,8 +224282,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -223581,8 +224322,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -223605,7 +224346,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "emails" } @@ -224816,49 +225559,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "418": { "description": "Response definition missing" }, @@ -224930,12 +225630,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -224951,7 +225696,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.20/v3/repos/#create-a-repository-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -226152,63 +226899,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "400": { - "description": "Bad Request", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - }, - "application/scim+json": { - "schema": { - "title": "Scim Error", - "description": "Scim Error", - "type": "object", - "properties": { - "message": { - "type": "string", - "nullable": true - }, - "documentation_url": { - "type": "string", - "nullable": true - }, - "detail": { - "type": "string", - "nullable": true - }, - "status": { - "type": "integer" - }, - "scimType": { - "type": "string", - "nullable": true - }, - "schemas": { - "type": "array", - "items": { - "type": "string" - } - } - } - } - } - } - }, "401": { "description": "Requires Authentication", "content": { @@ -226229,8 +226919,11 @@ } } }, - "403": { - "description": "Forbidden", + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -226249,8 +226942,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -226337,6 +227030,60 @@ } } } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + }, + "application/scim+json": { + "schema": { + "title": "Scim Error", + "description": "Scim Error", + "type": "object", + "properties": { + "message": { + "type": "string", + "nullable": true + }, + "documentation_url": { + "type": "string", + "nullable": true + }, + "detail": { + "type": "string", + "nullable": true + }, + "status": { + "type": "integer" + }, + "scimType": { + "type": "string", + "nullable": true + }, + "schemas": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } } }, "x-github": { @@ -227338,8 +228085,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -227378,8 +228125,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -227402,7 +228149,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -227435,9 +228184,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden", "content": { @@ -227458,6 +228204,26 @@ } } }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "404": { "description": "Resource Not Found", "content": { @@ -227478,31 +228244,16 @@ } } }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -227533,11 +228284,8 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", + "409": { + "description": "Conflict", "content": { "application/json": { "schema": { @@ -227556,6 +228304,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "404": { "description": "Resource Not Found", "content": { @@ -227576,8 +228327,8 @@ } } }, - "409": { - "description": "Conflict", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -227600,7 +228351,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -229857,8 +230610,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -229877,8 +230630,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -229901,7 +230654,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -229941,8 +230696,25 @@ "204": { "description": "Response if this repository is starred by you" }, - "304": { - "description": "Not Modified" + "404": { + "description": "Response if this repository is not starred by you", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "401": { "description": "Requires Authentication", @@ -229964,6 +230736,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -229983,32 +230758,14 @@ } } } - }, - "404": { - "description": "Response if this repository is not starred by you", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -230046,29 +230803,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -230108,12 +230842,37 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -230151,8 +230910,25 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "401": { "description": "Requires Authentication", @@ -230174,6 +230950,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -230193,32 +230972,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -230916,8 +231677,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -230936,8 +231697,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -230960,7 +231721,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -231496,8 +232259,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -231516,8 +232279,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -231540,7 +232303,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -231742,7 +232507,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -232334,7 +233101,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -235009,7 +235778,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -237692,7 +238463,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -240367,7 +241140,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -240574,7 +241349,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -240781,7 +241558,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -240828,7 +241607,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -241209,11 +241990,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -241373,7 +242156,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -241475,8 +242260,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -241502,11 +242291,13 @@ }, "emails": { "type": "array", - "items": {} + "items": { + } }, "subkeys": { "type": "array", - "items": {} + "items": { + } }, "can_sign": { "type": "boolean" @@ -241600,8 +242391,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -241636,7 +242431,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -241829,7 +242626,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -242461,7 +243260,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -242623,7 +243424,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": null } @@ -245753,7 +246556,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -248428,7 +249233,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -249221,7 +250028,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -249255,7 +250064,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -251521,7 +252332,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -252228,7 +253041,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -252279,7 +253094,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -252328,7 +253145,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -252357,7 +253176,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "meta" } } diff --git a/lib/rest/static/dereferenced/ghes-2.21.deref.json b/lib/rest/static/dereferenced/ghes-2.21.deref.json index 999e7b7bbf..8dfd19dc07 100644 --- a/lib/rest/static/dereferenced/ghes-2.21.deref.json +++ b/lib/rest/static/dereferenced/ghes-2.21.deref.json @@ -339,7 +339,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "meta" } } @@ -1204,7 +1206,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -1240,7 +1244,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -1361,7 +1367,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "ldap" } @@ -1412,7 +1420,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "ldap" } @@ -1557,7 +1567,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "ldap" } @@ -1608,7 +1620,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "ldap" } @@ -1761,7 +1775,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "orgs" } @@ -1837,7 +1853,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "orgs" } @@ -3023,13 +3041,15 @@ "script_repository": { "type": "object", "description": "The GitHub repository where the script is kept.", - "properties": {}, + "properties": { + }, "additionalProperties": true }, "environment": { "type": "object", "description": "The pre-receive environment where the script is executed.", - "properties": {}, + "properties": { + }, "additionalProperties": true }, "enforcement": { @@ -3406,13 +3426,15 @@ "script_repository": { "type": "object", "description": "The GitHub repository where the script is kept.", - "properties": {}, + "properties": { + }, "additionalProperties": true }, "environment": { "type": "object", "description": "The pre-receive environment where the script is executed.", - "properties": {}, + "properties": { + }, "additionalProperties": true }, "enforcement": { @@ -3971,7 +3993,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4007,7 +4031,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4199,7 +4225,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4275,7 +4303,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4309,7 +4339,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4779,7 +4811,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4813,7 +4847,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4831,7 +4867,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.21/v3/apps/#get-the-authenticated-app" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -5545,7 +5583,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -8007,26 +8047,6 @@ } } }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -8047,26 +8067,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "415": { "description": "Preview Header Missing", "content": { @@ -8089,6 +8089,46 @@ } } }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -8427,8 +8467,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -8447,8 +8487,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -8491,7 +8531,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -8732,8 +8774,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -8752,8 +8794,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -8776,7 +8818,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -8813,8 +8857,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -8833,8 +8877,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -8857,7 +8901,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -8983,7 +9029,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "oauth-applications" } @@ -9027,7 +9075,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2021-05-05", "deprecationDate": "2020-02-14", "category": "apps", @@ -9516,26 +9566,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -9604,12 +9634,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "oauth-applications" } @@ -10166,7 +10218,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "oauth-applications" } @@ -10287,7 +10341,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "oauth-applications" } @@ -10792,7 +10848,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2021-05-05", "deprecationDate": "2020-02-14", "category": "apps", @@ -11273,7 +11331,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2021-05-05", "deprecationDate": "2020-02-14", "category": "apps", @@ -11318,7 +11378,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2021-05-05", "deprecationDate": "2020-02-14", "category": "apps", @@ -12201,8 +12263,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -12221,8 +12283,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -12265,7 +12327,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -12284,7 +12348,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.21/rest/reference/oauth-authorizations#create-a-new-authorization" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -12759,69 +12825,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "410": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -12890,12 +12893,77 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -13825,49 +13893,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -13936,12 +13961,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -14948,7 +15018,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -15403,8 +15475,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -15423,8 +15495,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -15447,7 +15519,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -16020,7 +16094,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -16057,8 +16133,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -16077,8 +16153,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -16101,7 +16177,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -16122,7 +16200,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.21/v3/codes_of_conduct/#get-all-codes-of-conduct" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -16304,9 +16384,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "404": { "description": "Resource Not Found", "content": { @@ -16327,6 +16404,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "415": { "description": "Preview Header Missing", "content": { @@ -16465,91 +16545,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "410": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -16618,6 +16613,91 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -16647,7 +16727,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.21/v3/emojis/#get-emojis" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "content": { @@ -16669,7 +16751,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "emojis", "subcategory": null } @@ -16734,7 +16818,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "license" } @@ -16991,7 +17077,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "admin-stats" } @@ -19711,7 +19799,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -19729,7 +19819,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.21/rest/reference/activity#get-feeds" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -19929,7 +20021,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "feeds" } @@ -20302,11 +20396,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -20420,7 +20516,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -20436,7 +20534,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.21/v3/gists/#create-a-gist" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -21169,49 +21269,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -21280,12 +21337,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -21658,11 +21760,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -21749,29 +21853,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -21840,12 +21921,37 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -22218,11 +22324,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -22309,9 +22417,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "401": { "description": "Requires Authentication", "content": { @@ -22332,6 +22437,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -22356,7 +22464,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -23049,9 +23159,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden Gist", "content": { @@ -23104,12 +23211,17 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -23854,26 +23966,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -23942,12 +24034,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -23978,6 +24092,26 @@ "204": { "description": "Empty response" }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "304": { "description": "Not Modified" }, @@ -24000,32 +24134,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -24295,8 +24411,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -24315,8 +24431,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -24339,7 +24455,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -24604,8 +24722,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -24624,8 +24742,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -24648,7 +24766,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -24896,6 +25016,26 @@ "304": { "description": "Not Modified" }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "403": { "description": "Forbidden Gist", "content": { @@ -24928,32 +25068,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -25240,7 +25362,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -25283,8 +25407,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -25303,8 +25427,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -25327,7 +25451,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -25588,6 +25714,26 @@ } } }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "304": { "description": "Not Modified" }, @@ -25610,32 +25756,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -26350,6 +26478,26 @@ } } }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "304": { "description": "Not Modified" }, @@ -26372,32 +26520,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -26748,11 +26878,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -26836,29 +26968,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -26947,12 +27056,37 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -26985,6 +27119,19 @@ "204": { "description": "Response if gist is starred" }, + "404": { + "description": "Response if gist is not starred", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + }, + "additionalProperties": false + } + } + } + }, "304": { "description": "Not Modified" }, @@ -27007,24 +27154,14 @@ } } } - }, - "404": { - "description": "Response if gist is not starred", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {}, - "additionalProperties": false - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -27055,6 +27192,26 @@ "204": { "description": "Empty response" }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "304": { "description": "Not Modified" }, @@ -27077,32 +27234,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -27136,8 +27275,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -27156,8 +27295,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -27180,7 +27319,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -27881,46 +28022,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -27989,12 +28090,54 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -28012,7 +28155,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.21/v3/gitignore/#get-all-gitignore-templates" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -28043,7 +28188,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "gitignore", "subcategory": null } @@ -28113,7 +28260,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "gitignore", "subcategory": null } @@ -29272,11 +29421,8 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -29295,8 +29441,11 @@ } } }, - "403": { - "description": "Forbidden", + "304": { + "description": "Not Modified" + }, + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -29348,7 +29497,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.21/rest/reference/apps#revoke-an-installation-access-token" }, - "parameters": [], + "parameters": [ + + ], "responses": { "204": { "description": "Empty response" @@ -29357,7 +29508,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "installations" } @@ -31928,29 +32081,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -32019,6 +32149,29 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -32180,7 +32333,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "licenses", "subcategory": null } @@ -32342,9 +32497,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden", "content": { @@ -32384,12 +32536,17 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "licenses", "subcategory": null } @@ -32407,7 +32564,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.21/v3/markdown/#render-a-markdown-document" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -32471,7 +32630,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "markdown", "subcategory": null } @@ -32489,7 +32650,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.21/v3/markdown/#render-a-markdown-document-in-raw-mode" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "text/plain": { @@ -32530,7 +32693,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "markdown", "subcategory": null } @@ -32548,7 +32713,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.21/v3/meta/#get-github-meta-information" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -32593,7 +32760,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "meta", "subcategory": null } @@ -35281,11 +35450,25 @@ } } }, - "301": { - "description": "Moved Permanently" - }, - "304": { - "description": "Not Modified" + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "403": { "description": "Forbidden", @@ -35307,31 +35490,19 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "304": { + "description": "Not Modified" + }, + "301": { + "description": "Moved Permanently" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -36086,8 +36257,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -36106,8 +36277,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -36199,7 +36370,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -36215,7 +36388,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.21/rest/reference/activity#mark-notifications-as-read" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -36258,8 +36433,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -36278,8 +36453,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -36302,7 +36477,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -36997,8 +37174,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -37017,8 +37194,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -37041,7 +37218,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -37099,7 +37278,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -37197,8 +37378,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -37217,8 +37398,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -37241,7 +37422,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -37353,8 +37536,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -37373,8 +37556,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -37397,7 +37580,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -37431,8 +37616,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -37451,8 +37636,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -37475,7 +37660,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -37515,7 +37702,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "meta" } } @@ -37671,7 +37860,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": null } @@ -38493,48 +38684,6 @@ } } }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -38630,6 +38779,48 @@ } } } + }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -41325,7 +41516,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -41523,7 +41716,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -41756,26 +41951,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -41844,12 +42019,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -42024,7 +42221,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -42238,26 +42437,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -42326,12 +42505,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -42393,7 +42594,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -42457,7 +42660,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -46464,7 +46669,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -46522,7 +46729,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -46584,7 +46793,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -46993,8 +47204,8 @@ } } }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -47013,8 +47224,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -47037,7 +47248,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -47421,26 +47634,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -47509,12 +47702,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -47596,7 +47811,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -47817,7 +48034,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "outside-collaborators" } @@ -47918,7 +48137,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "outside-collaborators" } @@ -47986,7 +48207,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "outside-collaborators" } @@ -49413,7 +49636,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -49460,7 +49685,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -49522,7 +49749,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -49564,7 +49793,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -51925,7 +52156,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -52497,26 +52730,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -52585,12 +52798,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -53133,7 +53368,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -53703,7 +53940,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -53746,7 +53985,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -55421,7 +55662,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "discussions" } @@ -56988,7 +57231,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "discussion-comments" } @@ -58543,7 +58788,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "members" } @@ -58658,7 +58905,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "members" } @@ -58829,7 +59078,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "members" } @@ -58883,7 +59134,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "members" } @@ -59631,7 +59884,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -60351,7 +60606,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -61507,7 +61764,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -61588,7 +61847,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -61647,7 +61908,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -61898,7 +62161,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -62158,8 +62423,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -62178,8 +62443,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -62508,8 +62773,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -62528,8 +62793,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -62642,26 +62907,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -62686,6 +62931,26 @@ } } }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "404": { "description": "Resource Not Found", "content": { @@ -62777,7 +63042,8 @@ "application/json": { "schema": { "type": "object", - "properties": {}, + "properties": { + }, "additionalProperties": false } } @@ -62786,26 +63052,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -62844,6 +63090,61 @@ } } }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "503": { + "description": "Service Unavailable", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "errors": { + "type": "array", + "items": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + } + } + } + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -62912,41 +63213,6 @@ } } } - }, - "503": { - "description": "Service Unavailable", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "errors": { - "type": "array", - "items": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - } - } - } - } - } - } - } - } } }, "x-github": { @@ -63068,26 +63334,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -63127,6 +63373,26 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -63265,8 +63531,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -63285,8 +63551,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -63349,8 +63615,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -63369,8 +63635,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -63705,8 +63971,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -63725,8 +63991,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -64056,8 +64322,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -64076,8 +64342,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -64293,7 +64559,8 @@ "application/json": { "schema": { "type": "object", - "properties": {}, + "properties": { + }, "additionalProperties": false } } @@ -64302,26 +64569,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -64371,6 +64618,26 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -64693,8 +64960,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -64713,8 +64980,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -65090,29 +65357,12 @@ } } }, + "404": { + "description": "Response if the authenticated user does not have access to the project" + }, "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -65137,8 +65387,25 @@ } } }, - "404": { - "description": "Response if the authenticated user does not have access to the project" + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "410": { "description": "Gone", @@ -65233,26 +65500,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -65277,8 +65524,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -65316,6 +65563,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -65545,49 +65812,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -65698,6 +65922,49 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -65771,49 +66038,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -65924,6 +66148,49 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -65976,46 +66243,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -66058,6 +66285,26 @@ } } }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -66126,6 +66373,26 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -66339,49 +66606,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -66492,6 +66716,49 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -66643,8 +66910,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -66663,8 +66930,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -66815,26 +67082,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -66884,6 +67131,26 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -66913,7 +67180,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.21/v3/rate_limit/#get-rate-limit-status-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -67168,7 +67437,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "rate-limit", "subcategory": null } @@ -67203,8 +67474,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -67223,8 +67494,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -71469,9 +71740,6 @@ } } }, - "301": { - "description": "Moved Permanently" - }, "403": { "description": "Forbidden", "content": { @@ -71511,6 +71779,9 @@ } } } + }, + "301": { + "description": "Moved Permanently" } }, "x-github": { @@ -75706,26 +75977,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -75794,6 +76045,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -75894,7 +76165,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -76129,7 +76402,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "assignees" } @@ -76201,7 +76476,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "assignees" } @@ -77062,7 +77339,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -78428,26 +78707,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "415": { "description": "Preview Header Missing", "content": { @@ -78469,12 +78728,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -80335,26 +80616,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "415": { "description": "Preview Header Missing", "content": { @@ -80406,6 +80667,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -80488,7 +80769,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -80573,7 +80856,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -80656,7 +80941,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -80727,7 +81014,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -81769,7 +82058,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -82191,7 +82482,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -82411,7 +82704,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -82462,7 +82757,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -82548,7 +82845,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -82635,46 +82934,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -82743,12 +83002,54 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "contexts", "category": "repos", "subcategory": "branches" @@ -82835,26 +83136,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -82923,12 +83204,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "contexts", "category": "repos", "subcategory": "branches" @@ -83108,7 +83411,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "contexts", "category": "repos", "subcategory": "branches" @@ -83550,7 +83855,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -83601,7 +83908,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -83970,7 +84279,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -84412,7 +84723,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "apps", "category": "repos", "subcategory": "branches" @@ -84855,7 +85168,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "apps", "category": "repos", "subcategory": "branches" @@ -85298,7 +85613,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "apps", "category": "repos", "subcategory": "branches" @@ -85540,7 +85857,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -85854,7 +86173,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "teams", "category": "repos", "subcategory": "branches" @@ -86169,7 +86490,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "teams", "category": "repos", "subcategory": "branches" @@ -86484,7 +86807,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "teams", "category": "repos", "subcategory": "branches" @@ -86703,7 +87028,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -86994,7 +87321,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "users", "category": "repos", "subcategory": "branches" @@ -87286,7 +87615,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "users", "category": "repos", "subcategory": "branches" @@ -87578,7 +87909,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "users", "category": "repos", "subcategory": "branches" @@ -91290,7 +91623,9 @@ "url": "https://api.github.com/repos/github/hello-world/check-suites/5", "before": "146e867f55c26428e5f9fade55a9bbf5e95a7912", "after": "d6fde92930d4715a2b49857d24b940956b26d2d3", - "pull_requests": [], + "pull_requests": [ + + ], "created_at": "2017-07-08T16:18:44-04:00", "updated_at": "2017-07-08T16:18:44-04:00", "app": { @@ -93772,7 +94107,9 @@ "url": "https://api.github.com/repos/github/hello-world/check-suites/5", "before": "146e867f55c26428e5f9fade55a9bbf5e95a7912", "after": "d6fde92930d4715a2b49857d24b940956b26d2d3", - "pull_requests": [], + "pull_requests": [ + + ], "created_at": "2017-07-08T16:18:44-04:00", "updated_at": "2017-07-08T16:18:44-04:00", "app": { @@ -94993,7 +95330,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -95048,7 +95387,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -96054,26 +96395,6 @@ "204": { "description": "Response when person is already a collaborator" }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -96142,13 +96463,35 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -96198,7 +96541,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -96432,7 +96777,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -97503,7 +97850,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "comments" } @@ -97574,7 +97923,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "comments" } @@ -99234,6 +99585,26 @@ } } }, + "500": { + "description": "Internal Error", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "400": { "description": "Bad Request", "content": { @@ -99327,32 +99698,14 @@ } } } - }, - "500": { - "description": "Internal Error", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "commits" } @@ -100368,7 +100721,9 @@ "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "comments" } @@ -104898,26 +105253,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -104987,6 +105322,26 @@ } } }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "500": { "description": "Internal Error", "content": { @@ -105011,7 +105366,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "commits" } @@ -106843,7 +107200,9 @@ "url": "https://api.github.com/repos/github/hello-world/check-suites/5", "before": "146e867f55c26428e5f9fade55a9bbf5e95a7912", "after": "d6fde92930d4715a2b49857d24b940956b26d2d3", - "pull_requests": [], + "pull_requests": [ + + ], "app": { "id": 1, "slug": "octoapp", @@ -107815,7 +108174,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statuses" } @@ -108092,7 +108453,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statuses" } @@ -110094,8 +110457,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "500": { + "description": "Internal Error", "content": { "application/json": { "schema": { @@ -110114,8 +110477,8 @@ } } }, - "500": { - "description": "Internal Error", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -110138,7 +110501,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "commits" } @@ -110805,8 +111170,25 @@ } } }, - "302": { - "description": "Found" + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "403": { "description": "Forbidden", @@ -110828,31 +111210,16 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "302": { + "description": "Found" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -111440,26 +111807,6 @@ } } }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -111528,12 +111875,34 @@ } } } + }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -111837,46 +112206,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -111946,6 +112275,46 @@ } } }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "503": { "description": "Service Unavailable", "content": { @@ -111971,7 +112340,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -112210,7 +112581,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -112346,7 +112719,8 @@ }, "payload": { "type": "object", - "properties": {} + "properties": { + } }, "original_environment": { "type": "string", @@ -112785,7 +113159,8 @@ "sha": "a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d", "ref": "topic-branch", "task": "deploy", - "payload": {}, + "payload": { + }, "original_environment": "staging", "environment": "production", "description": "Deploy request from hubot", @@ -113001,7 +113376,8 @@ }, "payload": { "type": "object", - "properties": {} + "properties": { + } }, "original_environment": { "type": "string", @@ -113439,7 +113815,8 @@ "sha": "a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d", "ref": "topic-branch", "task": "deploy", - "payload": {}, + "payload": { + }, "original_environment": "staging", "environment": "production", "description": "Deploy request from hubot", @@ -113480,7 +113857,8 @@ "sha": "a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d", "ref": "topic-branch", "task": "deploy", - "payload": {}, + "payload": { + }, "original_environment": "staging", "environment": "production", "description": "Deploy request from hubot", @@ -113735,7 +114113,8 @@ }, "payload": { "type": "object", - "properties": {} + "properties": { + } }, "original_environment": { "type": "string", @@ -114172,7 +114551,8 @@ "sha": "a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d", "ref": "topic-branch", "task": "deploy", - "payload": {}, + "payload": { + }, "original_environment": "staging", "environment": "production", "description": "Deploy request from hubot", @@ -114344,7 +114724,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "deployments" } @@ -118999,7 +119381,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -119787,7 +120171,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "forks" } @@ -120987,46 +121373,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -121095,12 +121441,54 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "forks" } @@ -121200,26 +121588,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -121260,6 +121628,26 @@ } } }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -121333,7 +121721,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "blobs" } @@ -121435,26 +121825,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -121543,12 +121913,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "blobs" } @@ -121853,26 +122245,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -121941,12 +122313,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "commits" } @@ -122193,7 +122587,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "commits" } @@ -122341,7 +122737,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -122468,7 +122866,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -122674,7 +123074,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -122877,7 +123279,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -122997,7 +123401,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -123321,7 +123727,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "tags" } @@ -123529,7 +123937,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "tags" } @@ -123765,46 +124175,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -123873,12 +124243,54 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "trees" } @@ -124086,26 +124498,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -124174,12 +124566,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "trees" } @@ -124455,7 +124869,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -124766,26 +125182,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -124874,12 +125270,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -125132,7 +125550,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -125443,26 +125863,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -125531,12 +125931,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -125606,7 +126028,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -125678,7 +126102,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -125750,7 +126176,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -127322,7 +127750,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -128327,7 +128757,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -128378,7 +128810,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -130672,26 +131106,6 @@ "301": { "description": "Moved Permanently" }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -130760,6 +131174,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -133229,46 +133663,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "410": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -133358,13 +133752,55 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": null } @@ -133997,26 +134433,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -134085,6 +134501,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -135368,7 +135804,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "comments" } @@ -135419,7 +135857,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "comments" } @@ -142683,26 +143123,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -142742,6 +143162,26 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -145130,9 +145570,6 @@ "301": { "description": "Moved Permanently" }, - "304": { - "description": "Not Modified" - }, "404": { "description": "Resource Not Found", "content": { @@ -145172,6 +145609,9 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { @@ -147628,69 +148068,6 @@ } } }, - "301": { - "description": "Moved Permanently" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "410": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -147780,12 +148157,77 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "301": { + "description": "Moved Permanently" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": null } @@ -150024,7 +150466,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "assignees" } @@ -152261,7 +152705,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "assignees" } @@ -153548,26 +153994,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "410": { "description": "Gone", "content": { @@ -153656,13 +154082,35 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "comments" } @@ -154186,7 +154634,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -154432,7 +154882,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -154675,7 +155127,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -154746,7 +155200,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -154917,7 +155373,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -155007,8 +155465,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "410": { + "description": "Gone", "content": { "application/json": { "schema": { @@ -155027,8 +155485,8 @@ } } }, - "410": { - "description": "Gone", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -155216,7 +155674,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": null } @@ -156527,7 +156987,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "keys" } @@ -156722,7 +157184,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "keys" } @@ -156840,7 +157304,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "keys" } @@ -156891,7 +157357,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "keys" } @@ -157060,7 +157528,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -157202,26 +157672,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -157290,12 +157740,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -157432,7 +157904,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -157575,7 +158049,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -157625,7 +158101,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -157689,7 +158167,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -157898,7 +158378,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "licenses", "subcategory": null } @@ -158552,26 +159034,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "response", "content": { @@ -158631,6 +159093,26 @@ } } }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -158704,7 +159186,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "merging" } @@ -159107,7 +159591,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -159552,7 +160038,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -159890,7 +160378,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -160244,7 +160734,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -160315,7 +160807,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -160473,7 +160967,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -161245,7 +161741,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -161302,7 +161800,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -161449,7 +161949,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -161617,48 +162119,6 @@ } } }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -161727,6 +162187,48 @@ } } } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -161832,6 +162334,75 @@ "204": { "description": "Empty response" }, + "422": { + "description": "Validation Failed", + "content": { + "application/json": { + "schema": { + "title": "Validation Error", + "description": "Validation Error", + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "errors": { + "type": "array", + "items": { + "type": "object", + "required": [ + "code" + ], + "properties": { + "resource": { + "type": "string" + }, + "field": { + "type": "string" + }, + "message": { + "type": "string" + }, + "code": { + "type": "string" + }, + "index": { + "type": "integer" + }, + "value": { + "oneOf": [ + { + "type": "string", + "nullable": true + }, + { + "type": "integer", + "nullable": true + }, + { + "type": "array", + "nullable": true, + "items": { + "type": "string" + } + } + ] + } + } + } + } + } + } + } + } + }, "400": { "description": "Bad Request", "content": { @@ -161885,81 +162456,14 @@ } } } - }, - "422": { - "description": "Validation Failed", - "content": { - "application/json": { - "schema": { - "title": "Validation Error", - "description": "Validation Error", - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "errors": { - "type": "array", - "items": { - "type": "object", - "required": [ - "code" - ], - "properties": { - "resource": { - "type": "string" - }, - "field": { - "type": "string" - }, - "message": { - "type": "string" - }, - "code": { - "type": "string" - }, - "index": { - "type": "integer" - }, - "value": { - "oneOf": [ - { - "type": "string", - "nullable": true - }, - { - "type": "integer", - "nullable": true - }, - { - "type": "array", - "nullable": true, - "items": { - "type": "string" - } - } - ] - } - } - } - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -161997,48 +162501,6 @@ "204": { "description": "Empty response" }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -162107,6 +162569,48 @@ } } } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -162399,7 +162903,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -162473,7 +162979,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -162723,7 +163231,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -162981,7 +163491,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -173158,7 +173670,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "comments" } @@ -177174,8 +177688,8 @@ "304": { "description": "Not Modified" }, - "404": { - "description": "Resource Not Found", + "500": { + "description": "Internal Error", "content": { "application/json": { "schema": { @@ -177194,8 +177708,8 @@ } } }, - "500": { - "description": "Internal Error", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -177218,7 +177732,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -180291,26 +180807,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -180379,6 +180875,26 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -181533,26 +182049,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -181621,6 +182117,26 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -182182,7 +182698,9 @@ "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "comments" } @@ -182830,7 +183348,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -183087,7 +183607,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -183142,7 +183664,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -183254,46 +183778,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "405": { "description": "Response if merge cannot be performed", "content": { @@ -183412,13 +183896,55 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -183659,7 +184185,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "review-requests" } @@ -187584,6 +188112,9 @@ } } }, + "422": { + "description": "Response if user is not a collaborator" + }, "403": { "description": "Forbidden", "content": { @@ -187603,16 +188134,15 @@ } } } - }, - "422": { - "description": "Response if user is not a collaborator" } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "review-requests" } @@ -187766,7 +188296,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "review-requests" } @@ -188109,7 +188641,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -188496,26 +189030,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -188545,13 +189059,35 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -188892,7 +189428,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -189262,7 +189800,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -189577,26 +190117,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -189626,12 +190146,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -190115,7 +190657,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -190508,7 +191052,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -190852,26 +191398,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -190921,12 +191447,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -191011,48 +191559,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -191121,6 +191627,48 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -191393,7 +191941,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -191972,7 +192522,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -192624,7 +193176,9 @@ "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -192902,9 +193456,6 @@ } } }, - "302": { - "description": "Found" - }, "404": { "description": "Resource Not Found", "content": { @@ -192946,12 +193497,17 @@ } } } + }, + "302": { + "description": "Found" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -193258,7 +193814,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -193309,7 +193867,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -193837,7 +194397,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -194394,7 +194956,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -194951,7 +195515,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -195529,7 +196095,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -195580,7 +196148,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -195893,7 +196463,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -196208,7 +196780,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -196660,7 +197234,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -196730,7 +197306,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -196835,7 +197413,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -197084,7 +197664,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -197284,7 +197866,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -197364,7 +197948,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -197657,7 +198243,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statuses" } @@ -197872,7 +198460,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -197971,6 +198561,9 @@ } } }, + "404": { + "description": "Response if you don't subscribe to the repository" + }, "403": { "description": "Forbidden", "content": { @@ -197990,15 +198583,14 @@ } } } - }, - "404": { - "description": "Response if you don't subscribe to the repository" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -198118,7 +198710,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -198160,7 +198754,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -198300,7 +198896,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -198360,7 +198958,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -198598,7 +199198,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -198667,14 +199269,16 @@ } } }, - "404": { - "description": "Resource Not Found", + "415": { + "description": "Preview Header Missing", "content": { "application/json": { "schema": { - "title": "Basic Error", - "description": "Basic Error", "type": "object", + "required": [ + "message", + "documentation_url" + ], "properties": { "message": { "type": "string" @@ -198687,16 +199291,14 @@ } } }, - "415": { - "description": "Preview Header Missing", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { + "title": "Basic Error", + "description": "Basic Error", "type": "object", - "required": [ - "message", - "documentation_url" - ], "properties": { "message": { "type": "string" @@ -198815,14 +199417,16 @@ } } }, - "404": { - "description": "Resource Not Found", + "415": { + "description": "Preview Header Missing", "content": { "application/json": { "schema": { - "title": "Basic Error", - "description": "Basic Error", "type": "object", + "required": [ + "message", + "documentation_url" + ], "properties": { "message": { "type": "string" @@ -198835,16 +199439,14 @@ } } }, - "415": { - "description": "Preview Header Missing", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { + "title": "Basic Error", + "description": "Basic Error", "type": "object", - "required": [ - "message", - "documentation_url" - ], "properties": { "message": { "type": "string" @@ -200063,7 +200665,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -200221,7 +200825,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -202072,9 +202678,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "422": { "description": "Validation Failed", "content": { @@ -202143,12 +202746,17 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -202954,15 +203562,16 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "503": { + "description": "Service Unavailable", "content": { "application/json": { "schema": { - "title": "Basic Error", - "description": "Basic Error", "type": "object", "properties": { + "code": { + "type": "string" + }, "message": { "type": "string" }, @@ -203043,16 +203652,15 @@ } } }, - "503": { - "description": "Service Unavailable", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { + "title": "Basic Error", + "description": "Basic Error", "type": "object", "properties": { - "code": { - "type": "string" - }, "message": { "type": "string" }, @@ -203068,7 +203676,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "search", "subcategory": null } @@ -204079,7 +204689,8 @@ "type": "User", "site_admin": false }, - "committer": {}, + "committer": { + }, "parents": [ { "url": "https://api.github.com/repos/octocat/Spoon-Knife/commits/a30c19e3f13765a3b48829788bc1cb8b4e95cee4", @@ -204208,7 +204819,7 @@ "/search/issues": { "get": { "summary": "Search issues and pull requests", - "description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/enterprise-server@2.21/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/enterprise-server@2.21/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, whick means the oldest issues appear first in the search results.\n\n**Note:** For [user-to-server](https://docs.github.com/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"", + "description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/enterprise-server@2.21/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/enterprise-server@2.21/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, which means the oldest issues appear first in the search results.\n\n**Note:** For [user-to-server](https://docs.github.com/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"", "tags": [ "search" ], @@ -206414,18 +207025,16 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", + "503": { + "description": "Service Unavailable", "content": { "application/json": { "schema": { - "title": "Basic Error", - "description": "Basic Error", "type": "object", "properties": { + "code": { + "type": "string" + }, "message": { "type": "string" }, @@ -206506,16 +207115,18 @@ } } }, - "503": { - "description": "Service Unavailable", + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { + "title": "Basic Error", + "description": "Basic Error", "type": "object", "properties": { - "code": { - "type": "string" - }, "message": { "type": "string" }, @@ -206531,7 +207142,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "search", "subcategory": null } @@ -206733,8 +207346,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -206753,8 +207366,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -206846,7 +207459,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "search", "subcategory": null } @@ -207627,8 +208242,26 @@ } } }, - "304": { - "description": "Not Modified" + "503": { + "description": "Service Unavailable", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "422": { "description": "Validation Failed", @@ -207699,26 +208332,8 @@ } } }, - "503": { - "description": "Service Unavailable", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "304": { + "description": "Not Modified" } }, "x-github": { @@ -208382,6 +208997,27 @@ "304": { "description": "Not Modified" }, + "503": { + "description": "Service Unavailable", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -208450,33 +209086,14 @@ } } } - }, - "503": { - "description": "Service Unavailable", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "search", "subcategory": null } @@ -208561,7 +209178,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -208587,7 +209206,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -208668,7 +209289,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -208765,7 +209388,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -208920,7 +209545,8 @@ }, "base": { "type": "array", - "items": {} + "items": { + } }, "uid": { "nullable": true, @@ -208942,7 +209568,8 @@ }, "user_groups": { "type": "array", - "items": {} + "items": { + } }, "admin_group": { "nullable": true, @@ -209262,13 +209889,17 @@ "ldap": { "host": null, "port": 0, - "base": [], + "base": [ + + ], "uid": null, "bind_dn": null, "password": null, "method": "Plain", "search_strategy": "detect", - "user_groups": [], + "user_groups": [ + + ], "admin_group": null, "virtual_attribute_enabled": false, "recursive_group_search": false, @@ -209368,7 +209999,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -209410,7 +210043,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -209468,7 +210103,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -209546,7 +210183,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -209620,7 +210259,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -209672,7 +210313,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -209713,7 +210356,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -210247,7 +210892,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -210808,26 +211455,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -210916,12 +211543,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -211047,7 +211696,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -212692,7 +213343,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -214229,7 +214882,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -215632,7 +216287,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -215682,7 +216339,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -215723,26 +216382,6 @@ "204": { "description": "Empty response" }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Response if team synchronization is set up" }, @@ -215809,12 +216448,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -215862,7 +216523,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -215988,7 +216651,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -216103,26 +216768,6 @@ "403": { "description": "Response if team synchronization is set up" }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Response if you attempt to add an organization to a team", "content": { @@ -216172,12 +216817,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -216225,7 +216892,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -217235,7 +217904,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -217969,7 +218640,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -219119,7 +219792,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -219281,7 +219956,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -219334,7 +220011,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -219575,8 +220254,8 @@ } } }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -219595,8 +220274,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -219688,7 +220367,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -219709,7 +220390,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.21/v3/users/#get-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -220257,8 +220940,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -220277,8 +220960,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -220301,7 +220984,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -220317,7 +221002,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.21/v3/users/#update-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -220673,8 +221360,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -220713,8 +221400,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -220806,7 +221493,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -220916,8 +221605,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -220956,8 +221645,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -220980,7 +221669,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "emails" } @@ -220996,7 +221687,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.21/rest/reference/users#add-an-email-address-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -221013,7 +221706,9 @@ "example": "username@example.com", "minItems": 1 }, - "example": [] + "example": [ + + ] } }, "required": [ @@ -221115,69 +221810,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -221246,12 +221878,77 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "emails" } @@ -221267,7 +221964,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.21/rest/reference/users#delete-an-email-address-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -221320,8 +222019,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -221360,8 +222059,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -221453,7 +222152,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "emails" } @@ -221651,8 +222352,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -221671,8 +222372,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -221695,7 +222396,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -221893,8 +222596,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -221913,8 +222616,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -221937,7 +222640,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -221969,11 +222674,8 @@ "204": { "description": "Response if the person is followed by the authenticated user" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Response if the person is not followed by the authenticated user", "content": { "application/json": { "schema": { @@ -221992,6 +222694,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -222012,8 +222717,8 @@ } } }, - "404": { - "description": "Response if the person is not followed by the authenticated user", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -222036,7 +222741,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -222069,8 +222776,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -222109,8 +222816,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -222133,7 +222840,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -222166,8 +222875,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -222206,8 +222915,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -222230,7 +222939,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -222324,8 +223035,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -222351,11 +223066,13 @@ }, "emails": { "type": "array", - "items": {} + "items": { + } }, "subkeys": { "type": "array", - "items": {} + "items": { + } }, "can_sign": { "type": "boolean" @@ -222449,8 +223166,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -222484,8 +223205,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -222524,8 +223245,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -222548,7 +223269,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -222564,7 +223287,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.21/rest/reference/users#create-a-gpg-key-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -222637,8 +223362,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -222664,11 +223393,13 @@ }, "emails": { "type": "array", - "items": {} + "items": { + } }, "subkeys": { "type": "array", - "items": {} + "items": { + } }, "can_sign": { "type": "boolean" @@ -222760,8 +223491,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -222783,69 +223518,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -222914,12 +223586,77 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -223002,8 +223739,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -223029,11 +223770,13 @@ }, "emails": { "type": "array", - "items": {} + "items": { + } }, "subkeys": { "type": "array", - "items": {} + "items": { + } }, "can_sign": { "type": "boolean" @@ -223125,8 +223868,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -223148,49 +223895,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -223210,12 +223914,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -223246,49 +223995,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -223377,12 +224083,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -223989,8 +224740,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -224009,8 +224760,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -225233,8 +225984,25 @@ } } }, - "304": { - "description": "Not Modified" + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "403": { "description": "Forbidden", @@ -225256,25 +226024,8 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "304": { + "description": "Not Modified" } }, "x-github": { @@ -225332,9 +226083,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden", "content": { @@ -225355,6 +226103,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "404": { "description": "Resource Not Found", "content": { @@ -225424,9 +226175,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden", "content": { @@ -225447,6 +226195,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "404": { "description": "Resource Not Found", "content": { @@ -228016,9 +228767,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "404": { "description": "Resource Not Found", "content": { @@ -228038,6 +228786,9 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { @@ -228166,8 +228917,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -228206,8 +228957,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -228230,7 +228981,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -228246,7 +228999,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.21/rest/reference/users#create-a-public-ssh-key-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -228325,69 +229080,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -228456,12 +229148,77 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -228544,11 +229301,8 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -228567,6 +229321,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -228587,8 +229344,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -228611,7 +229368,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -228645,8 +229404,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -228685,8 +229444,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -228709,7 +229468,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -229102,8 +229863,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -229122,8 +229883,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -229215,7 +229976,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -229573,7 +230336,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -230022,7 +230787,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -230175,8 +230942,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -230195,8 +230962,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -230219,7 +230986,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": null } @@ -230237,7 +231006,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.21/v3/projects/#create-a-user-project" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -230546,8 +231317,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -230566,8 +231337,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -230758,8 +231529,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -230798,8 +231569,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -230822,7 +231593,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "emails" } @@ -232043,49 +232816,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "418": { "description": "Response definition missing" }, @@ -232157,12 +232887,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -232178,7 +232953,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.21/v3/repos/#create-a-repository-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -233389,63 +234166,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "400": { - "description": "Bad Request", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - }, - "application/scim+json": { - "schema": { - "title": "Scim Error", - "description": "Scim Error", - "type": "object", - "properties": { - "message": { - "type": "string", - "nullable": true - }, - "documentation_url": { - "type": "string", - "nullable": true - }, - "detail": { - "type": "string", - "nullable": true - }, - "status": { - "type": "integer" - }, - "scimType": { - "type": "string", - "nullable": true - }, - "schemas": { - "type": "array", - "items": { - "type": "string" - } - } - } - } - } - } - }, "401": { "description": "Requires Authentication", "content": { @@ -233466,8 +234186,11 @@ } } }, - "403": { - "description": "Forbidden", + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -233486,8 +234209,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -233574,6 +234297,60 @@ } } } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + }, + "application/scim+json": { + "schema": { + "title": "Scim Error", + "description": "Scim Error", + "type": "object", + "properties": { + "message": { + "type": "string", + "nullable": true + }, + "documentation_url": { + "type": "string", + "nullable": true + }, + "detail": { + "type": "string", + "nullable": true + }, + "status": { + "type": "integer" + }, + "scimType": { + "type": "string", + "nullable": true + }, + "schemas": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } } }, "x-github": { @@ -234578,8 +235355,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -234618,8 +235395,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -234642,7 +235419,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -234675,9 +235454,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden", "content": { @@ -234698,6 +235474,26 @@ } } }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "404": { "description": "Resource Not Found", "content": { @@ -234718,31 +235514,16 @@ } } }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -234773,11 +235554,8 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", + "409": { + "description": "Conflict", "content": { "application/json": { "schema": { @@ -234796,6 +235574,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "404": { "description": "Resource Not Found", "content": { @@ -234816,8 +235597,8 @@ } } }, - "409": { - "description": "Conflict", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -234840,7 +235621,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -237117,8 +237900,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -237137,8 +237920,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -237161,7 +237944,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -237201,8 +237986,25 @@ "204": { "description": "Response if this repository is starred by you" }, - "304": { - "description": "Not Modified" + "404": { + "description": "Response if this repository is not starred by you", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "401": { "description": "Requires Authentication", @@ -237224,6 +238026,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -237243,32 +238048,14 @@ } } } - }, - "404": { - "description": "Response if this repository is not starred by you", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -237306,29 +238093,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -237368,12 +238132,37 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -237411,8 +238200,25 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "401": { "description": "Requires Authentication", @@ -237434,6 +238240,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -237453,32 +238262,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -238180,8 +238971,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -238200,8 +238991,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -238224,7 +239015,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -238760,8 +239553,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -238780,8 +239573,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -238804,7 +239597,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -239006,7 +239801,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -239598,7 +240395,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -242282,7 +243081,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -244974,7 +245775,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -247658,7 +248461,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -247865,7 +248670,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -248072,7 +248879,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -248119,7 +248928,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -248500,11 +249311,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -248664,7 +249477,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -248766,8 +249581,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -248793,11 +249612,13 @@ }, "emails": { "type": "array", - "items": {} + "items": { + } }, "subkeys": { "type": "array", - "items": {} + "items": { + } }, "can_sign": { "type": "boolean" @@ -248891,8 +249712,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -248927,7 +249752,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -249120,7 +249947,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -249752,7 +250581,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -249914,7 +250745,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": null } @@ -253053,7 +253886,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -255737,7 +256572,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -256534,7 +257371,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -256568,7 +257407,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -258854,7 +259695,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -259565,7 +260408,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -259616,7 +260461,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -259665,7 +260512,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -259694,7 +260543,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "meta" } } diff --git a/lib/rest/static/dereferenced/ghes-2.22.deref.json b/lib/rest/static/dereferenced/ghes-2.22.deref.json index 7246c2e7f8..f866190725 100644 --- a/lib/rest/static/dereferenced/ghes-2.22.deref.json +++ b/lib/rest/static/dereferenced/ghes-2.22.deref.json @@ -339,7 +339,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "meta" } } @@ -1204,7 +1206,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -1240,7 +1244,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -1418,7 +1424,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "ldap" } @@ -1563,7 +1571,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "ldap" } @@ -1614,7 +1624,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "ldap" } @@ -1767,7 +1779,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "orgs" } @@ -1843,7 +1857,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "orgs" } @@ -3029,13 +3045,15 @@ "script_repository": { "type": "object", "description": "The GitHub repository where the script is kept.", - "properties": {}, + "properties": { + }, "additionalProperties": true }, "environment": { "type": "object", "description": "The pre-receive environment where the script is executed.", - "properties": {}, + "properties": { + }, "additionalProperties": true }, "enforcement": { @@ -3412,13 +3430,15 @@ "script_repository": { "type": "object", "description": "The GitHub repository where the script is kept.", - "properties": {}, + "properties": { + }, "additionalProperties": true }, "environment": { "type": "object", "description": "The pre-receive environment where the script is executed.", - "properties": {}, + "properties": { + }, "additionalProperties": true }, "enforcement": { @@ -3977,7 +3997,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4013,7 +4035,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4205,7 +4229,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4281,7 +4307,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4315,7 +4343,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4785,7 +4815,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4819,7 +4851,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -4837,7 +4871,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.22/v3/apps/#get-the-authenticated-app" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -5137,7 +5173,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -5546,7 +5584,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -6107,7 +6147,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -6671,7 +6713,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -6726,7 +6770,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -7981,26 +8027,6 @@ } } }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -8021,26 +8047,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "415": { "description": "Preview Header Missing", "content": { @@ -8063,6 +8069,46 @@ } } }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -8136,7 +8182,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -8396,8 +8444,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -8416,8 +8464,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -8460,7 +8508,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -8701,8 +8751,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -8721,8 +8771,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -8745,7 +8795,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -8782,8 +8834,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -8802,8 +8854,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -8826,7 +8878,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -8952,7 +9006,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "oauth-applications" } @@ -8996,7 +9052,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2021-05-05", "deprecationDate": "2020-02-14", "category": "apps", @@ -9485,26 +9543,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -9573,12 +9611,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "oauth-applications" } @@ -10135,7 +10195,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "oauth-applications" } @@ -10256,7 +10318,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "oauth-applications" } @@ -10761,7 +10825,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2021-05-05", "deprecationDate": "2020-02-14", "category": "apps", @@ -11242,7 +11308,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2021-05-05", "deprecationDate": "2020-02-14", "category": "apps", @@ -11287,7 +11355,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2021-05-05", "deprecationDate": "2020-02-14", "category": "apps", @@ -11679,7 +11749,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -12165,8 +12237,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -12185,8 +12257,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -12229,7 +12301,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -12248,7 +12322,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.22/rest/reference/oauth-authorizations#create-a-new-authorization" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -12723,69 +12799,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "410": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -12854,12 +12867,77 @@ } } } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -13789,49 +13867,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -13900,12 +13935,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -14912,7 +14992,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -15367,8 +15449,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -15387,8 +15469,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -15411,7 +15493,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -15984,7 +16068,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -16021,8 +16107,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -16041,8 +16127,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -16065,7 +16151,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2020-11-13", "deprecationDate": "2020-02-14", "category": "oauth-authorizations", @@ -16086,7 +16174,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.22/v3/codes_of_conduct/#get-all-codes-of-conduct" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -16268,9 +16358,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "404": { "description": "Resource Not Found", "content": { @@ -16291,6 +16378,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "415": { "description": "Preview Header Missing", "content": { @@ -16429,91 +16519,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "410": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -16582,6 +16587,91 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -16611,7 +16701,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.22/v3/emojis/#get-emojis" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "content": { @@ -16633,7 +16725,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "emojis", "subcategory": null } @@ -16698,7 +16792,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "license" } @@ -16955,7 +17051,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "admin-stats" } @@ -17079,7 +17177,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -17207,7 +17307,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -17292,7 +17394,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -17403,7 +17507,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -17447,7 +17553,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -17622,7 +17730,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -17694,7 +17804,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -17749,7 +17861,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -17802,7 +17916,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -17932,7 +18048,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -18004,7 +18122,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -18059,7 +18179,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -18112,7 +18234,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -18233,7 +18357,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -18332,7 +18458,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -19392,7 +19520,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -20452,7 +20582,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -20533,7 +20665,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -20577,7 +20711,9 @@ "x-github": { "enabledForGitHubApps": false, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "actions" } @@ -23297,7 +23433,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -23315,7 +23453,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.22/rest/reference/activity#get-feeds" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -23515,7 +23655,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "feeds" } @@ -23888,11 +24030,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -24006,7 +24150,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -24022,7 +24168,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.22/v3/gists/#create-a-gist" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -24755,49 +24903,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -24866,12 +24971,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -25244,11 +25394,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -25335,29 +25487,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -25426,12 +25555,37 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -25804,11 +25958,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -25895,9 +26051,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "401": { "description": "Requires Authentication", "content": { @@ -25918,6 +26071,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -25942,7 +26098,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -26635,9 +26793,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden Gist", "content": { @@ -26690,12 +26845,17 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -27440,26 +27600,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -27528,12 +27668,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -27564,6 +27726,26 @@ "204": { "description": "Empty response" }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "304": { "description": "Not Modified" }, @@ -27586,32 +27768,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -27881,8 +28045,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -27901,8 +28065,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -27925,7 +28089,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -28190,8 +28356,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -28210,8 +28376,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -28234,7 +28400,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -28482,6 +28650,26 @@ "304": { "description": "Not Modified" }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "403": { "description": "Forbidden Gist", "content": { @@ -28514,32 +28702,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -28826,7 +28996,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -28869,8 +29041,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -28889,8 +29061,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -28913,7 +29085,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -29174,6 +29348,26 @@ } } }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "304": { "description": "Not Modified" }, @@ -29196,32 +29390,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -29936,6 +30112,26 @@ } } }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "304": { "description": "Not Modified" }, @@ -29958,32 +30154,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -30334,11 +30512,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -30422,29 +30602,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -30533,12 +30690,37 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -30571,6 +30753,19 @@ "204": { "description": "Response if gist is starred" }, + "404": { + "description": "Response if gist is not starred", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + }, + "additionalProperties": false + } + } + } + }, "304": { "description": "Not Modified" }, @@ -30593,24 +30788,14 @@ } } } - }, - "404": { - "description": "Response if gist is not starred", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {}, - "additionalProperties": false - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -30641,6 +30826,26 @@ "204": { "description": "Empty response" }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "304": { "description": "Not Modified" }, @@ -30663,32 +30868,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -30722,8 +30909,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -30742,8 +30929,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -30766,7 +30953,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -31467,46 +31656,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -31575,12 +31724,54 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -31598,7 +31789,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.22/v3/gitignore/#get-all-gitignore-templates" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -31629,7 +31822,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "gitignore", "subcategory": null } @@ -31699,7 +31894,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "gitignore", "subcategory": null } @@ -32859,11 +33056,8 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -32882,8 +33076,11 @@ } } }, - "403": { - "description": "Forbidden", + "304": { + "description": "Not Modified" + }, + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -32930,7 +33127,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.22/rest/reference/apps#revoke-an-installation-access-token" }, - "parameters": [], + "parameters": [ + + ], "responses": { "204": { "description": "Empty response" @@ -32939,7 +33138,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "installations" } @@ -35522,29 +35723,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -35613,6 +35791,29 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -35775,7 +35976,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "licenses", "subcategory": null } @@ -35937,9 +36140,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden", "content": { @@ -35979,12 +36179,17 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "licenses", "subcategory": null } @@ -36002,7 +36207,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.22/v3/markdown/#render-a-markdown-document" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -36066,7 +36273,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "markdown", "subcategory": null } @@ -36084,7 +36293,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.22/v3/markdown/#render-a-markdown-document-in-raw-mode" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "text/plain": { @@ -36125,7 +36336,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "markdown", "subcategory": null } @@ -36143,7 +36356,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.22/v3/meta/#get-github-meta-information" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -36288,7 +36503,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "meta", "subcategory": null } @@ -38976,11 +39193,25 @@ } } }, - "301": { - "description": "Moved Permanently" - }, - "304": { - "description": "Not Modified" + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "403": { "description": "Forbidden", @@ -39002,31 +39233,19 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "304": { + "description": "Not Modified" + }, + "301": { + "description": "Moved Permanently" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -39781,8 +40000,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -39801,8 +40020,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -39894,7 +40113,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -39910,7 +40131,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.22/rest/reference/activity#mark-notifications-as-read" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -39953,8 +40176,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -39973,8 +40196,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -39997,7 +40220,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -40692,8 +40917,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -40712,8 +40937,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -40736,7 +40961,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -40794,7 +41021,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -40892,8 +41121,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -40912,8 +41141,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -40936,7 +41165,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -41048,8 +41279,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -41068,8 +41299,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -41092,7 +41323,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -41126,8 +41359,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -41146,8 +41379,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -41170,7 +41403,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -41210,7 +41445,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "meta" } } @@ -41366,7 +41603,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": null } @@ -42208,48 +42447,6 @@ } } }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -42345,6 +42542,48 @@ } } } + }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -42485,7 +42724,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runner-groups" } @@ -42618,7 +42859,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runner-groups" } @@ -42706,7 +42949,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runner-groups" } @@ -42820,7 +43065,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runner-groups" } @@ -42863,7 +43110,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runner-groups" } @@ -44019,7 +44268,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runner-groups" } @@ -44090,7 +44341,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runner-groups" } @@ -44143,7 +44396,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runner-groups" } @@ -44194,7 +44449,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runner-groups" } @@ -44323,7 +44580,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runner-groups" } @@ -44394,7 +44653,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runner-groups" } @@ -44448,7 +44709,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runner-groups" } @@ -44500,7 +44763,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runner-groups" } @@ -44620,7 +44885,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runners" } @@ -44718,7 +44985,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runners" } @@ -45777,7 +46046,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runners" } @@ -46836,7 +47107,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runners" } @@ -46916,7 +47189,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runners" } @@ -46959,7 +47234,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runners" } @@ -47104,7 +47381,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "secrets" } @@ -47189,7 +47468,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "secrets" } @@ -47289,7 +47570,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "secrets" } @@ -47379,7 +47662,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "secrets" } @@ -47422,7 +47707,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "secrets" } @@ -48081,7 +48368,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "secrets" } @@ -48147,7 +48436,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "secrets" } @@ -48203,7 +48494,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "secrets" } @@ -48257,7 +48550,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "secrets" } @@ -50941,7 +51236,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -51139,7 +51436,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -51372,26 +51671,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -51460,12 +51739,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -51640,7 +51941,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -51854,26 +52157,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -51942,12 +52225,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -52009,7 +52314,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -52073,7 +52380,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -52594,7 +52903,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -53158,7 +53469,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": null } @@ -56063,7 +56376,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -56121,7 +56436,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -56183,7 +56500,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -56592,8 +56911,8 @@ } } }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -56612,8 +56931,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -56636,7 +56955,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -57020,26 +57341,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -57108,12 +57409,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -57195,7 +57518,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -57416,7 +57741,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "outside-collaborators" } @@ -57517,7 +57844,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "outside-collaborators" } @@ -57585,7 +57914,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "outside-collaborators" } @@ -59012,7 +59343,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -59059,7 +59392,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -59121,7 +59456,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -59163,7 +59500,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -61526,7 +61865,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -62107,26 +62448,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -62195,12 +62516,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -62752,7 +63095,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -63331,7 +63676,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -63374,7 +63721,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -65049,7 +65398,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "discussions" } @@ -66616,7 +66967,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "discussion-comments" } @@ -68171,7 +68524,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "members" } @@ -68286,7 +68641,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "members" } @@ -68457,7 +68814,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "members" } @@ -68511,7 +68870,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "members" } @@ -69259,7 +69620,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -69979,7 +70342,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -71137,7 +71502,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -71218,7 +71585,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -71277,7 +71646,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -71528,7 +71899,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -71788,8 +72161,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -71808,8 +72181,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -72138,8 +72511,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -72158,8 +72531,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -72272,26 +72645,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -72316,6 +72669,26 @@ } } }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "404": { "description": "Resource Not Found", "content": { @@ -72407,7 +72780,8 @@ "application/json": { "schema": { "type": "object", - "properties": {}, + "properties": { + }, "additionalProperties": false } } @@ -72416,26 +72790,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -72474,6 +72828,61 @@ } } }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "503": { + "description": "Service Unavailable", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "errors": { + "type": "array", + "items": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + } + } + } + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -72542,41 +72951,6 @@ } } } - }, - "503": { - "description": "Service Unavailable", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "errors": { - "type": "array", - "items": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - } - } - } - } - } - } - } - } } }, "x-github": { @@ -72698,26 +73072,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -72757,6 +73111,26 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -72895,8 +73269,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -72915,8 +73289,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -72979,8 +73353,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -72999,8 +73373,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -73335,8 +73709,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -73355,8 +73729,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -73686,8 +74060,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -73706,8 +74080,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -73923,7 +74297,8 @@ "application/json": { "schema": { "type": "object", - "properties": {}, + "properties": { + }, "additionalProperties": false } } @@ -73932,26 +74307,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -74001,6 +74356,26 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -74323,8 +74698,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -74343,8 +74718,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -74720,29 +75095,12 @@ } } }, + "404": { + "description": "Response if the authenticated user does not have access to the project" + }, "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -74767,8 +75125,25 @@ } } }, - "404": { - "description": "Response if the authenticated user does not have access to the project" + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "410": { "description": "Gone", @@ -74863,26 +75238,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -74907,8 +75262,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -74946,6 +75301,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -75175,49 +75550,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -75328,6 +75660,49 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -75401,49 +75776,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -75554,6 +75886,49 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -75606,46 +75981,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -75688,6 +76023,26 @@ } } }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -75756,6 +76111,26 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -75969,49 +76344,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -76122,6 +76454,49 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -76273,8 +76648,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -76293,8 +76668,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -76445,26 +76820,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -76514,6 +76869,26 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -76543,7 +76918,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.22/v3/rate_limit/#get-rate-limit-status-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -76798,7 +77175,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "rate-limit", "subcategory": null } @@ -76833,8 +77212,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -76853,8 +77232,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -81109,9 +81488,6 @@ } } }, - "301": { - "description": "Moved Permanently" - }, "403": { "description": "Forbidden", "content": { @@ -81151,6 +81527,9 @@ } } } + }, + "301": { + "description": "Moved Permanently" } }, "x-github": { @@ -85356,26 +85735,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -85444,6 +85803,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -85544,7 +85923,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -85725,7 +86106,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "artifacts" } @@ -85861,7 +86244,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "artifacts" } @@ -85912,7 +86297,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "artifacts" } @@ -85981,7 +86368,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "artifacts" } @@ -86285,7 +86674,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflow-jobs" } @@ -86346,7 +86737,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflow-jobs" } @@ -86474,7 +86867,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runners" } @@ -86580,7 +86975,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runners" } @@ -87647,7 +88044,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runners" } @@ -88714,7 +89113,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runners" } @@ -88802,7 +89203,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runners" } @@ -88853,7 +89256,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "self-hosted-runners" } @@ -90319,7 +90724,9 @@ "workflow_id": 159038, "url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642", "html_url": "https://github.com/octo-org/octo-repo/actions/runs/30433642", - "pull_requests": [], + "pull_requests": [ + + ], "created_at": "2020-01-22T19:33:08Z", "updated_at": "2020-01-22T19:33:08Z", "jobs_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/jobs", @@ -90499,7 +90906,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflow-runs" } @@ -91900,7 +92309,9 @@ "workflow_id": 159038, "url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642", "html_url": "https://github.com/octo-org/octo-repo/actions/runs/30433642", - "pull_requests": [], + "pull_requests": [ + + ], "created_at": "2020-01-22T19:33:08Z", "updated_at": "2020-01-22T19:33:08Z", "jobs_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/jobs", @@ -92070,7 +92481,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflow-runs" } @@ -92120,7 +92533,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflow-runs" } @@ -92309,7 +92724,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "artifacts" } @@ -92361,7 +92778,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflow-runs" } @@ -92720,7 +93139,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflow-jobs" } @@ -92780,7 +93201,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflow-runs" } @@ -92830,7 +93253,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflow-runs" } @@ -92882,7 +93307,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflow-runs" } @@ -93011,7 +93438,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "secrets" } @@ -93104,7 +93533,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "secrets" } @@ -93195,7 +93626,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "secrets" } @@ -93272,7 +93705,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "secrets" } @@ -93323,7 +93758,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "secrets" } @@ -93511,7 +93948,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflows" } @@ -93661,7 +94100,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflows" } @@ -93754,7 +94195,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflows" } @@ -95236,7 +95679,9 @@ "workflow_id": 159038, "url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642", "html_url": "https://github.com/octo-org/octo-repo/actions/runs/30433642", - "pull_requests": [], + "pull_requests": [ + + ], "created_at": "2020-01-22T19:33:08Z", "updated_at": "2020-01-22T19:33:08Z", "jobs_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/jobs", @@ -95416,7 +95861,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "actions", "subcategory": "workflow-runs" } @@ -95651,7 +96098,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "assignees" } @@ -95723,7 +96172,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "assignees" } @@ -96584,7 +97035,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -97950,26 +98403,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "415": { "description": "Preview Header Missing", "content": { @@ -97991,12 +98424,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -99857,26 +100312,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "415": { "description": "Preview Header Missing", "content": { @@ -99928,6 +100363,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -100010,7 +100465,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -100095,7 +100552,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -100178,7 +100637,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -100249,7 +100710,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -101291,7 +101754,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -101713,7 +102178,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -101933,7 +102400,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -101984,7 +102453,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -102070,7 +102541,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -102157,46 +102630,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -102265,12 +102698,54 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "contexts", "category": "repos", "subcategory": "branches" @@ -102357,26 +102832,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -102445,12 +102900,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "contexts", "category": "repos", "subcategory": "branches" @@ -102630,7 +103107,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "contexts", "category": "repos", "subcategory": "branches" @@ -103072,7 +103551,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -103123,7 +103604,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -103492,7 +103975,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -103934,7 +104419,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "apps", "category": "repos", "subcategory": "branches" @@ -104377,7 +104864,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "apps", "category": "repos", "subcategory": "branches" @@ -104820,7 +105309,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "apps", "category": "repos", "subcategory": "branches" @@ -105062,7 +105553,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -105376,7 +105869,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "teams", "category": "repos", "subcategory": "branches" @@ -105691,7 +106186,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "teams", "category": "repos", "subcategory": "branches" @@ -106006,7 +106503,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "teams", "category": "repos", "subcategory": "branches" @@ -106225,7 +106724,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -106516,7 +107017,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "users", "category": "repos", "subcategory": "branches" @@ -106808,7 +107311,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "users", "category": "repos", "subcategory": "branches" @@ -107100,7 +107605,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "users", "category": "repos", "subcategory": "branches" @@ -110812,7 +111319,9 @@ "url": "https://api.github.com/repos/github/hello-world/check-suites/5", "before": "146e867f55c26428e5f9fade55a9bbf5e95a7912", "after": "d6fde92930d4715a2b49857d24b940956b26d2d3", - "pull_requests": [], + "pull_requests": [ + + ], "created_at": "2017-07-08T16:18:44-04:00", "updated_at": "2017-07-08T16:18:44-04:00", "app": { @@ -113297,7 +113806,9 @@ "url": "https://api.github.com/repos/github/hello-world/check-suites/5", "before": "146e867f55c26428e5f9fade55a9bbf5e95a7912", "after": "d6fde92930d4715a2b49857d24b940956b26d2d3", - "pull_requests": [], + "pull_requests": [ + + ], "created_at": "2017-07-08T16:18:44-04:00", "updated_at": "2017-07-08T16:18:44-04:00", "app": { @@ -114480,10 +114991,19 @@ "type": "string", "description": "**Required when the state is dismissed.** The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.", "nullable": true, - "enum": [ - "false positive", - "won't fix", - "used in tests" + "oneOf": [ + { + "enum": [ + "false positive", + "won't fix", + "used in tests" + ] + }, + { + "enum": [ + null + ] + } ] }, "rule": { @@ -114537,28 +115057,9 @@ "url": "https://api.github.com/repos/github/hello-world/code-scanning/alerts/4", "html_url": "https://github.com/github/hello-world/code-scanning/4", "state": "open", - "dismissed_by": { - "login": "octocat", - "id": 1, - "node_id": "MDQ6VXNlcjE=", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": false - }, - "dismissed_at": "2020-02-14T12:29:18Z", - "dismissed_reason": "false positive", + "dismissed_by": null, + "dismissed_at": null, + "dismissed_reason": null, "rule": { "id": "js/zipslip", "severity": "error", @@ -114573,8 +115074,8 @@ "number": 3, "created_at": "2020-02-13T12:29:18Z", "url": "https://api.github.com/repos/github/hello-world/code-scanning/alerts/3", - "html_url": "https://github.com/dsp-testing/github/hello-world/code-scanning/3", - "state": "open", + "html_url": "https://github.com/github/hello-world/code-scanning/3", + "state": "dismissed", "dismissed_by": { "login": "octocat", "id": 1, @@ -114641,7 +115142,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "code-scanning", "subcategory": null } @@ -114885,10 +115388,19 @@ "type": "string", "description": "**Required when the state is dismissed.** The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.", "nullable": true, - "enum": [ - "false positive", - "won't fix", - "used in tests" + "oneOf": [ + { + "enum": [ + "false positive", + "won't fix", + "used in tests" + ] + }, + { + "enum": [ + null + ] + } ] }, "rule": { @@ -114935,13 +115447,13 @@ "examples": { "default": { "value": { - "number": 22, + "number": 42, "created_at": "2020-06-19T11:21:34Z", - "url": "https://api.github.com/repos/github/hello-world/code-scanning/alerts/22", - "html_url": "https://github.com/github/hello-world/code-scanning/22", + "url": "https://api.github.com/repos/github/hello-world/code-scanning/alerts/42", + "html_url": "https://github.com/github/hello-world/code-scanning/42", "instances": [ { - "ref": "refs/heads/codeql-analysis-yml", + "ref": "refs/heads/main", "analysis_key": ".github/workflows/codeql-analysis.yml:CodeQL-Build", "environment": "", "state": "fixed" @@ -114950,10 +115462,10 @@ "ref": "refs/pull/3740/head", "analysis_key": ".github/workflows/codeql-analysis.yml:CodeQL-Build", "environment": "", - "state": "fixed" + "state": "dismissed" } ], - "state": "fixed", + "state": "dismissed", "dismissed_by": { "login": "octocat", "id": 1, @@ -115036,7 +115548,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "code-scanning", "subcategory": null } @@ -115100,10 +115614,19 @@ "type": "string", "description": "**Required when the state is dismissed.** The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.", "nullable": true, - "enum": [ - "false positive", - "won't fix", - "used in tests" + "oneOf": [ + { + "enum": [ + "false positive", + "won't fix", + "used in tests" + ] + }, + { + "enum": [ + null + ] + } ] } }, @@ -115318,10 +115841,19 @@ "type": "string", "description": "**Required when the state is dismissed.** The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.", "nullable": true, - "enum": [ - "false positive", - "won't fix", - "used in tests" + "oneOf": [ + { + "enum": [ + "false positive", + "won't fix", + "used in tests" + ] + }, + { + "enum": [ + null + ] + } ] }, "rule": { @@ -115368,10 +115900,10 @@ "examples": { "default": { "value": { - "number": 22, + "number": 42, "created_at": "2020-08-25T21:28:36Z", - "url": "https://api.github.com/repos/github/hello-world/code-scanning/alerts/22", - "html_url": "https://github.com/github/hello-world/code-scanning/22", + "url": "https://api.github.com/repos/github/hello-world/code-scanning/alerts/42", + "html_url": "https://github.com/github/hello-world/code-scanning/42", "instances": [ { "ref": "refs/heads/codeql-analysis-yml", @@ -115434,7 +115966,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "code-scanning" } } @@ -115567,7 +116101,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "code-scanning" } } @@ -115669,7 +116205,9 @@ "x-github": { "enabledForGitHubApps": true, "githubCloudOnly": false, - "previews": [], + "previews": [ + + ], "category": "code-scanning" } } @@ -115937,7 +116475,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -115992,7 +116532,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -116998,26 +117540,6 @@ "204": { "description": "Response when person is already a collaborator" }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -117086,13 +117608,35 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -117142,7 +117686,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -117376,7 +117922,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -118447,7 +118995,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "comments" } @@ -118518,7 +119068,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "comments" } @@ -120178,6 +120730,26 @@ } } }, + "500": { + "description": "Internal Error", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "400": { "description": "Bad Request", "content": { @@ -120271,32 +120843,14 @@ } } } - }, - "500": { - "description": "Internal Error", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "commits" } @@ -121312,7 +121866,9 @@ "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "comments" } @@ -125863,26 +126419,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -125952,6 +126488,26 @@ } } }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "500": { "description": "Internal Error", "content": { @@ -125976,7 +126532,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "commits" } @@ -127808,7 +128366,9 @@ "url": "https://api.github.com/repos/github/hello-world/check-suites/5", "before": "146e867f55c26428e5f9fade55a9bbf5e95a7912", "after": "d6fde92930d4715a2b49857d24b940956b26d2d3", - "pull_requests": [], + "pull_requests": [ + + ], "app": { "id": 1, "slug": "octoapp", @@ -128800,7 +129360,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statuses" } @@ -129077,7 +129639,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statuses" } @@ -131079,8 +131643,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "500": { + "description": "Internal Error", "content": { "application/json": { "schema": { @@ -131099,8 +131663,8 @@ } } }, - "500": { - "description": "Internal Error", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -131123,7 +131687,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "commits" } @@ -131790,8 +132356,25 @@ } } }, - "302": { - "description": "Found" + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "403": { "description": "Forbidden", @@ -131813,31 +132396,16 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "302": { + "description": "Found" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -132425,26 +132993,6 @@ } } }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -132513,12 +133061,34 @@ } } } + }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -132822,46 +133392,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -132931,6 +133461,46 @@ } } }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "503": { "description": "Service Unavailable", "content": { @@ -132956,7 +133526,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -133195,7 +133767,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -133331,7 +133905,8 @@ }, "payload": { "type": "object", - "properties": {} + "properties": { + } }, "original_environment": { "type": "string", @@ -133770,7 +134345,8 @@ "sha": "a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d", "ref": "topic-branch", "task": "deploy", - "payload": {}, + "payload": { + }, "original_environment": "staging", "environment": "production", "description": "Deploy request from hubot", @@ -133986,7 +134562,8 @@ }, "payload": { "type": "object", - "properties": {} + "properties": { + } }, "original_environment": { "type": "string", @@ -134424,7 +135001,8 @@ "sha": "a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d", "ref": "topic-branch", "task": "deploy", - "payload": {}, + "payload": { + }, "original_environment": "staging", "environment": "production", "description": "Deploy request from hubot", @@ -134465,7 +135043,8 @@ "sha": "a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d", "ref": "topic-branch", "task": "deploy", - "payload": {}, + "payload": { + }, "original_environment": "staging", "environment": "production", "description": "Deploy request from hubot", @@ -134720,7 +135299,8 @@ }, "payload": { "type": "object", - "properties": {} + "properties": { + } }, "original_environment": { "type": "string", @@ -135157,7 +135737,8 @@ "sha": "a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d", "ref": "topic-branch", "task": "deploy", - "payload": {}, + "payload": { + }, "original_environment": "staging", "environment": "production", "description": "Deploy request from hubot", @@ -135324,7 +135905,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "deployments" } @@ -139974,7 +140557,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -140761,7 +141346,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "forks" } @@ -141963,46 +142550,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -142071,12 +142618,54 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "forks" } @@ -142176,26 +142765,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -142236,6 +142805,26 @@ } } }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -142309,7 +142898,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "blobs" } @@ -142411,26 +143002,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -142519,12 +143090,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "blobs" } @@ -142829,26 +143422,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -142917,12 +143490,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "commits" } @@ -143169,7 +143764,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "commits" } @@ -143317,7 +143914,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -143444,7 +144043,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -143650,7 +144251,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -143853,7 +144456,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -143973,7 +144578,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -144297,7 +144904,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "tags" } @@ -144505,7 +145114,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "tags" } @@ -144741,46 +145352,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -144849,12 +145420,54 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "trees" } @@ -145062,26 +145675,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -145150,12 +145743,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "trees" } @@ -145431,7 +146046,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -145742,26 +146359,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -145850,12 +146447,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -146108,7 +146727,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -146419,26 +147040,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -146507,12 +147108,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -146582,7 +147205,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -146654,7 +147279,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -146726,7 +147353,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -147278,7 +147907,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -148283,7 +148914,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -149288,7 +149921,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -149339,7 +149974,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -151633,26 +152270,6 @@ "301": { "description": "Moved Permanently" }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -151721,6 +152338,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -154191,46 +154828,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "410": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -154320,13 +154917,55 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": null } @@ -154959,26 +155598,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -155047,6 +155666,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -156330,7 +156969,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "comments" } @@ -156381,7 +157022,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "comments" } @@ -163640,26 +164283,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -163699,6 +164322,26 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -166077,9 +166720,6 @@ "301": { "description": "Moved Permanently" }, - "304": { - "description": "Not Modified" - }, "404": { "description": "Resource Not Found", "content": { @@ -166119,6 +166759,9 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { @@ -168575,69 +169218,6 @@ } } }, - "301": { - "description": "Moved Permanently" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "410": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -168727,12 +169307,77 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "301": { + "description": "Moved Permanently" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": null } @@ -170971,7 +171616,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "assignees" } @@ -173208,7 +173855,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "assignees" } @@ -174495,26 +175144,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "410": { "description": "Gone", "content": { @@ -174603,13 +175232,35 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "comments" } @@ -175128,7 +175779,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -175374,7 +176027,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -175617,7 +176272,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -175688,7 +176345,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -175859,7 +176518,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -175949,8 +176610,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "410": { + "description": "Gone", "content": { "application/json": { "schema": { @@ -175969,8 +176630,8 @@ } } }, - "410": { - "description": "Gone", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -176062,7 +176723,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": null } @@ -176153,7 +176816,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": null } @@ -177464,7 +178129,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "keys" } @@ -177659,7 +178326,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "keys" } @@ -177777,7 +178446,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "keys" } @@ -177828,7 +178499,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "keys" } @@ -177997,7 +178670,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -178139,26 +178814,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -178227,12 +178882,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -178369,7 +179046,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -178512,7 +179191,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -178562,7 +179243,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -178626,7 +179309,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -178835,7 +179520,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "licenses", "subcategory": null } @@ -179489,26 +180176,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "response", "content": { @@ -179568,6 +180235,26 @@ } } }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -179641,7 +180328,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "merging" } @@ -180044,7 +180733,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -180489,7 +181180,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -180827,7 +181520,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -181181,7 +181876,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -181252,7 +181949,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -181410,7 +182109,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -182182,7 +182883,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -182239,7 +182942,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -182386,7 +183091,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -182550,48 +183257,6 @@ } } }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -182660,6 +183325,48 @@ } } } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -182770,6 +183477,75 @@ "204": { "description": "Empty response" }, + "422": { + "description": "Validation Failed", + "content": { + "application/json": { + "schema": { + "title": "Validation Error", + "description": "Validation Error", + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "errors": { + "type": "array", + "items": { + "type": "object", + "required": [ + "code" + ], + "properties": { + "resource": { + "type": "string" + }, + "field": { + "type": "string" + }, + "message": { + "type": "string" + }, + "code": { + "type": "string" + }, + "index": { + "type": "integer" + }, + "value": { + "oneOf": [ + { + "type": "string", + "nullable": true + }, + { + "type": "integer", + "nullable": true + }, + { + "type": "array", + "nullable": true, + "items": { + "type": "string" + } + } + ] + } + } + } + } + } + } + } + } + }, "400": { "description": "Bad Request", "content": { @@ -182823,81 +183599,14 @@ } } } - }, - "422": { - "description": "Validation Failed", - "content": { - "application/json": { - "schema": { - "title": "Validation Error", - "description": "Validation Error", - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "errors": { - "type": "array", - "items": { - "type": "object", - "required": [ - "code" - ], - "properties": { - "resource": { - "type": "string" - }, - "field": { - "type": "string" - }, - "message": { - "type": "string" - }, - "code": { - "type": "string" - }, - "index": { - "type": "integer" - }, - "value": { - "oneOf": [ - { - "type": "string", - "nullable": true - }, - { - "type": "integer", - "nullable": true - }, - { - "type": "array", - "nullable": true, - "items": { - "type": "string" - } - } - ] - } - } - } - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -182935,48 +183644,6 @@ "204": { "description": "Empty response" }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -183045,6 +183712,48 @@ } } } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -183337,7 +184046,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -183411,7 +184122,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -183661,7 +184374,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -183919,7 +184634,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -189263,7 +189980,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -192440,7 +193159,9 @@ "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -194109,7 +194830,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "comments" } @@ -198127,8 +198850,8 @@ "304": { "description": "Not Modified" }, - "404": { - "description": "Resource Not Found", + "500": { + "description": "Internal Error", "content": { "application/json": { "schema": { @@ -198147,8 +198870,8 @@ } } }, - "500": { - "description": "Internal Error", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -198171,7 +198894,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -201246,26 +201971,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -201334,12 +202039,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -202483,26 +203210,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -202571,6 +203278,26 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -203132,7 +203859,9 @@ "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "comments" } @@ -203780,7 +204509,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -204037,7 +204768,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -204092,7 +204825,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -204204,46 +204939,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "405": { "description": "Response if merge cannot be performed", "content": { @@ -204362,13 +205057,55 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -204609,7 +205346,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "review-requests" } @@ -208538,6 +209277,9 @@ } } }, + "422": { + "description": "Response if user is not a collaborator" + }, "403": { "description": "Forbidden", "content": { @@ -208557,16 +209299,15 @@ } } } - }, - "422": { - "description": "Response if user is not a collaborator" } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "review-requests" } @@ -208720,7 +209461,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "review-requests" } @@ -209063,7 +209806,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -209450,26 +210195,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -209499,13 +210224,35 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -209846,7 +210593,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -210216,7 +210965,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -210531,26 +211282,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -210580,12 +211311,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -211069,7 +211822,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -211462,7 +212217,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -211806,26 +212563,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -211875,12 +212612,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -211965,48 +212724,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -212075,6 +212792,48 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -212347,7 +213106,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -212926,7 +213687,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -213578,7 +214341,9 @@ "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -213856,9 +214621,6 @@ } } }, - "302": { - "description": "Found" - }, "404": { "description": "Resource Not Found", "content": { @@ -213900,12 +214662,17 @@ } } } + }, + "302": { + "description": "Found" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -214212,7 +214979,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -214263,7 +215032,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -214791,7 +215562,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -215348,7 +216121,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -215905,7 +216680,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -216483,7 +217260,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -216534,7 +217313,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -216847,7 +217628,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -217162,7 +217945,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -217614,7 +218399,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -217684,7 +218471,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -217789,7 +218578,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -218038,7 +218829,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -218238,7 +219031,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -218318,7 +219113,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -218611,7 +219408,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statuses" } @@ -218826,7 +219625,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -218925,6 +219726,9 @@ } } }, + "404": { + "description": "Response if you don't subscribe to the repository" + }, "403": { "description": "Forbidden", "content": { @@ -218944,15 +219748,14 @@ } } } - }, - "404": { - "description": "Response if you don't subscribe to the repository" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -219072,7 +219875,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -219114,7 +219919,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -219254,7 +220061,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -219314,7 +220123,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -219552,7 +220363,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -219621,14 +220434,16 @@ } } }, - "404": { - "description": "Resource Not Found", + "415": { + "description": "Preview Header Missing", "content": { "application/json": { "schema": { - "title": "Basic Error", - "description": "Basic Error", "type": "object", + "required": [ + "message", + "documentation_url" + ], "properties": { "message": { "type": "string" @@ -219641,16 +220456,14 @@ } } }, - "415": { - "description": "Preview Header Missing", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { + "title": "Basic Error", + "description": "Basic Error", "type": "object", - "required": [ - "message", - "documentation_url" - ], "properties": { "message": { "type": "string" @@ -219769,14 +220582,16 @@ } } }, - "404": { - "description": "Resource Not Found", + "415": { + "description": "Preview Header Missing", "content": { "application/json": { "schema": { - "title": "Basic Error", - "description": "Basic Error", "type": "object", + "required": [ + "message", + "documentation_url" + ], "properties": { "message": { "type": "string" @@ -219789,16 +220604,14 @@ } } }, - "415": { - "description": "Preview Header Missing", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { + "title": "Basic Error", + "description": "Basic Error", "type": "object", - "required": [ - "message", - "documentation_url" - ], "properties": { "message": { "type": "string" @@ -221019,7 +221832,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -221177,7 +221992,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -223025,9 +223842,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "422": { "description": "Validation Failed", "content": { @@ -223096,12 +223910,17 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -223907,15 +224726,16 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "503": { + "description": "Service Unavailable", "content": { "application/json": { "schema": { - "title": "Basic Error", - "description": "Basic Error", "type": "object", "properties": { + "code": { + "type": "string" + }, "message": { "type": "string" }, @@ -223996,16 +224816,15 @@ } } }, - "503": { - "description": "Service Unavailable", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { + "title": "Basic Error", + "description": "Basic Error", "type": "object", "properties": { - "code": { - "type": "string" - }, "message": { "type": "string" }, @@ -224021,7 +224840,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "search", "subcategory": null } @@ -225032,7 +225853,8 @@ "type": "User", "site_admin": false }, - "committer": {}, + "committer": { + }, "parents": [ { "url": "https://api.github.com/repos/octocat/Spoon-Knife/commits/a30c19e3f13765a3b48829788bc1cb8b4e95cee4", @@ -225161,7 +225983,7 @@ "/search/issues": { "get": { "summary": "Search issues and pull requests", - "description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/enterprise-server@2.22/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/enterprise-server@2.22/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, whick means the oldest issues appear first in the search results.\n\n**Note:** For [user-to-server](https://docs.github.com/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"", + "description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/enterprise-server@2.22/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/enterprise-server@2.22/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, which means the oldest issues appear first in the search results.\n\n**Note:** For [user-to-server](https://docs.github.com/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"", "tags": [ "search" ], @@ -227367,18 +228189,16 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", + "503": { + "description": "Service Unavailable", "content": { "application/json": { "schema": { - "title": "Basic Error", - "description": "Basic Error", "type": "object", "properties": { + "code": { + "type": "string" + }, "message": { "type": "string" }, @@ -227459,16 +228279,18 @@ } } }, - "503": { - "description": "Service Unavailable", + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { + "title": "Basic Error", + "description": "Basic Error", "type": "object", "properties": { - "code": { - "type": "string" - }, "message": { "type": "string" }, @@ -227484,7 +228306,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "search", "subcategory": null } @@ -227686,8 +228510,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -227706,8 +228530,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -227799,7 +228623,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "search", "subcategory": null } @@ -228580,8 +229406,26 @@ } } }, - "304": { - "description": "Not Modified" + "503": { + "description": "Service Unavailable", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "422": { "description": "Validation Failed", @@ -228652,26 +229496,8 @@ } } }, - "503": { - "description": "Service Unavailable", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "304": { + "description": "Not Modified" } }, "x-github": { @@ -229335,6 +230161,27 @@ "304": { "description": "Not Modified" }, + "503": { + "description": "Service Unavailable", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -229403,33 +230250,14 @@ } } } - }, - "503": { - "description": "Service Unavailable", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "search", "subcategory": null } @@ -229514,7 +230342,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -229540,7 +230370,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -229621,7 +230453,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -229718,7 +230552,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -229873,7 +230709,8 @@ }, "base": { "type": "array", - "items": {} + "items": { + } }, "uid": { "nullable": true, @@ -229895,7 +230732,8 @@ }, "user_groups": { "type": "array", - "items": {} + "items": { + } }, "admin_group": { "nullable": true, @@ -230215,13 +231053,17 @@ "ldap": { "host": null, "port": 0, - "base": [], + "base": [ + + ], "uid": null, "bind_dn": null, "password": null, "method": "Plain", "search_strategy": "detect", - "user_groups": [], + "user_groups": [ + + ], "admin_group": null, "virtual_attribute_enabled": false, "recursive_group_search": false, @@ -230321,7 +231163,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -230363,7 +231207,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -230425,7 +231271,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -230503,7 +231351,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -230581,7 +231431,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -230633,7 +231485,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -230674,7 +231528,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "management-console" } @@ -231217,7 +232073,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -231787,26 +232645,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -231895,12 +232733,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -232026,7 +232886,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -233671,7 +234533,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -235208,7 +236072,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -236611,7 +237477,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -236661,7 +237529,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -236702,26 +237572,6 @@ "204": { "description": "Empty response" }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Response if team synchronization is set up" }, @@ -236788,12 +237638,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -236841,7 +237713,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -236967,7 +237841,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -237082,26 +237958,6 @@ "403": { "description": "Response if team synchronization is set up" }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Response if you attempt to add an organization to a team", "content": { @@ -237151,12 +238007,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -237204,7 +238082,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -238214,7 +239094,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -238948,7 +239830,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -240100,7 +240984,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -240262,7 +241148,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -240315,7 +241203,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -240556,8 +241446,8 @@ } } }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -240576,8 +241466,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -240669,7 +241559,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -240690,7 +241582,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.22/v3/users/#get-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -241238,8 +242132,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -241258,8 +242152,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -241282,7 +242176,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -241298,7 +242194,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.22/v3/users/#update-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -241654,8 +242552,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -241694,8 +242592,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -241787,7 +242685,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -241897,8 +242797,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -241937,8 +242837,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -241961,7 +242861,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "emails" } @@ -241977,7 +242879,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.22/rest/reference/users#add-an-email-address-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -241994,7 +242898,9 @@ "example": "username@example.com", "minItems": 1 }, - "example": [] + "example": [ + + ] } }, "required": [ @@ -242096,69 +243002,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -242227,12 +243070,77 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "emails" } @@ -242248,7 +243156,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.22/rest/reference/users#delete-an-email-address-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -242301,8 +243211,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -242341,8 +243251,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -242434,7 +243344,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "emails" } @@ -242632,8 +243544,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -242652,8 +243564,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -242676,7 +243588,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -242874,8 +243788,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -242894,8 +243808,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -242918,7 +243832,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -242950,11 +243866,8 @@ "204": { "description": "Response if the person is followed by the authenticated user" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Response if the person is not followed by the authenticated user", "content": { "application/json": { "schema": { @@ -242973,6 +243886,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -242993,8 +243909,8 @@ } } }, - "404": { - "description": "Response if the person is not followed by the authenticated user", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -243017,7 +243933,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -243050,8 +243968,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -243090,8 +244008,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -243114,7 +244032,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -243147,8 +244067,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -243187,8 +244107,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -243211,7 +244131,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -243305,8 +244227,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -243332,11 +244258,13 @@ }, "emails": { "type": "array", - "items": {} + "items": { + } }, "subkeys": { "type": "array", - "items": {} + "items": { + } }, "can_sign": { "type": "boolean" @@ -243430,8 +244358,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -243465,8 +244397,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -243505,8 +244437,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -243529,7 +244461,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -243545,7 +244479,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.22/rest/reference/users#create-a-gpg-key-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -243618,8 +244554,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -243645,11 +244585,13 @@ }, "emails": { "type": "array", - "items": {} + "items": { + } }, "subkeys": { "type": "array", - "items": {} + "items": { + } }, "can_sign": { "type": "boolean" @@ -243741,8 +244683,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -243764,69 +244710,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -243895,12 +244778,77 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -243983,8 +244931,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -244010,11 +244962,13 @@ }, "emails": { "type": "array", - "items": {} + "items": { + } }, "subkeys": { "type": "array", - "items": {} + "items": { + } }, "can_sign": { "type": "boolean" @@ -244106,8 +245060,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -244129,49 +245087,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -244191,12 +245106,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -244227,49 +245187,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -244358,12 +245275,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -244960,8 +245922,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -244980,8 +245942,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -245026,7 +245988,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "installations" } @@ -246199,8 +247163,25 @@ } } }, - "304": { - "description": "Not Modified" + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "403": { "description": "Forbidden", @@ -246222,25 +247203,8 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "304": { + "description": "Not Modified" } }, "x-github": { @@ -246293,9 +247257,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden", "content": { @@ -246316,6 +247277,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "404": { "description": "Resource Not Found", "content": { @@ -246340,7 +247304,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "installations" } @@ -246379,9 +247345,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden", "content": { @@ -246402,6 +247365,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "404": { "description": "Resource Not Found", "content": { @@ -246426,7 +247392,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "installations" } @@ -248977,9 +249945,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "404": { "description": "Resource Not Found", "content": { @@ -248999,6 +249964,9 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { @@ -249128,8 +250096,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -249168,8 +250136,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -249192,7 +250160,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -249208,7 +250178,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.22/rest/reference/users#create-a-public-ssh-key-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -249287,69 +250259,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -249418,12 +250327,77 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -249506,11 +250480,8 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -249529,6 +250500,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -249549,8 +250523,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -249573,7 +250547,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -249607,8 +250583,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -249647,8 +250623,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -249671,7 +250647,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -250064,8 +251042,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -250084,8 +251062,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -250177,7 +251155,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -250535,7 +251515,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -250984,7 +251966,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -251137,8 +252121,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -251157,8 +252141,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -251181,7 +252165,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": null } @@ -251199,7 +252185,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.22/v3/projects/#create-a-user-project" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -251508,8 +252496,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -251528,8 +252516,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -251720,8 +252708,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -251760,8 +252748,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -251784,7 +252772,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "emails" } @@ -253016,49 +254006,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "418": { "description": "Response definition missing" }, @@ -253130,12 +254077,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -253151,7 +254143,9 @@ "description": "API method documentation", "url": "https://docs.github.com/enterprise-server@2.22/v3/repos/#create-a-repository-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -254364,63 +255358,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "400": { - "description": "Bad Request", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - }, - "application/scim+json": { - "schema": { - "title": "Scim Error", - "description": "Scim Error", - "type": "object", - "properties": { - "message": { - "type": "string", - "nullable": true - }, - "documentation_url": { - "type": "string", - "nullable": true - }, - "detail": { - "type": "string", - "nullable": true - }, - "status": { - "type": "integer" - }, - "scimType": { - "type": "string", - "nullable": true - }, - "schemas": { - "type": "array", - "items": { - "type": "string" - } - } - } - } - } - } - }, "401": { "description": "Requires Authentication", "content": { @@ -254441,8 +255378,11 @@ } } }, - "403": { - "description": "Forbidden", + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -254461,8 +255401,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -254549,6 +255489,60 @@ } } } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + }, + "application/scim+json": { + "schema": { + "title": "Scim Error", + "description": "Scim Error", + "type": "object", + "properties": { + "message": { + "type": "string", + "nullable": true + }, + "documentation_url": { + "type": "string", + "nullable": true + }, + "detail": { + "type": "string", + "nullable": true + }, + "status": { + "type": "integer" + }, + "scimType": { + "type": "string", + "nullable": true + }, + "schemas": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } } }, "x-github": { @@ -255553,8 +256547,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -255593,8 +256587,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -255617,7 +256611,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -255650,9 +256646,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden", "content": { @@ -255673,6 +256666,26 @@ } } }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "404": { "description": "Resource Not Found", "content": { @@ -255693,31 +256706,16 @@ } } }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -255748,11 +256746,8 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", + "409": { + "description": "Conflict", "content": { "application/json": { "schema": { @@ -255771,6 +256766,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "404": { "description": "Resource Not Found", "content": { @@ -255791,8 +256789,8 @@ } } }, - "409": { - "description": "Conflict", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -255815,7 +256813,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -258114,8 +259114,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -258134,8 +259134,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -258158,7 +259158,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -258198,8 +259200,25 @@ "204": { "description": "Response if this repository is starred by you" }, - "304": { - "description": "Not Modified" + "404": { + "description": "Response if this repository is not starred by you", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "401": { "description": "Requires Authentication", @@ -258221,6 +259240,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -258240,32 +259262,14 @@ } } } - }, - "404": { - "description": "Response if this repository is not starred by you", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -258303,29 +259307,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -258365,12 +259346,37 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -258408,8 +259414,25 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "401": { "description": "Requires Authentication", @@ -258431,6 +259454,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -258450,32 +259476,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -259177,8 +260185,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -259197,8 +260205,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -259221,7 +260229,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -259766,8 +260776,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -259786,8 +260796,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -259810,7 +260820,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -260012,7 +261024,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -260604,7 +261618,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -263288,7 +264304,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -265980,7 +266998,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -268664,7 +269684,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -268871,7 +269893,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -269078,7 +270102,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -269125,7 +270151,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -269506,11 +270534,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -269670,7 +270700,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -269772,8 +270804,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -269799,11 +270835,13 @@ }, "emails": { "type": "array", - "items": {} + "items": { + } }, "subkeys": { "type": "array", - "items": {} + "items": { + } }, "can_sign": { "type": "boolean" @@ -269897,8 +270935,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -269933,7 +270975,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -270126,7 +271170,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -270647,7 +271693,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -270743,7 +271791,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -270905,7 +271955,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": null } @@ -274044,7 +275096,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -276728,7 +277782,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -277525,7 +278581,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -277559,7 +278617,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -279867,7 +280927,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -280578,7 +281640,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -280629,7 +281693,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -280678,7 +281744,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -280707,7 +281775,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "meta" } } diff --git a/lib/rest/static/dereferenced/github.ae.deref.json b/lib/rest/static/dereferenced/github.ae.deref.json index f3583ef071..e3507503e7 100644 --- a/lib/rest/static/dereferenced/github.ae.deref.json +++ b/lib/rest/static/dereferenced/github.ae.deref.json @@ -339,7 +339,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "meta" } } @@ -1204,7 +1206,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -1240,7 +1244,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -1393,7 +1399,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "orgs" } @@ -1469,7 +1477,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "orgs" } @@ -2791,7 +2801,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -2827,7 +2839,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -2863,7 +2877,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -3333,7 +3349,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -3367,7 +3385,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -3385,7 +3405,9 @@ "description": "API method documentation", "url": "https://docs.github.com/github-ae@latest/v3/apps/#get-the-authenticated-app" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -3685,7 +3707,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -4094,7 +4118,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -4162,7 +4188,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "webhooks" } @@ -4266,7 +4294,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "webhooks" } @@ -4846,7 +4876,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -5429,7 +5461,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -5484,7 +5518,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -6739,26 +6775,6 @@ } } }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -6779,26 +6795,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "415": { "description": "Preview Header Missing", "content": { @@ -6821,6 +6817,46 @@ } } }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -6894,7 +6930,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -7017,7 +7055,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "oauth-applications" } @@ -7061,7 +7101,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2021-05-05", "deprecationDate": "2020-02-14", "category": "apps", @@ -7550,26 +7592,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -7638,12 +7660,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "oauth-applications" } @@ -8200,7 +8244,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "oauth-applications" } @@ -8321,7 +8367,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "oauth-applications" } @@ -8826,7 +8874,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2021-05-05", "deprecationDate": "2020-02-14", "category": "apps", @@ -9307,7 +9357,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2021-05-05", "deprecationDate": "2020-02-14", "category": "apps", @@ -9352,7 +9404,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "removalDate": "2021-05-05", "deprecationDate": "2020-02-14", "category": "apps", @@ -9744,7 +9798,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -9762,7 +9818,9 @@ "description": "API method documentation", "url": "https://docs.github.com/github-ae@latest/v3/codes_of_conduct/#get-all-codes-of-conduct" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -9944,9 +10002,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "404": { "description": "Resource Not Found", "content": { @@ -9967,6 +10022,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "415": { "description": "Preview Header Missing", "content": { @@ -10105,91 +10163,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "410": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -10258,6 +10231,91 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -10287,7 +10345,9 @@ "description": "API method documentation", "url": "https://docs.github.com/github-ae@latest/v3/emojis/#get-emojis" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "content": { @@ -10309,7 +10369,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "emojis", "subcategory": null } @@ -10369,7 +10431,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "announcement" } @@ -10454,7 +10518,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "announcement" } @@ -10478,7 +10544,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "announcement" } @@ -10550,7 +10618,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "encryption-at-rest" } @@ -10621,7 +10691,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "encryption-at-rest" } @@ -10671,7 +10743,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "encryption-at-rest" } @@ -10738,7 +10812,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "encryption-at-rest" } @@ -10803,7 +10879,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "license" } @@ -11060,7 +11138,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "admin-stats" } @@ -13780,7 +13860,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -13798,7 +13880,9 @@ "description": "API method documentation", "url": "https://docs.github.com/github-ae@latest/rest/reference/activity#get-feeds" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -14061,7 +14145,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "feeds" } @@ -14434,11 +14520,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -14552,7 +14640,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -14568,7 +14658,9 @@ "description": "API method documentation", "url": "https://docs.github.com/github-ae@latest/v3/gists/#create-a-gist" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -15301,49 +15393,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -15412,12 +15461,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -15790,11 +15884,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -15881,29 +15977,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -15972,12 +16045,37 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -16350,11 +16448,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -16441,9 +16541,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "401": { "description": "Requires Authentication", "content": { @@ -16464,6 +16561,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -16488,7 +16588,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -17181,9 +17283,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden Gist", "content": { @@ -17236,12 +17335,17 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -17986,26 +18090,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -18074,12 +18158,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -18110,6 +18216,26 @@ "204": { "description": "Empty response" }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "304": { "description": "Not Modified" }, @@ -18132,32 +18258,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -18427,8 +18535,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -18447,8 +18555,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -18471,7 +18579,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -18736,8 +18846,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -18756,8 +18866,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -18780,7 +18890,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -19028,6 +19140,26 @@ "304": { "description": "Not Modified" }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "403": { "description": "Forbidden Gist", "content": { @@ -19060,32 +19192,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -19372,7 +19486,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -19415,8 +19531,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -19435,8 +19551,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -19459,7 +19575,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": "comments" } @@ -19720,6 +19838,26 @@ } } }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "304": { "description": "Not Modified" }, @@ -19742,32 +19880,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -20482,6 +20602,26 @@ } } }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "304": { "description": "Not Modified" }, @@ -20504,32 +20644,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -20880,11 +21002,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -20968,29 +21092,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -21079,12 +21180,37 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -21117,6 +21243,19 @@ "204": { "description": "Response if gist is starred" }, + "404": { + "description": "Response if gist is not starred", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + }, + "additionalProperties": false + } + } + } + }, "304": { "description": "Not Modified" }, @@ -21139,24 +21278,14 @@ } } } - }, - "404": { - "description": "Response if gist is not starred", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {}, - "additionalProperties": false - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -21187,6 +21316,26 @@ "204": { "description": "Empty response" }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "304": { "description": "Not Modified" }, @@ -21209,32 +21358,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -21268,8 +21399,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -21288,8 +21419,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -21312,7 +21443,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -22013,46 +22146,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -22121,12 +22214,54 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -22144,7 +22279,9 @@ "description": "API method documentation", "url": "https://docs.github.com/github-ae@latest/v3/gitignore/#get-all-gitignore-templates" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -22175,7 +22312,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "gitignore", "subcategory": null } @@ -22245,7 +22384,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "gitignore", "subcategory": null } @@ -23405,11 +23546,8 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -23428,8 +23566,11 @@ } } }, - "403": { - "description": "Forbidden", + "304": { + "description": "Not Modified" + }, + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -23476,7 +23617,9 @@ "description": "API method documentation", "url": "https://docs.github.com/github-ae@latest/rest/reference/apps#revoke-an-installation-access-token" }, - "parameters": [], + "parameters": [ + + ], "responses": { "204": { "description": "Empty response" @@ -23485,7 +23628,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "installations" } @@ -26068,29 +26213,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -26159,6 +26281,29 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -26321,7 +26466,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "licenses", "subcategory": null } @@ -26483,9 +26630,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden", "content": { @@ -26525,12 +26669,17 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "licenses", "subcategory": null } @@ -26548,7 +26697,9 @@ "description": "API method documentation", "url": "https://docs.github.com/github-ae@latest/v3/markdown/#render-a-markdown-document" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -26612,7 +26763,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "markdown", "subcategory": null } @@ -26630,7 +26783,9 @@ "description": "API method documentation", "url": "https://docs.github.com/github-ae@latest/v3/markdown/#render-a-markdown-document-in-raw-mode" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "text/plain": { @@ -26671,7 +26826,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "markdown", "subcategory": null } @@ -26689,7 +26846,9 @@ "description": "API method documentation", "url": "https://docs.github.com/github-ae@latest/v3/meta/#get-github-meta-information" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -26834,7 +26993,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "meta", "subcategory": null } @@ -29522,11 +29683,25 @@ } } }, - "301": { - "description": "Moved Permanently" - }, - "304": { - "description": "Not Modified" + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "403": { "description": "Forbidden", @@ -29548,31 +29723,19 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "304": { + "description": "Not Modified" + }, + "301": { + "description": "Moved Permanently" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -30327,8 +30490,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -30347,8 +30510,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -30440,7 +30603,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -30456,7 +30621,9 @@ "description": "API method documentation", "url": "https://docs.github.com/github-ae@latest/rest/reference/activity#mark-notifications-as-read" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -30499,8 +30666,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -30519,8 +30686,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -30543,7 +30710,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -31238,8 +31407,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -31258,8 +31427,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -31282,7 +31451,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -31340,7 +31511,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -31438,8 +31611,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -31458,8 +31631,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -31482,7 +31655,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -31594,8 +31769,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -31614,8 +31789,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -31638,7 +31813,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -31672,8 +31849,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -31692,8 +31869,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -31716,7 +31893,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -31756,7 +31935,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "meta" } } @@ -31912,7 +32093,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": null } @@ -32754,48 +32937,6 @@ } } }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -32891,6 +33032,48 @@ } } } + }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -35586,7 +35769,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -35784,7 +35969,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -36017,26 +36204,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -36105,12 +36272,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -36285,7 +36474,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -36499,26 +36690,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -36587,12 +36758,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -36654,7 +36847,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -36740,7 +36935,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -36862,7 +37059,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -36926,7 +37125,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "webhooks" } @@ -37466,7 +37667,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -38049,7 +38252,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": null } @@ -40954,7 +41159,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -41012,7 +41219,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -41074,7 +41283,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -41483,8 +41694,8 @@ } } }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -41503,8 +41714,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -41527,7 +41738,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -41911,26 +42124,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -41999,12 +42192,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -42086,7 +42301,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -42307,7 +42524,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "outside-collaborators" } @@ -42408,7 +42627,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "outside-collaborators" } @@ -42476,7 +42697,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "outside-collaborators" } @@ -43529,7 +43752,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -43576,7 +43801,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -43638,7 +43865,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -43680,7 +43909,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -46043,7 +46274,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -46625,26 +46858,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -46713,12 +46926,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -47271,7 +47506,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -47851,7 +48088,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -47894,7 +48133,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -49569,7 +49810,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "discussions" } @@ -51136,7 +51379,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "discussion-comments" } @@ -52691,7 +52936,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "members" } @@ -52806,7 +53053,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "members" } @@ -52977,7 +53226,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "members" } @@ -53031,7 +53282,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": "members" } @@ -53779,7 +54032,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -54499,7 +54754,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -55657,7 +55914,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -55738,7 +55997,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -55797,7 +56058,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -56048,7 +56311,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -56308,8 +56573,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -56328,8 +56593,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -56658,8 +56923,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -56678,8 +56943,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -56792,26 +57057,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -56836,6 +57081,26 @@ } } }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "404": { "description": "Resource Not Found", "content": { @@ -56927,7 +57192,8 @@ "application/json": { "schema": { "type": "object", - "properties": {}, + "properties": { + }, "additionalProperties": false } } @@ -56936,26 +57202,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -56994,6 +57240,61 @@ } } }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "503": { + "description": "Service Unavailable", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "errors": { + "type": "array", + "items": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + } + } + } + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -57062,41 +57363,6 @@ } } } - }, - "503": { - "description": "Service Unavailable", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "errors": { - "type": "array", - "items": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - } - } - } - } - } - } - } - } } }, "x-github": { @@ -57218,26 +57484,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -57277,6 +57523,26 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -57415,8 +57681,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -57435,8 +57701,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -57499,8 +57765,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -57519,8 +57785,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -57855,8 +58121,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -57875,8 +58141,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -58206,8 +58472,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -58226,8 +58492,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -58443,7 +58709,8 @@ "application/json": { "schema": { "type": "object", - "properties": {}, + "properties": { + }, "additionalProperties": false } } @@ -58452,26 +58719,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -58521,6 +58768,26 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -58843,8 +59110,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -58863,8 +59130,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -59240,29 +59507,12 @@ } } }, + "404": { + "description": "Response if the authenticated user does not have access to the project" + }, "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -59287,8 +59537,25 @@ } } }, - "404": { - "description": "Response if the authenticated user does not have access to the project" + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "410": { "description": "Gone", @@ -59383,26 +59650,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -59427,8 +59674,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -59466,6 +59713,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -59695,49 +59962,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -59848,6 +60072,49 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -59921,49 +60188,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -60074,6 +60298,49 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -60126,46 +60393,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -60208,6 +60435,26 @@ } } }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -60276,6 +60523,26 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -60489,49 +60756,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -60642,6 +60866,49 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -60793,8 +61060,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -60813,8 +61080,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -60965,26 +61232,6 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -61034,6 +61281,26 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -61063,7 +61330,9 @@ "description": "API method documentation", "url": "https://docs.github.com/github-ae@latest/v3/rate_limit/#get-rate-limit-status-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -61318,7 +61587,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "rate-limit", "subcategory": null } @@ -61353,8 +61624,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -61373,8 +61644,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -65629,9 +65900,6 @@ } } }, - "301": { - "description": "Moved Permanently" - }, "403": { "description": "Forbidden", "content": { @@ -65671,6 +65939,9 @@ } } } + }, + "301": { + "description": "Moved Permanently" } }, "x-github": { @@ -69876,26 +70147,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -69964,6 +70215,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -70064,7 +70335,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -70299,7 +70572,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "assignees" } @@ -70371,7 +70646,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "assignees" } @@ -71232,7 +71509,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -72598,26 +72877,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "415": { "description": "Preview Header Missing", "content": { @@ -72639,12 +72898,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -74505,26 +74786,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "415": { "description": "Preview Header Missing", "content": { @@ -74576,6 +74837,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -74658,7 +74939,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -74743,7 +75026,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -74826,7 +75111,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -74897,7 +75184,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -75939,7 +76228,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -76361,7 +76652,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -76581,7 +76874,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -76632,7 +76927,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -76718,7 +77015,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -76805,46 +77104,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -76913,12 +77172,54 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "contexts", "category": "repos", "subcategory": "branches" @@ -77005,26 +77306,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -77093,12 +77374,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "contexts", "category": "repos", "subcategory": "branches" @@ -77278,7 +77581,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "contexts", "category": "repos", "subcategory": "branches" @@ -77720,7 +78025,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -77771,7 +78078,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -78140,7 +78449,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -78582,7 +78893,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "apps", "category": "repos", "subcategory": "branches" @@ -79025,7 +79338,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "apps", "category": "repos", "subcategory": "branches" @@ -79468,7 +79783,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "apps", "category": "repos", "subcategory": "branches" @@ -79710,7 +80027,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -80024,7 +80343,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "teams", "category": "repos", "subcategory": "branches" @@ -80339,7 +80660,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "teams", "category": "repos", "subcategory": "branches" @@ -80654,7 +80977,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "teams", "category": "repos", "subcategory": "branches" @@ -80873,7 +81198,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "branches" } @@ -81164,7 +81491,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "users", "category": "repos", "subcategory": "branches" @@ -81456,7 +81785,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "users", "category": "repos", "subcategory": "branches" @@ -81748,7 +82079,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "requestBodyParameterName": "users", "category": "repos", "subcategory": "branches" @@ -82717,7 +83050,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "checks", "subcategory": "runs" } @@ -83342,7 +83677,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "checks", "subcategory": "runs" } @@ -84185,7 +84522,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "checks", "subcategory": "runs" } @@ -84353,7 +84692,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "checks", "subcategory": "runs" } @@ -85436,7 +85777,9 @@ "url": "https://api.github.com/repos/github/hello-world/check-suites/5", "before": "146e867f55c26428e5f9fade55a9bbf5e95a7912", "after": "d6fde92930d4715a2b49857d24b940956b26d2d3", - "pull_requests": [], + "pull_requests": [ + + ], "created_at": "2017-07-08T16:18:44-04:00", "updated_at": "2017-07-08T16:18:44-04:00", "app": { @@ -85614,7 +85957,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "checks", "subcategory": "suites" } @@ -86838,7 +87183,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "checks", "subcategory": "suites" } @@ -87909,7 +88256,9 @@ "url": "https://api.github.com/repos/github/hello-world/check-suites/5", "before": "146e867f55c26428e5f9fade55a9bbf5e95a7912", "after": "d6fde92930d4715a2b49857d24b940956b26d2d3", - "pull_requests": [], + "pull_requests": [ + + ], "created_at": "2017-07-08T16:18:44-04:00", "updated_at": "2017-07-08T16:18:44-04:00", "app": { @@ -88087,7 +88436,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "checks", "subcategory": "suites" } @@ -88791,7 +89142,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "checks", "subcategory": "runs" } @@ -88844,7 +89197,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "checks", "subcategory": "suites" } @@ -89113,7 +89468,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -89168,7 +89525,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -90174,26 +90533,6 @@ "204": { "description": "Response when person is already a collaborator" }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -90262,13 +90601,35 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -90318,7 +90679,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -90552,7 +90915,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "collaborators" } @@ -91623,7 +91988,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "comments" } @@ -91694,7 +92061,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "comments" } @@ -93354,6 +93723,26 @@ } } }, + "500": { + "description": "Internal Error", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "400": { "description": "Bad Request", "content": { @@ -93447,32 +93836,14 @@ } } } - }, - "500": { - "description": "Internal Error", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "commits" } @@ -94488,7 +94859,9 @@ "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "comments" } @@ -99039,26 +99412,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -99128,6 +99481,26 @@ } } }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "500": { "description": "Internal Error", "content": { @@ -99152,7 +99525,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "commits" } @@ -99856,7 +100231,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "checks", "subcategory": "runs" } @@ -100978,7 +101355,9 @@ "url": "https://api.github.com/repos/github/hello-world/check-suites/5", "before": "146e867f55c26428e5f9fade55a9bbf5e95a7912", "after": "d6fde92930d4715a2b49857d24b940956b26d2d3", - "pull_requests": [], + "pull_requests": [ + + ], "app": { "id": 1, "slug": "octoapp", @@ -101165,7 +101544,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "checks", "subcategory": "suites" } @@ -101964,7 +102345,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statuses" } @@ -102241,7 +102624,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statuses" } @@ -104243,8 +104628,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "500": { + "description": "Internal Error", "content": { "application/json": { "schema": { @@ -104263,8 +104648,8 @@ } } }, - "500": { - "description": "Internal Error", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -104287,7 +104672,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "commits" } @@ -104954,8 +105341,25 @@ } } }, - "302": { - "description": "Found" + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "403": { "description": "Forbidden", @@ -104977,31 +105381,16 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "302": { + "description": "Found" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -105589,26 +105978,6 @@ } } }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -105677,12 +106046,34 @@ } } } + }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -105986,46 +106377,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -106095,6 +106446,46 @@ } } }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "503": { "description": "Service Unavailable", "content": { @@ -106120,7 +106511,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -106359,7 +106752,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -106495,7 +106890,8 @@ }, "payload": { "type": "object", - "properties": {} + "properties": { + } }, "original_environment": { "type": "string", @@ -106934,7 +107330,8 @@ "sha": "a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d", "ref": "topic-branch", "task": "deploy", - "payload": {}, + "payload": { + }, "original_environment": "staging", "environment": "production", "description": "Deploy request from hubot", @@ -107150,7 +107547,8 @@ }, "payload": { "type": "object", - "properties": {} + "properties": { + } }, "original_environment": { "type": "string", @@ -107588,7 +107986,8 @@ "sha": "a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d", "ref": "topic-branch", "task": "deploy", - "payload": {}, + "payload": { + }, "original_environment": "staging", "environment": "production", "description": "Deploy request from hubot", @@ -107629,7 +108028,8 @@ "sha": "a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d", "ref": "topic-branch", "task": "deploy", - "payload": {}, + "payload": { + }, "original_environment": "staging", "environment": "production", "description": "Deploy request from hubot", @@ -107884,7 +108284,8 @@ }, "payload": { "type": "object", - "properties": {} + "properties": { + } }, "original_environment": { "type": "string", @@ -108321,7 +108722,8 @@ "sha": "a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d", "ref": "topic-branch", "task": "deploy", - "payload": {}, + "payload": { + }, "original_environment": "staging", "environment": "production", "description": "Deploy request from hubot", @@ -108488,7 +108890,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "deployments" } @@ -113138,7 +113542,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -113925,7 +114331,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "forks" } @@ -115127,46 +115535,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -115235,12 +115603,54 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "forks" } @@ -115340,26 +115750,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -115400,6 +115790,26 @@ } } }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -115473,7 +115883,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "blobs" } @@ -115575,26 +115987,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -115683,12 +116075,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "blobs" } @@ -115993,26 +116407,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -116081,12 +116475,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "commits" } @@ -116333,7 +116749,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "commits" } @@ -116481,7 +116899,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -116608,7 +117028,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -116814,7 +117236,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -117017,7 +117441,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -117137,7 +117563,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "refs" } @@ -117461,7 +117889,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "tags" } @@ -117669,7 +118099,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "tags" } @@ -117905,46 +118337,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -118013,12 +118405,54 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "trees" } @@ -118226,26 +118660,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -118314,12 +118728,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "git", "subcategory": "trees" } @@ -118595,7 +119031,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -118906,26 +119344,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -119014,12 +119432,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -119272,7 +119712,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -119583,26 +120025,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -119671,12 +120093,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -119746,7 +120190,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -119840,7 +120286,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -119970,7 +120418,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -120042,7 +120492,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -120114,7 +120566,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "webhooks" } @@ -120685,7 +121139,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -121690,7 +122146,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -122695,7 +123153,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -122746,7 +123206,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -125040,26 +125502,6 @@ "301": { "description": "Moved Permanently" }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -125128,6 +125570,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -127598,46 +128060,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "410": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -127727,13 +128149,55 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": null } @@ -128366,26 +128830,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -128454,6 +128898,26 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -129737,7 +130201,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "comments" } @@ -129788,7 +130254,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "comments" } @@ -137047,26 +137515,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -137106,6 +137554,26 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -139484,9 +139952,6 @@ "301": { "description": "Moved Permanently" }, - "304": { - "description": "Not Modified" - }, "404": { "description": "Resource Not Found", "content": { @@ -139526,6 +139991,9 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { @@ -141982,69 +142450,6 @@ } } }, - "301": { - "description": "Moved Permanently" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "410": { - "description": "Gone", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -142134,12 +142539,77 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "301": { + "description": "Moved Permanently" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "410": { + "description": "Gone", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": null } @@ -144378,7 +144848,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "assignees" } @@ -146615,7 +147087,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "assignees" } @@ -147902,26 +148376,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "410": { "description": "Gone", "content": { @@ -148010,13 +148464,35 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "comments" } @@ -148535,7 +149011,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -148781,7 +149259,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -149024,7 +149504,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -149095,7 +149577,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -149266,7 +149750,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -149356,8 +149842,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "410": { + "description": "Gone", "content": { "application/json": { "schema": { @@ -149376,8 +149862,8 @@ } } }, - "410": { - "description": "Gone", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -149469,7 +149955,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": null } @@ -149560,7 +150048,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": null } @@ -150871,7 +151361,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "keys" } @@ -151066,7 +151558,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "keys" } @@ -151184,7 +151678,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "keys" } @@ -151235,7 +151731,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "keys" } @@ -151404,7 +151902,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -151546,26 +152046,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -151634,12 +152114,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -151776,7 +152278,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -151919,7 +152423,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -151969,7 +152475,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -152033,7 +152541,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -152242,7 +152752,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "licenses", "subcategory": null } @@ -152896,26 +153408,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "response", "content": { @@ -152975,6 +153467,26 @@ } } }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -153048,7 +153560,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "merging" } @@ -153451,7 +153965,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -153896,7 +154412,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -154234,7 +154752,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -154588,7 +155108,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -154659,7 +155181,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "milestones" } @@ -154817,7 +155341,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "issues", "subcategory": "labels" } @@ -155589,7 +156115,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -155646,7 +156174,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "notifications" } @@ -155793,7 +156323,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -155957,48 +156489,6 @@ } } }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -156067,6 +156557,48 @@ } } } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -156177,6 +156709,75 @@ "204": { "description": "Empty response" }, + "422": { + "description": "Validation Failed", + "content": { + "application/json": { + "schema": { + "title": "Validation Error", + "description": "Validation Error", + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "errors": { + "type": "array", + "items": { + "type": "object", + "required": [ + "code" + ], + "properties": { + "resource": { + "type": "string" + }, + "field": { + "type": "string" + }, + "message": { + "type": "string" + }, + "code": { + "type": "string" + }, + "index": { + "type": "integer" + }, + "value": { + "oneOf": [ + { + "type": "string", + "nullable": true + }, + { + "type": "integer", + "nullable": true + }, + { + "type": "array", + "nullable": true, + "items": { + "type": "string" + } + } + ] + } + } + } + } + } + } + } + } + }, "400": { "description": "Bad Request", "content": { @@ -156230,81 +156831,14 @@ } } } - }, - "422": { - "description": "Validation Failed", - "content": { - "application/json": { - "schema": { - "title": "Validation Error", - "description": "Validation Error", - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "errors": { - "type": "array", - "items": { - "type": "object", - "required": [ - "code" - ], - "properties": { - "resource": { - "type": "string" - }, - "field": { - "type": "string" - }, - "message": { - "type": "string" - }, - "code": { - "type": "string" - }, - "index": { - "type": "integer" - }, - "value": { - "oneOf": [ - { - "type": "string", - "nullable": true - }, - { - "type": "integer", - "nullable": true - }, - { - "type": "array", - "nullable": true, - "items": { - "type": "string" - } - } - ] - } - } - } - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -156342,48 +156876,6 @@ "204": { "description": "Empty response" }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -156452,6 +156944,48 @@ } } } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -156744,7 +157278,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -156818,7 +157354,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -157068,7 +157606,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -157326,7 +157866,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "pages" } @@ -162285,7 +162827,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -165462,7 +166006,9 @@ "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -167131,7 +167677,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "comments" } @@ -171149,8 +171697,8 @@ "304": { "description": "Not Modified" }, - "404": { - "description": "Resource Not Found", + "500": { + "description": "Internal Error", "content": { "application/json": { "schema": { @@ -171169,8 +171717,8 @@ } } }, - "500": { - "description": "Internal Error", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -171193,7 +171741,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -174268,26 +174818,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -174356,12 +174886,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -175505,26 +176057,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -175593,6 +176125,26 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -176154,7 +176706,9 @@ "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "comments" } @@ -176802,7 +177356,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -177059,7 +177615,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -177114,7 +177672,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -177226,46 +177786,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "405": { "description": "Response if merge cannot be performed", "content": { @@ -177384,13 +177904,55 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": null } @@ -177631,7 +178193,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "review-requests" } @@ -181560,6 +182124,9 @@ } } }, + "422": { + "description": "Response if user is not a collaborator" + }, "403": { "description": "Forbidden", "content": { @@ -181579,16 +182146,15 @@ } } } - }, - "422": { - "description": "Response if user is not a collaborator" } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "review-requests" } @@ -181742,7 +182308,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "review-requests" } @@ -182085,7 +182653,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -182472,26 +183042,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -182521,13 +183071,35 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -182868,7 +183440,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -183238,7 +183812,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -183553,26 +184129,6 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -183602,12 +184158,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -184091,7 +184669,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -184484,7 +185064,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -184828,26 +185410,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -184897,12 +185459,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "pulls", "subcategory": "reviews" } @@ -184987,48 +185571,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "415": { - "description": "Preview Header Missing", - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -185097,6 +185639,48 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "415": { + "description": "Preview Header Missing", + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { @@ -185369,7 +185953,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -185948,7 +186534,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -186600,7 +187188,9 @@ "triggersNotification": true, "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -186878,9 +187468,6 @@ } } }, - "302": { - "description": "Found" - }, "404": { "description": "Resource Not Found", "content": { @@ -186922,12 +187509,17 @@ } } } + }, + "302": { + "description": "Found" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -187234,7 +187826,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -187285,7 +187879,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -187813,7 +188409,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -188370,7 +188968,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -188927,7 +189527,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -189505,7 +190107,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -189556,7 +190160,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -189869,7 +190475,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -190184,7 +190792,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "releases" } @@ -190636,7 +191246,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -190706,7 +191318,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -190811,7 +191425,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -191060,7 +191676,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -191260,7 +191878,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -191340,7 +191960,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statistics" } @@ -191633,7 +192255,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "statuses" } @@ -191848,7 +192472,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -191947,6 +192573,9 @@ } } }, + "404": { + "description": "Response if you don't subscribe to the repository" + }, "403": { "description": "Forbidden", "content": { @@ -191966,15 +192595,14 @@ } } } - }, - "404": { - "description": "Response if you don't subscribe to the repository" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -192094,7 +192722,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -192136,7 +192766,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -192276,7 +192908,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -192336,7 +192970,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -192574,7 +193210,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -192643,14 +193281,16 @@ } } }, - "404": { - "description": "Resource Not Found", + "415": { + "description": "Preview Header Missing", "content": { "application/json": { "schema": { - "title": "Basic Error", - "description": "Basic Error", "type": "object", + "required": [ + "message", + "documentation_url" + ], "properties": { "message": { "type": "string" @@ -192663,16 +193303,14 @@ } } }, - "415": { - "description": "Preview Header Missing", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { + "title": "Basic Error", + "description": "Basic Error", "type": "object", - "required": [ - "message", - "documentation_url" - ], "properties": { "message": { "type": "string" @@ -192791,14 +193429,16 @@ } } }, - "404": { - "description": "Resource Not Found", + "415": { + "description": "Preview Header Missing", "content": { "application/json": { "schema": { - "title": "Basic Error", - "description": "Basic Error", "type": "object", + "required": [ + "message", + "documentation_url" + ], "properties": { "message": { "type": "string" @@ -192811,16 +193451,14 @@ } } }, - "415": { - "description": "Preview Header Missing", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { + "title": "Basic Error", + "description": "Basic Error", "type": "object", - "required": [ - "message", - "documentation_url" - ], "properties": { "message": { "type": "string" @@ -194041,7 +194679,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -194199,7 +194839,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "contents" } @@ -196032,9 +196674,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "422": { "description": "Validation Failed", "content": { @@ -196103,12 +196742,17 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -196914,15 +197558,16 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "503": { + "description": "Service Unavailable", "content": { "application/json": { "schema": { - "title": "Basic Error", - "description": "Basic Error", "type": "object", "properties": { + "code": { + "type": "string" + }, "message": { "type": "string" }, @@ -197003,16 +197648,15 @@ } } }, - "503": { - "description": "Service Unavailable", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { + "title": "Basic Error", + "description": "Basic Error", "type": "object", "properties": { - "code": { - "type": "string" - }, "message": { "type": "string" }, @@ -197028,7 +197672,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "search", "subcategory": null } @@ -198039,7 +198685,8 @@ "type": "User", "site_admin": false }, - "committer": {}, + "committer": { + }, "parents": [ { "url": "https://api.github.com/repos/octocat/Spoon-Knife/commits/a30c19e3f13765a3b48829788bc1cb8b4e95cee4", @@ -198168,7 +198815,7 @@ "/search/issues": { "get": { "summary": "Search issues and pull requests", - "description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/github-ae@latest/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/github-ae@latest/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, whick means the oldest issues appear first in the search results.\n\n**Note:** For [user-to-server](https://docs.github.com/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"", + "description": "Find issues by state and keyword. This method returns up to 100 results [per page](https://docs.github.com/github-ae@latest/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for issues, you can get text match metadata for the issue **title**, issue **body**, and issue **comment body** fields when you pass the `text-match` media type. For more details about how to receive highlighted\nsearch results, see [Text match metadata](https://docs.github.com/github-ae@latest/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the oldest unresolved Python bugs on Windows. Your query might look something like this.\n\n`q=windows+label:bug+language:python+state:open&sort=created&order=asc`\n\nThis query searches for the keyword `windows`, within any open issue that is labeled as `bug`. The search runs across repositories whose primary language is Python. The results are sorted by creation date in ascending order, which means the oldest issues appear first in the search results.\n\n**Note:** For [user-to-server](https://docs.github.com/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) GitHub App requests, you can't retrieve a combination of issues and pull requests in a single query. Requests that don't include the `is:issue` or `is:pull-request` qualifier will receive an HTTP `422 Unprocessable Entity` response. To get results for both issues and pull requests, you must send separate queries for issues and pull requests. For more information about the `is` qualifier, see \"[Searching only issues or pull requests](https://docs.github.com/github/searching-for-information-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests).\"", "tags": [ "search" ], @@ -200374,18 +201021,16 @@ } } }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", + "503": { + "description": "Service Unavailable", "content": { "application/json": { "schema": { - "title": "Basic Error", - "description": "Basic Error", "type": "object", "properties": { + "code": { + "type": "string" + }, "message": { "type": "string" }, @@ -200466,16 +201111,18 @@ } } }, - "503": { - "description": "Service Unavailable", + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { + "title": "Basic Error", + "description": "Basic Error", "type": "object", "properties": { - "code": { - "type": "string" - }, "message": { "type": "string" }, @@ -200491,7 +201138,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "search", "subcategory": null } @@ -200693,8 +201342,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -200713,8 +201362,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -200806,7 +201455,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "search", "subcategory": null } @@ -201587,8 +202238,26 @@ } } }, - "304": { - "description": "Not Modified" + "503": { + "description": "Service Unavailable", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "422": { "description": "Validation Failed", @@ -201659,26 +202328,8 @@ } } }, - "503": { - "description": "Service Unavailable", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "304": { + "description": "Not Modified" } }, "x-github": { @@ -202342,6 +202993,27 @@ "304": { "description": "Not Modified" }, + "503": { + "description": "Service Unavailable", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "422": { "description": "Validation Failed", "content": { @@ -202410,33 +203082,14 @@ } } } - }, - "503": { - "description": "Service Unavailable", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "search", "subcategory": null } @@ -202980,7 +203633,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -203551,26 +204206,6 @@ } } }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -203659,12 +204294,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -203790,7 +204447,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -205435,7 +206094,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -206972,7 +207633,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -208375,7 +209038,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -208425,7 +209090,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -208466,26 +209133,6 @@ "204": { "description": "Empty response" }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Response if team synchronization is set up" }, @@ -208552,12 +209199,34 @@ } } } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -208605,7 +209274,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -208731,7 +209402,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -208846,26 +209519,6 @@ "403": { "description": "Response if team synchronization is set up" }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Response if you attempt to add an organization to a team", "content": { @@ -208915,12 +209568,34 @@ } } } + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -208968,7 +209643,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -209978,7 +210655,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -210712,7 +211391,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -211864,7 +212545,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -212026,7 +212709,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -212079,7 +212764,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -212320,8 +213007,8 @@ } } }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -212340,8 +213027,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -212433,7 +213120,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "removalDate": "2021-02-01", "deprecationDate": "2020-01-21", "category": "teams", @@ -212454,7 +213143,9 @@ "description": "API method documentation", "url": "https://docs.github.com/github-ae@latest/v3/users/#get-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "responses": { "200": { "description": "response", @@ -213013,8 +213704,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -213033,8 +213724,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -213057,7 +213748,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -213073,7 +213766,9 @@ "description": "API method documentation", "url": "https://docs.github.com/github-ae@latest/v3/users/#update-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -213435,8 +214130,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -213475,8 +214170,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -213568,7 +214263,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -213766,8 +214463,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -213786,8 +214483,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -213810,7 +214507,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -214008,8 +214707,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -214028,8 +214727,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -214052,7 +214751,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -214084,11 +214785,8 @@ "204": { "description": "Response if the person is followed by the authenticated user" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Response if the person is not followed by the authenticated user", "content": { "application/json": { "schema": { @@ -214107,6 +214805,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -214127,8 +214828,8 @@ } } }, - "404": { - "description": "Response if the person is not followed by the authenticated user", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -214151,7 +214852,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -214184,8 +214887,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -214224,8 +214927,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -214248,7 +214951,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -214281,8 +214986,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -214321,8 +215026,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -214345,7 +215050,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -214439,8 +215146,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -214466,11 +215177,13 @@ }, "emails": { "type": "array", - "items": {} + "items": { + } }, "subkeys": { "type": "array", - "items": {} + "items": { + } }, "can_sign": { "type": "boolean" @@ -214564,8 +215277,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -214599,8 +215316,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -214639,8 +215356,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -214663,7 +215380,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -214679,7 +215398,9 @@ "description": "API method documentation", "url": "https://docs.github.com/github-ae@latest/rest/reference/users#create-a-gpg-key-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -214752,8 +215473,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -214779,11 +215504,13 @@ }, "emails": { "type": "array", - "items": {} + "items": { + } }, "subkeys": { "type": "array", - "items": {} + "items": { + } }, "can_sign": { "type": "boolean" @@ -214875,8 +215602,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -214898,69 +215629,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -215029,12 +215697,77 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -215117,8 +215850,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -215144,11 +215881,13 @@ }, "emails": { "type": "array", - "items": {} + "items": { + } }, "subkeys": { "type": "array", - "items": {} + "items": { + } }, "can_sign": { "type": "boolean" @@ -215240,8 +215979,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -215263,49 +216006,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -215325,12 +216025,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -215361,49 +216106,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "404": { "description": "Resource Not Found", "content": { @@ -215492,12 +216194,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -216118,8 +216865,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -216138,8 +216885,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -216184,7 +216931,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "installations" } @@ -217357,8 +218106,25 @@ } } }, - "304": { - "description": "Not Modified" + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "403": { "description": "Forbidden", @@ -217380,25 +218146,8 @@ } } }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "304": { + "description": "Not Modified" } }, "x-github": { @@ -217451,9 +218200,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden", "content": { @@ -217474,6 +218220,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "404": { "description": "Resource Not Found", "content": { @@ -217498,7 +218247,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "installations" } @@ -217537,9 +218288,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden", "content": { @@ -217560,6 +218308,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "404": { "description": "Resource Not Found", "content": { @@ -217584,7 +218335,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": "installations" } @@ -220135,9 +220888,6 @@ } } }, - "304": { - "description": "Not Modified" - }, "404": { "description": "Resource Not Found", "content": { @@ -220157,6 +220907,9 @@ } } } + }, + "304": { + "description": "Not Modified" } }, "x-github": { @@ -220286,8 +221039,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -220326,8 +221079,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -220350,7 +221103,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -220366,7 +221121,9 @@ "description": "API method documentation", "url": "https://docs.github.com/github-ae@latest/rest/reference/users#create-a-public-ssh-key-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -220445,69 +221202,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "422": { "description": "Validation Failed", "content": { @@ -220576,12 +221270,77 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -220664,11 +221423,8 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -220687,6 +221443,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -220707,8 +221466,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -220731,7 +221490,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -220765,8 +221526,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -220805,8 +221566,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -220829,7 +221590,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -221222,8 +221985,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -221242,8 +222005,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -221335,7 +222098,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -221693,7 +222458,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -222142,7 +222909,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": "members" } @@ -222295,8 +223064,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -222315,8 +223084,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -222339,7 +223108,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": null } @@ -222357,7 +223128,9 @@ "description": "API method documentation", "url": "https://docs.github.com/github-ae@latest/v3/projects/#create-a-user-project" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -222666,8 +223439,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -222686,8 +223459,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -224000,49 +224773,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "418": { "description": "Response definition missing" }, @@ -224114,12 +224844,57 @@ } } } + }, + "304": { + "description": "Not Modified" + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": null } @@ -224135,7 +224910,9 @@ "description": "API method documentation", "url": "https://docs.github.com/github-ae@latest/v3/repos/#create-a-repository-for-the-authenticated-user" }, - "parameters": [], + "parameters": [ + + ], "requestBody": { "content": { "application/json": { @@ -225348,63 +226125,6 @@ } } }, - "304": { - "description": "Not Modified" - }, - "400": { - "description": "Bad Request", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - }, - "application/scim+json": { - "schema": { - "title": "Scim Error", - "description": "Scim Error", - "type": "object", - "properties": { - "message": { - "type": "string", - "nullable": true - }, - "documentation_url": { - "type": "string", - "nullable": true - }, - "detail": { - "type": "string", - "nullable": true - }, - "status": { - "type": "integer" - }, - "scimType": { - "type": "string", - "nullable": true - }, - "schemas": { - "type": "array", - "items": { - "type": "string" - } - } - } - } - } - } - }, "401": { "description": "Requires Authentication", "content": { @@ -225425,8 +226145,11 @@ } } }, - "403": { - "description": "Forbidden", + "304": { + "description": "Not Modified" + }, + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -225445,8 +226168,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -225533,6 +226256,60 @@ } } } + }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + }, + "application/scim+json": { + "schema": { + "title": "Scim Error", + "description": "Scim Error", + "type": "object", + "properties": { + "message": { + "type": "string", + "nullable": true + }, + "documentation_url": { + "type": "string", + "nullable": true + }, + "detail": { + "type": "string", + "nullable": true + }, + "status": { + "type": "integer" + }, + "scimType": { + "type": "string", + "nullable": true + }, + "schemas": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } } }, "x-github": { @@ -226537,8 +227314,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -226577,8 +227354,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -226601,7 +227378,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -226634,9 +227413,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, "403": { "description": "Forbidden", "content": { @@ -226657,6 +227433,26 @@ } } }, + "409": { + "description": "Conflict", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, "404": { "description": "Resource Not Found", "content": { @@ -226677,31 +227473,16 @@ } } }, - "409": { - "description": "Conflict", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -226732,11 +227513,8 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, - "403": { - "description": "Forbidden", + "409": { + "description": "Conflict", "content": { "application/json": { "schema": { @@ -226755,6 +227533,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "404": { "description": "Resource Not Found", "content": { @@ -226775,8 +227556,8 @@ } } }, - "409": { - "description": "Conflict", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -226799,7 +227580,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "repos", "subcategory": "invitations" } @@ -229098,8 +229881,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -229118,8 +229901,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -229142,7 +229925,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -229182,8 +229967,25 @@ "204": { "description": "Response if this repository is starred by you" }, - "304": { - "description": "Not Modified" + "404": { + "description": "Response if this repository is not starred by you", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "401": { "description": "Requires Authentication", @@ -229205,6 +230007,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -229224,32 +230029,14 @@ } } } - }, - "404": { - "description": "Response if this repository is not starred by you", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -229287,29 +230074,6 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" - }, - "401": { - "description": "Requires Authentication", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - }, "403": { "description": "Forbidden", "content": { @@ -229349,12 +230113,37 @@ } } } + }, + "401": { + "description": "Requires Authentication", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + }, + "304": { + "description": "Not Modified" } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -229392,8 +230181,25 @@ "204": { "description": "Empty response" }, - "304": { - "description": "Not Modified" + "404": { + "description": "Resource Not Found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } }, "401": { "description": "Requires Authentication", @@ -229415,6 +230221,9 @@ } } }, + "304": { + "description": "Not Modified" + }, "403": { "description": "Forbidden", "content": { @@ -229434,32 +230243,14 @@ } } } - }, - "404": { - "description": "Resource Not Found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } } }, "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -230161,8 +230952,8 @@ "304": { "description": "Not Modified" }, - "401": { - "description": "Requires Authentication", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -230181,8 +230972,8 @@ } } }, - "403": { - "description": "Forbidden", + "401": { + "description": "Requires Authentication", "content": { "application/json": { "schema": { @@ -230205,7 +230996,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -230751,8 +231544,8 @@ "304": { "description": "Not Modified" }, - "403": { - "description": "Forbidden", + "404": { + "description": "Resource Not Found", "content": { "application/json": { "schema": { @@ -230771,8 +231564,8 @@ } } }, - "404": { - "description": "Resource Not Found", + "403": { + "description": "Forbidden", "content": { "application/json": { "schema": { @@ -230795,7 +231588,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "teams", "subcategory": null } @@ -230997,7 +231792,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -231598,7 +232395,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -234282,7 +235081,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -236974,7 +237775,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -239658,7 +240461,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -239865,7 +240670,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -240072,7 +240879,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -240119,7 +240928,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "followers" } @@ -240500,11 +241311,13 @@ }, "forks": { "type": "array", - "items": {} + "items": { + } }, "history": { "type": "array", - "items": {} + "items": { + } } }, "required": [ @@ -240664,7 +241477,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "gists", "subcategory": null } @@ -240766,8 +241581,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -240793,11 +241612,13 @@ }, "emails": { "type": "array", - "items": {} + "items": { + } }, "subkeys": { "type": "array", - "items": {} + "items": { + } }, "can_sign": { "type": "boolean" @@ -240891,8 +241712,12 @@ "primary_key_id": 3, "key_id": "4A595D4C72EE49C7", "public_key": "zsBNBFayYZ...", - "emails": [], - "subkeys": [], + "emails": [ + + ], + "subkeys": [ + + ], "can_sign": false, "can_encrypt_comms": true, "can_encrypt_storage": true, @@ -240927,7 +241752,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "gpg-keys" } @@ -241120,7 +241947,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": null } @@ -241660,7 +242489,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "apps", "subcategory": null } @@ -241756,7 +242587,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "users", "subcategory": "keys" } @@ -241918,7 +242751,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "orgs", "subcategory": null } @@ -245057,7 +245892,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -247741,7 +248578,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "events" } @@ -250810,7 +251649,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "starring" } @@ -251521,7 +252362,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "activity", "subcategory": "watching" } @@ -251572,7 +252415,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -251621,7 +252466,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "previews": [], + "previews": [ + + ], "category": "enterprise-admin", "subcategory": "users" } @@ -251650,7 +252497,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "previews": [], + "previews": [ + + ], "category": "meta" } } From 9340ce03f6bf8617932e853c4cebeabeffffca58 Mon Sep 17 00:00:00 2001 From: Matt Pollard Date: Fri, 27 Nov 2020 07:46:33 +0100 Subject: [PATCH 4/6] Reorganize content on labeling (#16402) --- .../about-labels.md | 42 -------- ...ying-labels-to-issues-and-pull-requests.md | 29 ------ .../creating-a-label.md | 35 ------- .../deleting-a-label.md | 24 ----- .../editing-a-label.md | 29 ------ .../managing-your-work-on-github/index.md | 9 +- .../labeling-issues-and-pull-requests.md | 12 --- .../managing-labels.md | 98 +++++++++++++++++++ ...our-work-with-issues-and-pull-requests.md} | 3 +- 9 files changed, 102 insertions(+), 179 deletions(-) delete mode 100644 content/github/managing-your-work-on-github/about-labels.md delete mode 100644 content/github/managing-your-work-on-github/applying-labels-to-issues-and-pull-requests.md delete mode 100644 content/github/managing-your-work-on-github/creating-a-label.md delete mode 100644 content/github/managing-your-work-on-github/deleting-a-label.md delete mode 100644 content/github/managing-your-work-on-github/editing-a-label.md delete mode 100644 content/github/managing-your-work-on-github/labeling-issues-and-pull-requests.md create mode 100644 content/github/managing-your-work-on-github/managing-labels.md rename content/github/managing-your-work-on-github/{managing-your-work-with-issues.md => managing-your-work-with-issues-and-pull-requests.md} (70%) diff --git a/content/github/managing-your-work-on-github/about-labels.md b/content/github/managing-your-work-on-github/about-labels.md deleted file mode 100644 index a31b995ee4..0000000000 --- a/content/github/managing-your-work-on-github/about-labels.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: About labels -intro: 'Labels on {% data variables.product.product_name %} help you organize and prioritize your work. You can apply labels to issues and pull requests to signify priority, category, or any other information you find useful.' -redirect_from: - - /articles/about-labels -versions: - free-pro-team: '*' - enterprise-server: '*' - github-ae: '*' ---- - -Labels are tied to the repository they are created in. Once a label exists, you can use it on any issue or pull request within that repository. For more information, see "[Creating a label](/articles/creating-a-label/)." - -Anyone with read access to a repository can view and search the repository’s labels. To create, edit, apply, or delete a label, you must have write access to the repository. - -### Using default labels - -{% data variables.product.product_name %} provides default labels in every new repository. You can use these default labels to help create a standard workflow in a repository: - -Label | Description ---- | --- -`bug` | Indicates an unexpected problem or unintended behavior -`documentation` | Indicates a need for improvements or additions to documentation -`duplicate` | Indicates similar issues or pull requests -`enhancement` | Indicates new feature requests -`good first issue` | Indicates a good issue for first-time contributors -`help wanted` | Indicates that a maintainer wants help on an issue or pull request -`invalid` | Indicates that an issue or pull request is no longer relevant -`question` | Indicates that an issue or pull request needs more information -`wontfix` | Indicates that work won't continue on an issue or pull request - -Default labels are included in every new repository when the repository is created, but you can edit or delete the labels later. For more information, see "[Deleting a label](/articles/deleting-a-label/)." - -{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} -Organization owners can customize the default labels for repositories in their organization. For more information, see "[Managing default labels for repositories in your organization](/articles/managing-default-labels-for-repositories-in-your-organization)." -{% endif %} - -{% if currentVersion == "free-pro-team@latest" %} -### Further reading - -- "[Encouraging helpful contributions to your project with labels](/github/building-a-strong-community/encouraging-helpful-contributions-to-your-project-with-labels)" -{% endif %} diff --git a/content/github/managing-your-work-on-github/applying-labels-to-issues-and-pull-requests.md b/content/github/managing-your-work-on-github/applying-labels-to-issues-and-pull-requests.md deleted file mode 100644 index e570888b7f..0000000000 --- a/content/github/managing-your-work-on-github/applying-labels-to-issues-and-pull-requests.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Applying labels to issues and pull requests -intro: 'In repositories where you have write access, you can assign labels to issues and pull requests to help organize your projects.' -redirect_from: - - /articles/customizing-issue-labels/ - - /articles/applying-labels-to-issues-and-pull-requests -versions: - free-pro-team: '*' - enterprise-server: '*' - github-ae: '*' ---- - -{% tip %} - -**Tip:** You can apply up to a maximum of 100 labels to issues and pull requests. - -{% endtip %} - -{% data reusables.repositories.navigate-to-repo %} -{% data reusables.repositories.sidebar-issue-pr %} -{% data reusables.repositories.select-items-in-issue-or-pr-list %} -4. In the upper-right corner, click **Label**, then start typing the name of an existing label. Click the label's name to associate it with the selected items. You can also apply a label in the Labels drop-down menu within an issue or pull request. - ![Issues Milestone assignment drop-down](/assets/images/help/issues/issues_applying_labels_dropdown.png) - - -### Further reading - -- "[About labels](/articles/about-labels)" -- "[Filtering issues and pull requests by labels](/articles/filtering-issues-and-pull-requests-by-labels)" diff --git a/content/github/managing-your-work-on-github/creating-a-label.md b/content/github/managing-your-work-on-github/creating-a-label.md deleted file mode 100644 index bbfaf42065..0000000000 --- a/content/github/managing-your-work-on-github/creating-a-label.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Creating a label -intro: 'In repositories where you have write access, you can create labels to organize issues and pull requests.' -redirect_from: - - /articles/creating-and-editing-labels-for-issues-and-pull-requests/ - - /articles/creating-a-label -versions: - free-pro-team: '*' - enterprise-server: '*' - github-ae: '*' ---- - -{% tip %} - -**Tip:** You can also create a label in the Labels drop-down menu within an issue or pull request. - -{% endtip %} - -{% data reusables.repositories.navigate-to-repo %} -{% data reusables.repositories.sidebar-issue-pr %} -{% data reusables.project-management.labels %} -4. To the right of the search field, click **New label**. -{% data reusables.project-management.name-label %} -{% data reusables.project-management.label-description %} -{% data reusables.project-management.label-color-randomizer %} -{% data reusables.project-management.create-label %} - -### Further reading - -- "[About labels](/articles/about-labels)" -- "[Applying labels to issues and pull requests](/articles/applying-labels-to-issues-and-pull-requests)" -- "[Editing a label](/articles/editing-a-label)" -- "[Filtering issues and pull requests by labels](/articles/filtering-issues-and-pull-requests-by-labels)"{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} -- "[Managing default labels for repositories in your organization](/articles/managing-default-labels-for-repositories-in-your-organization)" -{% endif %} diff --git a/content/github/managing-your-work-on-github/deleting-a-label.md b/content/github/managing-your-work-on-github/deleting-a-label.md deleted file mode 100644 index 94744ed882..0000000000 --- a/content/github/managing-your-work-on-github/deleting-a-label.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Deleting a label -intro: 'In repositories where you have write access, you can delete a label if you no longer need it to classify issues or pull requests.' -redirect_from: - - /articles/deleting-a-label -versions: - free-pro-team: '*' - enterprise-server: '*' - github-ae: '*' ---- - -Deleting a label will remove the label from any issues or pull requests where it's been applied. - -{% data reusables.repositories.navigate-to-repo %} -{% data reusables.repositories.sidebar-issue-pr %} -{% data reusables.project-management.labels %} -{% data reusables.project-management.delete-label %} - -### Further reading - -- "[Applying labels to issues and pull requests](/articles/applying-labels-to-issues-and-pull-requests)" -- "[Filtering issues and pull requests by labels](/articles/filtering-issues-and-pull-requests-by-labels)"{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} -- "[Managing default labels for repositories in your organization](/articles/managing-default-labels-for-repositories-in-your-organization)" -{% endif %} diff --git a/content/github/managing-your-work-on-github/editing-a-label.md b/content/github/managing-your-work-on-github/editing-a-label.md deleted file mode 100644 index 9b8ae1262f..0000000000 --- a/content/github/managing-your-work-on-github/editing-a-label.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Editing a label -intro: 'In repositories where you have write access, you can edit the name, color, and description of an existing label.' -redirect_from: - - /articles/editing-a-label -versions: - free-pro-team: '*' - enterprise-server: '*' - github-ae: '*' ---- - -{% data reusables.repositories.navigate-to-repo %} -{% data reusables.repositories.sidebar-issue-pr %} -{% data reusables.project-management.labels %} -{% data reusables.project-management.edit-label %} -{% data reusables.project-management.name-label %} -{% data reusables.project-management.label-description %} -{% data reusables.project-management.label-color-randomizer %} -{% data reusables.project-management.save-label %} - -### Further reading - -- "[About labels](/articles/about-labels)" -- "[Creating a label](/articles/creating-a-label)" -- "[Deleting a label](/articles/deleting-a-label)" -- "[Applying labels to issues and pull requests](/articles/applying-labels-to-issues-and-pull-requests)" -- "[Filtering issues and pull requests by labels](/articles/filtering-issues-and-pull-requests-by-labels)"{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} -- "[Managing default labels for repositories in your organization](/articles/managing-default-labels-for-repositories-in-your-organization)" -{% endif %} diff --git a/content/github/managing-your-work-on-github/index.md b/content/github/managing-your-work-on-github/index.md index c6f2a858e0..d882a90b1d 100644 --- a/content/github/managing-your-work-on-github/index.md +++ b/content/github/managing-your-work-on-github/index.md @@ -14,7 +14,7 @@ versions: ### Table of Contents -{% topic_link_in_list /managing-your-work-with-issues %} +{% topic_link_in_list /managing-your-work-with-issues-and-pull-requests %} {% link_in_list /about-issues %} {% link_in_list /creating-an-issue %} @@ -27,6 +27,7 @@ versions: {% link_in_list /pinning-an-issue-to-your-repository %} {% link_in_list /creating-a-permanent-link-to-a-code-snippet %} + {% link_in_list /managing-labels %} {% link_in_list /about-task-lists %} {% link_in_list /about-automation-for-issues-and-pull-requests-with-query-parameters %} {% link_in_list /file-attachments-on-issues-and-pull-requests %} @@ -35,12 +36,6 @@ versions: {% link_in_list /disabling-issues %} {% link_in_list /linking-a-pull-request-to-an-issue %} {% link_in_list /about-duplicate-issues-and-pull-requests %} -{% topic_link_in_list /labeling-issues-and-pull-requests %} - {% link_in_list /about-labels %} - {% link_in_list /creating-a-label %} - {% link_in_list /applying-labels-to-issues-and-pull-requests %} - {% link_in_list /editing-a-label %} - {% link_in_list /deleting-a-label %} {% topic_link_in_list /managing-project-boards %} {% link_in_list /about-project-boards %} {% link_in_list /creating-a-project-board %} diff --git a/content/github/managing-your-work-on-github/labeling-issues-and-pull-requests.md b/content/github/managing-your-work-on-github/labeling-issues-and-pull-requests.md deleted file mode 100644 index 0d6730752e..0000000000 --- a/content/github/managing-your-work-on-github/labeling-issues-and-pull-requests.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Labeling issues and pull requests -intro: 'You can manage your work on {% data variables.product.product_name %} by creating labels to categorize issues and pull requests.' -mapTopic: true -redirect_from: - - /articles/labeling-issues-and-pull-requests -versions: - free-pro-team: '*' - enterprise-server: '*' - github-ae: '*' ---- - diff --git a/content/github/managing-your-work-on-github/managing-labels.md b/content/github/managing-your-work-on-github/managing-labels.md new file mode 100644 index 0000000000..305bb5a45e --- /dev/null +++ b/content/github/managing-your-work-on-github/managing-labels.md @@ -0,0 +1,98 @@ +--- +title: Managing labels +intro: 'You can classify issues and pull requests by creating, editing, applying, and deleting labels.' +redirect_from: + - /articles/managing-Labels + - /articles/labeling-issues-and-pull-requests + - /github/managing-your-work-on-github/labeling-issues-and-pull-requests + - /articles/about-labels + - /github/managing-your-work-on-github/about-labels + - /articles/creating-and-editing-labels-for-issues-and-pull-requests + - /articles/creating-a-label + - /github/managing-your-work-on-github/creating-a-label + - /articles/customizing-issue-labels/ + - /articles/applying-labels-to-issues-and-pull-requests + - /github/managing-your-work-on-github/applying-labels-to-issues-and-pull-requests + - /articles/editing-a-label + - /github/managing-your-work-on-github/editing-a-label + - /articles/deleting-a-label + - /github/managing-your-work-on-github/deleting-a-label +versions: + free-pro-team: '*' + enterprise-server: '*' + github-ae: '*' +--- + +### About labels + +You can manage your work on {% data variables.product.product_name %} by creating labels to categorize issues and pull requests. You can apply labels in the repository the label was created in. Once a label exists, you can use the label on any issue or pull request within that repository. + +Anyone with read access to a repository can view and search the repository’s labels. To create, edit, apply, or delete a label, you must have write access to the repository. + +### About default labels + +{% data variables.product.product_name %} provides default labels in every new repository. You can use these default labels to help create a standard workflow in a repository. + +Label | Description +--- | --- +`bug` | Indicates an unexpected problem or unintended behavior{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.17" %} +`documentation` | Indicates a need for improvements or additions to documentation{% endif %} +`duplicate` | Indicates similar issues or pull requests +`enhancement` | Indicates new feature requests +`good first issue` | Indicates a good issue for first-time contributors +`help wanted` | Indicates that a maintainer wants help on an issue or pull request +`invalid` | Indicates that an issue or pull request is no longer relevant +`question` | Indicates that an issue or pull request needs more information +`wontfix` | Indicates that work won't continue on an issue or pull request + +Default labels are included in every new repository when the repository is created, but you can edit or delete the labels later. + +{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} +Organization owners can customize the default labels for repositories in their organization. For more information, see "[Managing default labels for repositories in your organization](/articles/managing-default-labels-for-repositories-in-your-organization)." +{% endif %} + +### Creating a label + + +{% data reusables.repositories.navigate-to-repo %} +{% data reusables.repositories.sidebar-issue-pr %} +{% data reusables.project-management.labels %} +4. To the right of the search field, click **New label**. +{% data reusables.project-management.name-label %} +{% data reusables.project-management.label-description %} +{% data reusables.project-management.label-color-randomizer %} +{% data reusables.project-management.create-label %} + +### Applying labels to issues and pull requests + + +{% data reusables.repositories.navigate-to-repo %} +{% data reusables.repositories.sidebar-issue-pr %} +{% data reusables.repositories.select-items-in-issue-or-pr-list %} +4. In the upper-right corner, click **Label**, then start typing the name of an existing label. Click the label's name to associate it with the selected items. + ![Issues Milestone assignment drop-down](/assets/images/help/issues/issues_applying_labels_dropdown.png) + +### Editing a label + +{% data reusables.repositories.navigate-to-repo %} +{% data reusables.repositories.sidebar-issue-pr %} +{% data reusables.project-management.labels %} +{% data reusables.project-management.edit-label %} +{% data reusables.project-management.name-label %} +{% data reusables.project-management.label-description %} +{% data reusables.project-management.label-color-randomizer %} +{% data reusables.project-management.save-label %} + +### Deleting a label +Deleting a label will remove the label from issues and pull requests. + +{% data reusables.repositories.navigate-to-repo %} +{% data reusables.repositories.sidebar-issue-pr %} +{% data reusables.project-management.labels %} +{% data reusables.project-management.delete-label %} + +### Further reading +- "[About labels](/articles/about-labels)" +- "[Filtering issues and pull requests by labels](/articles/filtering-issues-and-pull-requests-by-labels)"{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %} +- "[Managing default labels for repositories in your organization](/articles/managing-default-labels-for-repositories-in-your-organization)"{% endif %}{% if currentVersion == "free-pro-team@latest" %} +- "[Encouraging helpful contributions to your project with labels](/github/building-a-strong-community/encouraging-helpful-contributions-to-your-project-with-labels)"{% endif %} diff --git a/content/github/managing-your-work-on-github/managing-your-work-with-issues.md b/content/github/managing-your-work-on-github/managing-your-work-with-issues-and-pull-requests.md similarity index 70% rename from content/github/managing-your-work-on-github/managing-your-work-with-issues.md rename to content/github/managing-your-work-on-github/managing-your-work-with-issues-and-pull-requests.md index 199739179e..7627c87e95 100644 --- a/content/github/managing-your-work-on-github/managing-your-work-with-issues.md +++ b/content/github/managing-your-work-on-github/managing-your-work-with-issues-and-pull-requests.md @@ -1,8 +1,9 @@ --- -title: Managing your work with issues +title: Managing your work with issues and pull requests intro: 'You can manage your work on {% data variables.product.product_name %} by creating issues to track ideas, enhancements, tasks, or bugs.' mapTopic: true redirect_from: + - /github/managing-your-work-on-github/managing-your-work-with-issues - /articles/managing-your-work-with-issues versions: free-pro-team: '*' From 17444b74bdaeb1f065a59c63b98ae6f8fa137784 Mon Sep 17 00:00:00 2001 From: hubwriter Date: Fri, 27 Nov 2020 14:19:49 +0000 Subject: [PATCH 5/6] Clarify how to exclude files from code scanning analysis (#16658) * Clarify how to exclude files from analysis * Update content/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning.md Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com> * Update content/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning.md Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com> * Update content/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning.md Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com> Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com> --- .../configuring-code-scanning.md | 34 ++++++++++++++++--- .../example-configuration-files.md | 8 ++--- 2 files changed, 34 insertions(+), 8 deletions(-) diff --git a/content/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning.md b/content/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning.md index 0cc08d5b3c..878369e4a0 100644 --- a/content/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning.md +++ b/content/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning.md @@ -52,6 +52,32 @@ The default {% data variables.product.prodname_codeql_workflow %} uses the `pull For more information about the `pull_request` event, see "[Workflow syntax for {% data variables.product.prodname_actions %}](/actions/reference/workflow-syntax-for-github-actions#onpushpull_requestbranchestags)." +#### Avoiding unnecessary scans of pull requests + +You might want to avoid a code scan being triggered on specific pull requests targeted against the default branch, irrespective of which files have been changed. You can configure this by specifying `on:pull_request:paths-ignore` or `on:pull_request:paths` in the {% data variables.product.prodname_code_scanning %} workflow. For example, if the only changes in a pull request are to files with the file extensions `.md` or `.txt` you can use the following `paths-ignore` array. + +``` yaml +on: + push: + branches: [main, protected] + pull_request: + branches: [main] + paths-ignore: + - '**/*.md' + - '**/*.txt' +``` + +{% note %} + +**Notes** + +* `on:pull_request:paths-ignore` and `on:pull_request:paths` set conditions that determine whether the actions in the workflow will run on a pull request. They don't determine what files will be analyzed when the actions _are_ run. When a pull request contains any files that are not matched by `on:pull_request:paths-ignore` or `on:pull_request:paths`, the workflow runs the actions and scans all of the files changed in the pull request, including those matched by `on:pull_request:paths-ignore` or `on:pull_request:paths`, unless the files have been excluded. For information on how to exclude files from analysis, see "[Specifying directories to scan](#specifying-directories-to-scan)." +* For {% data variables.product.prodname_codeql %} {% data variables.product.prodname_code_scanning %} workflow files, don't use the `paths-ignore` or `paths` keywords with the `on:push` event as this is likely to cause missing analyses. For accurate results, {% data variables.product.prodname_codeql %} {% data variables.product.prodname_code_scanning %} needs to be able to compare new changes with the analysis of the previous commit. + +{% endnote %} + +For more information about using `on:pull_request:paths-ignore` and `on:pull_request:paths` to determine when a workflow will run for a pull request, see "[Workflow syntax for {% data variables.product.prodname_actions %}](/actions/reference/workflow-syntax-for-github-actions#onpushpull_requestpaths)." + #### Scanning on a schedule If you use the default {% data variables.product.prodname_codeql_workflow %}, the workflow will scan the code in your repository once a week, in addition to the scans triggered by events. To adjust this schedule, edit the `cron` value in the workflow. For more information, see "[Workflow syntax for {% data variables.product.prodname_actions %}](/actions/reference/workflow-syntax-for-github-actions#onschedule)." @@ -235,13 +261,13 @@ If you only want to run custom queries, you can disable the default security que #### Specifying directories to scan -For the interpreted languages that {% data variables.product.prodname_codeql %} supports (Python and JavaScript/TypeScript), you can restrict {% data variables.product.prodname_code_scanning %} to files in specific directories by adding a `paths` array to the configuration file. You can exclude the files in specific directories from scans by adding a `paths-ignore` array. +For the interpreted languages that {% data variables.product.prodname_codeql %} supports (Python and JavaScript/TypeScript), you can restrict {% data variables.product.prodname_code_scanning %} to files in specific directories by adding a `paths` array to the configuration file. You can exclude the files in specific directories from analysis by adding a `paths-ignore` array. ``` yaml -paths: +paths: - src paths-ignore: - - node_modules + - src/node_modules - '**/*.test.js' ``` @@ -254,7 +280,7 @@ paths-ignore: {% endnote %} -For C/C++, C#, and Java, if you want to limit {% data variables.product.prodname_code_scanning %} to specific directories in your project, you must specify appropriate build steps in the workflow. The commands you need to use to exclude a directory from the build will depend on your build system. For more information, see "[Configuring the {% data variables.product.prodname_codeql %} workflow for compiled languages](/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-the-codeql-workflow-for-compiled-languages#adding-build-steps-for-a-compiled-language)." +For compiled languages, if you want to limit {% data variables.product.prodname_code_scanning %} to specific directories in your project, you must specify appropriate build steps in the workflow. The commands you need to use to exclude a directory from the build will depend on your build system. For more information, see "[Configuring the {% data variables.product.prodname_codeql %} workflow for compiled languages](/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-the-codeql-workflow-for-compiled-languages#adding-build-steps-for-a-compiled-language)." You can quickly analyze small portions of a monorepo when you modify code in specific directories. You'll need to both exclude directories in your build steps and use the `paths-ignore` and `paths` keywords for [`on.`](/actions/reference/workflow-syntax-for-github-actions#onpushpull_requestpaths) in your workflow. diff --git a/data/reusables/code-scanning/example-configuration-files.md b/data/reusables/code-scanning/example-configuration-files.md index 940d94e8d4..f429bb12cf 100644 --- a/data/reusables/code-scanning/example-configuration-files.md +++ b/data/reusables/code-scanning/example-configuration-files.md @@ -7,7 +7,7 @@ queries: - uses: security-and-quality ``` -The following configuration file disables the default queries and specifies a set of custom queries to run instead. It also configures {% data variables.product.prodname_codeql %} to scan files in the _src_ directory (relative to the root), and to exclude the _node_modules_ directory (also relative to the root), as well as any file whose name ends in _.test.js_. +The following configuration file disables the default queries and specifies a set of custom queries to run instead. It also configures {% data variables.product.prodname_codeql %} to scan files in the _src_ directory (relative to the root), except for the _src/node_modules_ directory, and except for files whose name ends in _.test.js_. Files in _src/node_modules_ and files with names ending _.test.js_ are therefore excluded from analysis. ``` yaml name: "My {% data variables.product.prodname_codeql %} config" @@ -24,9 +24,9 @@ queries: - name: Use a query suite file (run queries from a query suite in this repo) uses: ./codeql-qlpacks/complex-python-qlpack/rootAndBar.qls -paths-ignore: - - node_modules - - '**/*.test.js' paths: - src +paths-ignore: + - src/node_modules + - '**/*.test.js' ``` From 3bab2d536c115f71d8607812abfc533043d03334 Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Sat, 28 Nov 2020 07:13:26 +1300 Subject: [PATCH 6/6] Remove unsupported bank account region (#16654) --- .../setting-up-github-sponsors-for-your-user-account.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/github/supporting-the-open-source-community-with-github-sponsors/setting-up-github-sponsors-for-your-user-account.md b/content/github/supporting-the-open-source-community-with-github-sponsors/setting-up-github-sponsors-for-your-user-account.md index 96b1f5d89b..ac0981e336 100644 --- a/content/github/supporting-the-open-source-community-with-github-sponsors/setting-up-github-sponsors-for-your-user-account.md +++ b/content/github/supporting-the-open-source-community-with-github-sponsors/setting-up-github-sponsors-for-your-user-account.md @@ -54,8 +54,6 @@ If you live in a supported region, you can follow these instructions to submit y {% data reusables.sponsors.double-check-stripe-info %} -If you live in an unsupported region and are accepted to the beta of {% data variables.product.prodname_sponsors %}, you will receive an email with instructions to provide your bank information so that you can receive payments via ACH transfer or wire transfer. - {% data reusables.sponsors.navigate-to-dev-sponsors-dashboard %} {% data reusables.sponsors.create-stripe-account %}