Skip to content

Commit 6781e48

Browse files
[SSL] Bring note from API docs about Restart cert validation (#21841)
* Update api-commands.mdx Add the description mentioned in API doc for the restart. https://developers.cloudflare.com/api/resources/ssl/subresources/certificate_packs/methods/delete/ * Apply suggestion from code review --------- Co-authored-by: Rebecca Tamachiro <[email protected]>
1 parent 842dae5 commit 6781e48

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>>` | |
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)