Update a client configurationCopy Pageput https://{hostname}/etp-config/v3/configs/{configId}/client-configurationUpdates the client 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 client config update properties.clientIdentityReportingbooleanrequiredEnables client identity reporting.truefalsedowngradeEnablebooleanrequiredEnables client downgrade.truefalseendUserControlbooleanrequiredEnables end user control.truefalseentitlementCodestringrequiredlength ≥ 1The entitlement code in encoded format.forwardDnsTrafficbooleanrequiredEnables DNS traffic forwarding.truefalsehttpProxyOverrideintegerrequired≥ 0The HTTP proxy override units.httpProxyPortintegerrequired≥ 1The proxy port of the client.securityPatchAutoUpgradebooleanrequiredEnables security patch auto upgrade.truefalseuninstallEnablebooleanrequiredEnables uninstall.truefalseHeadersIf-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. 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