/auth

get

Is current user authorized

post

Authorize on the service

delete

Unfollow requested user

/todo-lists

get

Get all todolists for authorized user

post

Create new todolist (max todolists count - 10)

delete

Delete todolist

put

Update todolist title

put

Change todolists order

get

Get portion of tasks for todolist

post

Create new task for concrete todolist (max tasks count - 100)

put

You should send the complete UpdateTaskModel object even if you update only one property

delete

Delete task

put

Change tasks order