Skip to main content

Update a todo item

PUT 

/v1/spaces/:spaceId/todoItems/:todoItemId

Modify an existing todo item by its ID. Requires space_foundation_todo_write scope on the spaceId and todo_type_manage scope on type of the todo item.

Request

Responses

Todo item updated successfully.