gitea_update_repository
Modify Gitea repository settings including name, description, visibility, and feature toggles to manage project configurations.
Instructions
[UNIFIED] Update Gitea repository settings like name, description, visibility, and features.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| owner | Yes | ||
| repo | Yes | ||
| name | No | ||
| description | No | ||
| website | No | ||
| private | No | ||
| archived | No | ||
| has_issues | No | ||
| has_wiki | No | ||
| default_branch | No | ||
| allow_merge_commits | No | ||
| allow_rebase | No | ||
| allow_squash_merge | No |