Activate a versionCopy Pagepost https://{hostname}/mtls-edge-truststore/v2/ca-sets/{caSetId}/versions/{version}/activateActivate the certificates for the version on the specified network.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 ParamsDescribes a request to activate a CA set version.networkstringenumrequiredActivates on the STAGING or PRODUCTION network. You should test on STAGING first.STAGINGPRODUCTIONAllowed:STAGINGPRODUCTIONHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 202The response shows the CA set version's activation. 400Bad activation request. 401Unauthorized. 403Forbidden. 404Not found. 405Method not allowed. 406Not acceptable. 409Conflict. 415Unsupported media type. 429Too Many Requests. 500Internal server error. 503Service Unavailable.Updated 4 months ago