hack4impact-mcgill / MADA

Repository for the MADA Project
5 stars 0 forks source link

Update api endpoints for task #36

Closed kehwhy closed 2 years ago

kehwhy commented 2 years ago

Update a task with the PUT endpoint An example of the REST endpoints - https://github.com/hack4impact-mcgill/mu-crm-tool/blob/main/backend/app/project/routes.py

More info on REST api endpoints: https://www.restapitutorial.com/lessons/httpmethods.html

peterghrong commented 2 years ago

Done