misc: addressed first set of review comments

This commit is contained in:
Sheen Capadngan
2025-05-22 00:22:49 +08:00
parent 77b42836e7
commit 77de085ffc
32 changed files with 339 additions and 252 deletions

View File

@@ -1,4 +1,4 @@
---
title: "Delete"
openapi: "DELETE /api/v1/pki/ca/acme/{certificateAuthorityId}"
openapi: "DELETE /api/v1/pki/ca/acme/{caName}"
---

View File

@@ -1,4 +1,4 @@
---
title: "Read"
openapi: "GET /api/v1/pki/ca/acme/{certificateAuthorityId}"
openapi: "GET /api/v1/pki/ca/acme/{caName}"
---

View File

@@ -1,4 +1,4 @@
---
title: "Update"
openapi: "PATCH /api/v1/pki/ca/acme/{certificateAuthorityId}"
openapi: "PATCH /api/v1/pki/ca/acme/{caName}"
---

View File

@@ -1,4 +0,0 @@
---
title: "Retrieve active certificate bundle"
openapi: "GET /api/v1/pki/subscribers/{subscriberName}/active-certificate/bundle"
---

View File

@@ -0,0 +1,4 @@
---
title: "Retrieve latest certificate bundle"
openapi: "GET /api/v1/pki/subscribers/{subscriberName}/latest-certificate-bundle"
---