secrets

Upsert an application secret

Upsert an application secret. Requires administrator level privileges to the app.

put/apps/{app-slug}/secrets/{secret-name}

Path parameters

app-slugstring required

App slug

secret-namestring required

Secret name

Request body

is_exposed_for_pull_requestsboolean

Expose for Pull Requests?

is_protectedboolean

Secret marked as protected?

valuestring

Value of the secret

Response

Created

Changes

No recorded changes to this endpoint across all 1 revision of this API.