POST
/
collections
/
reorder
curl --request POST \
  --url https://api.orgnise.in/collections/reorder \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "1",
  "parent": "2",
  "index": 3,
  "object": "item"
}'
{
  "message": ""
}

Authorizations

Authorization
string
header
required

Default authentication mechanism

Path Parameters

team_slug
string
required

The slug of the team.

workspace_slug
string
required

The slug of the workspace.

Body

application/json

Reorder a collection/page.

Response

200
application/json

The created collection/page

The response is of type object.