PUT
/
tasks
/
{id}
Update a task
curl --request PUT \
  --url https://{FUSION HOST}/api/tasks/{id} \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "id": "<string>",
  "type": "<string>"
}

Headers

If-Match
string
default:"-1"

An optional tag to match.

Path Parameters

id
string
required

The task ID.

Body

application/json · object

JSON-formatted configuration values.

The body is of type object.

Response

200 - application/json

successful operation

The response is of type object.