update_version
Update the metadata of a published app version—modify its description, tags, visibility, and fork settings.
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 |