Registers a new client application.
Registers a new client application.
Required Permissions
The user must be an admin or haveworkspace-manage-config:write
permissions.Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
clientId
The client application’s identifier.
displayName
The client application’s display name.
redirectUris
The redirect URIs.
Response
OK
clientId
The client application’s identifier.
displayName
The client application’s display name.
redirectUris
The redirect URIs.
clientSecret
The client application’s secret.
createdOn
The date this entity was created.
updatedOn
The date this entity was last modified.