Skip to main content
Version: 8.5

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

The value of the variable. When specifying the variable value, it's crucial to maintain consistency with JSON values (serialization for the complex objects such as list) and ensure that strings remain appropriately formatted.

Member of

TaskCompleteRequest input

Consumed by

Complete task PATCH