mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Improvements to cert-syncs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "Remove Certificates from Azure Key Vault"
|
||||
openapi: "POST /api/v1/pki/syncs/azure-key-vault/{pkiSyncId}/remove"
|
||||
openapi: "POST /api/v1/pki/syncs/azure-key-vault/{pkiSyncId}/remove-certificates"
|
||||
---
|
||||
|
||||
<Warning>
|
||||
@@ -29,7 +29,7 @@ This endpoint removes certificates from the specified Azure Key Vault that are n
|
||||
|
||||
<RequestExample>
|
||||
```bash cURL
|
||||
curl -X POST "https://app.infisical.com/api/v1/pki/syncs/azure-key-vault/ps_12345/remove" \
|
||||
curl -X POST "https://app.infisical.com/api/v1/pki/syncs/azure-key-vault/ps_12345/remove-certificates" \
|
||||
-H "Authorization: Bearer <your-api-key>"
|
||||
```
|
||||
</RequestExample>
|
||||
|
||||
@@ -10,7 +10,7 @@ This endpoint lists all available PKI sync destination options and their capabil
|
||||
## Request
|
||||
|
||||
<ParamField query="projectId" type="string" optional>
|
||||
Project ID (for authorization purposes, but the options are global)
|
||||
Project ID
|
||||
</ParamField>
|
||||
|
||||
## Response
|
||||
|
||||
Reference in New Issue
Block a user