Optimistic locking and versioning

Cortex XSOAR 6 API

When using the Cortex XSOAR REST API, ensure you are working on the latest version of the item (incident, entry, etc.) to avoid getting a database version error that will prevent you from overriding a newer item. To force a data override, you can pass 'version: -1'. This causes any newer data to be overridden.