Creates a new firmware
Params
- firmware.version, required, string. Version of a firmware.
- binary, required, base64 string. A binary zip file (or any other) encoded to a base64 string.
{
"accessToken": null,
"firmware": {
"version": null,
"isMandatory": null
},
"binary": null
}