retrieve_single_component_version
Retrieve schema details of a specific component version in Storyblok for precise version control and component management.
Instructions
Retrieves the schema details of a specific component 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": [
"component_id",
"version_id"
],
"title": "retrieve_single_component_versionArguments",
"type": "object"
}