Reference Guide

Response Content-Type: application/xml, application/json
Parameters
Parameter Value Description Default Value Parameter
Type
Data Type
networkId (required) Id of network to
delete
N/A path string
Response Status Codes
HTTP Status Code Reason
204 Network deleted successfully
400 Invalid network id supplied
/Network/{networkId} PUT
Description
Update an existing network
Method
PUT
Response Class
void
Response Content-Type: application/xml, application/json
Parameters
Parameter Value Description Default Value Parameter
Type
Data Type
body (required) Network object
that contains
update fields
N/A body Network
networkId (required) Id of network to
update
N/A path string
Response Status Codes
HTTP Status Code Reason
204 Network updated successfully
400 Invalid input for id or network supplied or verify
other input data is correct
53