mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
misc: finalized endpoint and doc
This commit is contained in:
@@ -54,13 +54,13 @@ description: "Learn how to configure a GCP Secret Manager Sync for Infisical."
|
||||
</Tab>
|
||||
<Tab title="API">
|
||||
To create a **GCP Secret Manager Sync**, make an API request to the [Create GCP
|
||||
Secret Manager Sync](/api-reference/endpoints/secret-syncs/gcp/create) API endpoint.
|
||||
Secret Manager Sync](/api-reference/endpoints/secret-syncs/gcp-secret-manager/create) API endpoint.
|
||||
|
||||
### Sample request
|
||||
|
||||
```bash Request
|
||||
curl --request POST \
|
||||
--url https://app.infisical.com/api/v1/secret-syncs/gcp \
|
||||
--url https://app.infisical.com/api/v1/secret-syncs/gcp-secret-manager \
|
||||
--header 'Content-Type: application/json' \
|
||||
--data '{
|
||||
"destinationConfig": {
|
||||
@@ -123,7 +123,7 @@ description: "Learn how to configure a GCP Secret Manager Sync for Infisical."
|
||||
"id": "1447389e-16fb-49ba-96fd-361b5a2522af",
|
||||
"path": "/"
|
||||
},
|
||||
"destination": "gcp",
|
||||
"destination": "gcp-secret-manager",
|
||||
"destinationConfig": {
|
||||
"projectId": "infisical-test-playground"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user