update_repository
Modify Bitbucket repository settings including project assignment, visibility, description, and name to manage repository configuration.
Instructions
Update repository settings (project, visibility, description, name).
Use this to move a repository to a different project, change visibility,
update description, or rename the repository.
Args:
repo_slug: Repository slug (e.g., "anzsic_classifier")
project_key: Move to different project (optional, e.g., "DS")
is_private: Change visibility (optional)
description: Update description (optional)
name: Rename repository (optional)
Returns:
Updated repository infoInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| project_key | No | ||
| is_private | No | ||
| description | No | ||
| name | No |