Push Local Config
Push replacement connections/filesystems maps to a connector box.
Authorizations
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Body
connection_ref → connection object, same shape as the connections
map in the connector's config.json (e.g. { "kind": "postgres", "dsn": "...", "query": "read" }). When present, replaces the
connector's whole local connections map. Absent = keep local.
filesystem_ref → filesystem root object, same shape as the
filesystems map in config.json (e.g. { "path": "/srv/exports" }).
When present, replaces the connector's whole local filesystems map.
Absent = keep local.