Update Entry
update_entryModify existing content entries in ElmapiCMS collections by updating field values, status, or locale for published or draft content.
Instructions
Update an existing content entry
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_slug | Yes | The collection slug | |
| uuid | Yes | The entry UUID | |
| data | Yes | Object with field names and their new values | |
| status | No | Publication status: 'published' or 'draft' | |
| locale | No | Locale code |