Tasks
Update Task
Update an existing task
PUT
This endpoint requires implementation in the backend. Documentation reflects the expected API design based on the Task model schema.
Authentication
This endpoint requires a valid JWT token in the Authorization header.Path Parameters
The unique identifier of the task to update
Request Body
All fields are optional. Only provide the fields you want to update.The new title of the task
The new description of the task
Update the completion status of the task
Response
The unique identifier for the task
The updated title of the task
The updated description of the task
The updated completion status
The ID of the user who owns this task