publish_app_version
Make one version of an app live by its number. This is how a version staged with publish false goes on the link, and how an app is rolled back: name an older number and that version is what the link serves again. Nothing is rebuilt, the pointer moves.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | The app id, as returned by search_apps or create_app. Starts with app_. | |
| number | Yes | The version number to make live. |