Skip to main content
POST
/
api
/
user
/
template-categories
/
reorder
Reorder template categories (superadmin)
curl --request POST \
  --url https://your-instance.example.com/api/user/template-categories/reorder \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "categoryIds": [
    "<string>"
  ]
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
categoryIds
string[]
required

Response

Categories reordered

Generic response envelope. Endpoint-specific fields are intentionally open.