put https://{serverUrl}/app/components/task/app/api/v2/trees/
Updates the Tree identified by the {title} parameter with the property values sent in the request body.
When updating the tree content, either the treeXml
parameter or the treeJson
parameter may be included, but not both.
The treeXml
parameter contains the tree content formatted as an XML document,
and the treeJson
parameter contains the tree content formatted as JSON content.