Environment
Set environment variable
Create or replace one encrypted project environment variable.
PUT
/api/v1/projects/{projectID}/environment/{name}Authentication: REST bearer token required.
Parameters
projectIDUUIDrequiredPathThe project UUID.
namestringrequiredPathThe case-sensitive environment variable name.
valuestringrequiredBodyThe plaintext value. It is encrypted and is never returned by the API.
Responses
200The stored variable name and non-secret digest.
400The request is invalid or contains an unsupported value.
401The bearer token is missing, invalid, or expired.
404The requested resource does not exist for this account.