update_entry
Modify existing entries in Contentstack by specifying the content type UID, entry UID, and updated entry data using the update_entry function.
Instructions
Updates an existing entry identified by its UID and content type UID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content_type_uid | Yes | Content type UID | |
entry | Yes | Updated entry data | |
entry_uid | Yes | Entry UID to update |