Clone a configuration versionCopy Pagepost https://{hostname}/appsec/v1/configs/{configId}/versionsAll products Creates a new version of the specified security configuration.Path ParamsconfigIdint64requiredA unique identifier for each 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 ParamsSpecifies the settings for a new clone of a security configuration.createFromVersionintegerrequiredThe configuration version to clone from.ruleUpdatebooleanrequiredSpecifies whether the application rules should be migrated to the latest version.truefalseHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 201Successfully cloned Configuration Version. 400Bad request. Invalid request body or URL parameter input. 403Forbidden. You don't have access to the resource. 404Not found. That resource doesn't exist, or the URL is malformed. 412Precondition failed.Updated 28 days ago