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
PUT /api/v1/projects/{projectId}/tasks/{taskId}/fields/{fieldId} HTTP/1.1
Host: www.taskade.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 11
{
"value": 1
}
{
"ok": true
}
Last updated