Updates the client application with the specified id.

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.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

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

Response

OK
clientIdstring or null
The client application's identifier.
displayNamestring or null
The client application's display name.
redirectUrislist of strings or null
The redirect URIs.
createdOndatetime or null
The date this entity was created.
updatedOndatetime or null
The date this entity was last modified.