create_branch
Create a new Git branch in a Structly project, with options to set source branch and default flag.
Instructions
Создать новую ветку проекта.
Args:
project_uuid: UUID проекта.
branch_name: Имя новой ветки.
source_branch: Ветка-источник (по умолчанию main).
is_default: Сделать ветку веткой по умолчанию.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| is_default | No | ||
| branch_name | Yes | ||
| project_uuid | Yes | ||
| source_branch | No | main |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |