collections
Reorder a collection/page
Reorder a collection/page within or outside a collection. This will change the order of the collection/page in the collection.
POST
/
collections
/
reorder
Authorizations
Authorization
string
headerrequiredDefault authentication mechanism
Path Parameters
team_slug
string
requiredThe slug of the team.
workspace_slug
string
requiredThe slug of the workspace.
Body
application/json
id
string
requiredThe id of the collection/page to reorder.
parent
string
The parent collection/page id.
newParent
string
The new parent collection/page id.
index
number
requiredThe index to move the collection to.
object
any
Object describes the type of the collection/page . Collections will be of type 'collection' and pages will be of type 'item'.
Response
200 - application/json
message
string
default: requiredWas this page helpful?