cURL
curl --request PATCH \ --url https://us.infisical.com/api/v1/cert-manager/installations/{installationId} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "projectId": "<string>", "locationType": "<string>", "locationFingerprint": "<string>", "lastSeenAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "locationDetails": "<unknown>", "name": "<string>", "type": "unknown", "metadata": "<unknown>" }
Update a PKI certificate installation
The ID of the installation
Name of the installation
255
Default Response
Was this page helpful?