Categories
Sort order
Applies the manual order of the categories on the public FAQ portal. Send the category ids in the wanted order; lexoranks are computed server-side with minimal writes. Categories left out of the list keep their rank. Returns an acknowledgement; retrieve the categories to read the resulting public_faq_lexo_rank values.
PUT
/api/{tenant:minlength(2)}/v{version:apiVersion}/categories/sort_order
Request arguments
| Name | Type | Source |
|---|---|---|
| input | DTO_category_sort_order | Body |
Request body example
Response
Response body example
DTO_category_sort_order
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| ordered_ids | Int32[] | Ordered ids |
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 22, 2026 09:36