## Todo steps 🔍 📍 - [ ] Create new step for todo `/api/todos/{id}/steps` _`POST`_ - [ ] Test. - [ ] Docs. - [ ] List all todo steps `/api/todos/{id}/steps` _`GET`_ - [ ] Test. - [ ] Docs. - [ ] Delete all todo steps `/api/todos/{id}/steps` _`DELETE`_ - [ ] Test. - [ ] Docs. - [ ] Delete todo step by id `/api/todos/{id}/steps/{step_id}` _`DELETE`_ - [ ] Test. - [ ] Docs. - [ ] Update todo step by id `/api/todos/{id}/steps/{step_id}` _`PUT`_ - [ ] Test. - [ ] Docs.
Todo steps 🔍 📍
/api/todos/{id}/stepsPOST/api/todos/{id}/stepsGET/api/todos/{id}/stepsDELETE/api/todos/{id}/steps/{step_id}DELETE/api/todos/{id}/steps/{step_id}PUT