misc: updated docs based on review

This commit is contained in:
Sheen
2025-05-22 13:31:00 +00:00
parent 8ff95aedd5
commit d5888d5bbb
14 changed files with 356 additions and 295 deletions

View File

@@ -0,0 +1,4 @@
---
title: "Create"
openapi: "POST /api/v1/pki/ca/internal"
---

View File

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

View File

@@ -0,0 +1,4 @@
---
title: "List"
openapi: "GET /api/v1/pki/ca/internal"
---

View File

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

View File

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