Skip to content

Create Env​

POST
/applications/{uuid}/envs

Create env by application UUID.

Authorizations​

bearerAuth

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

TypeHTTP (bearer)

Parameters​

Path Parameters

uuid*

UUID of the application.

Typestring
Required
formatuuid

Request Body​

JSON
{
"key": "string",
"value": "string",
"is_preview": true,
"is_build_time": true,
"is_literal": true,
"is_multiline": true,
"is_shown_once": true
}

Responses​

Environment variable created.
application/json
JSON
{
"uuid": "nc0k04gk8g0cgsk440g0koko"
}

Playground​

Authorization
Variables
Key
Value
Body
JSON

Samples​

Powered by VitePress OpenAPI
OSZAR »