update_datasource_entry
Modify an existing datasource entry in a Storyblok space by updating its name, value, or dimension attributes.
Instructions
Updates an existing datasource entry in a specified Storyblok space.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datasource_entry_id | Yes | ID of the datasource entry to update | |
| name | No | New name for the entry | |
| value | No | New value for the entry | |
| dimension_value | No | Dimension value | |
| dimension_id | No | Dimension ID (required when setting dimension_value) |