mics: updated docs

This commit is contained in:
Sheen Capadngan
2025-11-26 04:10:05 +08:00
parent 6754da9c21
commit 1531048d25
110 changed files with 171 additions and 228 deletions

View File

@@ -1,4 +1,4 @@
---
title: "Create"
openapi: "POST /api/v1/pki/certificate-profiles"
openapi: "POST /api/v1/cert-manager/certificate-profiles"
---

View File

@@ -1,4 +1,4 @@
---
title: "Delete"
openapi: "DELETE /api/v1/pki/certificate-profiles/{id}"
openapi: "DELETE /api/v1/cert-manager/certificate-profiles/{id}"
---

View File

@@ -1,4 +1,4 @@
---
title: "Get by ID"
openapi: "GET /api/v1/pki/certificate-profiles/{id}"
openapi: "GET /api/v1/cert-manager/certificate-profiles/{id}"
---

View File

@@ -1,4 +1,4 @@
---
title: "Get by Slug"
openapi: "GET /api/v1/pki/certificate-profiles/slug/{slug}"
openapi: "GET /api/v1/cert-manager/certificate-profiles/slug/{slug}"
---

View File

@@ -1,4 +1,4 @@
---
title: "Get Latest Active Certificate Bundle"
openapi: "GET /api/v1/pki/certificate-profiles/{id}/certificates/latest-active-bundle"
openapi: "GET /api/v1/cert-manager/certificate-profiles/{id}/certificates/latest-active-bundle"
---

View File

@@ -1,4 +1,4 @@
---
title: "List Certificates"
openapi: "GET /api/v1/pki/certificate-profiles/{id}/certificates"
openapi: "GET /api/v1/cert-manager/certificate-profiles/{id}/certificates"
---

View File

@@ -1,4 +1,4 @@
---
title: "List"
openapi: "GET /api/v1/pki/certificate-profiles"
openapi: "GET /api/v1/cert-manager/certificate-profiles"
---

View File

@@ -1,4 +1,4 @@
---
title: "Update"
openapi: "PATCH /api/v1/pki/certificate-profiles/{id}"
openapi: "PATCH /api/v1/cert-manager/certificate-profiles/{id}"
---