2109: Update change cursor

Update the position of a change cursorThis can be useful to reset a cursor to 0, or to return to a previous position after an error.

Endpoint ID:2109
Method:

PUT

URL:

/permissions/changes/{entityType}/{cursorName}


entityTypeThe numeric type of the entities to check for permission changes

cursorNameThe name of the cursor, used to identify this batch of requests for paging results.
Request body:

JSON data containing the new changeID value

Required fields
 changeIDThe new cursor position
Reset the cursor to zero
{
    "changeID": 0
}

Response body:

None
Status codes:204OK

404Cursor not found