Folder API
Update Folder
Rename and/or move a folder. Include the parent field to move the folder (set parent_folder_id to move under another folder, or leave it unset to move to the root).
PUT
Update Folder
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the folder. The owning team is resolved from the folder.
Body
application/json
Response
Success
The updated folder.
Update Folder

