update_field_plugin
Updates an existing field plugin with new JS source, name, options, or space assignments. Choose context: 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 |
|---|---|---|---|
| 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 |