cURL
curl --request PUT \ --url https://tms.universal.rollout.com/api/tasks/{id} \ --header 'Content-Type: application/json' \ --data ' { "personId": "<string>", "name": "<string>", "type": "<string>", "assignedUserId": "<string>", "isCompleted": true, "dueDateTime": "<string>" } '
{ "id": "<string>", "name": "<string>", "type": "<string>", "personId": "<string>", "assignedUserId": "<string>", "dueDateTime": "<string>", "isCompleted": true, "created": "<string>", "updated": "<string>", "rolloutUpdated": "<string>", "originalIds": {}, "original": {} }
Documentation IndexFetch the complete documentation index at: https://rollout.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://rollout.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
OK
Show child attributes