These REST calls are used in the data feature, where a user can upload mapping info and use that info to switch on light.
URL |
|
---|---|
Method | POST |
Description | Upload a new XLSX file to register a mapping. It will read the columns On upload, all existing data will be erased and the new data is loaded. |
Request | Binary XLSX data. The |
Response | HTTP204 is successful |
Possible Errors | HTTP400 when request was invalid { "message": «human readable error» } |
Status | PENDING |
0 Comments