diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index c62bc272e8..449ad757e5 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -1038,7 +1038,7 @@ }, "delete": { "summary": "Delete an installation for the authenticated app", - "description": "Uninstalls a GitHub App on a user, organization, or business account. If you prefer to temporarily suspend an app's access to your account's resources, then we recommend the \"[Suspend an app installation](https://docs.github.com/rest/apps/apps#suspend-an-app-installation)\" endpoint.\n\nYou must use a [JWT](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.", + "description": "Uninstalls a GitHub App on a user, organization, or enterprise account. If you prefer to temporarily suspend an app's access to your account's resources, then we recommend the \"[Suspend an app installation](https://docs.github.com/rest/apps/apps#suspend-an-app-installation)\" endpoint.\n\nYou must use a [JWT](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.", "tags": [ "apps" ], @@ -1171,7 +1171,7 @@ "/app/installations/{installation_id}/suspended": { "put": { "summary": "Suspend an app installation", - "description": "Suspends a GitHub App on a user, organization, or business account, which blocks the app from accessing the account's resources. When a GitHub App is suspended, the app's access to the GitHub API or webhook events is blocked for that account.\n\nYou must use a [JWT](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.", + "description": "Suspends a GitHub App on a user, organization, or enterprise account, which blocks the app from accessing the account's resources. When a GitHub App is suspended, the app's access to the GitHub API or webhook events is blocked for that account.\n\nYou must use a [JWT](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.", "tags": [ "apps" ], @@ -97694,6 +97694,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 126f83a7b8..cbfb27a88a 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -705,7 +705,7 @@ paths: delete: summary: Delete an installation for the authenticated app description: |- - Uninstalls a GitHub App on a user, organization, or business account. If you prefer to temporarily suspend an app's access to your account's resources, then we recommend the "[Suspend an app installation](https://docs.github.com/rest/apps/apps#suspend-an-app-installation)" endpoint. + Uninstalls a GitHub App on a user, organization, or enterprise account. If you prefer to temporarily suspend an app's access to your account's resources, then we recommend the "[Suspend an app installation](https://docs.github.com/rest/apps/apps#suspend-an-app-installation)" endpoint. You must use a [JWT](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint. tags: @@ -804,7 +804,7 @@ paths: put: summary: Suspend an app installation description: |- - Suspends a GitHub App on a user, organization, or business account, which blocks the app from accessing the account's resources. When a GitHub App is suspended, the app's access to the GitHub API or webhook events is blocked for that account. + Suspends a GitHub App on a user, organization, or enterprise account, which blocks the app from accessing the account's resources. When a GitHub App is suspended, the app's access to the GitHub API or webhook events is blocked for that account. You must use a [JWT](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint. tags: @@ -70790,6 +70790,9 @@ components: app_id: type: integer example: 1 + client_id: + type: string + example: Iv1.ab1112223334445c target_id: description: The ID of the user or organization this token is being scoped to. diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index c62bc272e8..449ad757e5 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -1038,7 +1038,7 @@ }, "delete": { "summary": "Delete an installation for the authenticated app", - "description": "Uninstalls a GitHub App on a user, organization, or business account. If you prefer to temporarily suspend an app's access to your account's resources, then we recommend the \"[Suspend an app installation](https://docs.github.com/rest/apps/apps#suspend-an-app-installation)\" endpoint.\n\nYou must use a [JWT](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.", + "description": "Uninstalls a GitHub App on a user, organization, or enterprise account. If you prefer to temporarily suspend an app's access to your account's resources, then we recommend the \"[Suspend an app installation](https://docs.github.com/rest/apps/apps#suspend-an-app-installation)\" endpoint.\n\nYou must use a [JWT](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.", "tags": [ "apps" ], @@ -1171,7 +1171,7 @@ "/app/installations/{installation_id}/suspended": { "put": { "summary": "Suspend an app installation", - "description": "Suspends a GitHub App on a user, organization, or business account, which blocks the app from accessing the account's resources. When a GitHub App is suspended, the app's access to the GitHub API or webhook events is blocked for that account.\n\nYou must use a [JWT](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.", + "description": "Suspends a GitHub App on a user, organization, or enterprise account, which blocks the app from accessing the account's resources. When a GitHub App is suspended, the app's access to the GitHub API or webhook events is blocked for that account.\n\nYou must use a [JWT](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.", "tags": [ "apps" ], @@ -97694,6 +97694,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 126f83a7b8..cbfb27a88a 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -705,7 +705,7 @@ paths: delete: summary: Delete an installation for the authenticated app description: |- - Uninstalls a GitHub App on a user, organization, or business account. If you prefer to temporarily suspend an app's access to your account's resources, then we recommend the "[Suspend an app installation](https://docs.github.com/rest/apps/apps#suspend-an-app-installation)" endpoint. + Uninstalls a GitHub App on a user, organization, or enterprise account. If you prefer to temporarily suspend an app's access to your account's resources, then we recommend the "[Suspend an app installation](https://docs.github.com/rest/apps/apps#suspend-an-app-installation)" endpoint. You must use a [JWT](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint. tags: @@ -804,7 +804,7 @@ paths: put: summary: Suspend an app installation description: |- - Suspends a GitHub App on a user, organization, or business account, which blocks the app from accessing the account's resources. When a GitHub App is suspended, the app's access to the GitHub API or webhook events is blocked for that account. + Suspends a GitHub App on a user, organization, or enterprise account, which blocks the app from accessing the account's resources. When a GitHub App is suspended, the app's access to the GitHub API or webhook events is blocked for that account. You must use a [JWT](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint. tags: @@ -70790,6 +70790,9 @@ components: app_id: type: integer example: 1 + client_id: + type: string + example: Iv1.ab1112223334445c target_id: description: The ID of the user or organization this token is being scoped to. diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 5c8dfb478c..b57171fe53 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -4673,6 +4673,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" @@ -5613,6 +5617,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" @@ -6302,7 +6310,7 @@ }, "delete": { "summary": "Delete an installation for the authenticated app", - "description": "Uninstalls a GitHub App on a user, organization, or business account. If you prefer to temporarily suspend an app's access to your account's resources, then we recommend the \"[Suspend an app installation](https://docs.github.com/rest/apps/apps#suspend-an-app-installation)\" endpoint.\n\nYou must use a [JWT](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.", + "description": "Uninstalls a GitHub App on a user, organization, or enterprise account. If you prefer to temporarily suspend an app's access to your account's resources, then we recommend the \"[Suspend an app installation](https://docs.github.com/rest/apps/apps#suspend-an-app-installation)\" endpoint.\n\nYou must use a [JWT](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.", "tags": [ "apps" ], @@ -8306,7 +8314,7 @@ "/app/installations/{installation_id}/suspended": { "put": { "summary": "Suspend an app installation", - "description": "Suspends a GitHub App on a user, organization, or business account, which blocks the app from accessing the account's resources. When a GitHub App is suspended, the app's access to the GitHub API or webhook events is blocked for that account.\n\nYou must use a [JWT](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.", + "description": "Suspends a GitHub App on a user, organization, or enterprise account, which blocks the app from accessing the account's resources. When a GitHub App is suspended, the app's access to the GitHub API or webhook events is blocked for that account.\n\nYou must use a [JWT](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.", "tags": [ "apps" ], @@ -93668,6 +93676,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" @@ -94623,6 +94635,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" @@ -291957,6 +291973,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" @@ -492584,6 +492604,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" @@ -535175,6 +535199,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" @@ -686596,6 +686624,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" @@ -689143,6 +689175,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" @@ -691597,6 +691633,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" @@ -694051,6 +694091,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" @@ -696637,6 +696681,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" @@ -699230,6 +699278,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" @@ -703446,6 +703498,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 416bc041d2..0f76a93bf4 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -2171,6 +2171,9 @@ paths: app_id: type: integer example: 1 + client_id: + type: string + example: Iv1.ab1112223334445c target_id: description: The ID of the user or organization this token is being scoped to. @@ -2741,7 +2744,7 @@ paths: delete: summary: Delete an installation for the authenticated app description: |- - Uninstalls a GitHub App on a user, organization, or business account. If you prefer to temporarily suspend an app's access to your account's resources, then we recommend the "[Suspend an app installation](https://docs.github.com/rest/apps/apps#suspend-an-app-installation)" endpoint. + Uninstalls a GitHub App on a user, organization, or enterprise account. If you prefer to temporarily suspend an app's access to your account's resources, then we recommend the "[Suspend an app installation](https://docs.github.com/rest/apps/apps#suspend-an-app-installation)" endpoint. You must use a [JWT](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint. tags: @@ -3510,7 +3513,7 @@ paths: put: summary: Suspend an app installation description: |- - Suspends a GitHub App on a user, organization, or business account, which blocks the app from accessing the account's resources. When a GitHub App is suspended, the app's access to the GitHub API or webhook events is blocked for that account. + Suspends a GitHub App on a user, organization, or enterprise account, which blocks the app from accessing the account's resources. When a GitHub App is suspended, the app's access to the GitHub API or webhook events is blocked for that account. You must use a [JWT](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint. tags: diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index 5c8dfb478c..b57171fe53 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -4673,6 +4673,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" @@ -5613,6 +5617,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" @@ -6302,7 +6310,7 @@ }, "delete": { "summary": "Delete an installation for the authenticated app", - "description": "Uninstalls a GitHub App on a user, organization, or business account. If you prefer to temporarily suspend an app's access to your account's resources, then we recommend the \"[Suspend an app installation](https://docs.github.com/rest/apps/apps#suspend-an-app-installation)\" endpoint.\n\nYou must use a [JWT](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.", + "description": "Uninstalls a GitHub App on a user, organization, or enterprise account. If you prefer to temporarily suspend an app's access to your account's resources, then we recommend the \"[Suspend an app installation](https://docs.github.com/rest/apps/apps#suspend-an-app-installation)\" endpoint.\n\nYou must use a [JWT](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.", "tags": [ "apps" ], @@ -8306,7 +8314,7 @@ "/app/installations/{installation_id}/suspended": { "put": { "summary": "Suspend an app installation", - "description": "Suspends a GitHub App on a user, organization, or business account, which blocks the app from accessing the account's resources. When a GitHub App is suspended, the app's access to the GitHub API or webhook events is blocked for that account.\n\nYou must use a [JWT](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.", + "description": "Suspends a GitHub App on a user, organization, or enterprise account, which blocks the app from accessing the account's resources. When a GitHub App is suspended, the app's access to the GitHub API or webhook events is blocked for that account.\n\nYou must use a [JWT](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.", "tags": [ "apps" ], @@ -93668,6 +93676,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" @@ -94623,6 +94635,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" @@ -291957,6 +291973,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" @@ -492584,6 +492604,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" @@ -535175,6 +535199,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" @@ -686596,6 +686624,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" @@ -689143,6 +689175,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" @@ -691597,6 +691633,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" @@ -694051,6 +694091,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" @@ -696637,6 +696681,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" @@ -699230,6 +699278,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" @@ -703446,6 +703498,10 @@ "type": "integer", "example": 1 }, + "client_id": { + "type": "string", + "example": "Iv1.ab1112223334445c" + }, "target_id": { "description": "The ID of the user or organization this token is being scoped to.", "type": "integer" diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 416bc041d2..0f76a93bf4 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -2171,6 +2171,9 @@ paths: app_id: type: integer example: 1 + client_id: + type: string + example: Iv1.ab1112223334445c target_id: description: The ID of the user or organization this token is being scoped to. @@ -2741,7 +2744,7 @@ paths: delete: summary: Delete an installation for the authenticated app description: |- - Uninstalls a GitHub App on a user, organization, or business account. If you prefer to temporarily suspend an app's access to your account's resources, then we recommend the "[Suspend an app installation](https://docs.github.com/rest/apps/apps#suspend-an-app-installation)" endpoint. + Uninstalls a GitHub App on a user, organization, or ente{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}