Update Node Order
PUT https://{{vaultDNS}}/api/{{version}}/composites/trees/edl_hierarchy__v/:{parent_node_id}/children
https://developer.veevavault.com/api/20.3/#update-node-order
Given an EDL parent node, update the order of it’s children.
Request Body
[{"name"=>"id", "value"=>"", "datatype"=>"null"}, {"name"=>"order__v", "value"=>"", "datatype"=>"null"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string | ||
Accept | string |