AgentFS

Upload one streamed part

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string
part*integer
Range1 <= value

Request Body

application/octet-stream

TypeScript Definitions

Use the request body type in TypeScript.

body*file
Formatbinary

Response Body

application/json

PUT
/v1/uploads/{id}/parts/{part}
curl -X PUT "https://example.com/v1/uploads/string/parts/1" \  -H "Content-Type: application/octet-stream" \  -d 'string'
{}