create_datasource_entry
Add a new entry to a Storyblok datasource by specifying the datasource ID, entry name, and value.
Instructions
Creates a new datasource entry in a specified Storyblok space.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datasource_id | Yes | ID of the datasource | |
| name | Yes | Name of the entry | |
| value | Yes | Value of the entry |