v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
clientApplications

Updates the client application with the specified id.

<Check title="Required Permissions" icon="key">The user must be an admin or have workspace-manage-config:write permissions.</Check>

put/clientapplications/{clientId}

Path parameters

clientIdstring required

The id of the client application.

Headers

Authorizationstring required

Bearer authentication

Request body

displayNamestring nullable

The client application's display name.

redirectUrisstring[] nullable

The redirect URIs.

Response

OK

clientIdstring nullable

The client application's identifier.

displayNamestring nullable

The client application's display name.

redirectUrisstring[] nullable

The redirect URIs.

isConfidentialboolean

Indicates whether the client application is confidential. Backend integrations are considered confidential as the secret is never shipped to a user, while web apps or CLI integrations are not.

createdOnstring date-time

The date this entity was created.

updatedOnstring date-time

The date this entity was last modified.