Update Sync
Update a sync’s prefix, glob filters, deletion policy, cadence, custom metadata, or status (pause/resume). Only provided fields change.
Path parameters
Headers
Request
New deletion-propagation policy.
‘paused’ stops syncing without deleting the sync; ‘active’ resumes.
New cadence in minutes. MINIMUM 5 (below 5 clamps to 5; >=5 honored exactly). null = manual. Read the sync back for the effective value.
Azure Blob syncs only: a new storage-account key (key1 or key2). Validated against the container before it replaces the stored key: the supported path for Azure key rotation. Rejected with 422 on non-Azure syncs. Never returned.
Response
The sync’s cloud storage type. Returned by the list endpoint (GET /v2/syncs) only; other sync endpoints omit this field.
How the sync authenticates to the bucket: ‘iam_role’ (AWS cross-account assume-role), ‘access_key’ (S3-compatible key pair), or ‘service_account’ (GCS service-account JSON).
Azure Blob syncs only: the storage account name. Null for other providers.
S3-compatible endpoint URL (access-key syncs on non-AWS providers); null for AWS S3. Returned by the list endpoint (GET /v2/syncs) only; other sync endpoints omit this field.
True once an event-webhook secret has been minted.
SNS subscribe URL; only surfaced by the subscribe-webhook endpoint.
Effective (already-clamped) cadence; null = manual.