Skip to main content
POST
/
projects
/
{projectId}
/
variables
Error
A valid request URL is required to generate request examples
{
  "status": "<string>",
  "code": 123
}

Authorizations

Authorization
string
header
required

Path Parameters

projectId
string
required

Body

application/json
name
string
required

Name of the variable

value
string
required

Value of the variable

attributes
Arbitrary attributes · object

Arbitrary attributes attached to this resource

is_json
boolean

The variable is a JSON string

is_sensitive
boolean

The variable is sensitive

visible_build
boolean

The variable is visible during build

visible_runtime
boolean

The variable is visible at runtime

application_scope
string[]

Applications that have access to this variable

Response

default - application/json
status
string
required

The status text of the response

code
integer
required

The status code of the response