v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
variable

Create a Variable

Creates a new variable. Duplicate variable names are not allowed.

post/streaming/v2/variables

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 created

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