Skip to content

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
integer
Required
Example3

Responses

Collection has been moved up.

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI