@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.
- package/generated/api.github.com.deref.json +5235 -766
- package/generated/api.github.com.json +1925 -135
- package/generated/ghec.deref.json +8357 -536
- package/generated/ghec.json +3039 -825
- package/generated/ghes-3.10.deref.json +153 -133
- package/generated/ghes-3.10.json +116 -103
- package/generated/ghes-3.7.deref.json +136 -105
- package/generated/ghes-3.7.json +99 -76
- package/generated/ghes-3.8.deref.json +148 -125
- package/generated/ghes-3.8.json +111 -96
- package/generated/ghes-3.9.deref.json +151 -128
- package/generated/ghes-3.9.json +114 -99
- package/generated/github.ae.deref.json +327 -112
- package/generated/github.ae.json +204 -74
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "13.
|
|
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": {
|
|
@@ -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.
|
|
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.
|
|
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",
|
|
@@ -128574,7 +128573,6 @@
|
|
|
128574
128573
|
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
128575
128574
|
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
128576
128575
|
"homepage": "https://github.com",
|
|
128577
|
-
"language": null,
|
|
128578
128576
|
"forks_count": 9,
|
|
128579
128577
|
"forks": 9,
|
|
128580
128578
|
"stargazers_count": 80,
|
|
@@ -128959,7 +128957,6 @@
|
|
|
128959
128957
|
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
128960
128958
|
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
128961
128959
|
"homepage": "https://github.com",
|
|
128962
|
-
"language": null,
|
|
128963
128960
|
"forks_count": 9,
|
|
128964
128961
|
"stargazers_count": 80,
|
|
128965
128962
|
"watchers_count": 80,
|
|
@@ -133807,7 +133804,6 @@
|
|
|
133807
133804
|
"forks",
|
|
133808
133805
|
"forks_count",
|
|
133809
133806
|
"git_url",
|
|
133810
|
-
"has_downloads",
|
|
133811
133807
|
"has_issues",
|
|
133812
133808
|
"has_projects",
|
|
133813
133809
|
"has_wiki",
|
|
@@ -135916,7 +135912,8 @@
|
|
|
135916
135912
|
"enum": [
|
|
135917
135913
|
"queued",
|
|
135918
135914
|
"in_progress",
|
|
135919
|
-
"completed"
|
|
135915
|
+
"completed",
|
|
135916
|
+
"waiting"
|
|
135920
135917
|
]
|
|
135921
135918
|
},
|
|
135922
135919
|
"conclusion": {
|
|
@@ -136091,7 +136088,7 @@
|
|
|
136091
136088
|
"node_id": "MDEyOldvcmtmbG93IEpvYjM5OTQ0NDQ5Ng==",
|
|
136092
136089
|
"head_sha": "f83a356604ae3c5d03e1b46ef4d1ca77d64a90b0",
|
|
136093
136090
|
"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",
|
|
136091
|
+
"html_url": "https://github.com/octo-org/octo-repo/runs/29679449/jobs/399444496",
|
|
136095
136092
|
"status": "completed",
|
|
136096
136093
|
"conclusion": "success",
|
|
136097
136094
|
"started_at": "2020-01-20T17:42:40Z",
|
|
@@ -136273,7 +136270,7 @@
|
|
|
136273
136270
|
"/repos/{owner}/{repo}/actions/jobs/{job_id}/rerun": {
|
|
136274
136271
|
"post": {
|
|
136275
136272
|
"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.\
|
|
136273
|
+
"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
136274
|
"tags": [
|
|
136278
136275
|
"actions"
|
|
136279
136276
|
],
|
|
@@ -137428,7 +137425,7 @@
|
|
|
137428
137425
|
"/repos/{owner}/{repo}/actions/runners": {
|
|
137429
137426
|
"get": {
|
|
137430
137427
|
"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.\
|
|
137428
|
+
"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
137429
|
"tags": [
|
|
137433
137430
|
"actions"
|
|
137434
137431
|
],
|
|
@@ -137653,7 +137650,7 @@
|
|
|
137653
137650
|
"/repos/{owner}/{repo}/actions/runners/downloads": {
|
|
137654
137651
|
"get": {
|
|
137655
137652
|
"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.\
|
|
137653
|
+
"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
137654
|
"tags": [
|
|
137658
137655
|
"actions"
|
|
137659
137656
|
],
|
|
@@ -137784,7 +137781,7 @@
|
|
|
137784
137781
|
"/repos/{owner}/{repo}/actions/runners/registration-token": {
|
|
137785
137782
|
"post": {
|
|
137786
137783
|
"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.\
|
|
137784
|
+
"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
137785
|
"tags": [
|
|
137789
137786
|
"actions"
|
|
137790
137787
|
],
|
|
@@ -139090,7 +139087,7 @@
|
|
|
139090
139087
|
"/repos/{owner}/{repo}/actions/runners/remove-token": {
|
|
139091
139088
|
"post": {
|
|
139092
139089
|
"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.\
|
|
139090
|
+
"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
139091
|
"tags": [
|
|
139095
139092
|
"actions"
|
|
139096
139093
|
],
|
|
@@ -140396,7 +140393,7 @@
|
|
|
140396
140393
|
"/repos/{owner}/{repo}/actions/runners/{runner_id}": {
|
|
140397
140394
|
"get": {
|
|
140398
140395
|
"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.\
|
|
140396
|
+
"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
140397
|
"tags": [
|
|
140401
140398
|
"actions"
|
|
140402
140399
|
],
|
|
@@ -140558,7 +140555,7 @@
|
|
|
140558
140555
|
},
|
|
140559
140556
|
"delete": {
|
|
140560
140557
|
"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.\
|
|
140558
|
+
"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
140559
|
"tags": [
|
|
140563
140560
|
"actions"
|
|
140564
140561
|
],
|
|
@@ -140613,7 +140610,7 @@
|
|
|
140613
140610
|
"/repos/{owner}/{repo}/actions/runners/{runner_id}/labels": {
|
|
140614
140611
|
"get": {
|
|
140615
140612
|
"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.\
|
|
140613
|
+
"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
140614
|
"tags": [
|
|
140618
140615
|
"actions"
|
|
140619
140616
|
],
|
|
@@ -140766,7 +140763,7 @@
|
|
|
140766
140763
|
},
|
|
140767
140764
|
"post": {
|
|
140768
140765
|
"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.\
|
|
140766
|
+
"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
140767
|
"tags": [
|
|
140771
140768
|
"actions"
|
|
140772
140769
|
],
|
|
@@ -140983,7 +140980,7 @@
|
|
|
140983
140980
|
},
|
|
140984
140981
|
"put": {
|
|
140985
140982
|
"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.\
|
|
140983
|
+
"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
140984
|
"tags": [
|
|
140988
140985
|
"actions"
|
|
140989
140986
|
],
|
|
@@ -141200,7 +141197,7 @@
|
|
|
141200
141197
|
},
|
|
141201
141198
|
"delete": {
|
|
141202
141199
|
"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.\
|
|
141200
|
+
"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
141201
|
"tags": [
|
|
141205
141202
|
"actions"
|
|
141206
141203
|
],
|
|
@@ -141350,7 +141347,7 @@
|
|
|
141350
141347
|
"/repos/{owner}/{repo}/actions/runners/{runner_id}/labels/{name}": {
|
|
141351
141348
|
"delete": {
|
|
141352
141349
|
"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.\
|
|
141350
|
+
"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
141351
|
"tags": [
|
|
141355
141352
|
"actions"
|
|
141356
141353
|
],
|
|
@@ -148605,7 +148602,8 @@
|
|
|
148605
148602
|
"enum": [
|
|
148606
148603
|
"queued",
|
|
148607
148604
|
"in_progress",
|
|
148608
|
-
"completed"
|
|
148605
|
+
"completed",
|
|
148606
|
+
"waiting"
|
|
148609
148607
|
]
|
|
148610
148608
|
},
|
|
148611
148609
|
"conclusion": {
|
|
@@ -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.\
|
|
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
|
],
|
|
@@ -149246,7 +149244,8 @@
|
|
|
149246
149244
|
"enum": [
|
|
149247
149245
|
"queued",
|
|
149248
149246
|
"in_progress",
|
|
149249
|
-
"completed"
|
|
149247
|
+
"completed",
|
|
149248
|
+
"waiting"
|
|
149250
149249
|
]
|
|
149251
149250
|
},
|
|
149252
149251
|
"conclusion": {
|
|
@@ -149427,7 +149426,7 @@
|
|
|
149427
149426
|
"node_id": "MDEyOldvcmtmbG93IEpvYjM5OTQ0NDQ5Ng==",
|
|
149428
149427
|
"head_sha": "f83a356604ae3c5d03e1b46ef4d1ca77d64a90b0",
|
|
149429
149428
|
"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",
|
|
149429
|
+
"html_url": "https://github.com/octo-org/octo-repo/runs/29679449/jobs/399444496",
|
|
149431
149430
|
"status": "completed",
|
|
149432
149431
|
"conclusion": "success",
|
|
149433
149432
|
"started_at": "2020-01-20T17:42:40Z",
|
|
@@ -151504,7 +151503,7 @@
|
|
|
151504
151503
|
"/repos/{owner}/{repo}/actions/variables": {
|
|
151505
151504
|
"get": {
|
|
151506
151505
|
"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.\
|
|
151506
|
+
"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
151507
|
"tags": [
|
|
151509
151508
|
"actions"
|
|
151510
151509
|
],
|
|
@@ -151648,7 +151647,7 @@
|
|
|
151648
151647
|
},
|
|
151649
151648
|
"post": {
|
|
151650
151649
|
"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.\
|
|
151650
|
+
"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
151651
|
"tags": [
|
|
151653
151652
|
"actions"
|
|
151654
151653
|
],
|
|
@@ -151742,7 +151741,7 @@
|
|
|
151742
151741
|
"/repos/{owner}/{repo}/actions/variables/{name}": {
|
|
151743
151742
|
"get": {
|
|
151744
151743
|
"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.\
|
|
151744
|
+
"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
151745
|
"tags": [
|
|
151747
151746
|
"actions"
|
|
151748
151747
|
],
|
|
@@ -151843,7 +151842,7 @@
|
|
|
151843
151842
|
},
|
|
151844
151843
|
"patch": {
|
|
151845
151844
|
"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.\
|
|
151845
|
+
"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
151846
|
"tags": [
|
|
151848
151847
|
"actions"
|
|
151849
151848
|
],
|
|
@@ -151924,7 +151923,7 @@
|
|
|
151924
151923
|
},
|
|
151925
151924
|
"delete": {
|
|
151926
151925
|
"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.\
|
|
151926
|
+
"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
151927
|
"tags": [
|
|
151929
151928
|
"actions"
|
|
151930
151929
|
],
|
|
@@ -177959,7 +177958,7 @@
|
|
|
177959
177958
|
},
|
|
177960
177959
|
"patch": {
|
|
177961
177960
|
"summary": "Update a check run",
|
|
177962
|
-
"description": "**Note:** The
|
|
177961
|
+
"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
177962
|
"tags": [
|
|
177964
177963
|
"checks"
|
|
177965
177964
|
],
|
|
@@ -184822,7 +184821,7 @@
|
|
|
184822
184821
|
"/repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs": {
|
|
184823
184822
|
"get": {
|
|
184824
184823
|
"summary": "List check runs in a check suite",
|
|
184825
|
-
"description": "
|
|
184824
|
+
"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
184825
|
"tags": [
|
|
184827
184826
|
"checks"
|
|
184828
184827
|
],
|
|
@@ -200114,7 +200113,7 @@
|
|
|
200114
200113
|
"/repos/{owner}/{repo}/commits/{ref}/check-runs": {
|
|
200115
200114
|
"get": {
|
|
200116
200115
|
"summary": "List check runs for a Git reference",
|
|
200117
|
-
"description": "**Note:** The
|
|
200116
|
+
"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
200117
|
"tags": [
|
|
200119
200118
|
"checks"
|
|
200120
200119
|
],
|
|
@@ -201171,7 +201170,7 @@
|
|
|
201171
201170
|
"/repos/{owner}/{repo}/commits/{ref}/check-suites": {
|
|
201172
201171
|
"get": {
|
|
201173
201172
|
"summary": "List check suites for a Git reference",
|
|
201174
|
-
"description": "
|
|
201173
|
+
"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
201174
|
"tags": [
|
|
201176
201175
|
"checks"
|
|
201177
201176
|
],
|
|
@@ -218488,11 +218487,11 @@
|
|
|
218488
218487
|
"content": {
|
|
218489
218488
|
"application/json": {
|
|
218490
218489
|
"schema": {
|
|
218491
|
-
"title": "Deployment branch policy name pattern",
|
|
218490
|
+
"title": "Deployment branch and tag policy name pattern",
|
|
218492
218491
|
"type": "object",
|
|
218493
218492
|
"properties": {
|
|
218494
218493
|
"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).",
|
|
218494
|
+
"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
218495
|
"type": "string",
|
|
218497
218496
|
"example": "release/*"
|
|
218498
218497
|
}
|
|
@@ -218582,7 +218581,7 @@
|
|
|
218582
218581
|
"/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}": {
|
|
218583
218582
|
"get": {
|
|
218584
218583
|
"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 `
|
|
218584
|
+
"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
218585
|
"tags": [
|
|
218587
218586
|
"repos"
|
|
218588
218587
|
],
|
|
@@ -227467,7 +227466,6 @@
|
|
|
227467
227466
|
"forks",
|
|
227468
227467
|
"forks_count",
|
|
227469
227468
|
"git_url",
|
|
227470
|
-
"has_downloads",
|
|
227471
227469
|
"has_issues",
|
|
227472
227470
|
"has_projects",
|
|
227473
227471
|
"has_wiki",
|
|
@@ -231526,7 +231524,7 @@
|
|
|
231526
231524
|
"operationId": "repos/list-webhooks",
|
|
231527
231525
|
"externalDocs": {
|
|
231528
231526
|
"description": "API method documentation",
|
|
231529
|
-
"url": "https://docs.github.com/enterprise-server@3.8/rest/webhooks
|
|
231527
|
+
"url": "https://docs.github.com/enterprise-server@3.8/rest/repos/webhooks#list-repository-webhooks"
|
|
231530
231528
|
},
|
|
231531
231529
|
"parameters": [
|
|
231532
231530
|
{
|
|
@@ -231807,8 +231805,8 @@
|
|
|
231807
231805
|
"x-github": {
|
|
231808
231806
|
"githubCloudOnly": false,
|
|
231809
231807
|
"enabledForGitHubApps": true,
|
|
231810
|
-
"category": "
|
|
231811
|
-
"subcategory": "
|
|
231808
|
+
"category": "repos",
|
|
231809
|
+
"subcategory": "webhooks"
|
|
231812
231810
|
},
|
|
231813
231811
|
"x-octokit": {}
|
|
231814
231812
|
},
|
|
@@ -231821,7 +231819,7 @@
|
|
|
231821
231819
|
"operationId": "repos/create-webhook",
|
|
231822
231820
|
"externalDocs": {
|
|
231823
231821
|
"description": "API method documentation",
|
|
231824
|
-
"url": "https://docs.github.com/enterprise-server@3.8/rest/webhooks
|
|
231822
|
+
"url": "https://docs.github.com/enterprise-server@3.8/rest/repos/webhooks#create-a-repository-webhook"
|
|
231825
231823
|
},
|
|
231826
231824
|
"parameters": [
|
|
231827
231825
|
{
|
|
@@ -232266,8 +232264,8 @@
|
|
|
232266
232264
|
"x-github": {
|
|
232267
232265
|
"githubCloudOnly": false,
|
|
232268
232266
|
"enabledForGitHubApps": true,
|
|
232269
|
-
"category": "
|
|
232270
|
-
"subcategory": "
|
|
232267
|
+
"category": "repos",
|
|
232268
|
+
"subcategory": "webhooks"
|
|
232271
232269
|
},
|
|
232272
232270
|
"x-octokit": {}
|
|
232273
232271
|
}
|
|
@@ -232282,7 +232280,7 @@
|
|
|
232282
232280
|
"operationId": "repos/get-webhook",
|
|
232283
232281
|
"externalDocs": {
|
|
232284
232282
|
"description": "API method documentation",
|
|
232285
|
-
"url": "https://docs.github.com/enterprise-server@3.8/rest/webhooks
|
|
232283
|
+
"url": "https://docs.github.com/enterprise-server@3.8/rest/repos/webhooks#get-a-repository-webhook"
|
|
232286
232284
|
},
|
|
232287
232285
|
"parameters": [
|
|
232288
232286
|
{
|
|
@@ -232305,7 +232303,7 @@
|
|
|
232305
232303
|
},
|
|
232306
232304
|
{
|
|
232307
232305
|
"name": "hook_id",
|
|
232308
|
-
"description": "The unique identifier of the hook.",
|
|
232306
|
+
"description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
|
|
232309
232307
|
"in": "path",
|
|
232310
232308
|
"required": true,
|
|
232311
232309
|
"schema": {
|
|
@@ -232541,8 +232539,8 @@
|
|
|
232541
232539
|
"x-github": {
|
|
232542
232540
|
"githubCloudOnly": false,
|
|
232543
232541
|
"enabledForGitHubApps": true,
|
|
232544
|
-
"category": "
|
|
232545
|
-
"subcategory": "
|
|
232542
|
+
"category": "repos",
|
|
232543
|
+
"subcategory": "webhooks"
|
|
232546
232544
|
},
|
|
232547
232545
|
"x-octokit": {}
|
|
232548
232546
|
},
|
|
@@ -232555,7 +232553,7 @@
|
|
|
232555
232553
|
"operationId": "repos/update-webhook",
|
|
232556
232554
|
"externalDocs": {
|
|
232557
232555
|
"description": "API method documentation",
|
|
232558
|
-
"url": "https://docs.github.com/enterprise-server@3.8/rest/webhooks
|
|
232556
|
+
"url": "https://docs.github.com/enterprise-server@3.8/rest/repos/webhooks#update-a-repository-webhook"
|
|
232559
232557
|
},
|
|
232560
232558
|
"parameters": [
|
|
232561
232559
|
{
|
|
@@ -232578,7 +232576,7 @@
|
|
|
232578
232576
|
},
|
|
232579
232577
|
{
|
|
232580
232578
|
"name": "hook_id",
|
|
232581
|
-
"description": "The unique identifier of the hook.",
|
|
232579
|
+
"description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
|
|
232582
232580
|
"in": "path",
|
|
232583
232581
|
"required": true,
|
|
232584
232582
|
"schema": {
|
|
@@ -232979,8 +232977,8 @@
|
|
|
232979
232977
|
"x-github": {
|
|
232980
232978
|
"githubCloudOnly": false,
|
|
232981
232979
|
"enabledForGitHubApps": true,
|
|
232982
|
-
"category": "
|
|
232983
|
-
"subcategory": "
|
|
232980
|
+
"category": "repos",
|
|
232981
|
+
"subcategory": "webhooks"
|
|
232984
232982
|
},
|
|
232985
232983
|
"x-octokit": {}
|
|
232986
232984
|
},
|
|
@@ -232993,7 +232991,7 @@
|
|
|
232993
232991
|
"operationId": "repos/delete-webhook",
|
|
232994
232992
|
"externalDocs": {
|
|
232995
232993
|
"description": "API method documentation",
|
|
232996
|
-
"url": "https://docs.github.com/enterprise-server@3.8/rest/webhooks
|
|
232994
|
+
"url": "https://docs.github.com/enterprise-server@3.8/rest/repos/webhooks#delete-a-repository-webhook"
|
|
232997
232995
|
},
|
|
232998
232996
|
"parameters": [
|
|
232999
232997
|
{
|
|
@@ -233016,7 +233014,7 @@
|
|
|
233016
233014
|
},
|
|
233017
233015
|
{
|
|
233018
233016
|
"name": "hook_id",
|
|
233019
|
-
"description": "The unique identifier of the hook.",
|
|
233017
|
+
"description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
|
|
233020
233018
|
"in": "path",
|
|
233021
233019
|
"required": true,
|
|
233022
233020
|
"schema": {
|
|
@@ -233058,8 +233056,8 @@
|
|
|
233058
233056
|
"x-github": {
|
|
233059
233057
|
"githubCloudOnly": false,
|
|
233060
233058
|
"enabledForGitHubApps": true,
|
|
233061
|
-
"category": "
|
|
233062
|
-
"subcategory": "
|
|
233059
|
+
"category": "repos",
|
|
233060
|
+
"subcategory": "webhooks"
|
|
233063
233061
|
},
|
|
233064
233062
|
"x-octokit": {}
|
|
233065
233063
|
}
|
|
@@ -233074,7 +233072,7 @@
|
|
|
233074
233072
|
"operationId": "repos/get-webhook-config-for-repo",
|
|
233075
233073
|
"externalDocs": {
|
|
233076
233074
|
"description": "API method documentation",
|
|
233077
|
-
"url": "https://docs.github.com/enterprise-server@3.8/rest/webhooks
|
|
233075
|
+
"url": "https://docs.github.com/enterprise-server@3.8/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository"
|
|
233078
233076
|
},
|
|
233079
233077
|
"parameters": [
|
|
233080
233078
|
{
|
|
@@ -233097,7 +233095,7 @@
|
|
|
233097
233095
|
},
|
|
233098
233096
|
{
|
|
233099
233097
|
"name": "hook_id",
|
|
233100
|
-
"description": "The unique identifier of the hook.",
|
|
233098
|
+
"description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
|
|
233101
233099
|
"in": "path",
|
|
233102
233100
|
"required": true,
|
|
233103
233101
|
"schema": {
|
|
@@ -233162,8 +233160,8 @@
|
|
|
233162
233160
|
"x-github": {
|
|
233163
233161
|
"githubCloudOnly": false,
|
|
233164
233162
|
"enabledForGitHubApps": true,
|
|
233165
|
-
"category": "
|
|
233166
|
-
"subcategory": "
|
|
233163
|
+
"category": "repos",
|
|
233164
|
+
"subcategory": "webhooks"
|
|
233167
233165
|
},
|
|
233168
233166
|
"x-octokit": {}
|
|
233169
233167
|
},
|
|
@@ -233176,7 +233174,7 @@
|
|
|
233176
233174
|
"operationId": "repos/update-webhook-config-for-repo",
|
|
233177
233175
|
"externalDocs": {
|
|
233178
233176
|
"description": "API method documentation",
|
|
233179
|
-
"url": "https://docs.github.com/enterprise-server@3.8/rest/webhooks
|
|
233177
|
+
"url": "https://docs.github.com/enterprise-server@3.8/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository"
|
|
233180
233178
|
},
|
|
233181
233179
|
"parameters": [
|
|
233182
233180
|
{
|
|
@@ -233199,7 +233197,7 @@
|
|
|
233199
233197
|
},
|
|
233200
233198
|
{
|
|
233201
233199
|
"name": "hook_id",
|
|
233202
|
-
"description": "The unique identifier of the hook.",
|
|
233200
|
+
"description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
|
|
233203
233201
|
"in": "path",
|
|
233204
233202
|
"required": true,
|
|
233205
233203
|
"schema": {
|
|
@@ -233314,8 +233312,8 @@
|
|
|
233314
233312
|
"x-github": {
|
|
233315
233313
|
"githubCloudOnly": false,
|
|
233316
233314
|
"enabledForGitHubApps": true,
|
|
233317
|
-
"category": "
|
|
233318
|
-
"subcategory": "
|
|
233315
|
+
"category": "repos",
|
|
233316
|
+
"subcategory": "webhooks"
|
|
233319
233317
|
},
|
|
233320
233318
|
"x-octokit": {}
|
|
233321
233319
|
}
|
|
@@ -233330,7 +233328,7 @@
|
|
|
233330
233328
|
"operationId": "repos/list-webhook-deliveries",
|
|
233331
233329
|
"externalDocs": {
|
|
233332
233330
|
"description": "API method documentation",
|
|
233333
|
-
"url": "https://docs.github.com/enterprise-server@3.8/rest/webhooks
|
|
233331
|
+
"url": "https://docs.github.com/enterprise-server@3.8/rest/repos/webhooks#list-deliveries-for-a-repository-webhook"
|
|
233334
233332
|
},
|
|
233335
233333
|
"parameters": [
|
|
233336
233334
|
{
|
|
@@ -233353,7 +233351,7 @@
|
|
|
233353
233351
|
},
|
|
233354
233352
|
{
|
|
233355
233353
|
"name": "hook_id",
|
|
233356
|
-
"description": "The unique identifier of the hook.",
|
|
233354
|
+
"description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
|
|
233357
233355
|
"in": "path",
|
|
233358
233356
|
"required": true,
|
|
233359
233357
|
"schema": {
|
|
@@ -233642,8 +233640,8 @@
|
|
|
233642
233640
|
"x-github": {
|
|
233643
233641
|
"githubCloudOnly": false,
|
|
233644
233642
|
"enabledForGitHubApps": true,
|
|
233645
|
-
"category": "
|
|
233646
|
-
"subcategory": "
|
|
233643
|
+
"category": "repos",
|
|
233644
|
+
"subcategory": "webhooks"
|
|
233647
233645
|
},
|
|
233648
233646
|
"x-octokit": {}
|
|
233649
233647
|
}
|
|
@@ -233658,7 +233656,7 @@
|
|
|
233658
233656
|
"operationId": "repos/get-webhook-delivery",
|
|
233659
233657
|
"externalDocs": {
|
|
233660
233658
|
"description": "API method documentation",
|
|
233661
|
-
"url": "https://docs.github.com/enterprise-server@3.8/rest/webhooks
|
|
233659
|
+
"url": "https://docs.github.com/enterprise-server@3.8/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook"
|
|
233662
233660
|
},
|
|
233663
233661
|
"parameters": [
|
|
233664
233662
|
{
|
|
@@ -233681,7 +233679,7 @@
|
|
|
233681
233679
|
},
|
|
233682
233680
|
{
|
|
233683
233681
|
"name": "hook_id",
|
|
233684
|
-
"description": "The unique identifier of the hook.",
|
|
233682
|
+
"description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
|
|
233685
233683
|
"in": "path",
|
|
233686
233684
|
"required": true,
|
|
233687
233685
|
"schema": {
|
|
@@ -234013,8 +234011,8 @@
|
|
|
234013
234011
|
"x-github": {
|
|
234014
234012
|
"githubCloudOnly": false,
|
|
234015
234013
|
"enabledForGitHubApps": true,
|
|
234016
|
-
"category": "
|
|
234017
|
-
"subcategory": "
|
|
234014
|
+
"category": "repos",
|
|
234015
|
+
"subcategory": "webhooks"
|
|
234018
234016
|
},
|
|
234019
234017
|
"x-octokit": {}
|
|
234020
234018
|
}
|
|
@@ -234029,7 +234027,7 @@
|
|
|
234029
234027
|
"operationId": "repos/redeliver-webhook-delivery",
|
|
234030
234028
|
"externalDocs": {
|
|
234031
234029
|
"description": "API method documentation",
|
|
234032
|
-
"url": "https://docs.github.com/enterprise-server@3.8/rest/webhooks
|
|
234030
|
+
"url": "https://docs.github.com/enterprise-server@3.8/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook"
|
|
234033
234031
|
},
|
|
234034
234032
|
"parameters": [
|
|
234035
234033
|
{
|
|
@@ -234052,7 +234050,7 @@
|
|
|
234052
234050
|
},
|
|
234053
234051
|
{
|
|
234054
234052
|
"name": "hook_id",
|
|
234055
|
-
"description": "The unique identifier of the hook.",
|
|
234053
|
+
"description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
|
|
234056
234054
|
"in": "path",
|
|
234057
234055
|
"required": true,
|
|
234058
234056
|
"schema": {
|
|
@@ -234217,8 +234215,8 @@
|
|
|
234217
234215
|
"x-github": {
|
|
234218
234216
|
"githubCloudOnly": false,
|
|
234219
234217
|
"enabledForGitHubApps": true,
|
|
234220
|
-
"category": "
|
|
234221
|
-
"subcategory": "
|
|
234218
|
+
"category": "repos",
|
|
234219
|
+
"subcategory": "webhooks"
|
|
234222
234220
|
},
|
|
234223
234221
|
"x-octokit": {}
|
|
234224
234222
|
}
|
|
@@ -234233,7 +234231,7 @@
|
|
|
234233
234231
|
"operationId": "repos/ping-webhook",
|
|
234234
234232
|
"externalDocs": {
|
|
234235
234233
|
"description": "API method documentation",
|
|
234236
|
-
"url": "https://docs.github.com/enterprise-server@3.8/rest/webhooks
|
|
234234
|
+
"url": "https://docs.github.com/enterprise-server@3.8/rest/repos/webhooks#ping-a-repository-webhook"
|
|
234237
234235
|
},
|
|
234238
234236
|
"parameters": [
|
|
234239
234237
|
{
|
|
@@ -234256,7 +234254,7 @@
|
|
|
234256
234254
|
},
|
|
234257
234255
|
{
|
|
234258
234256
|
"name": "hook_id",
|
|
234259
|
-
"description": "The unique identifier of the hook.",
|
|
234257
|
+
"description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
|
|
234260
234258
|
"in": "path",
|
|
234261
234259
|
"required": true,
|
|
234262
234260
|
"schema": {
|
|
@@ -234298,8 +234296,8 @@
|
|
|
234298
234296
|
"x-github": {
|
|
234299
234297
|
"githubCloudOnly": false,
|
|
234300
234298
|
"enabledForGitHubApps": true,
|
|
234301
|
-
"category": "
|
|
234302
|
-
"subcategory": "
|
|
234299
|
+
"category": "repos",
|
|
234300
|
+
"subcategory": "webhooks"
|
|
234303
234301
|
},
|
|
234304
234302
|
"x-octokit": {}
|
|
234305
234303
|
}
|
|
@@ -234314,7 +234312,7 @@
|
|
|
234314
234312
|
"operationId": "repos/test-push-webhook",
|
|
234315
234313
|
"externalDocs": {
|
|
234316
234314
|
"description": "API method documentation",
|
|
234317
|
-
"url": "https://docs.github.com/enterprise-server@3.8/rest/webhooks
|
|
234315
|
+
"url": "https://docs.github.com/enterprise-server@3.8/rest/repos/webhooks#test-the-push-repository-webhook"
|
|
234318
234316
|
},
|
|
234319
234317
|
"parameters": [
|
|
234320
234318
|
{
|
|
@@ -234337,7 +234335,7 @@
|
|
|
234337
234335
|
},
|
|
234338
234336
|
{
|
|
234339
234337
|
"name": "hook_id",
|
|
234340
|
-
"description": "The unique identifier of the hook.",
|
|
234338
|
+
"description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
|
|
234341
234339
|
"in": "path",
|
|
234342
234340
|
"required": true,
|
|
234343
234341
|
"schema": {
|
|
@@ -234379,8 +234377,8 @@
|
|
|
234379
234377
|
"x-github": {
|
|
234380
234378
|
"githubCloudOnly": false,
|
|
234381
234379
|
"enabledForGitHubApps": true,
|
|
234382
|
-
"category": "
|
|
234383
|
-
"subcategory": "
|
|
234380
|
+
"category": "repos",
|
|
234381
|
+
"subcategory": "webhooks"
|
|
234384
234382
|
},
|
|
234385
234383
|
"x-octokit": {}
|
|
234386
234384
|
}
|
|
@@ -291166,6 +291164,32 @@
|
|
|
291166
291164
|
}
|
|
291167
291165
|
}
|
|
291168
291166
|
}
|
|
291167
|
+
},
|
|
291168
|
+
"404": {
|
|
291169
|
+
"description": "Resource not found",
|
|
291170
|
+
"content": {
|
|
291171
|
+
"application/json": {
|
|
291172
|
+
"schema": {
|
|
291173
|
+
"title": "Basic Error",
|
|
291174
|
+
"description": "Basic Error",
|
|
291175
|
+
"type": "object",
|
|
291176
|
+
"properties": {
|
|
291177
|
+
"message": {
|
|
291178
|
+
"type": "string"
|
|
291179
|
+
},
|
|
291180
|
+
"documentation_url": {
|
|
291181
|
+
"type": "string"
|
|
291182
|
+
},
|
|
291183
|
+
"url": {
|
|
291184
|
+
"type": "string"
|
|
291185
|
+
},
|
|
291186
|
+
"status": {
|
|
291187
|
+
"type": "string"
|
|
291188
|
+
}
|
|
291189
|
+
}
|
|
291190
|
+
}
|
|
291191
|
+
}
|
|
291192
|
+
}
|
|
291169
291193
|
}
|
|
291170
291194
|
},
|
|
291171
291195
|
"x-github": {
|
|
@@ -308445,7 +308469,7 @@
|
|
|
308445
308469
|
"/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions": {
|
|
308446
308470
|
"get": {
|
|
308447
308471
|
"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).",
|
|
308472
|
+
"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
308473
|
"tags": [
|
|
308450
308474
|
"reactions"
|
|
308451
308475
|
],
|
|
@@ -340958,16 +340982,10 @@
|
|
|
340958
340982
|
"html_url": "https://github.com/owner/private-repo/security/secret-scanning/42",
|
|
340959
340983
|
"locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/42/locations",
|
|
340960
340984
|
"state": "open",
|
|
340961
|
-
"resolution": null,
|
|
340962
|
-
"resolved_at": null,
|
|
340963
|
-
"resolved_by": null,
|
|
340964
340985
|
"secret_type": "mailchimp_api_key",
|
|
340965
340986
|
"secret_type_display_name": "Mailchimp API Key",
|
|
340966
340987
|
"secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2",
|
|
340967
|
-
"
|
|
340968
|
-
"push_protection_bypassed": false,
|
|
340969
|
-
"push_protection_bypassed_at": null,
|
|
340970
|
-
"resolution_comment": null
|
|
340988
|
+
"push_protection_bypassed": false
|
|
340971
340989
|
}
|
|
340972
340990
|
}
|
|
340973
340991
|
}
|
|
@@ -341472,8 +341490,6 @@
|
|
|
341472
341490
|
"secret_type_display_name": "Mailchimp API Key",
|
|
341473
341491
|
"secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2",
|
|
341474
341492
|
"push_protection_bypassed": false,
|
|
341475
|
-
"push_protection_bypassed_by": null,
|
|
341476
|
-
"push_protection_bypassed_at": null,
|
|
341477
341493
|
"resolution_comment": "Example comment"
|
|
341478
341494
|
}
|
|
341479
341495
|
}
|
|
@@ -348792,7 +348808,7 @@
|
|
|
348792
348808
|
"/repositories/{repository_id}/environments/{environment_name}/variables": {
|
|
348793
348809
|
"get": {
|
|
348794
348810
|
"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.\
|
|
348811
|
+
"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
348812
|
"tags": [
|
|
348797
348813
|
"actions"
|
|
348798
348814
|
],
|
|
@@ -348936,7 +348952,7 @@
|
|
|
348936
348952
|
},
|
|
348937
348953
|
"post": {
|
|
348938
348954
|
"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.\
|
|
348955
|
+
"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
348956
|
"tags": [
|
|
348941
348957
|
"actions"
|
|
348942
348958
|
],
|
|
@@ -349030,7 +349046,7 @@
|
|
|
349030
349046
|
"/repositories/{repository_id}/environments/{environment_name}/variables/{name}": {
|
|
349031
349047
|
"get": {
|
|
349032
349048
|
"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.\
|
|
349049
|
+
"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
349050
|
"tags": [
|
|
349035
349051
|
"actions"
|
|
349036
349052
|
],
|
|
@@ -349131,7 +349147,7 @@
|
|
|
349131
349147
|
},
|
|
349132
349148
|
"patch": {
|
|
349133
349149
|
"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.\
|
|
349150
|
+
"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
349151
|
"tags": [
|
|
349136
349152
|
"actions"
|
|
349137
349153
|
],
|
|
@@ -349212,7 +349228,7 @@
|
|
|
349212
349228
|
},
|
|
349213
349229
|
"delete": {
|
|
349214
349230
|
"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.\
|
|
349231
|
+
"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
349232
|
"tags": [
|
|
349217
349233
|
"actions"
|
|
349218
349234
|
],
|
|
@@ -451579,7 +451595,7 @@
|
|
|
451579
451595
|
"format": "uri"
|
|
451580
451596
|
},
|
|
451581
451597
|
"conclusion": {
|
|
451582
|
-
"description": "The summary conclusion for all check runs that are part of the check suite.
|
|
451598
|
+
"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
451599
|
"type": "string",
|
|
451584
451600
|
"nullable": true,
|
|
451585
451601
|
"enum": [
|
|
@@ -453933,7 +453949,7 @@
|
|
|
453933
453949
|
"format": "uri"
|
|
453934
453950
|
},
|
|
453935
453951
|
"conclusion": {
|
|
453936
|
-
"description": "The summary conclusion for all check runs that are part of the check suite.
|
|
453952
|
+
"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
453953
|
"type": "string",
|
|
453938
453954
|
"nullable": true,
|
|
453939
453955
|
"enum": [
|
|
@@ -456280,7 +456296,7 @@
|
|
|
456280
456296
|
"format": "uri"
|
|
456281
456297
|
},
|
|
456282
456298
|
"conclusion": {
|
|
456283
|
-
"description": "The summary conclusion for all check runs that are part of the check suite.
|
|
456299
|
+
"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
456300
|
"type": "string",
|
|
456285
456301
|
"nullable": true,
|
|
456286
456302
|
"enum": [
|
|
@@ -458258,7 +458274,7 @@
|
|
|
458258
458274
|
]
|
|
458259
458275
|
},
|
|
458260
458276
|
"dismissed_reason": {
|
|
458261
|
-
"description": "The reason for dismissing or closing the alert.
|
|
458277
|
+
"description": "The reason for dismissing or closing the alert.",
|
|
458262
458278
|
"type": "string",
|
|
458263
458279
|
"nullable": true,
|
|
458264
458280
|
"enum": [
|
|
@@ -460150,7 +460166,7 @@
|
|
|
460150
460166
|
]
|
|
460151
460167
|
},
|
|
460152
460168
|
"dismissed_reason": {
|
|
460153
|
-
"description": "The reason for dismissing or closing the alert.
|
|
460169
|
+
"description": "The reason for dismissing or closing the alert.",
|
|
460154
460170
|
"type": "string",
|
|
460155
460171
|
"nullable": true,
|
|
460156
460172
|
"enum": [
|
|
@@ -463906,7 +463922,7 @@
|
|
|
463906
463922
|
]
|
|
463907
463923
|
},
|
|
463908
463924
|
"dismissed_reason": {
|
|
463909
|
-
"description": "The reason for dismissing or closing the alert.
|
|
463925
|
+
"description": "The reason for dismissing or closing the alert.",
|
|
463910
463926
|
"type": "string",
|
|
463911
463927
|
"nullable": true,
|
|
463912
463928
|
"enum": [
|
|
@@ -499944,7 +499960,7 @@
|
|
|
499944
499960
|
"format": "date-time"
|
|
499945
499961
|
},
|
|
499946
499962
|
"conclusion": {
|
|
499947
|
-
"description": "The result of the completed check run.
|
|
499963
|
+
"description": "The result of the completed check run. This value will be `null` until the check run has completed.",
|
|
499948
499964
|
"type": "string",
|
|
499949
499965
|
"nullable": true,
|
|
499950
499966
|
"enum": [
|
|
@@ -599384,6 +599400,10 @@
|
|
|
599384
599400
|
"type": "string",
|
|
599385
599401
|
"format": "uri"
|
|
599386
599402
|
},
|
|
599403
|
+
"has_discussions": {
|
|
599404
|
+
"description": "Whether the repository has discussions enabled.",
|
|
599405
|
+
"type": "boolean"
|
|
599406
|
+
},
|
|
599387
599407
|
"has_downloads": {
|
|
599388
599408
|
"description": "Whether downloads are enabled.",
|
|
599389
599409
|
"type": "boolean",
|
|
@@ -599740,6 +599760,10 @@
|
|
|
599740
599760
|
},
|
|
599741
599761
|
"watchers_count": {
|
|
599742
599762
|
"type": "integer"
|
|
599763
|
+
},
|
|
599764
|
+
"web_commit_signoff_required": {
|
|
599765
|
+
"description": "Whether to require commit signoff.",
|
|
599766
|
+
"type": "boolean"
|
|
599743
599767
|
}
|
|
599744
599768
|
},
|
|
599745
599769
|
"required": [
|
|
@@ -722595,7 +722619,7 @@
|
|
|
722595
722619
|
"pull-request-edited": {
|
|
722596
722620
|
"post": {
|
|
722597
722621
|
"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.8/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.8/graphql/reference/objects#pullrequest) or \"[Pulls](https://docs.github.com/enterprise-server@3.8/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.",
|
|
722598
|
-
"description": "The title or body of a pull request was edited.",
|
|
722622
|
+
"description": "The title or body of a pull request was edited, or the base branch of a pull request was changed.",
|
|
722599
722623
|
"operationId": "pull-request/edited",
|
|
722600
722624
|
"externalDocs": {
|
|
722601
722625
|
"url": "https://docs.github.com/enterprise-server@3.8/webhooks/webhook-events-and-payloads#pull_request"
|
|
@@ -894829,7 +894853,6 @@
|
|
|
894829
894853
|
"forks",
|
|
894830
894854
|
"forks_count",
|
|
894831
894855
|
"git_url",
|
|
894832
|
-
"has_downloads",
|
|
894833
894856
|
"has_issues",
|
|
894834
894857
|
"has_projects",
|
|
894835
894858
|
"has_wiki",
|
|
@@ -921031,7 +921054,7 @@
|
|
|
921031
921054
|
}
|
|
921032
921055
|
},
|
|
921033
921056
|
"x-github": {
|
|
921034
|
-
"githubCloudOnly":
|
|
921057
|
+
"githubCloudOnly": true,
|
|
921035
921058
|
"category": "webhooks",
|
|
921036
921059
|
"subcategory": "user",
|
|
921037
921060
|
"supported-webhook-types": [
|
|
@@ -922723,7 +922746,7 @@
|
|
|
922723
922746
|
}
|
|
922724
922747
|
},
|
|
922725
922748
|
"x-github": {
|
|
922726
|
-
"githubCloudOnly":
|
|
922749
|
+
"githubCloudOnly": true,
|
|
922727
922750
|
"category": "webhooks",
|
|
922728
922751
|
"subcategory": "user",
|
|
922729
922752
|
"supported-webhook-types": [
|