Update Task Status

Updates a task status in matteroTM using the provided JSON body.

PUT https://my.mattero.com.au/public/api/v1/tasks/{id}/status


Parameters

Name Location Type Description
id Route string:required The unique identifier associated with a Task.
status Body string:required The status of a Task, expected values are [Todo | InProgress | Done]. (Cannot be null or empty)

Status Codes

Code Summary Description
204 No Content The request was successful, no body in response.
400 Bad Request The request failed validation checks.
401 Unauthorized Failed authentication check.
403 Forbidden Failed authorization check.
404 Not Found Either couldn't find the endpoint or the query's entity.