Reorder the featured list
PUT /admin/featured/order
PUT
/admin/featured/order
Replaces the ordering with the supplied id sequence — each id
is assigned its 0-based array index as its new position, in one
transaction. Ids not present in the list are left untouched.
Requires system.admin.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
ids
required
Array<string>
Responses
Section titled “ Responses ”Reordered.
Malformed request
object
error
required
Human-readable error summary
string
Example
the request could not be completedAuthentication required, missing, or invalid
object
error
required
Human-readable error summary
string
Example
the request could not be completedExample
{ "error": "authentication required: sign in and retry with a valid session or API token"}Authenticated but missing required capabilities
object
error
required
Human-readable error summary
string
Example
the request could not be completed