Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 877 Bytes

APIDOC.md

File metadata and controls

18 lines (9 loc) · 877 Bytes

APIEND POINTS AND USES

The User Id will be gotten Authomatically if the user is Logged in

http://localhost:8000/api/v1/task/edit/ -> The get request to get and edit a specific task

Please note that you'll have to pass the ID of the intented task to the back of the endpoint like this http://localhost:8000/api/v1/task/edit/1

http://localhost:8000/api/v1/task/update/ -> The post request to update the selected task

Please note that you'll have to pass the ID of the intented task to the back of the endpoint like this http://localhost:8000/api/v1/task/edit/1

http://localhost:8000/api/v1//task/delete/ -> The post request to delete the selected task

Please note that you'll have to pass the ID of the intented task to the back of the endpoint like this http://localhost:8000/api/v1/task/edit/1