Skip to main content
PATCH
cURL

Path Parameters

syncId
string<uuid>
required

The ID of the Hasura Cloud Sync to be updated.

Body

application/json
name
string

The updated name of the Hasura Cloud Sync. Must be slug-friendly.

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

The updated ID of the Hasura Cloud Connection to use for syncing.

description
string | null

The updated description of the Hasura Cloud 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
object

Response

Default Response

secretSync
Hasura Cloud · object
required