update
Updates an existing device type.
Request
HTTP Request
PUT /devicetype/{id}
Parameters
Parameter Name | Required | Type | Description |
---|---|---|---|
id | Yes | integer | Device type identifier. |
Authorization
Access JSON Web Token (ManageDeviceType)
Request Body
In the request body, supply a DeviceType resource.
Property Name | Type | Description |
---|---|---|
name | string | Device type name. |
description | string | Device type description. |
Response
If successful, this method returns an empty response body.
Updated less than a minute ago