Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
updateDatabases
mutation
updateDatabasesThis mutation will allow you to batch update the databases you created.
Note that in order not to mess with data ingested by Catalog, only the databases belonging to sources created from the API will be editable.
updateDatabases(
data: [UpdateDatabaseInput!]!
): [Database!]!