latestOpenAPI 3.1.02026-08-194237902.5 MB
563848e0ecc0
Network
Update an existing network
Replaces the network record identified by id for the tenant identified by the tenant-id header. The request body's data object is validated against the same Network JSON schema used on create; currently the only recognized field is name (optional). The network must already exist. Requires the UPDATE_NETWORK permission. On success, returns the updated network with HTTP 201.
put/networks/{id}
Path parameters
idstring required
Network ID
Headers
tenant-idstring required
Tenant ID
Request body
Response
Retained for backward documentation compatibility; this operation currently always returns 201 on success (see the 201 response below).