mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Minor improvements on PKI docs
This commit is contained in:
4
docs/api-reference/endpoints/certificates/renew.mdx
Normal file
4
docs/api-reference/endpoints/certificates/renew.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Renew Certificate"
|
||||
openapi: "POST /api/v3/certificates/{certificateId}/renew"
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Update Certificate Config"
|
||||
openapi: "PATCH /api/v3/certificates/{certificateId}/config"
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Add Certificates to Sync"
|
||||
openapi: "POST /api/v1/pki/syncs/{pkiSyncId}/certificates"
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "List Sync Certificates"
|
||||
openapi: "GET /api/v1/pki/syncs/{pkiSyncId}/certificates"
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Remove Certificates from Sync"
|
||||
openapi: "DELETE /api/v1/pki/syncs/{pkiSyncId}/certificates"
|
||||
---
|
||||
Reference in New Issue
Block a user