Variables

Update Variable

Update a variable.

patch/api/v1/variables/{variable_id}

Path parameters

variable_idstring uuid required

Request body

idstring uuid required
namestring nullable

Name of the variable

valuestring nullable

Encrypted value of the variable

default_fieldsstring[] nullable

Default fields for 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