Update Source
Documentation Index
Fetch the complete documentation index at: https://synthbrew.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Team API key created under /api/api-keys. Prefix: sb_api_.
Path Parameters
Project UUID in the team associated with the API key.
Source UUID. For runtime endpoints this identifies the source backing the table; for public v1 it identifies the source resource inside the project.
Body
Patch mutable source settings. Omitted fields are unchanged.
Switches the source to a different schema version.
Source config patch. Runtime target values should already be normalized for storage.
postgres, mysql Set deterministic seed or null to clear.
Generator override patch.
Runtime API per-source rate limit (requests per minute).
x >= 1Allowed CORS origins for runtime API requests.
Whether runtime endpoints require x-api-key authentication.
Response
Updated source
Source configuration. For Supabase runtime targets, responses include runtimeTarget.connectionSecretId and never return plaintext runtimeTarget.connectionString.
postgres, mysql