update_release
Modify an existing Storyblok release by updating its name, schedule, deployment branches, notifications, or triggering status.
Instructions
Updates an existing release in a specified Storyblok space.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| release_id | Yes | ID of the release to update | |
| name | No | New name for the release | |
| release_at | No | New scheduled release date/time | |
| timezone | No | New timezone | |
| branches_to_deploy | No | New branch IDs to deploy to | |
| users_to_notify_ids | No | New user IDs to notify | |
| do_release | No | Whether to trigger the release |