Skip to main content
Version: 8.2

VariableInput

Change or add a variable with name and value.

{
"name": string,
"value": string
}

Fields

VariableInput.name ●  string

Name of the variable.

VariableInput.value ●  string

Value of the variable. Complex values, e.g. a list of objects, must be serialized as JSON.

Member of

TaskCompleteRequest input

Consumed by

Complete task PATCH