update_repository
Modify repository settings in Bitbucket Cloud, including privacy, description, language, fork policy, and feature toggles for issues and wiki.
Instructions
Update repository settings.
Args: repo_slug: Repository slug (name) description: New description (optional) is_private: Whether the repository is private (optional) language: Programming language (optional) fork_policy: Fork policy - "allow_forks", "no_public_forks", or "no_forks" (optional) has_issues: Enable/disable issue tracker (optional) has_wiki: Enable/disable wiki (optional) workspace: Bitbucket workspace (optional if configured)
Returns: Updated repository details or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| description | No | ||
| is_private | No | ||
| language | No | ||
| fork_policy | No | ||
| has_issues | No | ||
| has_wiki | No | ||
| workspace | No |