Categories
Set parent
Moves a category (with its whole subtree) under a new parent, or to the top level with parent_id 0. The category name must stay unique among the new siblings and a category cannot be moved into its own subcategory. The moved category is appended at the end of its new sibling group's public FAQ order.
PUT
/api/{tenant:minlength(2)}/v{version:apiVersion}/categories/set_parent
Request arguments
| Name | Type | Source |
|---|---|---|
| input | DTO_category_set_parent | Body |
Request body example
Response
Response body example
DTO_category_set_parent
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| id | Int32 | Id | |
| parent_id | Int32 | Parent id |
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 22, 2026 09:36