Creates a folder for the given name and returns folderId with success message.
Security
bearerAuth
- Mock serverhttps://codeinsightapi.redocly.app/_mock/swagger/folders
- Code Insight REST API Serverhttps://codeinsightapi.redocly.app/codeinsight/api/folders
curl -i -X POST \
https://codeinsightapi.redocly.app/_mock/swagger/folders \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"name": "SCA",
"parentFolderId": 1
}'