Update a versionAsk AIput https://{hostname}/mtls-edge-truststore/v2/ca-sets/{caSetId}/versions/{version}Update all the certificates for the version, or the allowInsecureSha1 that controls what type of certificates to allow.Path ParamscaSetIdstringrequiredIdentifies each CA set.versionintegerrequiredCA set version number that filters out the activations or deactivations.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 ParamsallowInsecureSha1booleanDefaults to falseBy default, the version's certificates need a signature algorithm of SHA-256 or better. Enabling this allows certificates with SHA-1 signatures.truetruefalsecertificatesarray of objectsrequiredlength ≥ 1The certificates that are valid, non-expired, root, or intermediate.certificates* objectcertificatePemstringrequiredlength ≥ 1The certificate in PEM format, as found in a Base64 ASCII encoded file.descriptionstring | nullOptional description for the certificate.ADD objectdescriptionstring | nullAny additional comments you can provide while creating or updating the CA set version.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200Reflects the updated CA set version. 400Bad request due to certificate validation failures. 401Unauthorized. 403Forbidden. 404Not found. 406Not acceptable. 409Conflict. Bad update version request. 415Unsupported media type. 422Conflict. Bad update version request. 429Too Many Requests. 500Internal server error. 503Service Unavailable.Updated about 1 month ago