Update Env​
PATCH
/applications/{uuid}/envs
Update env by application UUID.
Authorizations​
bearerAuth
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Type
HTTP (bearer)
Parameters​
Path Parameters
uuid*
UUID of the application.
Type
Requiredstring
Request Body​
application/json
JSON
{
"key": "string",
"value": "string",
"is_preview": true,
"is_literal": true,
"is_multiline": true,
"is_shown_once": true
}
Responses​
Environment variable updated.
application/json
JSON
{
"message": "Environment variable updated."
}
