Update Favorites List Item


This request changes the user favorites list item.

Resource

PATCH /me/favorites/<OID>

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

Parameters

None

Payload

Fields

name Patch Operations

orderNumber

replace

Response

None

Context

Authorization

User

Errors

Example

Request
PATCH https://xelion.nl/api/v1/master/me/favorites/1651479
Payload
{
    "operations": [
        {
            "op": "replace",
            "path": "/orderNumber",
            "value": 2
        }
    ]
}