patch https://api.lucid.co/folders/
Allows the requester to modify certain fields on a folder.
- Updating the
parent
field will cause the folder to be moved into the new folder. The contents of the folder will remain within it during the move.- The requesting user must have edit and share access to the old and new parent folders or else the entire update will fail.
- It is an error to update the
parent
field on a Team Folder. - Moving folders into or out of a Team Folder can fail for a variety of permission-related reasons. Once within a Team Folder, a folder and all of its descendants can be reorganized within that Team Folder without causing any permission errors.
Valid Authentication Methods
API Key Grants:
- FolderEdit
OAuth 2.0 User Token Scopes:
- folder
Responses
400Bad Request if the parent field is included in a request for a team folder, or if invalid input types are provided for id, name, or parent.
403Forbidden if the app making the request does not have permission to the folder, the folder has been deleted or does not exist, or the request was not authorized to move the folder.