Merge branch 'feat/acme-and-external-ca' of https://github.com/Infisical/infisical into feat/acme-and-external-ca

This commit is contained in:
Sheen Capadngan
2025-05-18 23:57:38 +08:00
4 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
---
title: "Delete"
openapi: "DELETE /api/v1/pki/ca/acme/{caId}"
openapi: "DELETE /api/v1/pki/ca/acme/{certificateAuthorityId}"
---

View File

@@ -1,4 +0,0 @@
---
title: "Get By ID"
openapi: "GET /api/v1/pki/ca/acme/{caId}"
---

View File

@@ -0,0 +1,4 @@
---
title: "Read"
openapi: "GET /api/v1/pki/ca/acme/{certificateAuthorityId}"
---

View File

@@ -1,4 +1,4 @@
---
title: "Update"
openapi: "PATCH /api/v1/pki/ca/acme/{caId}"
openapi: "PATCH /api/v1/pki/ca/acme/{certificateAuthorityId}"
---