Reorder Fields
Updates the display order of fields in the content editor form.
POST /api/projects/{projectId}/collections/{slug}/fields/reorderRequest body
{ "slugs": ["title", "featured_image", "body", "author", "published_at"]}Status codes
| Status | Description |
|---|---|
200 | Reordered |
422 | Invalid field slugs |