misc: updated doc reference urls

This commit is contained in:
Sheen
2025-05-18 15:40:20 +00:00
parent 10ed6f6b52
commit 490c589a44
4 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -1,4 +0,0 @@
---
title: "Get By ID"
openapi: "GET /api/v1/pki/ca/acme/{caId}"
---

View File

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

View File

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