Skip to main content
Version: v3

Update Task

PUT 

/contacts/:contactId/tasks/:taskId

Update Task

Request

Version stringrequired

API Version

Available optionsv3
contactId stringrequired

Contact Id

taskId stringrequired

Task Id

application/json

Bodyrequired

    titlestring

    Title of the task

    bodystring

    Body or description of the task

    dueDatestring

    Due date of the task (ISO 8601 format)

    completedboolean

    Whether the task is completed

    assignedTostring

    User Id to whom the task is assigned

application/json

Successful response

Schema
    taskobject

    Task details