Create a folder in a storage configuration
Creates an empty folder by placing a zero-byte `.folder` marker object at the specified path. This makes the folder visible in delimiter-based object listings. **Required scope:** `storage:write`
Authorization
BearerAuth Security scheme for OpenAPI endpoints. Validates both JWT tokens and API keys.
In: header
Path Parameters
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Request body for creating a folder in a storage configuration
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/storages/configs/497f6eca-6276-4993-bfeb-53cbbbba6f08/folders" \ -H "Content-Type: application/json" \ -d '{ "path": "string" }'{ "path": "string", "message": "string"}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}Download or preview an object from a storage configuration
Returns the raw file content with appropriate headers for the specified object path. Use `inline=true` to preview the file in the browser instead of downloading.
Move objects between storage configurations
Copies all objects under the source path to the destination, then deletes from source. After moving, Delta tables at the source are deregistered and discovery is triggered at the destination. **Required scope:** `storage:write`