curl --request PUT \
--url https://{FUSION HOST}/api/tasks/{id} \
--header 'Content-Type: application/json' \
--data '{}'
{
"id": "<string>",
"type": "<string>"
}
Update a task’s configuration.
curl --request PUT \
--url https://{FUSION HOST}/api/tasks/{id} \
--header 'Content-Type: application/json' \
--data '{}'
{
"id": "<string>",
"type": "<string>"
}
An optional tag to match.
The task ID.
JSON-formatted configuration values.
The body is of type object
.
successful operation
The response is of type object
.
Was this page helpful?