Updates the client application with the specified id.

PUT

Updates the client application with the specified id.

Required Permissions: The user must be an admin or have workspace-manage-config:write permissions.

Path parameters

clientIdstringRequired
The id of the client application.

Request

This endpoint expects an object.
displayNamestringOptional
The client application's display name.
redirectUrislist of stringsOptional
The redirect URIs.

Response

This endpoint returns an object
clientIdstringOptional
The client application's identifier.
displayNamestringOptional
The client application's display name.
redirectUrislist of stringsOptional
The redirect URIs.
createdOndatetimeOptional
The date this entity was created.
updatedOndatetimeOptional
The date this entity was last modified.