diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index 7f30fe9204..274fe43015 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -2062,7 +2062,7 @@ "/credentials/revoke": { "post": { "summary": "Revoke a list of credentials", - "description": "Submit a list of credentials to be revoked. This endpoint is intended to revoke credentials the caller does not own and may have found exposed on GitHub.com or elsewhere. It can also be used for credentials associated with an old user account that you no longer have access to. Credential owners will be notified of the revocation.\n\nThis endpoint currently accepts the following credential types:\n- Personal access tokens (classic)\n- Fine-grained personal access tokens\n\nRevoked credentials may impact users on GitHub Free, Pro, & Team and GitHub Enterprise Cloud, and GitHub Enterprise Cloud with Enterprise Managed Users.\nGitHub cannot reactivate any credentials that have been revoked; new credentials will need to be generated.\n\nTo prevent abuse, this API is limited to only 60 unauthenticated requests per hour and a max of 1000 tokens per API request.\n\n> [!NOTE]\n> Any authenticated requests will return a 403.", + "description": "Submit a list of credentials to be revoked. This endpoint is intended to revoke credentials the caller does not own and may have found exposed on GitHub.com or elsewhere. It can also be used for credentials associated with an old user account that you no longer have access to. Credential owners will be notified of the revocation.\n\nThis endpoint currently accepts the following credential types:\n- Personal access tokens (classic) (`ghp_`)\n- Fine-grained personal access tokens (`github_pat_`)\n- OAuth app access tokens (`gho_`)\n- User-to-server tokens from GitHub Apps (`ghu_`)\n- Refresh tokens from GitHub Apps (`ghr_`)\n\n\nRevoked credentials may impact users on GitHub Free, Pro, & Team and GitHub Enterprise Cloud, and GitHub Enterprise Cloud with Enterprise Managed Users.\nGitHub cannot reactivate any credentials that have been revoked; new credentials will need to be generated.\n\nTo prevent abuse, this API is limited to only 60 unauthenticated requests per hour and a max of 1000 tokens per API request.\n\n> [!NOTE]\n> Any authenticated requests will return a 403.", "tags": [ "credentials" ], @@ -2097,7 +2097,10 @@ "value": { "credentials": [ "ghp_1234567890abcdef1234567890abcdef12345678", - "ghp_abcdef1234567890abcdef1234567890abcdef12" + "github_pat_0A1B2C3D4E5F6G7H8I9J0K_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456", + "gho_1234567890abcdef1234567890abcdef12345678", + "ghu_1234567890abcdef1234567890abcdef12345678", + "ghr_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890ab" ] } } @@ -19680,6 +19683,9 @@ } } }, + "204": { + "$ref": "#/components/responses/no_content" + }, "500": { "$ref": "#/components/responses/internal_error" }, @@ -19785,6 +19791,9 @@ } } }, + "204": { + "$ref": "#/components/responses/no_content" + }, "500": { "$ref": "#/components/responses/internal_error" }, diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index dd68e50386..f48067eeaa 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -1421,8 +1421,12 @@ paths: Submit a list of credentials to be revoked. This endpoint is intended to revoke credentials the caller does not own and may have found exposed on GitHub.com or elsewhere. It can also be used for credentials associated with an old user account that you no longer have access to. Credential owners will be notified of the revocation. This endpoint currently accepts the following credential types: - - Personal access tokens (classic) - - Fine-grained personal access tokens + - Personal access tokens (classic) (`ghp_`) + - Fine-grained personal access tokens (`github_pat_`) + - OAuth app access tokens (`gho_`) + - User-to-server tokens from GitHub Apps (`ghu_`) + - Refresh tokens from GitHub Apps (`ghr_`) + Revoked credentials may impact users on GitHub Free, Pro, & Team and GitHub Enterprise Cloud, and GitHub Enterprise Cloud with Enterprise Managed Users. GitHub cannot reactivate any credentials that have been revoked; new credentials will need to be generated. @@ -1459,7 +1463,10 @@ paths: value: credentials: - ghp_1234567890abcdef1234567890abcdef12345678 - - ghp_abcdef1234567890abcdef1234567890abcdef12 + - github_pat_0A1B2C3D4E5F6G7H8I9J0K_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456 + - gho_1234567890abcdef1234567890abcdef12345678 + - ghu_1234567890abcdef1234567890abcdef12345678 + - ghr_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890ab responses: '202': "$ref": "#/components/responses/accepted" @@ -14378,6 +14385,8 @@ paths: examples: default: "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + '204': + "$ref": "#/components/responses/no_content" '500': "$ref": "#/components/responses/internal_error" '403': @@ -14463,6 +14472,8 @@ paths: examples: default: "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + '204': + "$ref": "#/components/responses/no_content" '500': "$ref": "#/components/responses/internal_error" '403': diff --git a/descriptions-next/api.github.com/api.github.com.2026-03-10.json b/descriptions-next/api.github.com/api.github.com.2026-03-10.json index b5428ac8a9..2fc9788fa1 100644 --- a/descriptions-next/api.github.com/api.github.com.2026-03-10.json +++ b/descriptions-next/api.github.com/api.github.com.2026-03-10.json @@ -2062,7 +2062,7 @@ "/credentials/revoke": { "post": { "summary": "Revoke a list of credentials", - "description": "Submit a list of credentials to be revoked. This endpoint is intended to revoke credentials the caller does not own and may have found exposed on GitHub.com or elsewhere. It can also be used for credentials associated with an old user account that you no longer have access to. Credential owners will be notified of the revocation.\n\nThis endpoint currently accepts the following credential types:\n- Personal access tokens (classic)\n- Fine-grained personal access tokens\n\nRevoked credentials may impact users on GitHub Free, Pro, & Team and GitHub Enterprise Cloud, and GitHub Enterprise Cloud with Enterprise Managed Users.\nGitHub cannot reactivate any credentials that have been revoked; new credentials will need to be generated.\n\nTo prevent abuse, this API is limited to only 60 unauthenticated requests per hour and a max of 1000 tokens per API request.\n\n> [!NOTE]\n> Any authenticated requests will return a 403.", + "description": "Submit a list of credentials to be revoked. This endpoint is intended to revoke credentials the caller does not own and may have found exposed on GitHub.com or elsewhere. It can also be used for credentials associated with an old user account that you no longer have access to. Credential owners will be notified of the revocation.\n\nThis endpoint currently accepts the following credential types:\n- Personal access tokens (classic) (`ghp_`)\n- Fine-grained personal access tokens (`github_pat_`)\n- OAuth app access tokens (`gho_`)\n- User-to-server tokens from GitHub Apps (`ghu_`)\n- Refresh tokens from GitHub Apps (`ghr_`)\n\n\nRevoked credentials may impact users on GitHub Free, Pro, & Team and GitHub Enterprise Cloud, and GitHub Enterprise Cloud with Enterprise Managed Users.\nGitHub cannot reactivate any credentials that have been revoked; new credentials will need to be generated.\n\nTo prevent abuse, this API is limited to only 60 unauthenticated requests per hour and a max of 1000 tokens per API request.\n\n> [!NOTE]\n> Any authenticated requests will return a 403.", "tags": [ "credentials" ], @@ -2097,7 +2097,10 @@ "value": { "credentials": [ "ghp_1234567890abcdef1234567890abcdef12345678", - "ghp_abcdef1234567890abcdef1234567890abcdef12" + "github_pat_0A1B2C3D4E5F6G7H8I9J0K_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456", + "gho_1234567890abcdef1234567890abcdef12345678", + "ghu_1234567890abcdef1234567890abcdef12345678", + "ghr_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890ab" ] } } @@ -19638,6 +19641,9 @@ } } }, + "204": { + "$ref": "#/components/responses/no_content" + }, "500": { "$ref": "#/components/responses/internal_error" }, @@ -19743,6 +19749,9 @@ } } }, + "204": { + "$ref": "#/components/responses/no_content" + }, "500": { "$ref": "#/components/responses/internal_error" }, diff --git a/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml b/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml index 8f9189fb52..c0ae95d517 100644 --- a/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml +++ b/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml @@ -1421,8 +1421,12 @@ paths: Submit a list of credentials to be revoked. This endpoint is intended to revoke credentials the caller does not own and may have found exposed on GitHub.com or elsewhere. It can also be used for credentials associated with an old user account that you no longer have access to. Credential owners will be notified of the revocation. This endpoint currently accepts the following credential types: - - Personal access tokens (classic) - - Fine-grained personal access tokens + - Personal access tokens (classic) (`ghp_`) + - Fine-grained personal access tokens (`github_pat_`) + - OAuth app access tokens (`gho_`) + - User-to-server tokens from GitHub Apps (`ghu_`) + - Refresh tokens from GitHub Apps (`ghr_`) + Revoked credentials may impact users on GitHub Free, Pro, & Team and GitHub Enterprise Cloud, and GitHub Enterprise Cloud with Enterprise Managed Users. GitHub cannot reactivate any credentials that have been revoked; new credentials will need to be generated. @@ -1459,7 +1463,10 @@ paths: value: credentials: - ghp_1234567890abcdef1234567890abcdef12345678 - - ghp_abcdef1234567890abcdef1234567890abcdef12 + - github_pat_0A1B2C3D4E5F6G7H8I9J0K_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456 + - gho_1234567890abcdef1234567890abcdef12345678 + - ghu_1234567890abcdef1234567890abcdef12345678 + - ghr_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890ab responses: '202': "$ref": "#/components/responses/accepted" @@ -14344,6 +14351,8 @@ paths: examples: default: "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + '204': + "$ref": "#/components/responses/no_content" '500': "$ref": "#/components/responses/internal_error" '403': @@ -14429,6 +14438,8 @@ paths: examples: default: "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + '204': + "$ref": "#/components/responses/no_content" '500': "$ref": "#/components/responses/internal_error" '403': diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 3ab7995a88..8a177b02f6 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -2076,7 +2076,7 @@ "/credentials/revoke": { "post": { "summary": "Revoke a list of credentials", - "description": "Submit a list of credentials to be revoked. This endpoint is intended to revoke credentials the caller does not own and may have found exposed on GitHub.com or elsewhere. It can also be used for credentials associated with an old user account that you no longer have access to. Credential owners will be notified of the revocation.\n\nThis endpoint currently accepts the following credential types:\n- Personal access tokens (classic)\n- Fine-grained personal access tokens\n\nRevoked credentials may impact users on GitHub Free, Pro, & Team and GitHub Enterprise Cloud, and GitHub Enterprise Cloud with Enterprise Managed Users.\nGitHub cannot reactivate any credentials that have been revoked; new credentials will need to be generated.\n\nTo prevent abuse, this API is limited to only 60 unauthenticated requests per hour and a max of 1000 tokens per API request.\n\n> [!NOTE]\n> Any authenticated requests will return a 403.", + "description": "Submit a list of credentials to be revoked. This endpoint is intended to revoke credentials the caller does not own and may have found exposed on GitHub.com or elsewhere. It can also be used for credentials associated with an old user account that you no longer have access to. Credential owners will be notified of the revocation.\n\nThis endpoint currently accepts the following credential types:\n- Personal access tokens (classic) (`ghp_`)\n- Fine-grained personal access tokens (`github_pat_`)\n- OAuth app access tokens (`gho_`)\n- User-to-server tokens from GitHub Apps (`ghu_`)\n- Refresh tokens from GitHub Apps (`ghr_`)\n\n\nRevoked credentials may impact users on GitHub Free, Pro, & Team and GitHub Enterprise Cloud, and GitHub Enterprise Cloud with Enterprise Managed Users.\nGitHub cannot reactivate any credentials that have been revoked; new credentials will need to be generated.\n\nTo prevent abuse, this API is limited to only 60 unauthenticated requests per hour and a max of 1000 tokens per API request.\n\n> [!NOTE]\n> Any authenticated requests will return a 403.", "tags": [ "credentials" ], @@ -2111,7 +2111,10 @@ "value": { "credentials": [ "ghp_1234567890abcdef1234567890abcdef12345678", - "ghp_abcdef1234567890abcdef1234567890abcdef12" + "github_pat_0A1B2C3D4E5F6G7H8I9J0K_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456", + "gho_1234567890abcdef1234567890abcdef12345678", + "ghu_1234567890abcdef1234567890abcdef12345678", + "ghr_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890ab" ] } } @@ -19782,6 +19785,9 @@ } } }, + "204": { + "$ref": "#/components/responses/no_content" + }, "500": { "$ref": "#/components/responses/internal_error" }, @@ -19887,6 +19893,9 @@ } } }, + "204": { + "$ref": "#/components/responses/no_content" + }, "500": { "$ref": "#/components/responses/internal_error" }, diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 4c165a3205..f12e168096 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -1429,8 +1429,12 @@ paths: Submit a list of credentials to be revoked. This endpoint is intended to revoke credentials the caller does not own and may have found exposed on GitHub.com or elsewhere. It can also be used for credentials associated with an old user account that you no longer have access to. Credential owners will be notified of the revocation. This endpoint currently accepts the following credential types: - - Personal access tokens (classic) - - Fine-grained personal access tokens + - Personal access tokens (classic) (`ghp_`) + - Fine-grained personal access tokens (`github_pat_`) + - OAuth app access tokens (`gho_`) + - User-to-server tokens from GitHub Apps (`ghu_`) + - Refresh tokens from GitHub Apps (`ghr_`) + Revoked credentials may impact users on GitHub Free, Pro, & Team and GitHub Enterprise Cloud, and GitHub Enterprise Cloud with Enterprise Managed Users. GitHub cannot reactivate any credentials that have been revoked; new credentials will need to be generated. @@ -1467,7 +1471,10 @@ paths: value: credentials: - ghp_1234567890abcdef1234567890abcdef12345678 - - ghp_abcdef1234567890abcdef1234567890abcdef12 + - github_pat_0A1B2C3D4E5F6G7H8I9J0K_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456 + - gho_1234567890abcdef1234567890abcdef12345678 + - ghu_1234567890abcdef1234567890abcdef12345678 + - ghr_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890ab responses: '202': "$ref": "#/components/responses/accepted" @@ -14432,6 +14439,8 @@ paths: examples: default: "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + '204': + "$ref": "#/components/responses/no_content" '500': "$ref": "#/components/responses/internal_error" '403': @@ -14517,6 +14526,8 @@ paths: examples: default: "$ref": "#/components/examples/copilot-usage-metrics-1-day-report" + '204': + "$ref": "#/components/responses/no_content" '500': "$ref": "#/components/responses/internal_error" '403': diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index b5c4ea12a3..e8c9a095a1 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -16562,7 +16562,7 @@ "/credentials/revoke": { "post": { "summary": "Revoke a list of credentials", - "description": "Submit a list of credentials to be revoked. This endpoint is intended to revoke credentials the caller does not own and may have found exposed on GitHub.com or elsewhere. It can also be used for credentials associated with an old user account that you no longer have access to. Credential owners will be notified of the revocation.\n\nThis endpoint currently accepts the following credential types:\n- Personal access tokens (classic)\n- Fine-grained personal access tokens\n\nRevoked credentials may impact users on GitHub Free, Pro, & Team and GitHub Enterprise Cloud, and GitHub Enterprise Cloud with Enterprise Managed Users.\nGitHub cannot reactivate any credentials that have been revoked; new credentials will need to be generated.\n\nTo prevent abuse, this API is limited to only 60 unauthenticated requests per hour and a max of 1000 tokens per API request.\n\n> [!NOTE]\n> Any authenticated requests will return a 403.", + "description": "Submit a list of credentials to be revoked. This endpoint is intended to revoke credentials the caller does not own and may have found exposed on GitHub.com or elsewhere. It can also be used for credentials associated with an old user account that you no longer have access to. Credential owners will be notified of the revocation.\n\nThis endpoint currently accepts the following credential types:\n- Personal access tokens (classic) (`ghp_`)\n- Fine-grained personal access tokens (`github_pat_`)\n- OAuth app access tokens (`gho_`)\n- User-to-server tokens from GitHub Apps (`ghu_`)\n- Refresh tokens from GitHub Apps (`ghr_`)\n\n\nRevoked credentials may impact users on GitHub Free, Pro, & Team and GitHub Enterprise Cloud, and GitHub Enterprise Cloud with Enterprise Managed Users.\nGitHub cannot reactivate any credentials that have been revoked; new credentials will need to be generated.\n\nTo prevent abuse, this API is limited to only 60 unauthenticated requests per hour and a max of 1000 tokens per API request.\n\n> [!NOTE]\n> Any authenticated requests will return a 403.", "tags": [ "credentials" ], @@ -16597,7 +16597,10 @@ "value": { "credentials": [ "ghp_1234567890abcdef1234567890abcdef12345678", - "ghp_abcdef1234567890abcdef1234567890abcdef12" + "github_pat_0A1B2C3D4E5F6G7H8I9J0K_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456", + "gho_1234567890abcdef1234567890abcdef12345678", + "ghu_1234567890abcdef1234567890abcdef12345678", + "ghr_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890ab" ] } } @@ -129517,6 +129520,9 @@ } } }, + "204": { + "description": "A header with no content is returned." + }, "500": { "description": "Internal Error", "content": { @@ -129843,6 +129849,9 @@ } } }, + "204": { + "description": "A header with no content is returned." + }, "500": { "description": "Internal Error", "content": { diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 79adcce5f5..a27e3c6132 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -5419,8 +5419,12 @@ paths: Submit a list of credentials to be revoked. This endpoint is intended to revoke credentials the caller does not own and may have found exposed on GitHub.com or elsewhere. It can also be used for credentials associated with an old user account that you no longer have access to. Credential owners will be notified of the revocation. This endpoint currently accepts the following credential types: - - Personal access tokens (classic) - - Fine-grained personal access tokens + - Personal access tokens (classic) (`ghp_`) + - Fine-grained personal access tokens (`github_pat_`) + - OAuth app access tokens (`gho_`) + - User-to-server tokens from GitHub Apps (`ghu_`) + - Refresh tokens from GitHub Apps (`ghr_`) + Revoked credentials may impact users on GitHub Free, Pro, & Team and GitHub Enterprise Cloud, and GitHub Enterprise Cloud with Enterprise Managed Users. GitHub cannot reactivate any credentials that have been revoked; new credentials will need to be generated. @@ -5457,7 +5461,10 @@ paths: value: credentials: - ghp_1234567890abcdef1234567890abcdef12345678 - - ghp_abcdef1234567890abcdef1234567890abcdef12 + - github_pat_0A1B2C3D4E5F6G7H8I9J0K_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456 + - gho_1234567890abcdef1234567890abcdef12345678 + - ghu_1234567890abcdef1234567890abcdef12345678 + - ghr_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890ab responses: '202': *37 '422': *7 @@ -32386,6 +32393,7 @@ paths: schema: *55 examples: default: *56 + '204': *184 '500': *53 '403': *27 '404': *6 @@ -32461,6 +32469,7 @@ paths: schema: *55 examples: default: *56 + '204': *184 '500': *53 '403': *27 '404': *6 diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json index 701f50da5d..32946093f3 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json @@ -16471,7 +16471,7 @@ "/credentials/revoke": { "post": { "summary": "Revoke a list of credentials", - "description": "Submit a list of credentials to be revoked. This endpoint is intended to revoke credentials the caller does not own and may have found exposed on GitHub.com or elsewhere. It can also be used for credentials associated with an old user account that you no longer have access to. Credential owners will be notified of the revocation.\n\nThis endpoint currently accepts the following credential types:\n- Personal access tokens (classic)\n- Fine-grained personal access tokens\n\nRevoked credentials may impact users on GitHub Free, Pro, & Team and GitHub Enterprise Cloud, and GitHub Enterprise Cloud with Enterprise Managed Users.\nGitHub cannot reactivate any credentials that have been revoked; new credentials will need to be generated.\n\nTo prevent abuse, this API is limited to only 60 unauthenticated requests per hour and a max of 1000 tokens per API request.\n\n> [!NOTE]\n> Any authenticated requests will return a 403.", + "description": "Submit a list of credentials to be revoked. This endpoint is intended to revoke credentials the caller does not own and may have found exposed on GitHub.com or elsewhere. It can also be used for credentials associated with an old user account that you no longer have access to. Credential owners will be notified of the revocation.\n\nThis endpoint currently accepts the following credential types:\n- Personal access tokens (classic) (`ghp_`)\n- Fine-grained personal access tokens (`github_pat_`)\n- OAuth app access tokens (`gho_`)\n- User-to-server tokens from GitHub Apps (`ghu_`)\n- Refresh tokens from GitHub Apps (`ghr_`)\n\n\nRevoked credentials may impact users on GitHub Free, Pro, & Team and GitHub Enterprise Cloud, and GitHub Enterprise Cloud with Enterprise Managed Users.\nGitHub cannot reactivate any credentials that have been revoked; new credentials will need to be generated.\n\nTo prevent abuse, this API is limited to only 60 unauthenticated requests per hour and a max of 1000 tokens per API request.\n\n> [!NOTE]\n> Any authenticated requests will return a 403.", "tags": [ "credentials" ], @@ -16506,7 +16506,10 @@ "value": { "credentials": [ "ghp_1234567890abcdef1234567890abcdef12345678", - "ghp_abcdef1234567890abcdef1234567890abcdef12" + "github_pat_0A1B2C3D4E5F6G7H8I9J0K_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456", + "gho_12{"code":"deadline_exceeded","msg":"operation timed out"}