githubEdit

Update Task Field

put

Update/create the field value of a task

Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
projectIdstringRequired
taskIdstringRequired
fieldIdstringRequired
Body
valueany ofRequired
numberOptional
or
string Β· min: 1Optional
Responses
chevron-right
200

Successful field value create/update

application/json
put
/projects/{projectId}/tasks/{taskId}/fields/{fieldId}

Last updated