Variables

Create Variable

Create a new variable.

post/api/v1/variables/

Request body

namestring required

Name of the variable

valuestring required

Encrypted value of the variable

default_fieldsstring[] nullable required
typestring nullable

Type of the variable

created_atstring date-time nullable

Creation time of the variable

updated_atstring date-time nullable

Creation time of the variable

Response

Successful Response

idstring uuid required
namestring nullable

Name of the variable

typestring nullable

Type of the variable

valuestring nullable

Encrypted value of the variable

default_fieldsstring[] nullable

Default fields for the variable

Changes