v1

latestSwagger 2.0MIT2026-08-06120162320.1 KB
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