PUT api/tasks/status/{id}?status={status}

Updates the status of a specific project task.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the task whose status is to be updated.

integer

Required

status

The new status value to assign to the task (e.g., 'complete', 'in progress').

string

Required

Body Parameters

None.

Response Information

Resource Description

On success: HTTP 200 OK. On failure: HTTP 400 Bad Request with a generic error message.

None.