toggle_repository_forking
Enable or disable forking on a Gitopia repository by toggling the AllowForking flag. Must be set before forking repositories with forking disabled.
Instructions
Use this when you need to enable or disable forking on a repository. Toggles the AllowForking flag. Must be called before forking a repo that has forking disabled. Signs and broadcasts an on-chain transaction. Returns the new AllowForking state. Requires 'owner' and 'name'. See also: fork_repository, get_repo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (username or DAO name) | |
| name | Yes | Repository name |