# Folder ## Create Folder - [POST /folders](https://codeinsightapi.redocly.app/swagger/folder/createfolder.md): Creates a folder for the given name and returns folderId with success message. ## Get Folder By Id - [GET /folders/{folderId}](https://codeinsightapi.redocly.app/swagger/folder/getfolder.md): Get existing folder by folderId ## Update folder details - [PUT /folders/{folderId}](https://codeinsightapi.redocly.app/swagger/folder/updatefolder.md): Update folder details for the given folderId. ## Delete a folder - [DELETE /folders/{folderId}](https://codeinsightapi.redocly.app/swagger/folder/deletefolder.md): Deleting a folder will delete all subfolders, contained projects will be associated wih the parent folder(Projects(0)). ## Get folders based on the name provided - [GET /folders/search](https://codeinsightapi.redocly.app/swagger/folder/searchfolders.md): Return folders based on the name provided