Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Devbox ID.
Body
multipart/form-data
Response
OK
The response is of type object
.
Upload file contents of any type (binary, text, etc) to a Devbox. Note this API is suitable for large files (larger than 100MB) and efficiently uploads files via multipart form data.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The Devbox ID.
OK
The response is of type object
.