import_dbml
Replace an existing ERD with DBML content. Preserves project ID, sets dialect to MySQL, and rejects imports with no tables.
Instructions
Fully replaces an existing ERD with the DBML parse result (project id preserved, dialect fixed to mysql). Rejected as invalid_source when no tables are found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dbml | Yes | ||
| source | Yes | Target ERD — exactly one of a local file ({file}) or a server ERD ({erdId}) |