Upload one streamed part
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
part*integer
Range
1 <= valueRequest Body
application/octet-stream
TypeScript Definitions
Use the request body type in TypeScript.
body*file
Format
binaryResponse Body
application/json
curl -X PUT "https://example.com/v1/uploads/string/parts/1" \ -H "Content-Type: application/octet-stream" \ -d 'string'{}
AgentFS