Update Task Field
put
Update/create the field value of a task
Authorizations
Path parameters
projectIdstringRequired
taskIdstringRequired
fieldIdstringRequired
Body
valueany ofRequired
numberOptional
string · min: 1Optional
Responses
200
Successful field value create/update
application/json
4XX
Error description
application/json
put
/projects/{projectId}/tasks/{taskId}/fields/{fieldId}PUT /api/v1/projects/{projectId}/tasks/{taskId}/fields/{fieldId} HTTP/1.1
Host: www.taskade.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 11
{
  "value": 1
}{
  "ok": true
}Last updated