Updates an existing device type.

Request

HTTP Request

PUT /devicetype/{id}

Parameters

Parameter NameRequiredTypeDescription
idYesintegerDevice type identifier.

Authorization

Access JSON Web Token (ManageDeviceType)

Request Body

In the request body, supply a DeviceType resource.

Property NameTypeDescription
namestringDevice type name.
descriptionstringDevice type description.

Response

If successful, this method returns an empty response body.