Update a Network
Update a Network.
PATCH
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Identifies the resource.
Example:
"6a09cdc3-8948-47f0-aa62-74ac943d6c58"
Body
application/json
A user specified name for the network.
Example:
"test network"
Response
Successful response
JavaScript