Previous Next

Update Task Payload

post
/tasks/{id}/summaryField
Updates the payload of a task.

The following tables summarize the client request.

Supported Media Types
  • application/json
  • application/xml
Body Parameter
Body parameters are summaryFields, comment, priority. Parameters of summaryFields are dataType, name, readOnly, value, displayName, category, flexField.
Example application/json

{
    "summaryFields":[
        {
            "dataType":"",
            "name":"Reason For Vacation",
            "readOnly":true,
            "value":"",
            "displayName":"",
            "category":"FlexField"
        }
    ],
    "comment":"TaskSummaryField Upload",
    "priority":"1"
}

The following tables summarize the server response.

Supported Media Types
  • application/json
  • application/xml

200 Response

Success
Body