retrieve_single_preset
Fetch a specific preset from a Storyblok space using the Management API for efficient content management and retrieval.
Instructions
Retrieves a single preset from a Storyblok space using the Management API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
preset_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"preset_id": {
"title": "Preset Id",
"type": "integer"
}
},
"required": [
"preset_id"
],
"title": "retrieve_single_presetArguments",
"type": "object"
}