Update a todo item.
PUT/v1/spaces/:spaceId/todoItems/:todoItemId
Modify an existing todo item by its ID.
Requires the scope todo_item_write on the specified spaceId and scope todo_type_manage on the resource matching the type of the created resource.
Scope: space_foundation_todo_write, todo_type_manage
Request
Responses
- 200
- 400
- 403
- 404
Todo item updated successfully.
Invalid Request
Forbidden Error
Todo item not found.