Reorder Collections
Updates the display order of collections in the admin sidebar.
POST /api/projects/{projectId}/collections/reorderRequest body
Pass an array of collection slugs in the desired order:
{ "slugs": ["pages", "posts", "products", "categories"]}Status codes
| Status | Description |
|---|---|
200 | Reordered |
422 | Invalid slugs |