Update Todo List Item


This request changes the user todo list, you can add or remove items from the todo list.

Resource

PATCH /me/todo/<OID>

Where OID is the object ID of the x1 list item.

Parameters

None

Payload

Fields

name Patch Operations

comments

replace

Response

None

Context

Authorization

User

Errors

Example

Request
PATCH https://xelion.nl/api/v1/master/me/todo/1651479
Payload
{
        "operations": [
            {
            "op": "replace",
            "path": "/comments",
            "value": "call back this person as soon as possible!"
            }
    ]
}