VariableInput
Change or add a variable with name and value.
- Schema
- Example value
{
"name": string,
"value": string
}
{
"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