Upload a blob

Upload a blob.

PUT
/v1/blobs/{account}/{blobName}

Path Parameters

accountstring

The account the blob belongs to.

blobNamestring

The name of the blob to retrieve. This CAN include / characters.

Header Parameters

Content-Lengthinteger

The size of the blob in bytes.

bodyunknown

Response Body

curl -X PUT "http://localhost:9090/v1/blobs/string/path/to/myblob.txt" \  -H "Content-Length: 0"
Empty
Empty