update_version
Update metadata like description, tags, visibility, and fork settings for an existing app version by providing project and version IDs.
Instructions
Update metadata (description, tags, visibility, fork_allowed) of a published app version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project ID | |
| version_id | Yes | The version ID to update | |
| description | No | Updated description | |
| tags | No | Updated tags | |
| visibility | No | Updated visibility | |
| fork_allowed | No | Whether forking is allowed |