ObjectVersion

ObjectVersion
ObjectVersion

This property describes the current version of the entity. To prevent clients from overwriting each other's changes, update operations must include the version which can be obtained by issuing a GET operation. If the version number on an update call is missing, the operation will be rejected. This is only needed on update calls.

JSON Example
{
    "version": 0
}
integer
version
Required

version number for the given entity.