Request
Body Params application/json
Request Code Samples
curl --location --request PATCH 'http://localhost:8081/api/internal/v1/trackers//instances//tasks/' \
--header 'username: content-synchronizer' \
--header 'password: 5BW9ow4COZOaz5eIj81Ot27LhwFH4EMO' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "READ"
}'
Responses
application/json {
"data": {
"id": "string",
"type": "string",
"status": "string",
"input": "string",
"output": "string",
"createdAt": "string",
"updatedAt": "string",
"createdBy": "string",
"updatedBy": "string"
}
}
Modified at 2024-08-14 00:58:33