@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": {
@@ -4427,7 +4427,7 @@
4427
4427
  },
4428
4428
  "post": {
4429
4429
  "summary": "Create a new authorization",
4430
- "description": "**Deprecation Notice:** GitHub Enterprise Server will discontinue the [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.10/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.10/developers/apps/authorizing-oauth-apps#web-application-flow). The [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.10/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.10/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.10/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.10/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.10/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.10/articles/about-identity-and-access-management-with-saml-single-sign-on).",
4430
+ "description": "**Deprecation Notice:** GitHub Enterprise Server will discontinue the [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.10/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.10/developers/apps/authorizing-oauth-apps#web-application-flow). The [OAuth Authorizations API](https://docs.github.com/enterprise-server@3.10/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.10/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.10/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.10/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.10/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.10/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.",
4431
4431
  "tags": [
4432
4432
  "oauth-authorizations"
4433
4433
  ],
@@ -17716,7 +17716,7 @@
17716
17716
  },
17717
17717
  "post": {
17718
17718
  "summary": "Start an organization migration",
17719
- "description": "Initiates the generation of a migration archive.",
17719
+ "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.10/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).\"",
17720
17720
  "tags": [
17721
17721
  "migrations"
17722
17722
  ],
@@ -17786,7 +17786,7 @@
17786
17786
  },
17787
17787
  "exclude": {
17788
17788
  "type": "array",
17789
- "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\"`.",
17789
+ "description": "Exclude related items from being returned in the response in order to improve performance of the request.",
17790
17790
  "items": {
17791
17791
  "type": "string",
17792
17792
  "enum": [
@@ -25626,7 +25626,7 @@
25626
25626
  "/repos/{owner}/{repo}/actions/jobs/{job_id}/rerun": {
25627
25627
  "post": {
25628
25628
  "summary": "Re-run a job from a workflow run",
25629
- "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.",
25629
+ "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.",
25630
25630
  "tags": [
25631
25631
  "actions"
25632
25632
  ],
@@ -25917,7 +25917,7 @@
25917
25917
  "/repos/{owner}/{repo}/actions/organization-variables": {
25918
25918
  "get": {
25919
25919
  "summary": "List repository organization variables",
25920
- "description": "Lists all organiation variables shared with a repository.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nIf the repository is private, you must use an access token with the `repo` scope.\nGitHub Apps must have the `actions_variables:read` repository permission to use this endpoint.\nAuthenticated users must have collaborator access to a repository to create, update, or read variables.",
25920
+ "description": "Lists all organiation variables shared with a repository.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.\nGitHub Apps must have the `actions_variables:read` repository permission to use this endpoint.\nAuthenticated users must have collaborator access to a repository to create, update, or read variables.",
25921
25921
  "tags": [
25922
25922
  "actions"
25923
25923
  ],
@@ -26390,7 +26390,7 @@
26390
26390
  "/repos/{owner}/{repo}/actions/runners": {
26391
26391
  "get": {
26392
26392
  "summary": "List self-hosted runners for a repository",
26393
- "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.",
26393
+ "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.",
26394
26394
  "tags": [
26395
26395
  "actions"
26396
26396
  ],
@@ -26462,7 +26462,7 @@
26462
26462
  "/repos/{owner}/{repo}/actions/runners/downloads": {
26463
26463
  "get": {
26464
26464
  "summary": "List runner applications for a repository",
26465
- "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.",
26465
+ "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.",
26466
26466
  "tags": [
26467
26467
  "actions"
26468
26468
  ],
@@ -26511,7 +26511,7 @@
26511
26511
  "/repos/{owner}/{repo}/actions/runners/generate-jitconfig": {
26512
26512
  "post": {
26513
26513
  "summary": "Create configuration for a just-in-time runner for a repository",
26514
- "description": "Generates a configuration that can be passed to the runner application at startup.\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.",
26514
+ "description": "Generates a configuration that can be passed to the runner application at startup.\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.",
26515
26515
  "tags": [
26516
26516
  "actions"
26517
26517
  ],
@@ -26605,7 +26605,7 @@
26605
26605
  "/repos/{owner}/{repo}/actions/runners/registration-token": {
26606
26606
  "post": {
26607
26607
  "summary": "Create a registration token for a repository",
26608
- "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```",
26608
+ "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```",
26609
26609
  "tags": [
26610
26610
  "actions"
26611
26611
  ],
@@ -26651,7 +26651,7 @@
26651
26651
  "/repos/{owner}/{repo}/actions/runners/remove-token": {
26652
26652
  "post": {
26653
26653
  "summary": "Create a remove token for a repository",
26654
- "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```",
26654
+ "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```",
26655
26655
  "tags": [
26656
26656
  "actions"
26657
26657
  ],
@@ -26697,7 +26697,7 @@
26697
26697
  "/repos/{owner}/{repo}/actions/runners/{runner_id}": {
26698
26698
  "get": {
26699
26699
  "summary": "Get a self-hosted runner for a repository",
26700
- "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.",
26700
+ "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.",
26701
26701
  "tags": [
26702
26702
  "actions"
26703
26703
  ],
@@ -26744,7 +26744,7 @@
26744
26744
  },
26745
26745
  "delete": {
26746
26746
  "summary": "Delete a self-hosted runner from a repository",
26747
- "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.",
26747
+ "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.",
26748
26748
  "tags": [
26749
26749
  "actions"
26750
26750
  ],
@@ -26781,7 +26781,7 @@
26781
26781
  "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels": {
26782
26782
  "get": {
26783
26783
  "summary": "List labels for a self-hosted runner for a repository",
26784
- "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.",
26784
+ "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.",
26785
26785
  "tags": [
26786
26786
  "actions"
26787
26787
  ],
@@ -26819,7 +26819,7 @@
26819
26819
  },
26820
26820
  "post": {
26821
26821
  "summary": "Add custom labels to a self-hosted runner for a repository",
26822
- "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.",
26822
+ "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.",
26823
26823
  "tags": [
26824
26824
  "actions"
26825
26825
  ],
@@ -26894,7 +26894,7 @@
26894
26894
  },
26895
26895
  "put": {
26896
26896
  "summary": "Set custom labels for a self-hosted runner for a repository",
26897
- "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.",
26897
+ "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.",
26898
26898
  "tags": [
26899
26899
  "actions"
26900
26900
  ],
@@ -26969,7 +26969,7 @@
26969
26969
  },
26970
26970
  "delete": {
26971
26971
  "summary": "Remove all custom labels from a self-hosted runner for a repository",
26972
- "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.",
26972
+ "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.",
26973
26973
  "tags": [
26974
26974
  "actions"
26975
26975
  ],
@@ -27009,7 +27009,7 @@
27009
27009
  "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels/{name}": {
27010
27010
  "delete": {
27011
27011
  "summary": "Remove a custom label from a self-hosted runner for a repository",
27012
- "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.",
27012
+ "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.",
27013
27013
  "tags": [
27014
27014
  "actions"
27015
27015
  ],
@@ -27552,7 +27552,7 @@
27552
27552
  "/repos/{owner}/{repo}/actions/runs/{run_id}/cancel": {
27553
27553
  "post": {
27554
27554
  "summary": "Cancel a workflow run",
27555
- "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.",
27555
+ "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.",
27556
27556
  "tags": [
27557
27557
  "actions"
27558
27558
  ],
@@ -28424,7 +28424,7 @@
28424
28424
  "/repos/{owner}/{repo}/actions/variables": {
28425
28425
  "get": {
28426
28426
  "summary": "List repository variables",
28427
- "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.",
28427
+ "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.",
28428
28428
  "tags": [
28429
28429
  "actions"
28430
28430
  ],
@@ -28494,7 +28494,7 @@
28494
28494
  },
28495
28495
  "post": {
28496
28496
  "summary": "Create a repository variable",
28497
- "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.",
28497
+ "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.",
28498
28498
  "tags": [
28499
28499
  "actions"
28500
28500
  ],
@@ -28572,7 +28572,7 @@
28572
28572
  "/repos/{owner}/{repo}/actions/variables/{name}": {
28573
28573
  "get": {
28574
28574
  "summary": "Get a repository variable",
28575
- "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.",
28575
+ "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.",
28576
28576
  "tags": [
28577
28577
  "actions"
28578
28578
  ],
@@ -28619,7 +28619,7 @@
28619
28619
  },
28620
28620
  "patch": {
28621
28621
  "summary": "Update a repository variable",
28622
- "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.",
28622
+ "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.",
28623
28623
  "tags": [
28624
28624
  "actions"
28625
28625
  ],
@@ -28682,7 +28682,7 @@
28682
28682
  },
28683
28683
  "delete": {
28684
28684
  "summary": "Delete a repository variable",
28685
- "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.",
28685
+ "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.",
28686
28686
  "tags": [
28687
28687
  "actions"
28688
28688
  ],
@@ -32662,7 +32662,7 @@
32662
32662
  },
32663
32663
  "patch": {
32664
32664
  "summary": "Update a check run",
32665
- "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.",
32665
+ "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.",
32666
32666
  "tags": [
32667
32667
  "checks"
32668
32668
  ],
@@ -33335,7 +33335,7 @@
33335
33335
  "/repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs": {
33336
33336
  "get": {
33337
33337
  "summary": "List check runs in a check suite",
33338
- "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.",
33338
+ "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.",
33339
33339
  "tags": [
33340
33340
  "checks"
33341
33341
  ],
@@ -34202,7 +34202,7 @@
34202
34202
  }
34203
34203
  },
34204
34204
  "403": {
34205
- "$ref": "#/components/responses/code_scanning_forbidden_read"
34205
+ "$ref": "#/components/responses/code_scanning_forbidden_write"
34206
34206
  },
34207
34207
  "404": {
34208
34208
  "$ref": "#/components/responses/not_found"
@@ -35678,7 +35678,7 @@
35678
35678
  "/repos/{owner}/{repo}/commits/{ref}/check-runs": {
35679
35679
  "get": {
35680
35680
  "summary": "List check runs for a Git reference",
35681
- "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.",
35681
+ "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.10/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.10/rest/reference/checks#list-check-runs-in-a-check-suite) endpoint.",
35682
35682
  "tags": [
35683
35683
  "checks"
35684
35684
  ],
@@ -35781,7 +35781,7 @@
35781
35781
  "/repos/{owner}/{repo}/commits/{ref}/check-suites": {
35782
35782
  "get": {
35783
35783
  "summary": "List check suites for a Git reference",
35784
- "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.",
35784
+ "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`.",
35785
35785
  "tags": [
35786
35786
  "checks"
35787
35787
  ],
@@ -38389,7 +38389,7 @@
38389
38389
  "content": {
38390
38390
  "application/json": {
38391
38391
  "schema": {
38392
- "$ref": "#/components/schemas/deployment-branch-policy-name-pattern"
38392
+ "$ref": "#/components/schemas/deployment-branch-policy-name-pattern-with-type"
38393
38393
  },
38394
38394
  "examples": {
38395
38395
  "example-wildcard": {
@@ -38446,7 +38446,7 @@
38446
38446
  "/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}": {
38447
38447
  "get": {
38448
38448
  "summary": "Get a deployment branch policy",
38449
- "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.",
38449
+ "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.",
38450
38450
  "tags": [
38451
38451
  "repos"
38452
38452
  ],
@@ -46820,7 +46820,7 @@
46820
46820
  "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions": {
46821
46821
  "get": {
46822
46822
  "summary": "List reactions for a pull request review comment",
46823
- "description": "List the reactions to a [pull request review comment](https://docs.github.com/enterprise-server@3.10/pulls/comments#get-a-review-comment-for-a-pull-request).",
46823
+ "description": "List the reactions to a [pull request review comment](https://docs.github.com/enterprise-server@3.10/rest/pulls/comments#get-a-review-comment-for-a-pull-request).",
46824
46824
  "tags": [
46825
46825
  "reactions"
46826
46826
  ],
@@ -52411,7 +52411,7 @@
52411
52411
  "/repositories/{repository_id}/environments/{environment_name}/variables": {
52412
52412
  "get": {
52413
52413
  "summary": "List environment variables",
52414
- "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.",
52414
+ "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.",
52415
52415
  "tags": [
52416
52416
  "actions"
52417
52417
  ],
@@ -52481,7 +52481,7 @@
52481
52481
  },
52482
52482
  "post": {
52483
52483
  "summary": "Create an environment variable",
52484
- "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.",
52484
+ "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.",
52485
52485
  "tags": [
52486
52486
  "actions"
52487
52487
  ],
@@ -52559,7 +52559,7 @@
52559
52559
  "/repositories/{repository_id}/environments/{environment_name}/variables/{name}": {
52560
52560
  "get": {
52561
52561
  "summary": "Get an environment variable",
52562
- "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.",
52562
+ "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.",
52563
52563
  "tags": [
52564
52564
  "actions"
52565
52565
  ],
@@ -52606,7 +52606,7 @@
52606
52606
  },
52607
52607
  "patch": {
52608
52608
  "summary": "Update an environment variable",
52609
- "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.",
52609
+ "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.",
52610
52610
  "tags": [
52611
52611
  "actions"
52612
52612
  ],
@@ -52669,7 +52669,7 @@
52669
52669
  },
52670
52670
  "delete": {
52671
52671
  "summary": "Delete an environment variable",
52672
- "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.",
52672
+ "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.",
52673
52673
  "tags": [
52674
52674
  "actions"
52675
52675
  ],
@@ -86937,7 +86937,7 @@
86937
86937
  }
86938
86938
  },
86939
86939
  "x-github": {
86940
- "githubCloudOnly": false,
86940
+ "githubCloudOnly": true,
86941
86941
  "category": "webhooks",
86942
86942
  "subcategory": "user",
86943
86943
  "supported-webhook-types": [
@@ -87044,7 +87044,7 @@
87044
87044
  }
87045
87045
  },
87046
87046
  "x-github": {
87047
- "githubCloudOnly": false,
87047
+ "githubCloudOnly": true,
87048
87048
  "category": "webhooks",
87049
87049
  "subcategory": "user",
87050
87050
  "supported-webhook-types": [
@@ -101544,7 +101544,6 @@
101544
101544
  "forks",
101545
101545
  "forks_count",
101546
101546
  "git_url",
101547
- "has_downloads",
101548
101547
  "has_issues",
101549
101548
  "has_projects",
101550
101549
  "has_wiki",
@@ -104982,7 +104981,7 @@
104982
104981
  ]
104983
104982
  },
104984
104983
  "languages": {
104985
- "description": "Languages to be analysed.",
104984
+ "description": "Languages to be analyzed.",
104986
104985
  "type": "array",
104987
104986
  "items": {
104988
104987
  "type": "string",
@@ -105038,7 +105037,7 @@
105038
105037
  ]
105039
105038
  },
105040
105039
  "languages": {
105041
- "description": "CodeQL languages to be analyzed. Supported values are: `c-cpp`, `csharp`, `go`, `java-kotlin`, `javascript-typescript`, `python`, and `ruby`.",
105040
+ "description": "CodeQL languages to be analyzed.",
105042
105041
  "type": "array",
105043
105042
  "items": {
105044
105043
  "type": "string",
@@ -107861,6 +107860,20 @@
107861
107860
  }
107862
107861
  }
107863
107862
  },
107863
+ "deployment-branch-policy-name-pattern-with-type": {
107864
+ "title": "Deployment branch and tag policy name pattern",
107865
+ "type": "object",
107866
+ "properties": {
107867
+ "name": {
107868
+ "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).",
107869
+ "type": "string",
107870
+ "example": "release/*"
107871
+ }
107872
+ },
107873
+ "required": [
107874
+ "name"
107875
+ ]
107876
+ },
107864
107877
  "deployment-branch-policy-name-pattern": {
107865
107878
  "title": "Deployment branch policy name pattern",
107866
107879
  "type": "object",
@@ -121546,7 +121559,7 @@
121546
121559
  "format": "uri"
121547
121560
  },
121548
121561
  "conclusion": {
121549
- "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`.",
121562
+ "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`.",
121550
121563
  "type": "string",
121551
121564
  "nullable": true,
121552
121565
  "enum": [
@@ -122327,7 +122340,7 @@
122327
122340
  "format": "uri"
122328
122341
  },
122329
122342
  "conclusion": {
122330
- "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.",
122343
+ "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.",
122331
122344
  "type": "string",
122332
122345
  "nullable": true,
122333
122346
  "enum": [
@@ -123101,7 +123114,7 @@
123101
123114
  "format": "uri"
123102
123115
  },
123103
123116
  "conclusion": {
123104
- "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.",
123117
+ "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.",
123105
123118
  "type": "string",
123106
123119
  "nullable": true,
123107
123120
  "enum": [
@@ -123506,7 +123519,7 @@
123506
123519
  ]
123507
123520
  },
123508
123521
  "dismissed_reason": {
123509
- "description": "The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.",
123522
+ "description": "The reason for dismissing or closing the alert.",
123510
123523
  "type": "string",
123511
123524
  "nullable": true,
123512
123525
  "enum": [
@@ -123825,7 +123838,7 @@
123825
123838
  ]
123826
123839
  },
123827
123840
  "dismissed_reason": {
123828
- "description": "The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.",
123841
+ "description": "The reason for dismissing or closing the alert.",
123829
123842
  "type": "string",
123830
123843
  "nullable": true,
123831
123844
  "enum": [
@@ -124432,7 +124445,7 @@
124432
124445
  ]
124433
124446
  },
124434
124447
  "dismissed_reason": {
124435
- "description": "The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.",
124448
+ "description": "The reason for dismissing or closing the alert.",
124436
124449
  "type": "string",
124437
124450
  "nullable": true,
124438
124451
  "enum": [
@@ -130853,7 +130866,7 @@
130853
130866
  "format": "date-time"
130854
130867
  },
130855
130868
  "conclusion": {
130856
- "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.",
130869
+ "description": "The result of the completed check run. This value will be `null` until the check run has completed.",
130857
130870
  "type": "string",
130858
130871
  "nullable": true,
130859
130872
  "enum": [
@@ -155682,6 +155695,10 @@
155682
155695
  "type": "string",
155683
155696
  "format": "uri"
155684
155697
  },
155698
+ "has_discussions": {
155699
+ "description": "Whether the repository has discussions enabled.",
155700
+ "type": "boolean"
155701
+ },
155685
155702
  "has_downloads": {
155686
155703
  "description": "Whether downloads are enabled.",
155687
155704
  "type": "boolean",
@@ -156038,6 +156055,10 @@
156038
156055
  },
156039
156056
  "watchers_count": {
156040
156057
  "type": "integer"
156058
+ },
156059
+ "web_commit_signoff_required": {
156060
+ "description": "Whether to require commit signoff.",
156061
+ "type": "boolean"
156041
156062
  }
156042
156063
  },
156043
156064
  "required": [
@@ -279203,7 +279224,7 @@
279203
279224
  "node_id": "MDEyOldvcmtmbG93IEpvYjM5OTQ0NDQ5Ng==",
279204
279225
  "head_sha": "f83a356604ae3c5d03e1b46ef4d1ca77d64a90b0",
279205
279226
  "url": "https://api.github.com/repos/octo-org/octo-repo/actions/jobs/399444496",
279206
- "html_url": "https://github.com/octo-org/octo-repo/runs/399444496",
279227
+ "html_url": "https://github.com/octo-org/octo-repo/runs/29679449/jobs/399444496",
279207
279228
  "status": "completed",
279208
279229
  "conclusion": "success",
279209
279230
  "started_at": "2020-01-20T17:42:40Z",
@@ -279877,7 +279898,7 @@
279877
279898
  "node_id": "MDEyOldvcmtmbG93IEpvYjM5OTQ0NDQ5Ng==",
279878
279899
  "head_sha": "f83a356604ae3c5d03e1b46ef4d1ca77d64a90b0",
279879
279900
  "url": "https://api.github.com/repos/octo-org/octo-repo/actions/jobs/399444496",
279880
- "html_url": "https://github.com/octo-org/octo-repo/runs/399444496",
279901
+ "html_url": "https://github.com/octo-org/octo-repo/runs/29679449/jobs/399444496",
279881
279902
  "status": "completed",
279882
279903
  "conclusion": "success",
279883
279904
  "started_at": "2020-01-20T17:42:40Z",
@@ -284967,7 +284988,6 @@
284967
284988
  "slug": "justice-league",
284968
284989
  "description": "A great team.",
284969
284990
  "privacy": "closed",
284970
- "notification_setting": "notifications_enabled",
284971
284991
  "permission": "admin",
284972
284992
  "members_url": "https://api.github.com/teams/1/members{/member}",
284973
284993
  "repositories_url": "https://api.github.com/teams/1/repos",
@@ -285045,7 +285065,6 @@
285045
285065
  "slug": "justice-league",
285046
285066
  "description": "A great team.",
285047
285067
  "privacy": "closed",
285048
- "notification_setting": "notifications_enabled",
285049
285068
  "permission": "admin",
285050
285069
  "members_url": "https://api.github.com/teams/1/members{/member}",
285051
285070
  "repositories_url": "https://api.github.com/teams/1/repos",
@@ -295511,7 +295530,7 @@
295511
295530
  },
295512
295531
  "hook-id": {
295513
295532
  "name": "hook_id",
295514
- "description": "The unique identifier of the hook.",
295533
+ "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
295515
295534
  "in": "path",
295516
295535
  "required": true,
295517
295536
  "schema": {