Productsup

Stream file to run storage.

PUT
/run-storage/unspecified/{filename}

Path Parameters

filename*string

Request Body

application/octet-stream

body*unknown

Response Body

application/json

application/json

curl -X PUT "https://loading/run-storage/unspecified/string"
{
  "message": "Data streamed successfully."
}
{
  "message": "File size reached maximum."
}

How is this guide?