Update asset note by given identifier
PATCH/v2/assets/note
Update asset note by identifier. The asset can be identified using any supported identifier type:
- ASSET_ID : Basic asset identifier
- ASSET_NAME : Asset name
- ASSET_EXTERNAL_REFERENCE : Asset external reference
- ASSET_SERIAL_NUMBER : Asset serial number
- DEVICE_SERIAL_NUMBER : Telematics device serial number
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Asset note was successfully updated
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error