restore_component_version
Restore a component to a specific previous version using version ID and component ID. Ideal for reverting changes or recovering lost configurations in Storyblok spaces.
Instructions
Restores a component to a previous version.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
component_id | Yes | ||
version_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"component_id": {
"title": "Component Id",
"type": "string"
},
"version_id": {
"title": "Version Id",
"type": "string"
}
},
"required": [
"version_id",
"component_id"
],
"title": "restore_component_versionArguments",
"type": "object"
}