Create variables on a task
POST {{baseUrl}}/tasks/:taskId/variables
Create one or more variables on a task.
Sample request body :
[
{
name
: SampleVariable
,
type
: string
,
value
: SampleValue
,
scope
: local
}
]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
""