@octokit/openapi 13.0.0 → 13.1.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.1.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": {
@@ -741,7 +741,7 @@
741
741
  "parameters": [
742
742
  {
743
743
  "name": "hook_id",
744
- "description": "The unique identifier of the hook.",
744
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
745
745
  "in": "path",
746
746
  "required": true,
747
747
  "schema": {
@@ -856,7 +856,7 @@
856
856
  "parameters": [
857
857
  {
858
858
  "name": "hook_id",
859
- "description": "The unique identifier of the hook.",
859
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
860
860
  "in": "path",
861
861
  "required": true,
862
862
  "schema": {
@@ -1027,7 +1027,7 @@
1027
1027
  "parameters": [
1028
1028
  {
1029
1029
  "name": "hook_id",
1030
- "description": "The unique identifier of the hook.",
1030
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
1031
1031
  "in": "path",
1032
1032
  "required": true,
1033
1033
  "schema": {
@@ -1064,7 +1064,7 @@
1064
1064
  "parameters": [
1065
1065
  {
1066
1066
  "name": "hook_id",
1067
- "description": "The unique identifier of the hook.",
1067
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
1068
1068
  "in": "path",
1069
1069
  "required": true,
1070
1070
  "schema": {
@@ -17925,7 +17925,7 @@
17925
17925
  },
17926
17926
  "post": {
17927
17927
  "summary": "Create a new authorization",
17928
- "description": "**Deprecation Notice:** GitHub Enterprise Server will discontinue the [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.8/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.8/developers/apps/authorizing-oauth-apps#web-application-flow). The [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.8/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.8/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.8/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.8/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.8/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.8/articles/about-identity-and-access-management-with-saml-single-sign-on).",
17928
+ "description": "**Deprecation Notice:** GitHub Enterprise Server will discontinue the [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.8/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.8/developers/apps/authorizing-oauth-apps#web-application-flow). The [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.8/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.8/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.8/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.8/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.8/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.8/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.",
17929
17929
  "tags": [
17930
17930
  "oauth-authorizations"
17931
17931
  ],
@@ -85566,7 +85566,7 @@
85566
85566
  },
85567
85567
  {
85568
85568
  "name": "hook_id",
85569
- "description": "The unique identifier of the hook.",
85569
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
85570
85570
  "in": "path",
85571
85571
  "required": true,
85572
85572
  "schema": {
@@ -85753,7 +85753,7 @@
85753
85753
  },
85754
85754
  {
85755
85755
  "name": "hook_id",
85756
- "description": "The unique identifier of the hook.",
85756
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
85757
85757
  "in": "path",
85758
85758
  "required": true,
85759
85759
  "schema": {
@@ -86086,7 +86086,7 @@
86086
86086
  },
86087
86087
  {
86088
86088
  "name": "hook_id",
86089
- "description": "The unique identifier of the hook.",
86089
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
86090
86090
  "in": "path",
86091
86091
  "required": true,
86092
86092
  "schema": {
@@ -86158,7 +86158,7 @@
86158
86158
  },
86159
86159
  {
86160
86160
  "name": "hook_id",
86161
- "description": "The unique identifier of the hook.",
86161
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
86162
86162
  "in": "path",
86163
86163
  "required": true,
86164
86164
  "schema": {
@@ -86251,7 +86251,7 @@
86251
86251
  },
86252
86252
  {
86253
86253
  "name": "hook_id",
86254
- "description": "The unique identifier of the hook.",
86254
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
86255
86255
  "in": "path",
86256
86256
  "required": true,
86257
86257
  "schema": {
@@ -86397,7 +86397,7 @@
86397
86397
  },
86398
86398
  {
86399
86399
  "name": "hook_id",
86400
- "description": "The unique identifier of the hook.",
86400
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
86401
86401
  "in": "path",
86402
86402
  "required": true,
86403
86403
  "schema": {
@@ -86716,7 +86716,7 @@
86716
86716
  },
86717
86717
  {
86718
86718
  "name": "hook_id",
86719
- "description": "The unique identifier of the hook.",
86719
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
86720
86720
  "in": "path",
86721
86721
  "required": true,
86722
86722
  "schema": {
@@ -87078,7 +87078,7 @@
87078
87078
  },
87079
87079
  {
87080
87080
  "name": "hook_id",
87081
- "description": "The unique identifier of the hook.",
87081
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
87082
87082
  "in": "path",
87083
87083
  "required": true,
87084
87084
  "schema": {
@@ -87273,7 +87273,7 @@
87273
87273
  },
87274
87274
  {
87275
87275
  "name": "hook_id",
87276
- "description": "The unique identifier of the hook.",
87276
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
87277
87277
  "in": "path",
87278
87278
  "required": true,
87279
87279
  "schema": {
@@ -94901,7 +94901,7 @@
94901
94901
  },
94902
94902
  "post": {
94903
94903
  "summary": "Start an organization migration",
94904
- "description": "Initiates the generation of a migration archive.",
94904
+ "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.8/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).\"",
94905
94905
  "tags": [
94906
94906
  "migrations"
94907
94907
  ],
@@ -94977,7 +94977,7 @@
94977
94977
  },
94978
94978
  "exclude": {
94979
94979
  "type": "array",
94980
- "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\"`.",
94980
+ "description": "Exclude related items from being returned in the response in order to improve performance of the request.",
94981
94981
  "items": {
94982
94982
  "type": "string",
94983
94983
  "enum": [
@@ -128472,7 +128472,6 @@
128472
128472
  "forks",
128473
128473
  "forks_count",
128474
128474
  "git_url",
128475
- "has_downloads",
128476
128475
  "has_issues",
128477
128476
  "has_projects",
128478
128477
  "has_wiki",
@@ -133807,7 +133806,6 @@
133807
133806
  "forks",
133808
133807
  "forks_count",
133809
133808
  "git_url",
133810
- "has_downloads",
133811
133809
  "has_issues",
133812
133810
  "has_projects",
133813
133811
  "has_wiki",
@@ -136091,7 +136089,7 @@
136091
136089
  "node_id": "MDEyOldvcmtmbG93IEpvYjM5OTQ0NDQ5Ng==",
136092
136090
  "head_sha": "f83a356604ae3c5d03e1b46ef4d1ca77d64a90b0",
136093
136091
  "url": "https://api.github.com/repos/octo-org/octo-repo/actions/jobs/399444496",
136094
- "html_url": "https://github.com/octo-org/octo-repo/runs/399444496",
136092
+ "html_url": "https://github.com/octo-org/octo-repo/runs/29679449/jobs/399444496",
136095
136093
  "status": "completed",
136096
136094
  "conclusion": "success",
136097
136095
  "started_at": "2020-01-20T17:42:40Z",
@@ -136273,7 +136271,7 @@
136273
136271
  "/repos/{owner}/{repo}/actions/jobs/{job_id}/rerun": {
136274
136272
  "post": {
136275
136273
  "summary": "Re-run a job from a workflow run",
136276
- "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.",
136274
+ "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.",
136277
136275
  "tags": [
136278
136276
  "actions"
136279
136277
  ],
@@ -137428,7 +137426,7 @@
137428
137426
  "/repos/{owner}/{repo}/actions/runners": {
137429
137427
  "get": {
137430
137428
  "summary": "List self-hosted runners for a repository",
137431
- "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.",
137429
+ "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.",
137432
137430
  "tags": [
137433
137431
  "actions"
137434
137432
  ],
@@ -137653,7 +137651,7 @@
137653
137651
  "/repos/{owner}/{repo}/actions/runners/downloads": {
137654
137652
  "get": {
137655
137653
  "summary": "List runner applications for a repository",
137656
- "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.",
137654
+ "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.",
137657
137655
  "tags": [
137658
137656
  "actions"
137659
137657
  ],
@@ -137784,7 +137782,7 @@
137784
137782
  "/repos/{owner}/{repo}/actions/runners/registration-token": {
137785
137783
  "post": {
137786
137784
  "summary": "Create a registration token for a repository",
137787
- "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```",
137785
+ "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```",
137788
137786
  "tags": [
137789
137787
  "actions"
137790
137788
  ],
@@ -139090,7 +139088,7 @@
139090
139088
  "/repos/{owner}/{repo}/actions/runners/remove-token": {
139091
139089
  "post": {
139092
139090
  "summary": "Create a remove token for a repository",
139093
- "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```",
139091
+ "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```",
139094
139092
  "tags": [
139095
139093
  "actions"
139096
139094
  ],
@@ -140396,7 +140394,7 @@
140396
140394
  "/repos/{owner}/{repo}/actions/runners/{runner_id}": {
140397
140395
  "get": {
140398
140396
  "summary": "Get a self-hosted runner for a repository",
140399
- "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.",
140397
+ "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.",
140400
140398
  "tags": [
140401
140399
  "actions"
140402
140400
  ],
@@ -140558,7 +140556,7 @@
140558
140556
  },
140559
140557
  "delete": {
140560
140558
  "summary": "Delete a self-hosted runner from a repository",
140561
- "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.",
140559
+ "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.",
140562
140560
  "tags": [
140563
140561
  "actions"
140564
140562
  ],
@@ -140613,7 +140611,7 @@
140613
140611
  "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels": {
140614
140612
  "get": {
140615
140613
  "summary": "List labels for a self-hosted runner for a repository",
140616
- "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.",
140614
+ "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.",
140617
140615
  "tags": [
140618
140616
  "actions"
140619
140617
  ],
@@ -140766,7 +140764,7 @@
140766
140764
  },
140767
140765
  "post": {
140768
140766
  "summary": "Add custom labels to a self-hosted runner for a repository",
140769
- "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.",
140767
+ "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.",
140770
140768
  "tags": [
140771
140769
  "actions"
140772
140770
  ],
@@ -140983,7 +140981,7 @@
140983
140981
  },
140984
140982
  "put": {
140985
140983
  "summary": "Set custom labels for a self-hosted runner for a repository",
140986
- "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.",
140984
+ "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.",
140987
140985
  "tags": [
140988
140986
  "actions"
140989
140987
  ],
@@ -141200,7 +141198,7 @@
141200
141198
  },
141201
141199
  "delete": {
141202
141200
  "summary": "Remove all custom labels from a self-hosted runner for a repository",
141203
- "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.",
141201
+ "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.",
141204
141202
  "tags": [
141205
141203
  "actions"
141206
141204
  ],
@@ -141350,7 +141348,7 @@
141350
141348
  "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels/{name}": {
141351
141349
  "delete": {
141352
141350
  "summary": "Remove a custom label from a self-hosted runner for a repository",
141353
- "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.",
141351
+ "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.",
141354
141352
  "tags": [
141355
141353
  "actions"
141356
141354
  ],
@@ -148786,7 +148784,7 @@
148786
148784
  "node_id": "MDEyOldvcmtmbG93IEpvYjM5OTQ0NDQ5Ng==",
148787
148785
  "head_sha": "f83a356604ae3c5d03e1b46ef4d1ca77d64a90b0",
148788
148786
  "url": "https://api.github.com/repos/octo-org/octo-repo/actions/jobs/399444496",
148789
- "html_url": "https://github.com/octo-org/octo-repo/runs/399444496",
148787
+ "html_url": "https://github.com/octo-org/octo-repo/runs/29679449/jobs/399444496",
148790
148788
  "status": "completed",
148791
148789
  "conclusion": "success",
148792
148790
  "started_at": "2020-01-20T17:42:40Z",
@@ -149013,7 +149011,7 @@
149013
149011
  "/repos/{owner}/{repo}/actions/runs/{run_id}/cancel": {
149014
149012
  "post": {
149015
149013
  "summary": "Cancel a workflow run",
149016
- "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.",
149014
+ "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.",
149017
149015
  "tags": [
149018
149016
  "actions"
149019
149017
  ],
@@ -149427,7 +149425,7 @@
149427
149425
  "node_id": "MDEyOldvcmtmbG93IEpvYjM5OTQ0NDQ5Ng==",
149428
149426
  "head_sha": "f83a356604ae3c5d03e1b46ef4d1ca77d64a90b0",
149429
149427
  "url": "https://api.github.com/repos/octo-org/octo-repo/actions/jobs/399444496",
149430
- "html_url": "https://github.com/octo-org/octo-repo/runs/399444496",
149428
+ "html_url": "https://github.com/octo-org/octo-repo/runs/29679449/jobs/399444496",
149431
149429
  "status": "completed",
149432
149430
  "conclusion": "success",
149433
149431
  "started_at": "2020-01-20T17:42:40Z",
@@ -151504,7 +151502,7 @@
151504
151502
  "/repos/{owner}/{repo}/actions/variables": {
151505
151503
  "get": {
151506
151504
  "summary": "List repository variables",
151507
- "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.",
151505
+ "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.",
151508
151506
  "tags": [
151509
151507
  "actions"
151510
151508
  ],
@@ -151648,7 +151646,7 @@
151648
151646
  },
151649
151647
  "post": {
151650
151648
  "summary": "Create a repository variable",
151651
- "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.",
151649
+ "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.",
151652
151650
  "tags": [
151653
151651
  "actions"
151654
151652
  ],
@@ -151742,7 +151740,7 @@
151742
151740
  "/repos/{owner}/{repo}/actions/variables/{name}": {
151743
151741
  "get": {
151744
151742
  "summary": "Get a repository variable",
151745
- "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.",
151743
+ "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.",
151746
151744
  "tags": [
151747
151745
  "actions"
151748
151746
  ],
@@ -151843,7 +151841,7 @@
151843
151841
  },
151844
151842
  "patch": {
151845
151843
  "summary": "Update a repository variable",
151846
- "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.",
151844
+ "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.",
151847
151845
  "tags": [
151848
151846
  "actions"
151849
151847
  ],
@@ -151924,7 +151922,7 @@
151924
151922
  },
151925
151923
  "delete": {
151926
151924
  "summary": "Delete a repository variable",
151927
- "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.",
151925
+ "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.",
151928
151926
  "tags": [
151929
151927
  "actions"
151930
151928
  ],
@@ -177959,7 +177957,7 @@
177959
177957
  },
177960
177958
  "patch": {
177961
177959
  "summary": "Update a check run",
177962
- "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.",
177960
+ "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.",
177963
177961
  "tags": [
177964
177962
  "checks"
177965
177963
  ],
@@ -184822,7 +184820,7 @@
184822
184820
  "/repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs": {
184823
184821
  "get": {
184824
184822
  "summary": "List check runs in a check suite",
184825
- "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.",
184823
+ "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.",
184826
184824
  "tags": [
184827
184825
  "checks"
184828
184826
  ],
@@ -200114,7 +200112,7 @@
200114
200112
  "/repos/{owner}/{repo}/commits/{ref}/check-runs": {
200115
200113
  "get": {
200116
200114
  "summary": "List check runs for a Git reference",
200117
- "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.",
200115
+ "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.8/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.8/rest/reference/checks#list-check-runs-in-a-check-suite) endpoint.",
200118
200116
  "tags": [
200119
200117
  "checks"
200120
200118
  ],
@@ -201171,7 +201169,7 @@
201171
201169
  "/repos/{owner}/{repo}/commits/{ref}/check-suites": {
201172
201170
  "get": {
201173
201171
  "summary": "List check suites for a Git reference",
201174
- "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.",
201172
+ "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`.",
201175
201173
  "tags": [
201176
201174
  "checks"
201177
201175
  ],
@@ -218488,11 +218486,11 @@
218488
218486
  "content": {
218489
218487
  "application/json": {
218490
218488
  "schema": {
218491
- "title": "Deployment branch policy name pattern",
218489
+ "title": "Deployment branch and tag policy name pattern",
218492
218490
  "type": "object",
218493
218491
  "properties": {
218494
218492
  "name": {
218495
- "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).",
218493
+ "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).",
218496
218494
  "type": "string",
218497
218495
  "example": "release/*"
218498
218496
  }
@@ -218582,7 +218580,7 @@
218582
218580
  "/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}": {
218583
218581
  "get": {
218584
218582
  "summary": "Get a deployment branch policy",
218585
- "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.",
218583
+ "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.",
218586
218584
  "tags": [
218587
218585
  "repos"
218588
218586
  ],
@@ -227467,7 +227465,6 @@
227467
227465
  "forks",
227468
227466
  "forks_count",
227469
227467
  "git_url",
227470
- "has_downloads",
227471
227468
  "has_issues",
227472
227469
  "has_projects",
227473
227470
  "has_wiki",
@@ -232305,7 +232302,7 @@
232305
232302
  },
232306
232303
  {
232307
232304
  "name": "hook_id",
232308
- "description": "The unique identifier of the hook.",
232305
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
232309
232306
  "in": "path",
232310
232307
  "required": true,
232311
232308
  "schema": {
@@ -232578,7 +232575,7 @@
232578
232575
  },
232579
232576
  {
232580
232577
  "name": "hook_id",
232581
- "description": "The unique identifier of the hook.",
232578
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
232582
232579
  "in": "path",
232583
232580
  "required": true,
232584
232581
  "schema": {
@@ -233016,7 +233013,7 @@
233016
233013
  },
233017
233014
  {
233018
233015
  "name": "hook_id",
233019
- "description": "The unique identifier of the hook.",
233016
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
233020
233017
  "in": "path",
233021
233018
  "required": true,
233022
233019
  "schema": {
@@ -233097,7 +233094,7 @@
233097
233094
  },
233098
233095
  {
233099
233096
  "name": "hook_id",
233100
- "description": "The unique identifier of the hook.",
233097
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
233101
233098
  "in": "path",
233102
233099
  "required": true,
233103
233100
  "schema": {
@@ -233199,7 +233196,7 @@
233199
233196
  },
233200
233197
  {
233201
233198
  "name": "hook_id",
233202
- "description": "The unique identifier of the hook.",
233199
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
233203
233200
  "in": "path",
233204
233201
  "required": true,
233205
233202
  "schema": {
@@ -233353,7 +233350,7 @@
233353
233350
  },
233354
233351
  {
233355
233352
  "name": "hook_id",
233356
- "description": "The unique identifier of the hook.",
233353
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
233357
233354
  "in": "path",
233358
233355
  "required": true,
233359
233356
  "schema": {
@@ -233681,7 +233678,7 @@
233681
233678
  },
233682
233679
  {
233683
233680
  "name": "hook_id",
233684
- "description": "The unique identifier of the hook.",
233681
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
233685
233682
  "in": "path",
233686
233683
  "required": true,
233687
233684
  "schema": {
@@ -234052,7 +234049,7 @@
234052
234049
  },
234053
234050
  {
234054
234051
  "name": "hook_id",
234055
- "description": "The unique identifier of the hook.",
234052
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
234056
234053
  "in": "path",
234057
234054
  "required": true,
234058
234055
  "schema": {
@@ -234256,7 +234253,7 @@
234256
234253
  },
234257
234254
  {
234258
234255
  "name": "hook_id",
234259
- "description": "The unique identifier of the hook.",
234256
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
234260
234257
  "in": "path",
234261
234258
  "required": true,
234262
234259
  "schema": {
@@ -234337,7 +234334,7 @@
234337
234334
  },
234338
234335
  {
234339
234336
  "name": "hook_id",
234340
- "description": "The unique identifier of the hook.",
234337
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
234341
234338
  "in": "path",
234342
234339
  "required": true,
234343
234340
  "schema": {
@@ -308445,7 +308442,7 @@
308445
308442
  "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions": {
308446
308443
  "get": {
308447
308444
  "summary": "List reactions for a pull request review comment",
308448
- "description": "List the reactions to a [pull request review comment](https://docs.github.com/enterprise-server@3.8/pulls/comments#get-a-review-comment-for-a-pull-request).",
308445
+ "description": "List the reactions to a [pull request review comment](https://docs.github.com/enterprise-server@3.8/rest/pulls/comments#get-a-review-comment-for-a-pull-request).",
308449
308446
  "tags": [
308450
308447
  "reactions"
308451
308448
  ],
@@ -348792,7 +348789,7 @@
348792
348789
  "/repositories/{repository_id}/environments/{environment_name}/variables": {
348793
348790
  "get": {
348794
348791
  "summary": "List environment variables",
348795
- "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.",
348792
+ "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.",
348796
348793
  "tags": [
348797
348794
  "actions"
348798
348795
  ],
@@ -348936,7 +348933,7 @@
348936
348933
  },
348937
348934
  "post": {
348938
348935
  "summary": "Create an environment variable",
348939
- "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.",
348936
+ "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.",
348940
348937
  "tags": [
348941
348938
  "actions"
348942
348939
  ],
@@ -349030,7 +349027,7 @@
349030
349027
  "/repositories/{repository_id}/environments/{environment_name}/variables/{name}": {
349031
349028
  "get": {
349032
349029
  "summary": "Get an environment variable",
349033
- "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.",
349030
+ "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.",
349034
349031
  "tags": [
349035
349032
  "actions"
349036
349033
  ],
@@ -349131,7 +349128,7 @@
349131
349128
  },
349132
349129
  "patch": {
349133
349130
  "summary": "Update an environment variable",
349134
- "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.",
349131
+ "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.",
349135
349132
  "tags": [
349136
349133
  "actions"
349137
349134
  ],
@@ -349212,7 +349209,7 @@
349212
349209
  },
349213
349210
  "delete": {
349214
349211
  "summary": "Delete an environment variable",
349215
- "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.",
349212
+ "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.",
349216
349213
  "tags": [
349217
349214
  "actions"
349218
349215
  ],
@@ -451579,7 +451576,7 @@
451579
451576
  "format": "uri"
451580
451577
  },
451581
451578
  "conclusion": {
451582
- "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`.",
451579
+ "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`.",
451583
451580
  "type": "string",
451584
451581
  "nullable": true,
451585
451582
  "enum": [
@@ -453933,7 +453930,7 @@
453933
453930
  "format": "uri"
453934
453931
  },
453935
453932
  "conclusion": {
453936
- "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.",
453933
+ "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.",
453937
453934
  "type": "string",
453938
453935
  "nullable": true,
453939
453936
  "enum": [
@@ -456280,7 +456277,7 @@
456280
456277
  "format": "uri"
456281
456278
  },
456282
456279
  "conclusion": {
456283
- "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.",
456280
+ "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.",
456284
456281
  "type": "string",
456285
456282
  "nullable": true,
456286
456283
  "enum": [
@@ -458258,7 +458255,7 @@
458258
458255
  ]
458259
458256
  },
458260
458257
  "dismissed_reason": {
458261
- "description": "The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.",
458258
+ "description": "The reason for dismissing or closing the alert.",
458262
458259
  "type": "string",
458263
458260
  "nullable": true,
458264
458261
  "enum": [
@@ -460150,7 +460147,7 @@
460150
460147
  ]
460151
460148
  },
460152
460149
  "dismissed_reason": {
460153
- "description": "The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.",
460150
+ "description": "The reason for dismissing or closing the alert.",
460154
460151
  "type": "string",
460155
460152
  "nullable": true,
460156
460153
  "enum": [
@@ -463906,7 +463903,7 @@
463906
463903
  ]
463907
463904
  },
463908
463905
  "dismissed_reason": {
463909
- "description": "The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.",
463906
+ "description": "The reason for dismissing or closing the alert.",
463910
463907
  "type": "string",
463911
463908
  "nullable": true,
463912
463909
  "enum": [
@@ -499944,7 +499941,7 @@
499944
499941
  "format": "date-time"
499945
499942
  },
499946
499943
  "conclusion": {
499947
- "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.",
499944
+ "description": "The result of the completed check run. This value will be `null` until the check run has completed.",
499948
499945
  "type": "string",
499949
499946
  "nullable": true,
499950
499947
  "enum": [
@@ -599384,6 +599381,10 @@
599384
599381
  "type": "string",
599385
599382
  "format": "uri"
599386
599383
  },
599384
+ "has_discussions": {
599385
+ "description": "Whether the repository has discussions enabled.",
599386
+ "type": "boolean"
599387
+ },
599387
599388
  "has_downloads": {
599388
599389
  "description": "Whether downloads are enabled.",
599389
599390
  "type": "boolean",
@@ -599740,6 +599741,10 @@
599740
599741
  },
599741
599742
  "watchers_count": {
599742
599743
  "type": "integer"
599744
+ },
599745
+ "web_commit_signoff_required": {
599746
+ "description": "Whether to require commit signoff.",
599747
+ "type": "boolean"
599743
599748
  }
599744
599749
  },
599745
599750
  "required": [
@@ -894829,7 +894834,6 @@
894829
894834
  "forks",
894830
894835
  "forks_count",
894831
894836
  "git_url",
894832
- "has_downloads",
894833
894837
  "has_issues",
894834
894838
  "has_projects",
894835
894839
  "has_wiki",
@@ -921031,7 +921035,7 @@
921031
921035
  }
921032
921036
  },
921033
921037
  "x-github": {
921034
- "githubCloudOnly": false,
921038
+ "githubCloudOnly": true,
921035
921039
  "category": "webhooks",
921036
921040
  "subcategory": "user",
921037
921041
  "supported-webhook-types": [
@@ -922723,7 +922727,7 @@
922723
922727
  }
922724
922728
  },
922725
922729
  "x-github": {
922726
- "githubCloudOnly": false,
922730
+ "githubCloudOnly": true,
922727
922731
  "category": "webhooks",
922728
922732
  "subcategory": "user",
922729
922733
  "supported-webhook-types": [