mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
misc: added cert alerts to doc
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
---
|
||||
title: "Create"
|
||||
openapi: "POST /api/v2/pki/alerts"
|
||||
openapi: "POST /api/v1/cert-manager/alerts"
|
||||
---
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
---
|
||||
title: "Delete"
|
||||
openapi: "DELETE /api/v2/pki/alerts/{alertId}"
|
||||
openapi: "DELETE /api/v1/cert-manager/alerts/{alertId}"
|
||||
---
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
---
|
||||
title: "Retrieve"
|
||||
openapi: "GET /api/v2/pki/alerts/{alertId}"
|
||||
openapi: "GET /api/v1/cert-manager/alerts/{alertId}"
|
||||
---
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
---
|
||||
title: "Update"
|
||||
openapi: "PATCH /api/v2/pki/alerts/{alertId}"
|
||||
openapi: "PATCH /api/v1/cert-manager/alerts/{alertId}"
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user