Appearance
Replace the complete display order for site highlights​
PATCH
/product/sites/{siteId}/highlights/order
Tenant-scoped. ids must contain every current highlight exactly once. Sequential priorities are assigned; the first id shows first.
Authorizations​
BearerAuth
JWT token from login
Type
HTTP (bearer)
or
AccessToken
Personal access token. Value: Token <your-token>
Type
API Key (header: Authorization)
Parameters​
Path Parameters
siteId*
Type
Requiredstring
Request Body​
application/json
JSON"ids": ["string"]
{
 Â
 Â
 Â
 Â
}
Responses​
Order saved
application/json
JSON"highlights": []
{
 Â
 Â
}