update_extension
Modify an existing Storyblok extension's configuration, including name, URLs, display settings, and field associations within organization or partner contexts.
Instructions
Updates an existing extension in the specified context (organization or partner).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| extension_id | Yes | The numeric ID of the extension | |
| context | No | The context. Options are 'org' or 'partner'. | org |
| name | No | Name of the extension | |
| slug | No | Slug of the extension | |
| icon | No | Icon URL for the extension | |
| preview_video | No | Preview video URL | |
| description | No | Description of the extension | |
| intro | No | Introduction text | |
| screenshot | No | Screenshot URL | |
| website | No | Website URL | |
| author | No | Author name | |
| field_type_ids | No | Array of field type IDs | |
| embedded_app_url | No | Embedded app URL | |
| dev_embedded_app_url | No | Development embedded app URL | |
| dev_oauth_redirect_uri | No | Development OAuth redirect URI | |
| in_sidebar | No | Whether to show in sidebar | |
| in_toolbar | No | Whether to show in toolbar | |
| sidebar_icon | No | Sidebar icon URL | |
| oauth_redirect_uri | No | OAuth redirect URI | |
| enable_space_settings | No | Whether to enable space settings |