update_field_plugin
Update existing field plugins in Storyblok by modifying JS source, compiled code, name, options, or space assignments within specified contexts like space, org, or partner.
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
Name | Required | Description | Default |
---|---|---|---|
body | No | ||
compiled_body | No | ||
context | No | space | |
field_type_id | Yes | ||
name | No | ||
options | No | ||
space_ids | No |