Update object-storage export destination config
Partially updates the tenant’s object-storage export destination for one provider (s3, gcs, or azure_blob) — enable/disable, set the export shape (format, record type, cadence, compression), connection identifiers (bucket / container, AWS region + access key id, key prefix), or rotate the secret credential (AWS secret access key, GCS service-account JSON, or Azure connection string; encrypted at rest, plaintext never persisted, empty string clears). Only the supplied fields are merged and the worker-owned last_run_* status fields are never accepted. Use it as the connect-form save for a bucket export destination; the scheduled export worker reads this config. Returns the same sanitised shape as GET. Owner / admin / developer only; every write emits a key-names-only audit event.
Path Parameters
Response
The updated export destination config for the requested provider after the merge, with the encrypted credential replaced by the credentials_configured boolean.
The updated export destination config for the requested provider after the merge, with the encrypted credential replaced by the credentials_configured boolean.