Faqs
Sort order
Applies the full manual public FAQ order of one category (category_id 0 = uncategorized). Send every item of the category in the wanted order; ranks are computed server-side with minimal writes.
PUT
/api/{tenant:minlength(2)}/v{version:apiVersion}/faqs/sort_order
Request arguments
| Name | Type | Source |
|---|---|---|
| input | DTO_faq_sort_order | Body |
Request body example
Response
Response body example
DTO_faq_sort_order
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| category_id | Int32 | Category id | |
| ordered_ids | Int32[] | Ordered ids |
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 22, 2026 09:36