v2

Swagger 2.02026-08-01331211921.0 KB
Refs

Get a branch

Returns a branch object within the specified repository.

This call requires authentication. Private repositories require the caller to authenticate with an account that has appropriate authorization.

For Git, the branch name should not include any prefixes (e.g. refs/heads).

get/repositories/{workspace}/{repo_slug}/refs/branches/{name}

Response

The branch object.

typestring required
namestring

The name of the ref.

merge_strategiesstring[]

Available merge strategies for pull requests targeting this branch.

default_merge_strategystring

The default merge strategy for pull requests targeting this branch.