Skip to main content
PATCH
cURL

Path Parameters

syncId
string<uuid>
required

The ID of the GCP Secret Manager Sync to be updated.

Body

application/json
name
string

The updated name of the GCP Secret Manager Sync. Must be slug-friendly.

Required string length: 1 - 256
connectionId
string<uuid>

The updated ID of the GCP Connection to use for syncing.

description
string | null

The updated description of the GCP Secret Manager Sync.

Maximum string length: 256
environment
string

The updated slug of the project environment to sync secrets from.

Required string length: 1 - 64
secretPath
string

The updated folder path to sync secrets from.

Minimum string length: 1
isAutoSyncEnabled
boolean

Whether secrets should be automatically synced when changes occur at the source location or not.

syncOptions
object

Optional parameters to modify how secrets are synced.

destinationConfig
Global · object

Response

Default Response

secretSync
GCP Secret Manager · object
required