Apps
Update App
Partially update an app’s configuration.
PATCH
Partially updates an app. All body fields are optional — supply only what you want to change.Documentation Index
Fetch the complete documentation index at: https://docs.hopae.com/llms.txt
Use this file to discover all available pages before exploring further.
Request
Bearer <API_KEY> from Console > Developers > Workspace API Keys.application/jsonPath parameters
Client identifier of the app.
Request body
New display name for the app.
Replaces the full list of allowed OAuth redirect URIs. Pass an empty array to clear all URIs.
Partial webhook configuration. Merges with the existing config — fields you omit are preserved.
URI users are redirected to after a successful verification when no
redirect_uri was supplied at session start.URI users are redirected to after a failed or cancelled verification when no
redirect_uri was supplied at session start.Response
Returns the updated App object.Only
name (and related fields such as redirectUris, webhookConfig, and default redirect URIs) can be updated via PATCH. Sending clientId or clientSecret in the body returns 400 VALIDATION_INVALID_PARAMETER.
