Reposition Entry
PATCH
/entry/{entryId}/reposition
Repositions an entry relative to another entry or at the end of a folder/root. Uses server-side position calculation to ensure consistent ordering.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
Type
HTTP (bearer)
Parameters
Path Parameters
entryId*
The unique identifier of the entry to reposition
Type
Requiredstring
Request Body
application/json
JSON
"string"
Responses
Entry successfully repositioned
application/json
JSON
{
}
