# 70003: Outdated Entity

Log Level: ERROR

## Description

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.
