Update device

Updates a device’s type and/or comments. Can update one or both fields, or delete them by setting delete flags.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
device_idstring or nullOptional
device_mac_addressstring or nullOptional
typeenum or nullOptional
Allowed values:
commentsstring or nullOptional
delete_typebooleanOptionalDefaults to false
delete_commentsbooleanOptionalDefaults to false

Response

Successful Response

Errors