cURL
curl --request PATCH \ --url https://us.infisical.com/api/v1/cert-manager/ca/aws-acm-public-ca/{id} \ --header 'Content-Type: application/json' \ --data ' { "status": "active" } '
{ "projectId": "<string>", "name": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "active", "type": "aws-acm-public-ca", "configuration": { "appConnectionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "dnsAppConnectionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "hostedZoneId": "<string>", "region": "us-east-1" }, "enableDirectIssuance": true }
The updated status of the AWS ACM Public CA Certificate Authority.
active
disabled
pending-certificate
Show child attributes
Default Response
aws-acm-public-ca
Was this page helpful?