Uploads
Authorizations
AuthorizationstringRequired
OAuth2 Bearer token obtained from authentication endpoint
Body
upfilestring · binaryRequired
The firmware file to upload
typestring · enumOptionalExample:
Upload file type. Must be FIRMWARE.
FIRMWAREPossible values: Responses
200
File uploaded successfully. Returns the server path to the uploaded file.
application/json
stringOptional
400
Bad request — invalid or missing file data
application/json
403
Forbidden — authentication failed, plan does not support uploads, or upload limit reached
application/json
429
Too many requests
500
Internal server error
application/json
post
/api/uploadLast updated
Was this helpful?

