ApiVolumes
PUT /v1/volumes/{id}/files
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Query Parameters
path*string
Request Body
application/octet-stream
TypeScript Definitions
Use the request body type in TypeScript.
body?file
Raw file bytes. Stream this request body; do not buffer large uploads in client memory.
Format
binaryResponse Body
application/json
curl -X PUT "https://example.com/v1/volumes/string/files?path=string" \ -H "Content-Type: application/octet-stream" \ -d 'string'{ "path": "string", "size_bytes": 0}Empty