update_field_plugin
Modify existing field plugins in Storyblok by updating JavaScript source code, configuration options, or space assignments within specific contexts.
Instructions
Updates an existing field plugin in the specified context.
Args: field_type_id: Numeric ID of the field plugin. body: Updated uncompiled JS source. compiled_body: Updated compiled JS source. name: Optional new name (must still be unique). options: Optional config options for the plugin. space_ids: Optional space assignment list. context: 'space', 'org', or 'partner'.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field_type_id | Yes | Numeric ID of the field plugin | |
| body | No | Updated uncompiled JS source | |
| compiled_body | No | Updated compiled JS source | |
| name | No | Optional new name (must still be unique) | |
| options | No | Optional config options for the plugin | |
| space_ids | No | Optional space assignment list | |
| context | No | Context: 'space', 'org', or 'partner' | space |