Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page
Looking for more inspiration?Visit the
Error

70003: Outdated Entity

Description

description page anchor

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

possible-causes page anchor
  • When sending an update request that contains field: "version: 1" and the server recognizes that the actual version of the resource is already 2.
  • Reload the resource with a GET request to get the latest version.