Trees
Update Tree
This post allows only one tree to be updated at a time. You can modify the startingPersonId, hidden, private, name, description, ownerAccess and groupAccess fields using this POST operation. Passing an empty string for an attribute will remove the value for that attribute. Hidden and private should only be changed to false once your tree has all details such as starting person id, etc...
post/trees/{tid}
Path parameters
tidstring required
The id of the user tree to update. To find user tree IDs, see <a href="/reference/getgroups" target="_blank">Read User's Groups</a>, or <a href="/reference/createtree" target="_blank">Create Tree</a> to create a new user tree.
Headers
Content-Type'application/x-fs-v1+json' required
Specifies the media type of the entity-body sent to the server in the request.
Response
The user tree has been successfully updated.