misc: added cert alerts to doc

This commit is contained in:
Sheen Capadngan
2025-11-26 04:29:24 +08:00
parent 1531048d25
commit d434d4ec70
6 changed files with 20 additions and 4 deletions

View File

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

View File

@@ -1,4 +1,4 @@
---
title: "Delete"
openapi: "DELETE /api/v2/pki/alerts/{alertId}"
openapi: "DELETE /api/v1/cert-manager/alerts/{alertId}"
---

View File

@@ -1,4 +1,4 @@
---
title: "Retrieve"
openapi: "GET /api/v2/pki/alerts/{alertId}"
openapi: "GET /api/v1/cert-manager/alerts/{alertId}"
---

View File

@@ -1,4 +1,4 @@
---
title: "Update"
openapi: "PATCH /api/v2/pki/alerts/{alertId}"
openapi: "PATCH /api/v1/cert-manager/alerts/{alertId}"
---