Previous Next

Add a child node in a specific position

post
/v1/portal/navigationnodes/{id}/childNodes/{toFollow}
Returns the child node to be added. Please note, this operation can be used to add a Page or NavigationNode.

The following tables summarize the client request.

Path Parameters
Name Description Format
id the short id of the parent node that the child node will be added to string
toFollow the id of the sibling node that the child node will be added following after string
Body Parameter
reference of the child node to be added

The following tables summarize the server response.

400 Response

Bad request: ill-formatted content in request

403 Response

Invalid utoken supplied

404 Response

Invalid id supplied