Update Todo
PATCH https://eisenhowermatrixapp.herokuapp.com/todos/{{token}}/{{todoid}}
To update a task with given id
Request Body
{"text"=>"{{text}}", "ttype"=>"{{ttype}}", "completed"=>"{{completed}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |