diff --git a/src/content/docs/ssl/edge-certificates/advanced-certificate-manager/api-commands.mdx b/src/content/docs/ssl/edge-certificates/advanced-certificate-manager/api-commands.mdx index 56ecfa4cd14b528..16dd4ca9536beab 100644 --- a/src/content/docs/ssl/edge-certificates/advanced-certificate-manager/api-commands.mdx +++ b/src/content/docs/ssl/edge-certificates/advanced-certificate-manager/api-commands.mdx @@ -13,7 +13,7 @@ Use the following API commands to manage advanced certificates. If you are using | Command | Method | Endpoint | Additional notes | | ------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ---------------------------------------------------- | ------------------------------------------------------------------------------------------- | | [Order advanced certificate](/api/resources/ssl/subresources/certificate_packs/methods/create/) | `POST` | `zones/<>/ssl/certificate_packs/order` | | -| [Restart certificate validation](/api/resources/ssl/subresources/certificate_packs/methods/edit/) | `PATCH` | `zones/<>/ssl/certificate_packs/<>` | | +| [Restart certificate validation](/api/resources/ssl/subresources/certificate_packs/methods/edit/) | `PATCH` | `zones/<>/ssl/certificate_packs/<>` | For a Certificate Pack in a `validation_timed_out` status. | | [Delete certificate pack](/api/resources/ssl/subresources/certificate_packs/methods/delete/) | `DELETE` | `zones/<>/ssl/certificate_packs/<>` | | | [List certificate packs in a zone](/api/resources/ssl/subresources/certificate_packs/methods/list/) | `GET` | `zones/<>/ssl/certificate_packs?status=all` | This API call returns all certificate packs for a domain (Universal, Custom, and Advanced). | | List Cipher Suite settings: [Get zone setting](/api/resources/zones/subresources/settings/methods/get/) with `ciphers` as the setting name in the URI path | `GET` | `zones/<>/settings/ciphers` | |