update
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 Name | Type | Description |
---|---|---|
id | integer | Network identifier. |
name | string | Network display name. |
description | string | Network description |
Response
If successful, this method returns an empty response body.
Updated less than a minute ago