Skip to content

Commit 373d44f

Browse files
Apply suggestion from code review
1 parent d598d3c commit 373d44f

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/ssl/edge-certificates/advanced-certificate-manager

1 file changed

+1
-1
lines changed

src/content/docs/ssl/edge-certificates/advanced-certificate-manager/api-commands.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Use the following API commands to manage advanced certificates. If you are using
1313
| Command | Method | Endpoint | Additional notes |
1414
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ---------------------------------------------------- | ------------------------------------------------------------------------------------------- |
1515
| [Order advanced certificate](/api/resources/ssl/subresources/certificate_packs/methods/create/) | `POST` | `zones/<<ZONE_ID>>/ssl/certificate_packs/order` | |
16-
| [Restart certificate validation](/api/resources/ssl/subresources/certificate_packs/methods/edit/) | `PATCH` | `zones/<<ZONE_ID>>/ssl/certificate_packs/<<ID>>` | For a Certificate Pack in a validation_timed_out status. |
16+
| [Restart certificate validation](/api/resources/ssl/subresources/certificate_packs/methods/edit/) | `PATCH` | `zones/<<ZONE_ID>>/ssl/certificate_packs/<<ID>>` | For a Certificate Pack in a `validation_timed_out` status. |
1717
| [Delete certificate pack](/api/resources/ssl/subresources/certificate_packs/methods/delete/) | `DELETE` | `zones/<<ZONE_ID>>/ssl/certificate_packs/<<ID>>` | |
1818
| [List certificate packs in a zone](/api/resources/ssl/subresources/certificate_packs/methods/list/) | `GET` | `zones/<<ZONE_ID>>/ssl/certificate_packs?status=all` | This API call returns all certificate packs for a domain (Universal, Custom, and Advanced). |
1919
| 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/<<ZONE_ID>>/settings/ciphers` | |

0 commit comments

Comments
 (0)