Update the network configurationCopy Pageput https://{hostname}/etp-config/v3/configs/{configId}/network-configurationModifies the network configuration.Path ParamsconfigIdintegerrequiredA unique identifier for the configuration.Query ParamsaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Body ParamsLists the network configuration update properties.bypassURLsarray of stringslength ≥ 0URLs that get bypassed from the network.bypassURLsADD stringcorporateNetworkDNSSuffixesarray of stringslength ≥ 0DNS domain suffixes for network.corporateNetworkDNSSuffixesADD stringcorporateNetworkInternalIPsv4array of stringsrequiredlength ≥ 0IP addresses in IPv4 format for internal usage.corporateNetworkInternalIPsv4*ADD stringcorporateNetworkInternalIPsv6array of stringslength ≥ 0IP addresses in IPv6 format for internal usage.corporateNetworkInternalIPsv6ADD stringlocationsarray of objectsrequiredlength ≥ 0Locations in the network.locations*ADD objectHeadersIf-MatchstringrequiredUse the x_etag value included in the GET response. See Concurrency control for details.Responses 200Successful response. 400Validation error. 401Authentication error. See Get started for help setting up your API token. 403Insufficient permissions See Get started for help setting up your API token. 404Configuration not Found. 412Precondition failed. Use the x_etag string returned in the response header as If-Match in write requests to avoid overwriting edits by any other API clients. See Concurrency control for details.Updated 4 months ago