Update

PUT https://api.pegasusgateway.com/assets/:id

Update an asset

FieldRequiredTypeDescription
first_nameoptionalStringFirst name
last_nameoptionalStringLast name
groupsoptionalNumber[]Groups associated to asset
typeoptionalStringAsset type
phoneoptionalStringPhone number
emailoptionalStringEmail address
tracker_modeoptionalBooleanTrue to activate Taurus tracker

Request Body

{"info"=>{"first_name"=>"New Name", "last_name"=>"New Last Name", "type"=>"engineer", "email"=>"new@email.com", "phone"=>987654321}, "groups"=>[1158]}

RESPONSES

status: OK

{"info":{"phone":"987654321","first_name":"New Name","last_name":"New Last Name","type":"engineer","email":"new@email.com"},"__updated":1643919538.013488,"name":"New Name New Last Name","ibuttons":[],"__created":1643918199.638594,"fingerprints":[],"primary":null,"properties":{},"images":{"photo":false,"idle_icon":false,"off_icon":false,"on_icon":false,"icon":false},"token":null,"tracker":{"active":false,"asset_id":3664,"token":null},"groups":[108],"__version":"6.11.0-gm","device":null,"rfids":[],"type":"asset","id":3664,"counters":null}