batch_edit_tables
Batch update multiple tables in a schema using one request. Supply the schema UUID and a list of table changes to apply them all at once.
Instructions
Массово изменить несколько таблиц одним запросом.
Args:
schema_uuid: UUID схемы.
items: Список изменений, например
[{"table_uuid": "uuid", "data": {"position_x": 100, "position_y": 200}}].
branch_name: Ветка схемы (по умолчанию main).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| branch_name | No | main | |
| schema_uuid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |