Move/reorder items in project component tree
Allows reordering components and items at the same level, reparenting items to different components or parent items, and moving items between components (automatically updates componentId for all descendants). Automatically handles side-effects including conditions recalculation, configurationChanged flag updates, summary generation checks, and timeframe updates.
POST
/projects/{projectId}/components/tree/sortAuthorization
AuthorizationOAuth2 access token · headerrequiredScopes:
api:writeor
AuthorizationBearer token (JWT) · headerrequiredPath parameters
projectIdstringrequiredRequest body
requiredapplication/jsonobjectResponses
200
Tree structure updated successfully
messagestringsuccessboolean400
Invalid request format, invalid UUIDs, or invalid type values
401
Unauthorized - Invalid or missing authentication token
403
Insufficient permissions to manage components or access to project denied
404
Project not found or component/item not found in project