Branch
Properties
| Property | Type | Attributes | Description |
|---|---|---|---|
name | string | Required, Identifier | The name of the branch to create |
owner | string | Required, Identifier | The owner of the repository |
repo | string | Required, Identifier | The repository |
sha | string | Read-only | The commit SHA the branch points to |
sourceBranch | string | The source branch to create the new branch from. Defaults to the repository default branch | |
sourceSha | string | The source commit SHA to create the new branch from. Takes precedence over sourceBranch |