tasksService

Update checklist for task

Update checklist for task

patch/tasks/v1/checkList/{checkListId}/{checkListItemId}

Request body

titlestring
responsibleIdstring

ID of responsible person

deadlinenumber

timestamp in seconds

Example request

{
  "title": "First item",
  "deadline": 1654180120
}

Response

OK

idstring

checklist item id

titlestring
responsibleIdstring

ID of responsible person

deadlinenumber

timestamp in seconds

Example response

{
  "title": "First item",
  "deadline": 1654180120
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.