Update a linked device
Updates an existing device link, such as its type or alias.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
customerId
deviceSerial
deviceSupplier
deviceAlias
deviceType
Optional device type identifier. If omitted, AURA attempts to resolve the type from deviceSupplier. The supplied serial must still match the registered device template for that type or supplier.
firmwareVersion
Response
Successful.
message
device
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error
