Mark completed/pending for a task

The PUT request is used to update the status of a specific task identified by :id in the API version v1. The endpoint is /api/v1/tasks/:id/mark_task.

Response

The response is a JSON object with a notice key. The value of the notice key is a string.

{
    "notice": ""
}

Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!