update_version
Update a published app version's metadata by changing its description, tags, visibility, or fork permission. Provide project ID and version ID to identify the target version.
Instructions
Update metadata (description, tags, visibility, fork_allowed) of a published app version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Updated tags | |
| project_id | Yes | The project ID | |
| version_id | Yes | The version ID to update | |
| visibility | No | Updated visibility | |
| description | No | Updated description | |
| fork_allowed | No | Whether forking is allowed |