update_repository
Update an existing repository's name, git URL, branch, or SSH key for authentication. Modify repository settings to keep configuration current.
Instructions
Update an existing repository.
Args: project_id: ID of the project repository_id: ID of the repository to update name: Repository name (optional) git_url: Git repository URL (optional) git_branch: Git branch to use (optional) ssh_key_id: SSH key ID for authentication (optional)
Returns: Updated repository details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| repository_id | Yes | ||
| name | No | ||
| git_url | No | ||
| git_branch | No | ||
| ssh_key_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||