tasks/:id
PATCH {{api_url}}/api/v1/tasks/:id
Updates an existing task in Userlot specificed by the path variable :id
by setting appropriate attributes in the body of the request.
Please see the Custom Field setup for this entity to determine if certain attributes are required
Request Body
[{"name"=>"title", "value"=>"Send that email", "datatype"=>"string"}, {"name"=>"description", "value"=>"Should do that today", "datatype"=>"string"}, {"name"=>"priority", "value"=>"3", "datatype"=>"number"}, {"name"=>"busy", "value"=>"true", "datatype"=>"boolean"}, {"name"=>"completed_at", "value"=>"", "datatype"=>"null"}, {"name"=>"due_at", "value"=>"2022-03-28", "datatype"=>"string"}, {"name"=>"end_at", "value"=>"", "datatype"=>"null"}]