Merge branch 'main' into chore/contributing-docs-update

This commit is contained in:
Victor Santos
2025-11-11 17:56:42 -03:00
42 changed files with 667 additions and 287 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}"
---