retrieve_all_extension_settings
Retrieve settings for all extensions in a Storyblok space by specifying the space ID, enabling efficient management and access to extension configurations.
Instructions
Retrieve settings for all extensions installed in a space.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
space_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"space_id": {
"title": "Space Id",
"type": "integer"
}
},
"required": [
"space_id"
],
"title": "retrieve_all_extension_settingsArguments",
"type": "object"
}