update_entry
Update an existing content entry by its ID with partial or full field data. Only specified fields are changed; others remain unchanged.
Instructions
Update an existing content entry by its ID with partial or full field data. Only the fields included in the data JSON will be modified; other fields remain unchanged. Use get_entry first to see the current values, then provide only the fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | JSON string with the fields to update. Only include fields you want to change. Example: '{"title": "Updated Title", "price": 29.99}' | |
| locale | No | Locale of the entry to update if i18n is enabled (e.g., 'en', 'fr') | |
| entry_id | Yes | Numeric ID of the entry to update | |
| content_type | Yes | Plural API ID of the content type (e.g., 'articles', 'products') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |