compare_story_versions
Analyze differences between two versions of a Storyblok story to track changes, identify updates, and ensure content consistency.
Instructions
Compares two versions of a story to identify changes.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
story_id | Yes | ||
version_v2 | Yes |
Input Schema (JSON Schema)
{
"properties": {
"story_id": {
"title": "Story Id",
"type": "integer"
},
"version_v2": {
"title": "Version V2",
"type": "integer"
}
},
"required": [
"story_id",
"version_v2"
],
"title": "compare_story_versionsArguments",
"type": "object"
}