latestOpenAPI 3.0.32026-08-19299284712.8 KB

67d9f45bb99b

Taskflow

Update an action item

Partially update an action item. Only include fields to be updated.

  • Set "completed" to true to mark as completed, or false to mark as incomplete.
  • Update "position" to reorder the item (0-indexed). Other items will automatically shift to maintain continuous sequence.
  • Users can only update action items they created.
patch/action-items/{id}

Path parameters

idstring required

Headers

X-Company-IDstring required

Associates request with company

Request body

idinteger
namestring
company_idstring uuid
created_by_idinteger
positioninteger
created_atstring date-time
modified_atstring date-time
completed_atstring date-time nullable
completedboolean

Response

idinteger required
namestring required
company_idstring uuid required
created_by_idinteger required
positioninteger
created_atstring date-time required
modified_atstring date-time required
completed_atstring date-time nullable required
completedboolean