Tasks API
Task CRUD operations API - Edit task
OVERVIEW
Use this API method to edit an existing task
Request API
PUT /api/3/tasks/{taskid}
Request Parameter
Parameter | Value | Description |
taskid (required) | Integer | taskid is the id of task. The taskid can be obtained by calling the get all tasks API. |
Request Body
Response
A 200 OK http response is sent in the case of a successful update, otherwise an error object is returned
Last Updated: Nov 08,2024
Comments
0 Comments