Skip to content

Reorder Fields

Updates the display order of fields in the content editor form.

POST /api/projects/{projectId}/collections/{slug}/fields/reorder

Request body

{
"slugs": ["title", "featured_image", "body", "author", "published_at"]
}

Status codes

StatusDescription
200Reordered
422Invalid field slugs