Add docs for cert alerting, update README

This commit is contained in:
Tuan Dang
2025-11-09 21:46:57 -05:00
parent 216f5cc147
commit 788bb36d78
18 changed files with 53 additions and 196 deletions

View File

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

View File

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

View File

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

View File

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