Create a folder
POST/api/v1/buckets/:bucketId/folders
Requires contributor role or above on this bucket.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 409
Created folder
Validation error
Not authenticated. Note: a missing or invalid token is rejected with 403 FORBIDDEN (not 401); 401 is returned when the token's session has been revoked (SESSION_REVOKED).
Missing/invalid token, or the caller's role/group is below the required minimum (FORBIDDEN)
Parent folder not found (PARENT_FOLDER_NOT_FOUND)
A folder with this name already exists here (FOLDER_ALREADY_EXISTS)