Updates an existing device network.

Request

HTTP Request

PUT /network/{id}

Parameters

Parameter Name Required Type Description
id Yes integer Network identifier.
Authorization

Access JSON Web Token (ManageNetwork)

Request Body

In the request body, supply a Network resource.

Property NameTypeDescription
idintegerNetwork identifier.
namestringNetwork display name.
descriptionstringNetwork description

Response

If successful, this method returns an empty response body.