Authorization: ********************
{
"title": "string",
"description": "string",
"assigneeUserGroupId": [
"string"
],
"assigneeUserId": [
"string"
],
"status": "PENDING",
"dueDate": "2019-08-24T14:15:22Z",
"params": {}
}
curl --location --request PATCH 'https://api.qal.eazy2biz.com/v1/userTodos/ID of user todo to patch' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"title": "string",
"description": "string",
"assigneeUserGroupId": [
"string"
],
"assigneeUserId": [
"string"
],
"status": "PENDING",
"dueDate": "2019-08-24T14:15:22Z",
"params": {}
}'
{
"_id": "string",
"actionTaskId": "string",
"todoNumber": 0,
"assigneeUserGroupId": [
"string"
],
"assigneeUserId": [
"string"
],
"actionIdentifier": {
"cardId": "string",
"workflowId": "string",
"stageId": "string",
"providerId": "string",
"actionId": "string",
"resultId": "string"
},
"status": "PENDING",
"type": "SUBMIT_FORM",
"dueDate": "2019-08-24T14:15:22Z",
"params": {},
"details": {
"name": "string",
"companyId": 0,
"description": "string"
},
"metaData": {
"createdBy": "string",
"lastUpdatedBy": "string",
"createdDate": "2019-08-24T14:15:22Z",
"lastUpdatedDate": "2019-08-24T14:15:22Z",
"version": 0
},
"enabled": true
}