2109: Update change cursor
Update the position of a change cursor
This 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} | |||||||
| entityType | The numeric type of the entities to check for permission changes | ||||||
| cursorName | The name of the cursor, used to identify this batch of requests for paging results. | ||||||
Request body: | JSON data containing the new
Reset the cursor to zero{
"changeID": 0
} | |||||||
None | ||||||||
Status codes: | 204 | OK | ||||||
| 404 | Cursor not found | ||||||