create_branch
Create a new branch in a Codeup repository. Specify organization, repository, branch name, and optional source branch (default master).
Instructions
[Code Management] Create a new branch in a Codeup repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Source branch name, the new branch will be created based on this branch, default value is master | master |
| branch | Yes | Name of the branch to be created | |
| repositoryId | Yes | Repository ID or a combination of organization ID and repository name, for example: 2835387 or organizationId%2Frepo-name (Note: slashes need to be URL encoded as %2F) | |
| organizationId | Yes | Organization ID, can be found in the basic information page of the organization admin console |