list_branch_restrictions
Retrieve all branch restriction rules for a Bitbucket repository to manage access controls and enforce development policies.
Instructions
List all branch restrictions for a repository.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
repository_name | Yes | Name of the repository (repo slug) |
Input Schema (JSON Schema)
{
"properties": {
"repository_name": {
"description": "Name of the repository (repo slug)",
"type": "string"
}
},
"required": [
"repository_name"
],
"type": "object"
}