Move up
PUT
/api/collections/moveup/{index}
Move up a collection by swapping its sortIndex with the one above it. Admin role is required.
Authorizations
bearerAuth
Bearer token using a JWT
Type
HTTP (Bearer)
Parameters
Path Parameters
index*
sortIndex attribute of the collection to move up.
Type
Requiredinteger
Example
3Responses
Collection has been moved up.

