post
https://api.lucid.co/folders
Create a new folder.
Valid Authentication Methods
API Key Grants:
- FolderEdit
OAuth 2.0 User Token and Account Token Scopes:
- folder
400Bad Request.
- A team folder cannot be created within another folder or team.
- Invalid parent ID. Must be either a string prefixed with repo_ (for repositories) or a number.
403Forbidden if the request is not authorized to create in the specified parent folder or repository.