commit_schema
Commit the current schema state to a branch to preserve changes as a versioned snapshot.
Instructions
Зафиксировать текущее состояние схемы коммитом в указанной ветке.
Args:
project_uuid: UUID проекта.
schema_uuid: UUID схемы.
branch_name: Ветка, в которую создаётся коммит (по умолчанию main).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch_name | No | main | |
| schema_uuid | Yes | ||
| project_uuid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |