Update a client versionCopy Pageput https://{hostname}/etp-config/v3/configs/{configId}/client-versions/{clientVersionId}Updates the details of the specific client version.Path ParamsclientVersionIdintegerrequiredA unique identifier for the client version.configIdintegerrequiredA 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 ParamsUpdates the client-version.autoupgradeEnabledbooleanrequiredEnables auto upgrade.truefalseentitlementCodestringlength ≥ 1The entitlement code for the client software version.osNamestringrequiredlength ≥ 1The name of the OS installed on the client.sha256stringrequiredlength ≥ 1The SHA-256 representation of the version.supportedUntilstringrequiredlength ≥ 1The date of expiry of the version.unsupportedbooleanrequiredMarks the version as unsupported.truefalseversionNamestringrequiredlength ≥ 1The name of the specified version.HeadersIf-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