CMS > Entries
Update an entry
Change some of an entry's values, leaving the rest untouched.
patch
/v1/cms/collections/{collectionId}/entries/{entryId}Only the values you send change; every omitted field keeps what it had. Send
null to clear a field that is not required — clearing a required field returns
400.
The values object must not be empty.
Path parameters
collectionIdstringrequiredID of the collection.
entryIdstringrequiredID of the entry.
Request body
valuesobjectrequiredThe values to change, keyed by field ID.
Response · 200
entryobjectrequiredShow 6 propertiesHide properties
entryobjectrequiredidstringrequiredcollectionIdstringrequiredvaluesobjectrequiredstatusenumrequiredOne of: active, deleted
createdAtstringrequiredupdatedAtstringrequiredErrors: 400, 401, 404, 405, 429, 500. See Errors for the response shape.