Update multiple inventory attributes for a device
PATCH/api/internal/v1/inventory/tenants/:tenant_id/device/:device_id/attributes
An API end-point that allows to update the inventory attributes for a device. It is operating in the same way as the /attribute/scope/{scope} endpoint, but does not override the scope of the attributes that you provide.
Request
Responses
- 200
- 400
- 412
- 500
Device inventory successfully updated.
Invalid Request.
Precondition failed: If-Unmodified-Since condition not met
Internal Server Error.