Skip to main content

Returns

Example

JAVASCRIPT
1
2
3
4
5
6
7
8
9
existingEntry['title'] = 'Back to the Future'; client.entries.update(existingEntry) .then(result => { console.log('API call result: ', result); }) .catch(error => { console.log('API call fetch error: ', error); });

Versioning

JSON
1
2
3
4
5
6
7
8
9
10
11
{ "logId": "00000000-0000-0000-0000-000000000000", "message": "There are validation errors updating the entry", "data": [ { "field": "Entry.Variations.Values[0].entryVariation", "message": "The entry variation is not the latest" } ], "type": "Validation" }

Still need help?

New support request