Reparent a taxonomy node (déplacer un nœud)
Moves a node (with its whole subtree) under a different parent, or to the axis root (newParentId: null). Validated server-side: a node cannot move into its own subtree (422 cycle guard), the new parent must exist (404), and the moved node keeps a unique label among its new siblings (409). Returns the updated axis.
Authorizations
Authorization: Bearer <token>. Accepts EITHER a Keycloak access token (scopes-in-token) OR an opaque POS session token; both resolve to the same pos.* scope vocabulary the route guards enforce.
Path Parameters
The classification axis id (e.g. ax-colour).
1The id of the node to reparent.
1Body
The id of the new parent node, or null to move the node to the axis root.
1Response
The axis with the node moved under its new parent.
The axis with the node moved under its new parent.
11product, variant, movement managed, local text, color, size, number, measure 1
