Error 70003
Error - 70003
Outdated Entity
The request tries to update a resource that has been already updated (by someone else). Only applies if the resource uses a version field.
Possible Causes
- When sending an update request that contains field: “version: 1” and the server recognizes that the actual version of the resource is already 2.
Possible Solution:
- Reload the resource with a GET request to get the latest version.