Reorder collections
Set the order of the collections on one level of the tree. Send every collection id in
the order they should appear, plus the parentId whose children are being ordered
(omit it for the top level). The server rewrites all of that level’s ranks so the order
is exact and stable; siblings left out keep their relative order and follow the listed
ones. Returns the level’s collections in their new order.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The ids of the collections on one level of the tree, in the order they should be shown. Siblings that are left out keep their relative order and are appended after the listed ones.
The parent whose children are being ordered. Omit to order the top-level collections.
Response
Ok