Skip to content

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
string
Required

Request Body​

application/json
JSON
{
  
"ids": [
  
  
"string"
  
]
}

Responses​

Order saved

application/json
JSON
{
  
"highlights": [
  
]
}

Playground​

Authorization
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI