SaveVariablesRequest
SaveVariablesRequest - is request object with variables to add or update for a task.
- Schema
- Example value
{
"variables": [VariableInput]
}
{
"variables": [
{
"name": "string",
"value": "string"
}
]
}
Fields
SaveVariablesRequest.variables
● VariableInput
list
Variables to update or add to task.