Last updated 5 months ago
Update/create the field value of a task
Successful field value create/update
PUT /api/v1/projects/{projectId}/tasks/{taskId}/fields/{fieldId} HTTP/1.1 Host: www.taskade.com Content-Type: application/json Accept: */* Content-Length: 11 { "value": 1 }
{ "ok": true }