get_protected_branch
Retrieve details of a protected GitLab branch, including access levels and force push settings, by providing project ID and branch name.
Instructions
Get details of a single protected branch (access levels, force push settings)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| branch_name | Yes | Name of the protected branch |