Update a single variable on a task

PUT {{baseUrl}}/tasks/:taskId/variables/:variableName

Update a single variable on a task.

Sample request body :
{
name: SampleVariable,
type: string,
value: SampleValue,
scope: local
}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: Created

""