update_story
Modify an existing Storyblok story by ID to change its content, metadata, or publishing status. This tool allows you to update fields like name, slug, tags, and publish the story after editing.
Instructions
Updates an existing Storyblok story by ID. Supports all documented fields including publishing.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| story_id | Yes | ID of the story to update | |
| name | No | New name | |
| slug | No | New slug | |
| content | No | New content | |
| parent_id | No | New parent folder ID | |
| group_id | No | New group ID | |
| sort_by_date | No | Sort by date field | |
| tag_list | No | Tags for the story | |
| is_folder | No | Whether this is a folder | |
| path | No | Custom path | |
| default_root | No | Default root component | |
| disable_fe_editor | No | Disable frontend editor | |
| is_startpage | No | Whether this is the start page | |
| meta_data | No | Meta data object | |
| pinned | No | Whether the story is pinned | |
| first_published_at | No | First published date | |
| translated_slugs_attributes | No | Translated slug attributes | |
| position | No | Position in list | |
| force_update | No | Force update even if conflicts | |
| release_id | No | Release ID | |
| publish | No | Publish after update | |
| lang | No | Language code for translation |