Files
| Method | Path | Description |
|---|---|---|
| GET | /v1/{base_id}/files/{file_type} |
List files by path prefix |
| PUT | /v1/{base_id}/files/{file_type}/{path} |
Upload a file at a path (optional If-Match compare-and-set) |
| GET | /v1/{base_id}/files/{file_type}/{path} |
Download a file (or its metadata with ?meta=1) |
| PATCH | /v1/{base_id}/files/{file_type}/{path} |
Rename or re-tag a file (metadata; blob unchanged) |
| DELETE | /v1/{base_id}/files/{file_type}/{path} |
Delete a file |