partially update one existing task

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.


Task Identifier

Company UUID

Task Title

Task Description

Task Type

Sub Type

Estimated Completion Minutes

Content

Require Review

Reuse in Rehire

Is Internal

Internal Task Data


API Request Example

curl --request PATCH \
     --url https://services.fountain.com/api/servicetodo/tasks/identifier \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "taskType": "dataCollection",
  "reuseInRehire": true
}
'  

Response Codes