@octokit/openapi 13.0.0 → 13.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "13.0.0",
4
+ "version": "13.2.0",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": {
@@ -745,7 +745,7 @@
745
745
  "parameters": [
746
746
  {
747
747
  "name": "hook_id",
748
- "description": "The unique identifier of the hook.",
748
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
749
749
  "in": "path",
750
750
  "required": true,
751
751
  "schema": {
@@ -860,7 +860,7 @@
860
860
  "parameters": [
861
861
  {
862
862
  "name": "hook_id",
863
- "description": "The unique identifier of the hook.",
863
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
864
864
  "in": "path",
865
865
  "required": true,
866
866
  "schema": {
@@ -1031,7 +1031,7 @@
1031
1031
  "parameters": [
1032
1032
  {
1033
1033
  "name": "hook_id",
1034
- "description": "The unique identifier of the hook.",
1034
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
1035
1035
  "in": "path",
1036
1036
  "required": true,
1037
1037
  "schema": {
@@ -1068,7 +1068,7 @@
1068
1068
  "parameters": [
1069
1069
  {
1070
1070
  "name": "hook_id",
1071
- "description": "The unique identifier of the hook.",
1071
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
1072
1072
  "in": "path",
1073
1073
  "required": true,
1074
1074
  "schema": {
@@ -18017,7 +18017,7 @@
18017
18017
  },
18018
18018
  "post": {
18019
18019
  "summary": "Create a new authorization",
18020
- "description": "**Deprecation Notice:** GitHub Enterprise Server will discontinue the [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.9/rest/oauth-authorizations/oauth-authorizations), which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our [web application flow](https://docs.github.com/enterprise-server@3.9/developers/apps/authorizing-oauth-apps#web-application-flow). The [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.9/rest/oauth-authorizations/oauth-authorizations) will be removed on November, 13, 2020. For more information, including scheduled brownouts, see the [blog post](https://developer.github.com/changes/2020-02-14-deprecating-oauth-auth-endpoint/).\n\n**Warning:** Apps must use the [web application flow](https://docs.github.com/enterprise-server@3.9/apps/building-oauth-apps/authorizing-oauth-apps/#web-application-flow) to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the [blog post](https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api).\n\nCreates OAuth tokens using [Basic Authentication](https://docs.github.com/enterprise-server@3.9/rest/overview/other-authentication-methods#basic-authentication). If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"[Working with two-factor authentication](https://docs.github.com/enterprise-server@3.9/rest/overview/other-authentication-methods#working-with-two-factor-authentication).\"\n\nTo create tokens for a particular OAuth application using this endpoint, you must authenticate as the user you want to create an authorization for and provide the app's client ID and secret, found on your OAuth application's settings page. If your OAuth application intends to create multiple tokens for one user, use `fingerprint` to differentiate between them.\n\nYou can also create tokens on GitHub Enterprise Server from the [personal access tokens settings](https://github.com/settings/tokens) page. Read more about these tokens in [the GitHub Help documentation](https://docs.github.com/enterprise-server@3.9/articles/creating-an-access-token-for-command-line-use).\n\nOrganizations that enforce SAML SSO require personal access tokens to be allowed. Read more about allowing tokens in [the GitHub Help documentation](https://docs.github.com/enterprise-server@3.9/articles/about-identity-and-access-management-with-saml-single-sign-on).",
18020
+ "description": "**Deprecation Notice:** GitHub Enterprise Server will discontinue the [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.9/rest/oauth-authorizations/oauth-authorizations), which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our [web application flow](https://docs.github.com/enterprise-server@3.9/developers/apps/authorizing-oauth-apps#web-application-flow). The [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.9/rest/oauth-authorizations/oauth-authorizations) will be removed on November, 13, 2020. For more information, including scheduled brownouts, see the [blog post](https://developer.github.com/changes/2020-02-14-deprecating-oauth-auth-endpoint/).\n\n**Warning:** Apps must use the [web application flow](https://docs.github.com/enterprise-server@3.9/apps/building-oauth-apps/authorizing-oauth-apps/#web-application-flow) to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the [blog post](https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api).\n\nCreates OAuth tokens using [Basic Authentication](https://docs.github.com/enterprise-server@3.9/rest/overview/other-authentication-methods#basic-authentication). If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"[Working with two-factor authentication](https://docs.github.com/enterprise-server@3.9/rest/overview/other-authentication-methods#working-with-two-factor-authentication).\"\n\nTo create tokens for a particular OAuth application using this endpoint, you must authenticate as the user you want to create an authorization for and provide the app's client ID and secret, found on your OAuth application's settings page. If your OAuth application intends to create multiple tokens for one user, use `fingerprint` to differentiate between them.\n\nYou can also create tokens on GitHub Enterprise Server from the [personal access tokens settings](https://github.com/settings/tokens) page. Read more about these tokens in [the GitHub Help documentation](https://docs.github.com/enterprise-server@3.9/articles/creating-an-access-token-for-command-line-use).\n\nOrganizations that enforce SAML SSO require personal access tokens to be allowed. For more information, see \"[About identity and access management with SAML single sign-on](https://docs.github.com/enterprise-server@3.9/enterprise-cloud@latest/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on)\" in the GitHub Enterprise Cloud documentation.",
18021
18021
  "tags": [
18022
18022
  "oauth-authorizations"
18023
18023
  ],
@@ -89121,7 +89121,7 @@
89121
89121
  },
89122
89122
  {
89123
89123
  "name": "hook_id",
89124
- "description": "The unique identifier of the hook.",
89124
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
89125
89125
  "in": "path",
89126
89126
  "required": true,
89127
89127
  "schema": {
@@ -89308,7 +89308,7 @@
89308
89308
  },
89309
89309
  {
89310
89310
  "name": "hook_id",
89311
- "description": "The unique identifier of the hook.",
89311
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
89312
89312
  "in": "path",
89313
89313
  "required": true,
89314
89314
  "schema": {
@@ -89641,7 +89641,7 @@
89641
89641
  },
89642
89642
  {
89643
89643
  "name": "hook_id",
89644
- "description": "The unique identifier of the hook.",
89644
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
89645
89645
  "in": "path",
89646
89646
  "required": true,
89647
89647
  "schema": {
@@ -89713,7 +89713,7 @@
89713
89713
  },
89714
89714
  {
89715
89715
  "name": "hook_id",
89716
- "description": "The unique identifier of the hook.",
89716
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
89717
89717
  "in": "path",
89718
89718
  "required": true,
89719
89719
  "schema": {
@@ -89806,7 +89806,7 @@
89806
89806
  },
89807
89807
  {
89808
89808
  "name": "hook_id",
89809
- "description": "The unique identifier of the hook.",
89809
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
89810
89810
  "in": "path",
89811
89811
  "required": true,
89812
89812
  "schema": {
@@ -89952,7 +89952,7 @@
89952
89952
  },
89953
89953
  {
89954
89954
  "name": "hook_id",
89955
- "description": "The unique identifier of the hook.",
89955
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
89956
89956
  "in": "path",
89957
89957
  "required": true,
89958
89958
  "schema": {
@@ -90271,7 +90271,7 @@
90271
90271
  },
90272
90272
  {
90273
90273
  "name": "hook_id",
90274
- "description": "The unique identifier of the hook.",
90274
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
90275
90275
  "in": "path",
90276
90276
  "required": true,
90277
90277
  "schema": {
@@ -90633,7 +90633,7 @@
90633
90633
  },
90634
90634
  {
90635
90635
  "name": "hook_id",
90636
- "description": "The unique identifier of the hook.",
90636
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
90637
90637
  "in": "path",
90638
90638
  "required": true,
90639
90639
  "schema": {
@@ -90828,7 +90828,7 @@
90828
90828
  },
90829
90829
  {
90830
90830
  "name": "hook_id",
90831
- "description": "The unique identifier of the hook.",
90831
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
90832
90832
  "in": "path",
90833
90833
  "required": true,
90834
90834
  "schema": {
@@ -98472,7 +98472,7 @@
98472
98472
  },
98473
98473
  "post": {
98474
98474
  "summary": "Start an organization migration",
98475
- "description": "Initiates the generation of a migration archive.",
98475
+ "description": "Initiates the generation of a migration archive.\n\nBefore you can use this endpoint, you must configure a blob storage provider in the \"Migrations\" section in the Management Console. For more details, see \"[Migrating repositories from GitHub Enterprise Server to GitHub Enterprise Cloud](https://docs.github.com/enterprise-server@3.9/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud#step-4-set-up-blob-storage).\"",
98476
98476
  "tags": [
98477
98477
  "migrations"
98478
98478
  ],
@@ -98548,7 +98548,7 @@
98548
98548
  },
98549
98549
  "exclude": {
98550
98550
  "type": "array",
98551
- "description": "Exclude related items from being returned in the response in order to improve performance of the request. The array can include any of: `\"repositories\"`.",
98551
+ "description": "Exclude related items from being returned in the response in order to improve performance of the request.",
98552
98552
  "items": {
98553
98553
  "type": "string",
98554
98554
  "enum": [
@@ -135340,7 +135340,6 @@
135340
135340
  "forks",
135341
135341
  "forks_count",
135342
135342
  "git_url",
135343
- "has_downloads",
135344
135343
  "has_issues",
135345
135344
  "has_projects",
135346
135345
  "has_wiki",
@@ -135442,7 +135441,6 @@
135442
135441
  "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
135443
135442
  "svn_url": "https://svn.github.com/octocat/Hello-World",
135444
135443
  "homepage": "https://github.com",
135445
- "language": null,
135446
135444
  "forks_count": 9,
135447
135445
  "forks": 9,
135448
135446
  "stargazers_count": 80,
@@ -135827,7 +135825,6 @@
135827
135825
  "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
135828
135826
  "svn_url": "https://svn.github.com/octocat/Hello-World",
135829
135827
  "homepage": "https://github.com",
135830
- "language": null,
135831
135828
  "forks_count": 9,
135832
135829
  "stargazers_count": 80,
135833
135830
  "watchers_count": 80,
@@ -140675,7 +140672,6 @@
140675
140672
  "forks",
140676
140673
  "forks_count",
140677
140674
  "git_url",
140678
- "has_downloads",
140679
140675
  "has_issues",
140680
140676
  "has_projects",
140681
140677
  "has_wiki",
@@ -142784,7 +142780,8 @@
142784
142780
  "enum": [
142785
142781
  "queued",
142786
142782
  "in_progress",
142787
- "completed"
142783
+ "completed",
142784
+ "waiting"
142788
142785
  ]
142789
142786
  },
142790
142787
  "conclusion": {
@@ -142966,7 +142963,7 @@
142966
142963
  "node_id": "MDEyOldvcmtmbG93IEpvYjM5OTQ0NDQ5Ng==",
142967
142964
  "head_sha": "f83a356604ae3c5d03e1b46ef4d1ca77d64a90b0",
142968
142965
  "url": "https://api.github.com/repos/octo-org/octo-repo/actions/jobs/399444496",
142969
- "html_url": "https://github.com/octo-org/octo-repo/runs/399444496",
142966
+ "html_url": "https://github.com/octo-org/octo-repo/runs/29679449/jobs/399444496",
142970
142967
  "status": "completed",
142971
142968
  "conclusion": "success",
142972
142969
  "started_at": "2020-01-20T17:42:40Z",
@@ -143148,7 +143145,7 @@
143148
143145
  "/repos/{owner}/{repo}/actions/jobs/{job_id}/rerun": {
143149
143146
  "post": {
143150
143147
  "summary": "Re-run a job from a workflow run",
143151
- "description": "Re-run a job and its dependent jobs in a workflow run.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nIf the repository is private, you must use an access token with the `repo` scope.\nGitHub Apps must have the `actions:write` permission to use this endpoint.",
143148
+ "description": "Re-run a job and its dependent jobs in a workflow run.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nGitHub Apps must have the `actions:write` permission to use this endpoint.",
143152
143149
  "tags": [
143153
143150
  "actions"
143154
143151
  ],
@@ -143786,7 +143783,7 @@
143786
143783
  "/repos/{owner}/{repo}/actions/organization-variables": {
143787
143784
  "get": {
143788
143785
  "summary": "List repository organization variables",
143789
- "description": "Lists all organiation variables shared with a repository.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nIf the repository is private, you must use an access token with the `repo` scope.\nGitHub Apps must have the `actions_variables:read` repository permission to use this endpoint.\nAuthenticated users must have collaborator access to a repository to create, update, or read variables.",
143786
+ "description": "Lists all organiation variables shared with a repository.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nGitHub Apps must have the `actions_variables:read` repository permission to use this endpoint.\nAuthenticated users must have collaborator access to a repository to create, update, or read variables.",
143790
143787
  "tags": [
143791
143788
  "actions"
143792
143789
  ],
@@ -144584,7 +144581,7 @@
144584
144581
  "/repos/{owner}/{repo}/actions/runners": {
144585
144582
  "get": {
144586
144583
  "summary": "List self-hosted runners for a repository",
144587
- "description": "Lists all self-hosted runners configured in a repository.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nIf the repository is private, you must use an access token with the `repo` scope.\nGitHub Apps must have the `administration` permission for repositories and the `organization_self_hosted_runners` permission for organizations.\nAuthenticated users must have admin access to repositories or organizations, or the `manage_runners:enterprise` scope for enterprises, to use these endpoints.",
144584
+ "description": "Lists all self-hosted runners configured in a repository.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nGitHub Apps must have the `administration` permission for repositories and the `organization_self_hosted_runners` permission for organizations.\nAuthenticated users must have admin access to repositories or organizations, or the `manage_runners:enterprise` scope for enterprises, to use these endpoints.",
144588
144585
  "tags": [
144589
144586
  "actions"
144590
144587
  ],
@@ -144809,7 +144806,7 @@
144809
144806
  "/repos/{owner}/{repo}/actions/runners/downloads": {
144810
144807
  "get": {
144811
144808
  "summary": "List runner applications for a repository",
144812
- "description": "Lists binaries for the runner application that you can download and run.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nIf the repository is private, you must use an access token with the `repo` scope.\nGitHub Apps must have the `administration` permission for repositories and the `organization_self_hosted_runners` permission for organizations.\nAuthenticated users must have admin access to repositories or organizations, or the `manage_runners:enterprise` scope for enterprises, to use these endpoints.",
144809
+ "description": "Lists binaries for the runner application that you can download and run.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nGitHub Apps must have the `administration` permission for repositories and the `organization_self_hosted_runners` permission for organizations.\nAuthenticated users must have admin access to repositories or organizations, or the `manage_runners:enterprise` scope for enterprises, to use these endpoints.",
144813
144810
  "tags": [
144814
144811
  "actions"
144815
144812
  ],
@@ -144940,7 +144937,7 @@
144940
144937
  "/repos/{owner}/{repo}/actions/runners/registration-token": {
144941
144938
  "post": {
144942
144939
  "summary": "Create a registration token for a repository",
144943
- "description": "Returns a token that you can pass to the `config` script. The token\nexpires after one hour.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nIf the repository is private, you must use an access token with the `repo` scope.\nGitHub Apps must have the `administration` permission for repositories and the `organization_self_hosted_runners` permission for organizations.\nAuthenticated users must have admin access to repositories or organizations, or the `manage_runners:enterprise` scope for enterprises, to use these endpoints.\n\nExample using registration token: \n\nConfigure your self-hosted runner, replacing `TOKEN` with the registration token provided\nby this endpoint.\n\n```config.sh --url https://github.com/octo-org/octo-repo-artifacts --token TOKEN```",
144940
+ "description": "Returns a token that you can pass to the `config` script. The token\nexpires after one hour.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nGitHub Apps must have the `administration` permission for repositories and the `organization_self_hosted_runners` permission for organizations.\nAuthenticated users must have admin access to repositories or organizations, or the `manage_runners:enterprise` scope for enterprises, to use these endpoints.\n\nExample using registration token:\n\nConfigure your self-hosted runner, replacing `TOKEN` with the registration token provided\nby this endpoint.\n\n```config.sh --url https://github.com/octo-org/octo-repo-artifacts --token TOKEN```",
144944
144941
  "tags": [
144945
144942
  "actions"
144946
144943
  ],
@@ -146246,7 +146243,7 @@
146246
146243
  "/repos/{owner}/{repo}/actions/runners/remove-token": {
146247
146244
  "post": {
146248
146245
  "summary": "Create a remove token for a repository",
146249
- "description": "Returns a token that you can pass to remove a self-hosted runner from\na repository. The token expires after one hour.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nIf the repository is private, you must use an access token with the `repo` scope.\nGitHub Apps must have the `administration` permission for repositories and the `organization_self_hosted_runners` permission for organizations.\nAuthenticated users must have admin access to repositories or organizations, or the `manage_runners:enterprise` scope for enterprises, to use these endpoints.\n\nExample using remove token:\n\nTo remove your self-hosted runner from a repository, replace TOKEN with\nthe remove token provided by this endpoint.\n\n```config.sh remove --token TOKEN```",
146246
+ "description": "Returns a token that you can pass to remove a self-hosted runner from\na repository. The token expires after one hour.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nGitHub Apps must have the `administration` permission for repositories and the `organization_self_hosted_runners` permission for organizations.\nAuthenticated users must have admin access to repositories or organizations, or the `manage_runners:enterprise` scope for enterprises, to use these endpoints.\n\nExample using remove token:\n\nTo remove your self-hosted runner from a repository, replace TOKEN with\nthe remove token provided by this endpoint.\n\n```config.sh remove --token TOKEN```",
146250
146247
  "tags": [
146251
146248
  "actions"
146252
146249
  ],
@@ -147552,7 +147549,7 @@
147552
147549
  "/repos/{owner}/{repo}/actions/runners/{runner_id}": {
147553
147550
  "get": {
147554
147551
  "summary": "Get a self-hosted runner for a repository",
147555
- "description": "Gets a specific self-hosted runner configured in a repository.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nIf the repository is private, you must use an access token with the `repo` scope.\nGitHub Apps must have the `administration` permission for repositories and the `organization_self_hosted_runners` permission for organizations.\nAuthenticated users must have admin access to repositories or organizations, or the `manage_runners:enterprise` scope for enterprises, to use these endpoints.",
147552
+ "description": "Gets a specific self-hosted runner configured in a repository.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nGitHub Apps must have the `administration` permission for repositories and the `organization_self_hosted_runners` permission for organizations.\nAuthenticated users must have admin access to repositories or organizations, or the `manage_runners:enterprise` scope for enterprises, to use these endpoints.",
147556
147553
  "tags": [
147557
147554
  "actions"
147558
147555
  ],
@@ -147714,7 +147711,7 @@
147714
147711
  },
147715
147712
  "delete": {
147716
147713
  "summary": "Delete a self-hosted runner from a repository",
147717
- "description": "Forces the removal of a self-hosted runner from a repository. You can use this endpoint to completely remove the runner when the machine you were using no longer exists.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nIf the repository is private, you must use an access token with the `repo` scope.\nGitHub Apps must have the `administration` permission for repositories and the `organization_self_hosted_runners` permission for organizations.\nAuthenticated users must have admin access to repositories or organizations, or the `manage_runners:enterprise` scope for enterprises, to use these endpoints.",
147714
+ "description": "Forces the removal of a self-hosted runner from a repository. You can use this endpoint to completely remove the runner when the machine you were using no longer exists.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nGitHub Apps must have the `administration` permission for repositories and the `organization_self_hosted_runners` permission for organizations.\nAuthenticated users must have admin access to repositories or organizations, or the `manage_runners:enterprise` scope for enterprises, to use these endpoints.",
147718
147715
  "tags": [
147719
147716
  "actions"
147720
147717
  ],
@@ -147769,7 +147766,7 @@
147769
147766
  "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels": {
147770
147767
  "get": {
147771
147768
  "summary": "List labels for a self-hosted runner for a repository",
147772
- "description": "Lists all labels for a self-hosted runner configured in a repository.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nIf the repository is private, you must use an access token with the `repo` scope.\nGitHub Apps must have the `administration` permission for repositories and the `organization_self_hosted_runners` permission for organizations.\nAuthenticated users must have admin access to repositories or organizations, or the `manage_runners:enterprise` scope for enterprises, to use these endpoints.",
147769
+ "description": "Lists all labels for a self-hosted runner configured in a repository.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nGitHub Apps must have the `administration` permission for repositories and the `organization_self_hosted_runners` permission for organizations.\nAuthenticated users must have admin access to repositories or organizations, or the `manage_runners:enterprise` scope for enterprises, to use these endpoints.",
147773
147770
  "tags": [
147774
147771
  "actions"
147775
147772
  ],
@@ -147922,7 +147919,7 @@
147922
147919
  },
147923
147920
  "post": {
147924
147921
  "summary": "Add custom labels to a self-hosted runner for a repository",
147925
- "description": "Add custom labels to a self-hosted runner configured in a repository.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nIf the repository is private, you must use an access token with the `repo` scope.\nGitHub Apps must have the `administration` permission for repositories and the `organization_self_hosted_runners` permission for organizations.\nAuthenticated users must have admin access to repositories or organizations, or the `manage_runners:enterprise` scope for enterprises, to use these endpoints.",
147922
+ "description": "Add custom labels to a self-hosted runner configured in a repository.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nGitHub Apps must have the `administration` permission for repositories and the `organization_self_hosted_runners` permission for organizations.\nAuthenticated users must have admin access to repositories or organizations, or the `manage_runners:enterprise` scope for enterprises, to use these endpoints.",
147926
147923
  "tags": [
147927
147924
  "actions"
147928
147925
  ],
@@ -148139,7 +148136,7 @@
148139
148136
  },
148140
148137
  "put": {
148141
148138
  "summary": "Set custom labels for a self-hosted runner for a repository",
148142
- "description": "Remove all previous custom labels and set the new custom labels for a specific\nself-hosted runner configured in a repository.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nIf the repository is private, you must use an access token with the `repo` scope.\nGitHub Apps must have the `administration` permission for repositories and the `organization_self_hosted_runners` permission for organizations.\nAuthenticated users must have admin access to repositories or organizations, or the `manage_runners:enterprise` scope for enterprises, to use these endpoints.",
148139
+ "description": "Remove all previous custom labels and set the new custom labels for a specific\nself-hosted runner configured in a repository.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nGitHub Apps must have the `administration` permission for repositories and the `organization_self_hosted_runners` permission for organizations.\nAuthenticated users must have admin access to repositories or organizations, or the `manage_runners:enterprise` scope for enterprises, to use these endpoints.",
148143
148140
  "tags": [
148144
148141
  "actions"
148145
148142
  ],
@@ -148356,7 +148353,7 @@
148356
148353
  },
148357
148354
  "delete": {
148358
148355
  "summary": "Remove all custom labels from a self-hosted runner for a repository",
148359
- "description": "Remove all custom labels from a self-hosted runner configured in a\nrepository. Returns the remaining read-only labels from the runner.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nIf the repository is private, you must use an access token with the `repo` scope.\nGitHub Apps must have the `administration` permission for repositories and the `organization_self_hosted_runners` permission for organizations.\nAuthenticated users must have admin access to repositories or organizations, or the `manage_runners:enterprise` scope for enterprises, to use these endpoints.",
148356
+ "description": "Remove all custom labels from a self-hosted runner configured in a\nrepository. Returns the remaining read-only labels from the runner.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nGitHub Apps must have the `administration` permission for repositories and the `organization_self_hosted_runners` permission for organizations.\nAuthenticated users must have admin access to repositories or organizations, or the `manage_runners:enterprise` scope for enterprises, to use these endpoints.",
148360
148357
  "tags": [
148361
148358
  "actions"
148362
148359
  ],
@@ -148506,7 +148503,7 @@
148506
148503
  "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels/{name}": {
148507
148504
  "delete": {
148508
148505
  "summary": "Remove a custom label from a self-hosted runner for a repository",
148509
- "description": "Remove a custom label from a self-hosted runner configured\nin a repository. Returns the remaining labels from the runner.\n\nThis endpoint returns a `404 Not Found` status if the custom label is not\npresent on the runner.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nIf the repository is private, you must use an access token with the `repo` scope.\nGitHub Apps must have the `administration` permission for repositories and the `organization_self_hosted_runners` permission for organizations.\nAuthenticated users must have admin access to repositories or organizations, or the `manage_runners:enterprise` scope for enterprises, to use these endpoints.",
148506
+ "description": "Remove a custom label from a self-hosted runner configured\nin a repository. Returns the remaining labels from the runner.\n\nThis endpoint returns a `404 Not Found` status if the custom label is not\npresent on the runner.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nGitHub Apps must have the `administration` permission for repositories and the `organization_self_hosted_runners` permission for organizations.\nAuthenticated users must have admin access to repositories or organizations, or the `manage_runners:enterprise` scope for enterprises, to use these endpoints.",
148510
148507
  "tags": [
148511
148508
  "actions"
148512
148509
  ],
@@ -156013,7 +156010,8 @@
156013
156010
  "enum": [
156014
156011
  "queued",
156015
156012
  "in_progress",
156016
- "completed"
156013
+ "completed",
156014
+ "waiting"
156017
156015
  ]
156018
156016
  },
156019
156017
  "conclusion": {
@@ -156201,7 +156199,7 @@
156201
156199
  "node_id": "MDEyOldvcmtmbG93IEpvYjM5OTQ0NDQ5Ng==",
156202
156200
  "head_sha": "f83a356604ae3c5d03e1b46ef4d1ca77d64a90b0",
156203
156201
  "url": "https://api.github.com/repos/octo-org/octo-repo/actions/jobs/399444496",
156204
- "html_url": "https://github.com/octo-org/octo-repo/runs/399444496",
156202
+ "html_url": "https://github.com/octo-org/octo-repo/runs/29679449/jobs/399444496",
156205
156203
  "status": "completed",
156206
156204
  "conclusion": "success",
156207
156205
  "started_at": "2020-01-20T17:42:40Z",
@@ -156428,7 +156426,7 @@
156428
156426
  "/repos/{owner}/{repo}/actions/runs/{run_id}/cancel": {
156429
156427
  "post": {
156430
156428
  "summary": "Cancel a workflow run",
156431
- "description": "Cancels a workflow run using its `id`.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nIf the repository is private, you must use an access token with the `repo` scope.\nGitHub Apps must have the `actions:write` permission to use this endpoint.",
156429
+ "description": "Cancels a workflow run using its `id`.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nGitHub Apps must have the `actions:write` permission to use this endpoint.",
156432
156430
  "tags": [
156433
156431
  "actions"
156434
156432
  ],
@@ -156661,7 +156659,8 @@
156661
156659
  "enum": [
156662
156660
  "queued",
156663
156661
  "in_progress",
156664
- "completed"
156662
+ "completed",
156663
+ "waiting"
156665
156664
  ]
156666
156665
  },
156667
156666
  "conclusion": {
@@ -156849,7 +156848,7 @@
156849
156848
  "node_id": "MDEyOldvcmtmbG93IEpvYjM5OTQ0NDQ5Ng==",
156850
156849
  "head_sha": "f83a356604ae3c5d03e1b46ef4d1ca77d64a90b0",
156851
156850
  "url": "https://api.github.com/repos/octo-org/octo-repo/actions/jobs/399444496",
156852
- "html_url": "https://github.com/octo-org/octo-repo/runs/399444496",
156851
+ "html_url": "https://github.com/octo-org/octo-repo/runs/29679449/jobs/399444496",
156853
156852
  "status": "completed",
156854
156853
  "conclusion": "success",
156855
156854
  "started_at": "2020-01-20T17:42:40Z",
@@ -158926,7 +158925,7 @@
158926
158925
  "/repos/{owner}/{repo}/actions/variables": {
158927
158926
  "get": {
158928
158927
  "summary": "List repository variables",
158929
- "description": "Lists all repository variables.\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nIf the repository is private, you must use an access token with the `repo` scope.\nGitHub Apps must have the `actions_variables:read` repository permission to use this endpoint.\nAuthenticated users must have collaborator access to a repository to create, update, or read variables.",
158928
+ "description": "Lists all repository variables.\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nGitHub Apps must have the `actions_variables:read` repository permission to use this endpoint.\nAuthenticated users must have collaborator access to a repository to create, update, or read variables.",
158930
158929
  "tags": [
158931
158930
  "actions"
158932
158931
  ],
@@ -159070,7 +159069,7 @@
159070
159069
  },
159071
159070
  "post": {
159072
159071
  "summary": "Create a repository variable",
159073
- "description": "Creates a repository variable that you can reference in a GitHub Actions workflow.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nIf the repository is private, you must use an access token with the `repo` scope.\nGitHub Apps must have the `actions_variables:write` repository permission to use this endpoint.\nAuthenticated users must have collaborator access to a repository to create, update, or read variables.",
159072
+ "description": "Creates a repository variable that you can reference in a GitHub Actions workflow.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nGitHub Apps must have the `actions_variables:write` repository permission to use this endpoint.\nAuthenticated users must have collaborator access to a repository to create, update, or read variables.",
159074
159073
  "tags": [
159075
159074
  "actions"
159076
159075
  ],
@@ -159164,7 +159163,7 @@
159164
159163
  "/repos/{owner}/{repo}/actions/variables/{name}": {
159165
159164
  "get": {
159166
159165
  "summary": "Get a repository variable",
159167
- "description": "Gets a specific variable in a repository.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nIf the repository is private, you must use an access token with the `repo` scope.\nGitHub Apps must have the `actions_variables:read` repository permission to use this endpoint.\nAuthenticated users must have collaborator access to a repository to create, update, or read variables.",
159166
+ "description": "Gets a specific variable in a repository.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nGitHub Apps must have the `actions_variables:read` repository permission to use this endpoint.\nAuthenticated users must have collaborator access to a repository to create, update, or read variables.",
159168
159167
  "tags": [
159169
159168
  "actions"
159170
159169
  ],
@@ -159265,7 +159264,7 @@
159265
159264
  },
159266
159265
  "patch": {
159267
159266
  "summary": "Update a repository variable",
159268
- "description": "Updates a repository variable that you can reference in a GitHub Actions workflow.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nIf the repository is private, you must use an access token with the `repo` scope.\nGitHub Apps must have the `actions_variables:write` repository permission to use this endpoint.\nAuthenticated users must have collaborator access to a repository to create, update, or read variables.",
159267
+ "description": "Updates a repository variable that you can reference in a GitHub Actions workflow.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nGitHub Apps must have the `actions_variables:write` repository permission to use this endpoint.\nAuthenticated users must have collaborator access to a repository to create, update, or read variables.",
159269
159268
  "tags": [
159270
159269
  "actions"
159271
159270
  ],
@@ -159346,7 +159345,7 @@
159346
159345
  },
159347
159346
  "delete": {
159348
159347
  "summary": "Delete a repository variable",
159349
- "description": "Deletes a repository variable using the variable name.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nIf the repository is private, you must use an access token with the `repo` scope.\nGitHub Apps must have the `actions_variables:write` repository permission to use this endpoint.\nAuthenticated users must have collaborator access to a repository to create, update, or read variables.",
159348
+ "description": "Deletes a repository variable using the variable name.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nGitHub Apps must have the `actions_variables:write` repository permission to use this endpoint.\nAuthenticated users must have collaborator access to a repository to create, update, or read variables.",
159350
159349
  "tags": [
159351
159350
  "actions"
159352
159351
  ],
@@ -185446,7 +185445,7 @@
185446
185445
  },
185447
185446
  "patch": {
185448
185447
  "summary": "Update a check run",
185449
- "description": "**Note:** The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty `pull_requests` array.\n\nUpdates a check run for a specific commit in a repository. Your GitHub App must have the `checks:write` permission to edit check runs.",
185448
+ "description": "Updates a check run for a specific commit in a repository. Your GitHub App must have the `checks:write` permission to edit check runs.\n\n**Note:** The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty `pull_requests` array.",
185450
185449
  "tags": [
185451
185450
  "checks"
185452
185451
  ],
@@ -192477,7 +192476,7 @@
192477
192476
  "/repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs": {
192478
192477
  "get": {
192479
192478
  "summary": "List check runs in a check suite",
192480
- "description": "**Note:** The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty `pull_requests` array.\n\nLists check runs for a check suite using its `id`. GitHub Apps must have the `checks:read` permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the `repo` scope to get check runs in a private repository.",
192479
+ "description": "Lists check runs for a check suite using its `id`. GitHub Apps must have the `checks:read` permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the `repo` scope to get check runs in a private repository.\n\n**Note:** The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty `pull_requests` array.",
192481
192480
  "tags": [
192482
192481
  "checks"
192483
192482
  ],
@@ -196793,7 +196792,7 @@
196793
196792
  ]
196794
196793
  },
196795
196794
  "languages": {
196796
- "description": "Languages to be analysed.",
196795
+ "description": "Languages to be analyzed.",
196797
196796
  "type": "array",
196798
196797
  "items": {
196799
196798
  "type": "string",
@@ -197046,7 +197045,7 @@
197046
197045
  }
197047
197046
  },
197048
197047
  "403": {
197049
- "description": "Response if GitHub Advanced Security is not enabled for this repository",
197048
+ "description": "Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository",
197050
197049
  "content": {
197051
197050
  "application/json": {
197052
197051
  "schema": {
@@ -208180,7 +208179,7 @@
208180
208179
  "/repos/{owner}/{repo}/commits/{ref}/check-runs": {
208181
208180
  "get": {
208182
208181
  "summary": "List check runs for a Git reference",
208183
- "description": "**Note:** The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty `pull_requests` array.\n\nLists check runs for a commit ref. The `ref` can be a SHA, branch name, or a tag name. GitHub Apps must have the `checks:read` permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the `repo` scope to get check runs in a private repository.",
208182
+ "description": "Lists check runs for a commit ref. The `ref` can be a SHA, branch name, or a tag name. GitHub Apps must have the `checks:read` permission on a private repository or pull access to a public repository to get check runs. OAuth apps and authenticated users must have the `repo` scope to get check runs in a private repository.\n\n**Note:** The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty `pull_requests` array.\n\nIf there are more than 1000 check suites on a single git reference, this endpoint will limit check runs to the 1000 most recent check suites. To iterate over all possible check runs, use the [List check suites for a Git reference](https://docs.github.com/enterprise-server@3.9/rest/reference/checks#list-check-suites-for-a-git-reference) endpoint and provide the `check_suite_id` parameter to the [List check runs in a check suite](https://docs.github.com/enterprise-server@3.9/rest/reference/checks#list-check-runs-in-a-check-suite) endpoint.",
208184
208183
  "tags": [
208185
208184
  "checks"
208186
208185
  ],
@@ -209237,7 +209236,7 @@
209237
209236
  "/repos/{owner}/{repo}/commits/{ref}/check-suites": {
209238
209237
  "get": {
209239
209238
  "summary": "List check suites for a Git reference",
209240
- "description": "**Note:** The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty `pull_requests` array and a `null` value for `head_branch`.\n\nLists check suites for a commit `ref`. The `ref` can be a SHA, branch name, or a tag name. GitHub Apps must have the `checks:read` permission on a private repository or pull access to a public repository to list check suites. OAuth apps and authenticated users must have the `repo` scope to get check suites in a private repository.",
209239
+ "description": "Lists check suites for a commit `ref`. The `ref` can be a SHA, branch name, or a tag name. GitHub Apps must have the `checks:read` permission on a private repository or pull access to a public repository to list check suites. OAuth apps and authenticated users must have the `repo` scope to get check suites in a private repository.\n\n**Note:** The endpoints to manage checks only look for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty `pull_requests` array and a `null` value for `head_branch`.",
209241
209240
  "tags": [
209242
209241
  "checks"
209243
209242
  ],
@@ -226946,11 +226945,11 @@
226946
226945
  "content": {
226947
226946
  "application/json": {
226948
226947
  "schema": {
226949
- "title": "Deployment branch policy name pattern",
226948
+ "title": "Deployment branch and tag policy name pattern",
226950
226949
  "type": "object",
226951
226950
  "properties": {
226952
226951
  "name": {
226953
- "description": "The name pattern that branches must match in order to deploy to the environment.\n\nWildcard characters will not match `/`. For example, to match branches that begin with `release/` and contain an additional single slash, use `release/*/*`.\nFor more information about pattern matching syntax, see the [Ruby File.fnmatch documentation](https://ruby-doc.org/core-2.5.1/File.html#method-c-fnmatch).",
226952
+ "description": "The name pattern that branches or tags must match in order to deploy to the environment.\n\nWildcard characters will not match `/`. For example, to match branches that begin with `release/` and contain an additional single slash, use `release/*/*`.\nFor more information about pattern matching syntax, see the [Ruby File.fnmatch documentation](https://ruby-doc.org/core-2.5.1/File.html#method-c-fnmatch).",
226954
226953
  "type": "string",
226955
226954
  "example": "release/*"
226956
226955
  }
@@ -227040,7 +227039,7 @@
227040
227039
  "/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}": {
227041
227040
  "get": {
227042
227041
  "summary": "Get a deployment branch policy",
227043
- "description": "Gets a deployment branch policy for an environment.\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.",
227042
+ "description": "Gets a deployment branch policy for an environment.\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 `administration:read` permission for the repository to use this endpoint.",
227044
227043
  "tags": [
227045
227044
  "repos"
227046
227045
  ],
@@ -235967,7 +235966,6 @@
235967
235966
  "forks",
235968
235967
  "forks_count",
235969
235968
  "git_url",
235970
- "has_downloads",
235971
235969
  "has_issues",
235972
235970
  "has_projects",
235973
235971
  "has_wiki",
@@ -240026,7 +240024,7 @@
240026
240024
  "operationId": "repos/list-webhooks",
240027
240025
  "externalDocs": {
240028
240026
  "description": "API method documentation",
240029
- "url": "https://docs.github.com/enterprise-server@3.9/rest/webhooks/repos#list-repository-webhooks"
240027
+ "url": "https://docs.github.com/enterprise-server@3.9/rest/repos/webhooks#list-repository-webhooks"
240030
240028
  },
240031
240029
  "parameters": [
240032
240030
  {
@@ -240307,8 +240305,8 @@
240307
240305
  "x-github": {
240308
240306
  "githubCloudOnly": false,
240309
240307
  "enabledForGitHubApps": true,
240310
- "category": "webhooks",
240311
- "subcategory": "repos"
240308
+ "category": "repos",
240309
+ "subcategory": "webhooks"
240312
240310
  },
240313
240311
  "x-octokit": {}
240314
240312
  },
@@ -240321,7 +240319,7 @@
240321
240319
  "operationId": "repos/create-webhook",
240322
240320
  "externalDocs": {
240323
240321
  "description": "API method documentation",
240324
- "url": "https://docs.github.com/enterprise-server@3.9/rest/webhooks/repos#create-a-repository-webhook"
240322
+ "url": "https://docs.github.com/enterprise-server@3.9/rest/repos/webhooks#create-a-repository-webhook"
240325
240323
  },
240326
240324
  "parameters": [
240327
240325
  {
@@ -240766,8 +240764,8 @@
240766
240764
  "x-github": {
240767
240765
  "githubCloudOnly": false,
240768
240766
  "enabledForGitHubApps": true,
240769
- "category": "webhooks",
240770
- "subcategory": "repos"
240767
+ "category": "repos",
240768
+ "subcategory": "webhooks"
240771
240769
  },
240772
240770
  "x-octokit": {}
240773
240771
  }
@@ -240782,7 +240780,7 @@
240782
240780
  "operationId": "repos/get-webhook",
240783
240781
  "externalDocs": {
240784
240782
  "description": "API method documentation",
240785
- "url": "https://docs.github.com/enterprise-server@3.9/rest/webhooks/repos#get-a-repository-webhook"
240783
+ "url": "https://docs.github.com/enterprise-server@3.9/rest/repos/webhooks#get-a-repository-webhook"
240786
240784
  },
240787
240785
  "parameters": [
240788
240786
  {
@@ -240805,7 +240803,7 @@
240805
240803
  },
240806
240804
  {
240807
240805
  "name": "hook_id",
240808
- "description": "The unique identifier of the hook.",
240806
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
240809
240807
  "in": "path",
240810
240808
  "required": true,
240811
240809
  "schema": {
@@ -241041,8 +241039,8 @@
241041
241039
  "x-github": {
241042
241040
  "githubCloudOnly": false,
241043
241041
  "enabledForGitHubApps": true,
241044
- "category": "webhooks",
241045
- "subcategory": "repos"
241042
+ "category": "repos",
241043
+ "subcategory": "webhooks"
241046
241044
  },
241047
241045
  "x-octokit": {}
241048
241046
  },
@@ -241055,7 +241053,7 @@
241055
241053
  "operationId": "repos/update-webhook",
241056
241054
  "externalDocs": {
241057
241055
  "description": "API method documentation",
241058
- "url": "https://docs.github.com/enterprise-server@3.9/rest/webhooks/repos#update-a-repository-webhook"
241056
+ "url": "https://docs.github.com/enterprise-server@3.9/rest/repos/webhooks#update-a-repository-webhook"
241059
241057
  },
241060
241058
  "parameters": [
241061
241059
  {
@@ -241078,7 +241076,7 @@
241078
241076
  },
241079
241077
  {
241080
241078
  "name": "hook_id",
241081
- "description": "The unique identifier of the hook.",
241079
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
241082
241080
  "in": "path",
241083
241081
  "required": true,
241084
241082
  "schema": {
@@ -241479,8 +241477,8 @@
241479
241477
  "x-github": {
241480
241478
  "githubCloudOnly": false,
241481
241479
  "enabledForGitHubApps": true,
241482
- "category": "webhooks",
241483
- "subcategory": "repos"
241480
+ "category": "repos",
241481
+ "subcategory": "webhooks"
241484
241482
  },
241485
241483
  "x-octokit": {}
241486
241484
  },
@@ -241493,7 +241491,7 @@
241493
241491
  "operationId": "repos/delete-webhook",
241494
241492
  "externalDocs": {
241495
241493
  "description": "API method documentation",
241496
- "url": "https://docs.github.com/enterprise-server@3.9/rest/webhooks/repos#delete-a-repository-webhook"
241494
+ "url": "https://docs.github.com/enterprise-server@3.9/rest/repos/webhooks#delete-a-repository-webhook"
241497
241495
  },
241498
241496
  "parameters": [
241499
241497
  {
@@ -241516,7 +241514,7 @@
241516
241514
  },
241517
241515
  {
241518
241516
  "name": "hook_id",
241519
- "description": "The unique identifier of the hook.",
241517
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
241520
241518
  "in": "path",
241521
241519
  "required": true,
241522
241520
  "schema": {
@@ -241558,8 +241556,8 @@
241558
241556
  "x-github": {
241559
241557
  "githubCloudOnly": false,
241560
241558
  "enabledForGitHubApps": true,
241561
- "category": "webhooks",
241562
- "subcategory": "repos"
241559
+ "category": "repos",
241560
+ "subcategory": "webhooks"
241563
241561
  },
241564
241562
  "x-octokit": {}
241565
241563
  }
@@ -241574,7 +241572,7 @@
241574
241572
  "operationId": "repos/get-webhook-config-for-repo",
241575
241573
  "externalDocs": {
241576
241574
  "description": "API method documentation",
241577
- "url": "https://docs.github.com/enterprise-server@3.9/rest/webhooks/repo-config#get-a-webhook-configuration-for-a-repository"
241575
+ "url": "https://docs.github.com/enterprise-server@3.9/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository"
241578
241576
  },
241579
241577
  "parameters": [
241580
241578
  {
@@ -241597,7 +241595,7 @@
241597
241595
  },
241598
241596
  {
241599
241597
  "name": "hook_id",
241600
- "description": "The unique identifier of the hook.",
241598
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
241601
241599
  "in": "path",
241602
241600
  "required": true,
241603
241601
  "schema": {
@@ -241662,8 +241660,8 @@
241662
241660
  "x-github": {
241663
241661
  "githubCloudOnly": false,
241664
241662
  "enabledForGitHubApps": true,
241665
- "category": "webhooks",
241666
- "subcategory": "repo-config"
241663
+ "category": "repos",
241664
+ "subcategory": "webhooks"
241667
241665
  },
241668
241666
  "x-octokit": {}
241669
241667
  },
@@ -241676,7 +241674,7 @@
241676
241674
  "operationId": "repos/update-webhook-config-for-repo",
241677
241675
  "externalDocs": {
241678
241676
  "description": "API method documentation",
241679
- "url": "https://docs.github.com/enterprise-server@3.9/rest/webhooks/repo-config#update-a-webhook-configuration-for-a-repository"
241677
+ "url": "https://docs.github.com/enterprise-server@3.9/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository"
241680
241678
  },
241681
241679
  "parameters": [
241682
241680
  {
@@ -241699,7 +241697,7 @@
241699
241697
  },
241700
241698
  {
241701
241699
  "name": "hook_id",
241702
- "description": "The unique identifier of the hook.",
241700
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
241703
241701
  "in": "path",
241704
241702
  "required": true,
241705
241703
  "schema": {
@@ -241814,8 +241812,8 @@
241814
241812
  "x-github": {
241815
241813
  "githubCloudOnly": false,
241816
241814
  "enabledForGitHubApps": true,
241817
- "category": "webhooks",
241818
- "subcategory": "repo-config"
241815
+ "category": "repos",
241816
+ "subcategory": "webhooks"
241819
241817
  },
241820
241818
  "x-octokit": {}
241821
241819
  }
@@ -241830,7 +241828,7 @@
241830
241828
  "operationId": "repos/list-webhook-deliveries",
241831
241829
  "externalDocs": {
241832
241830
  "description": "API method documentation",
241833
- "url": "https://docs.github.com/enterprise-server@3.9/rest/webhooks/repo-deliveries#list-deliveries-for-a-repository-webhook"
241831
+ "url": "https://docs.github.com/enterprise-server@3.9/rest/repos/webhooks#list-deliveries-for-a-repository-webhook"
241834
241832
  },
241835
241833
  "parameters": [
241836
241834
  {
@@ -241853,7 +241851,7 @@
241853
241851
  },
241854
241852
  {
241855
241853
  "name": "hook_id",
241856
- "description": "The unique identifier of the hook.",
241854
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
241857
241855
  "in": "path",
241858
241856
  "required": true,
241859
241857
  "schema": {
@@ -242142,8 +242140,8 @@
242142
242140
  "x-github": {
242143
242141
  "githubCloudOnly": false,
242144
242142
  "enabledForGitHubApps": true,
242145
- "category": "webhooks",
242146
- "subcategory": "repo-deliveries"
242143
+ "category": "repos",
242144
+ "subcategory": "webhooks"
242147
242145
  },
242148
242146
  "x-octokit": {}
242149
242147
  }
@@ -242158,7 +242156,7 @@
242158
242156
  "operationId": "repos/get-webhook-delivery",
242159
242157
  "externalDocs": {
242160
242158
  "description": "API method documentation",
242161
- "url": "https://docs.github.com/enterprise-server@3.9/rest/webhooks/repo-deliveries#get-a-delivery-for-a-repository-webhook"
242159
+ "url": "https://docs.github.com/enterprise-server@3.9/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook"
242162
242160
  },
242163
242161
  "parameters": [
242164
242162
  {
@@ -242181,7 +242179,7 @@
242181
242179
  },
242182
242180
  {
242183
242181
  "name": "hook_id",
242184
- "description": "The unique identifier of the hook.",
242182
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
242185
242183
  "in": "path",
242186
242184
  "required": true,
242187
242185
  "schema": {
@@ -242513,8 +242511,8 @@
242513
242511
  "x-github": {
242514
242512
  "githubCloudOnly": false,
242515
242513
  "enabledForGitHubApps": true,
242516
- "category": "webhooks",
242517
- "subcategory": "repo-deliveries"
242514
+ "category": "repos",
242515
+ "subcategory": "webhooks"
242518
242516
  },
242519
242517
  "x-octokit": {}
242520
242518
  }
@@ -242529,7 +242527,7 @@
242529
242527
  "operationId": "repos/redeliver-webhook-delivery",
242530
242528
  "externalDocs": {
242531
242529
  "description": "API method documentation",
242532
- "url": "https://docs.github.com/enterprise-server@3.9/rest/webhooks/repo-deliveries#redeliver-a-delivery-for-a-repository-webhook"
242530
+ "url": "https://docs.github.com/enterprise-server@3.9/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook"
242533
242531
  },
242534
242532
  "parameters": [
242535
242533
  {
@@ -242552,7 +242550,7 @@
242552
242550
  },
242553
242551
  {
242554
242552
  "name": "hook_id",
242555
- "description": "The unique identifier of the hook.",
242553
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
242556
242554
  "in": "path",
242557
242555
  "required": true,
242558
242556
  "schema": {
@@ -242717,8 +242715,8 @@
242717
242715
  "x-github": {
242718
242716
  "githubCloudOnly": false,
242719
242717
  "enabledForGitHubApps": true,
242720
- "category": "webhooks",
242721
- "subcategory": "repo-deliveries"
242718
+ "category": "repos",
242719
+ "subcategory": "webhooks"
242722
242720
  },
242723
242721
  "x-octokit": {}
242724
242722
  }
@@ -242733,7 +242731,7 @@
242733
242731
  "operationId": "repos/ping-webhook",
242734
242732
  "externalDocs": {
242735
242733
  "description": "API method documentation",
242736
- "url": "https://docs.github.com/enterprise-server@3.9/rest/webhooks/repos#ping-a-repository-webhook"
242734
+ "url": "https://docs.github.com/enterprise-server@3.9/rest/repos/webhooks#ping-a-repository-webhook"
242737
242735
  },
242738
242736
  "parameters": [
242739
242737
  {
@@ -242756,7 +242754,7 @@
242756
242754
  },
242757
242755
  {
242758
242756
  "name": "hook_id",
242759
- "description": "The unique identifier of the hook.",
242757
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
242760
242758
  "in": "path",
242761
242759
  "required": true,
242762
242760
  "schema": {
@@ -242798,8 +242796,8 @@
242798
242796
  "x-github": {
242799
242797
  "githubCloudOnly": false,
242800
242798
  "enabledForGitHubApps": true,
242801
- "category": "webhooks",
242802
- "subcategory": "repos"
242799
+ "category": "repos",
242800
+ "subcategory": "webhooks"
242803
242801
  },
242804
242802
  "x-octokit": {}
242805
242803
  }
@@ -242814,7 +242812,7 @@
242814
242812
  "operationId": "repos/test-push-webhook",
242815
242813
  "externalDocs": {
242816
242814
  "description": "API method documentation",
242817
- "url": "https://docs.github.com/enterprise-server@3.9/rest/webhooks/repos#test-the-push-repository-webhook"
242815
+ "url": "https://docs.github.com/enterprise-server@3.9/rest/repos/webhooks#test-the-push-repository-webhook"
242818
242816
  },
242819
242817
  "parameters": [
242820
242818
  {
@@ -242837,7 +242835,7 @@
242837
242835
  },
242838
242836
  {
242839
242837
  "name": "hook_id",
242840
- "description": "The unique identifier of the hook.",
242838
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
242841
242839
  "in": "path",
242842
242840
  "required": true,
242843
242841
  "schema": {
@@ -242879,8 +242877,8 @@
242879
242877
  "x-github": {
242880
242878
  "githubCloudOnly": false,
242881
242879
  "enabledForGitHubApps": true,
242882
- "category": "webhooks",
242883
- "subcategory": "repos"
242880
+ "category": "repos",
242881
+ "subcategory": "webhooks"
242884
242882
  },
242885
242883
  "x-octokit": {}
242886
242884
  }
@@ -299758,6 +299756,32 @@
299758
299756
  }
299759
299757
  }
299760
299758
  }
299759
+ },
299760
+ "404": {
299761
+ "description": "Resource not found",
299762
+ "content": {
299763
+ "application/json": {
299764
+ "schema": {
299765
+ "title": "Basic Error",
299766
+ "description": "Basic Error",
299767
+ "type": "object",
299768
+ "properties": {
299769
+ "message": {
299770
+ "type": "string"
299771
+ },
299772
+ "documentation_url": {
299773
+ "type": "string"
299774
+ },
299775
+ "url": {
299776
+ "type": "string"
299777
+ },
299778
+ "status": {
299779
+ "type": "string"
299780
+ }
299781
+ }
299782
+ }
299783
+ }
299784
+ }
299761
299785
  }
299762
299786
  },
299763
299787
  "x-github": {
@@ -317079,7 +317103,7 @@
317079
317103
  "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions": {
317080
317104
  "get": {
317081
317105
  "summary": "List reactions for a pull request review comment",
317082
- "description": "List the reactions to a [pull request review comment](https://docs.github.com/enterprise-server@3.9/pulls/comments#get-a-review-comment-for-a-pull-request).",
317106
+ "description": "List the reactions to a [pull request review comment](https://docs.github.com/enterprise-server@3.9/rest/pulls/comments#get-a-review-comment-for-a-pull-request).",
317083
317107
  "tags": [
317084
317108
  "reactions"
317085
317109
  ],
@@ -349600,16 +349624,10 @@
349600
349624
  "html_url": "https://github.com/owner/private-repo/security/secret-scanning/42",
349601
349625
  "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/42/locations",
349602
349626
  "state": "open",
349603
- "resolution": null,
349604
- "resolved_at": null,
349605
- "resolved_by": null,
349606
349627
  "secret_type": "mailchimp_api_key",
349607
349628
  "secret_type_display_name": "Mailchimp API Key",
349608
349629
  "secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2",
349609
- "push_protection_bypassed_by": null,
349610
- "push_protection_bypassed": false,
349611
- "push_protection_bypassed_at": null,
349612
- "resolution_comment": null
349630
+ "push_protection_bypassed": false
349613
349631
  }
349614
349632
  }
349615
349633
  }
@@ -350114,8 +350132,6 @@
350114
350132
  "secret_type_display_name": "Mailchimp API Key",
350115
350133
  "secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2",
350116
350134
  "push_protection_bypassed": false,
350117
- "push_protection_bypassed_by": null,
350118
- "push_protection_bypassed_at": null,
350119
350135
  "resolution_comment": "Example comment"
350120
350136
  }
350121
350137
  }
@@ -357655,7 +357671,7 @@
357655
357671
  "/repositories/{repository_id}/environments/{environment_name}/variables": {
357656
357672
  "get": {
357657
357673
  "summary": "List environment variables",
357658
- "description": "Lists all environment variables.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nIf the repository is private, you must use an access token with the `repo` scope.\nGitHub Apps must have the `environments:read` repository permission to use this endpoint.\nAuthenticated users must have collaborator access to a repository to create, update, or read variables.",
357674
+ "description": "Lists all environment variables.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nGitHub Apps must have the `environments:read` repository permission to use this endpoint.\nAuthenticated users must have collaborator access to a repository to create, update, or read variables.",
357659
357675
  "tags": [
357660
357676
  "actions"
357661
357677
  ],
@@ -357799,7 +357815,7 @@
357799
357815
  },
357800
357816
  "post": {
357801
357817
  "summary": "Create an environment variable",
357802
- "description": "Create an environment variable that you can reference in a GitHub Actions workflow.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nIf the repository is private, you must use an access token with the `repo` scope.\nGitHub Apps must have the `environment:write` repository permission to use this endpoint.\nAuthenticated users must have collaborator access to a repository to create, update, or read variables.",
357818
+ "description": "Create an environment variable that you can reference in a GitHub Actions workflow.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nGitHub Apps must have the `environment:write` repository permission to use this endpoint.\nAuthenticated users must have collaborator access to a repository to create, update, or read variables.",
357803
357819
  "tags": [
357804
357820
  "actions"
357805
357821
  ],
@@ -357893,7 +357909,7 @@
357893
357909
  "/repositories/{repository_id}/environments/{environment_name}/variables/{name}": {
357894
357910
  "get": {
357895
357911
  "summary": "Get an environment variable",
357896
- "description": "Gets a specific variable in an environment.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nIf the repository is private, you must use an access token with the `repo` scope.\nGitHub Apps must have the `environments:read` repository permission to use this endpoint.\nAuthenticated users must have collaborator access to a repository to create, update, or read variables.",
357912
+ "description": "Gets a specific variable in an environment.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nGitHub Apps must have the `environments:read` repository permission to use this endpoint.\nAuthenticated users must have collaborator access to a repository to create, update, or read variables.",
357897
357913
  "tags": [
357898
357914
  "actions"
357899
357915
  ],
@@ -357994,7 +358010,7 @@
357994
358010
  },
357995
358011
  "patch": {
357996
358012
  "summary": "Update an environment variable",
357997
- "description": "Updates an environment variable that you can reference in a GitHub Actions workflow.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nIf the repository is private, you must use an access token with the `repo` scope.\nGitHub Apps must have the `environment:write` repository permission to use this endpoint.\nAuthenticated users must have collaborator access to a repository to create, update, or read variables.",
358013
+ "description": "Updates an environment variable that you can reference in a GitHub Actions workflow.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nGitHub Apps must have the `environment:write` repository permission to use this endpoint.\nAuthenticated users must have collaborator access to a repository to create, update, or read variables.",
357998
358014
  "tags": [
357999
358015
  "actions"
358000
358016
  ],
@@ -358075,7 +358091,7 @@
358075
358091
  },
358076
358092
  "delete": {
358077
358093
  "summary": "Delete an environment variable",
358078
- "description": "Deletes an environment variable using the variable name.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nIf the repository is private, you must use an access token with the `repo` scope.\nGitHub Apps must have the `environment:write` repository permission to use this endpoint.\nAuthenticated users must have collaborator access to a repository to create, update, or read variables.",
358094
+ "description": "Deletes an environment variable using the variable name.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nGitHub Apps must have the `environment:write` repository permission to use this endpoint.\nAuthenticated users must have collaborator access to a repository to create, update, or read variables.",
358079
358095
  "tags": [
358080
358096
  "actions"
358081
358097
  ],
@@ -469742,7 +469758,7 @@
469742
469758
  "format": "uri"
469743
469759
  },
469744
469760
  "conclusion": {
469745
- "description": "The summary conclusion for all check runs that are part of the check suite. Can be one of `success`, `failure`, `neutral`, `cancelled`, `timed_out`, `action_required` or `stale`. This value will be `null` until the check run has `completed`.",
469761
+ "description": "The summary conclusion for all check runs that are part of the check suite. This value will be `null` until the check run has `completed`.",
469746
469762
  "type": "string",
469747
469763
  "nullable": true,
469748
469764
  "enum": [
@@ -472096,7 +472112,7 @@
472096
472112
  "format": "uri"
472097
472113
  },
472098
472114
  "conclusion": {
472099
- "description": "The summary conclusion for all check runs that are part of the check suite. Can be one of `success`, `failure`,` neutral`, `cancelled`, `timed_out`, `action_required` or `stale`. This value will be `null` until the check run has completed.",
472115
+ "description": "The summary conclusion for all check runs that are part of the check suite. This value will be `null` until the check run has completed.",
472100
472116
  "type": "string",
472101
472117
  "nullable": true,
472102
472118
  "enum": [
@@ -474443,7 +474459,7 @@
474443
474459
  "format": "uri"
474444
474460
  },
474445
474461
  "conclusion": {
474446
- "description": "The summary conclusion for all check runs that are part of the check suite. Can be one of `success`, `failure`,` neutral`, `cancelled`, `timed_out`, `action_required` or `stale`. This value will be `null` until the check run has completed.",
474462
+ "description": "The summary conclusion for all check runs that are part of the check suite. This value will be `null` until the check run has completed.",
474447
474463
  "type": "string",
474448
474464
  "nullable": true,
474449
474465
  "enum": [
@@ -476421,7 +476437,7 @@
476421
476437
  ]
476422
476438
  },
476423
476439
  "dismissed_reason": {
476424
- "description": "The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.",
476440
+ "description": "The reason for dismissing or closing the alert.",
476425
476441
  "type": "string",
476426
476442
  "nullable": true,
476427
476443
  "enum": [
@@ -478313,7 +478329,7 @@
478313
478329
  ]
478314
478330
  },
478315
478331
  "dismissed_reason": {
478316
- "description": "The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.",
478332
+ "description": "The reason for dismissing or closing the alert.",
478317
478333
  "type": "string",
478318
478334
  "nullable": true,
478319
478335
  "enum": [
@@ -482069,7 +482085,7 @@
482069
482085
  ]
482070
482086
  },
482071
482087
  "dismissed_reason": {
482072
- "description": "The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.",
482088
+ "description": "The reason for dismissing or closing the alert.",
482073
482089
  "type": "string",
482074
482090
  "nullable": true,
482075
482091
  "enum": [
@@ -518107,7 +518123,7 @@
518107
518123
  "format": "date-time"
518108
518124
  },
518109
518125
  "conclusion": {
518110
- "description": "The result of the completed check run. Can be one of `success`, `failure`, `neutral`, `cancelled`, `timed_out`, `action_required` or `stale`. This value will be `null` until the check run has completed.",
518126
+ "description": "The result of the completed check run. This value will be `null` until the check run has completed.",
518111
518127
  "type": "string",
518112
518128
  "nullable": true,
518113
518129
  "enum": [
@@ -621609,6 +621625,10 @@
621609
621625
  "type": "string",
621610
621626
  "format": "uri"
621611
621627
  },
621628
+ "has_discussions": {
621629
+ "description": "Whether the repository has discussions enabled.",
621630
+ "type": "boolean"
621631
+ },
621612
621632
  "has_downloads": {
621613
621633
  "description": "Whether downloads are enabled.",
621614
621634
  "type": "boolean",
@@ -621965,6 +621985,10 @@
621965
621985
  },
621966
621986
  "watchers_count": {
621967
621987
  "type": "integer"
621988
+ },
621989
+ "web_commit_signoff_required": {
621990
+ "description": "Whether to require commit signoff.",
621991
+ "type": "boolean"
621968
621992
  }
621969
621993
  },
621970
621994
  "required": [
@@ -748684,7 +748708,7 @@
748684
748708
  "pull-request-edited": {
748685
748709
  "post": {
748686
748710
  "summary": "This event occurs when there is activity on a pull request. For more information, see \"[About pull requests](https://docs.github.com/enterprise-server@3.9/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests).\" For information about the APIs to manage pull requests, see [the GraphQL API documentation](https://docs.github.com/enterprise-server@3.9/graphql/reference/objects#pullrequest) or \"[Pulls](https://docs.github.com/enterprise-server@3.9/rest/pulls/pulls)\" in the REST API documentation.\n\nFor activity related to pull request reviews, pull request review comments, pull request comments, or pull request review threads, use the `pull_request_review`, `pull_request_review_comment`, `issue_comment`, or `pull_request_review_thread` events instead.\n\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Pull requests\" repository permission.",
748687
- "description": "The title or body of a pull request was edited.",
748711
+ "description": "The title or body of a pull request was edited, or the base branch of a pull request was changed.",
748688
748712
  "operationId": "pull-request/edited",
748689
748713
  "externalDocs": {
748690
748714
  "url": "https://docs.github.com/enterprise-server@3.9/webhooks/webhook-events-and-payloads#pull_request"
@@ -920930,7 +920954,6 @@
920930
920954
  "forks",
920931
920955
  "forks_count",
920932
920956
  "git_url",
920933
- "has_downloads",
920934
920957
  "has_issues",
920935
920958
  "has_projects",
920936
920959
  "has_wiki",
@@ -947132,7 +947155,7 @@
947132
947155
  }
947133
947156
  },
947134
947157
  "x-github": {
947135
- "githubCloudOnly": false,
947158
+ "githubCloudOnly": true,
947136
947159
  "category": "webhooks",
947137
947160
  "subcategory": "user",
947138
947161
  "supported-webhook-types": [
@@ -948824,7 +948847,7 @@
948824
948847
  }
948825
948848
  },
948826
948849
  "x-github": {
948827
- "githubCloudOnly": false,
948850
+ "githubCloudOnly": true,
948828
948851
  "category": "webhooks",
948829
948852
  "subcategory": "user",
948830
948853
  "supported-webhook-types": [