Skip to main content
POST
Set secret

Authorizations

api_key
string
header
required

Personal API key.

Path Parameters

app_id
string
required

ID of the app to set the secret on.

Body

application/json

Each key is a secret name and each value is the secret itself.

{key}
string

Response

The secrets were stored.

success
boolean
required

Whether the secrets were stored.

Example:

true