mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 11:44:31 +00:00
Merge branch 'main' into chore/contributing-docs-update
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
---
|
||||
title: "Create"
|
||||
openapi: "POST /api/v1/pki/alerts"
|
||||
openapi: "POST /api/v2/pki/alerts"
|
||||
---
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
---
|
||||
title: "Delete"
|
||||
openapi: "DELETE /api/v1/pki/alerts/{alertId}"
|
||||
openapi: "DELETE /api/v2/pki/alerts/{alertId}"
|
||||
---
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
---
|
||||
title: "Retrieve"
|
||||
openapi: "GET /api/v1/pki/alerts/{alertId}"
|
||||
openapi: "GET /api/v2/pki/alerts/{alertId}"
|
||||
---
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
---
|
||||
title: "Update"
|
||||
openapi: "PATCH /api/v1/pki/alerts/{alertId}"
|
||||
openapi: "PATCH /api/v2/pki/alerts/{alertId}"
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user