You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET "/tasks/{id}" - get task by id
GET "/tasks" - get all tasks
POST "/tasks" - post new task
PUT "/tasks/{id}" - update existing task by id
DELETE "/tasks/{id}" - delete existing task by id
About
Репозиторий для решений домашних заданий "Открытые школы Т1". RESTful API (Task-менеджер).