Update Network

Verb URI Description
PUT /networks/network_id Updates a network, including the external network extension attribute.

If the user submitting the request is not allowed to set this attribute, a 403 Forbidden response will be returned. Usage of this attribute might be restricted through authorization policies. By the default policy only admin users can set this attribute.

 

Example 5.12. Update external attributes for a network: JSON Request

PUT /v2.0/networks/3a06dfc7-d239-4aad-9a57-21cd171c72e5.json

Content-Type: application/json
Accept: application/json

{
    "network": {
        "router:external": true
    }
}

Log a bug against this page


loading table of contents...