File
Add file in an appliance for a company
Path parameters
idstringRequiredExample:
ID of the Appliance
996501df-0bfc-4f95-954d-3a5d5dc48469
Body
Update appliance request body data
manufacturer_labelstring · binaryOptional
Manufacturer Label for the Appliance
Responses
200
Successful operation
application/json
Responseobject
400
Bad Request
application/json
403
Unauthenticated
application/json
404
Not Found
application/json
500
Internal Server
application/json
post
POST /api/appliances/{id}/file HTTP/1.1
Host: app.greenplaces.com
Content-Type: application/json
Accept: */*
Content-Length: 31
{
"manufacturer_label": "binary"
}
{}