See Issue #87.
Create an API endpoint that accepts updated information about a task and updates the relevant object in the Task DB table.
Anyone tackling this issue must mark the TestTaskEditing class as required on test.py if it is not already marked as so and ensure that said tests pass.
See Issue #87.
Create an API endpoint that accepts updated information about a task and updates the relevant object in the
TaskDB table.Anyone tackling this issue must mark the
TestTaskEditingclass as required ontest.pyif it is not already marked as so and ensure that said tests pass.