Headers
An optional tag to match.
Path Parameters
The task ID.
Body
application/json · object
JSON-formatted configuration values.
The body is of type object
.
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
.
Was this page helpful?