v1

latestOpenAPI 3.0.12026-08-0435481.5 MB
Applications

Add application secret

Add a new secret for the application.

post/api/applications/{id}/secrets

Path parameters

idstring required

The unique identifier of the application.

Request body

namestring required

The secret name. Must be unique within the application.

expiresAtnumber nullable

The epoch time in milliseconds when the secret will expire. If not provided, the secret will never expire.

Response

The secret was added successfully.

tenantIdstring required
applicationIdstring required
namestring required
valuestring required
createdAtnumber required
expiresAtnumber nullable required