v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
variable

Update a Variable

Updates an existing variable using the specified ID. All fields will be replaced with the new values provided in the request body.

put/streaming/v2/variables/{id}

Path parameters

idstring uuid required

ID of the variable to update

Request body

namestring required

The unique name of the variable.

descriptionstring

Optional description of the variable.

type'number' | 'bool' | 'string' required

The data type of the variable.

Response

Variable updated

idstring uuid required
namestring required
descriptionstring
type'number' | 'bool' | 'string' required
created_atstring date-time
updated_atstring date-time