Rename ConcurrencyToken to Concurrency

This commit is contained in:
2020-05-13 19:54:41 +00:00
parent 6a9984720d
commit 539d590ce8
96 changed files with 144 additions and 144 deletions

View File

@@ -221,7 +221,7 @@ The above example shows multiple validation errors ([API error code](api-error-c
AyaNova uses "optimistic concurrency" tracking. This means a concurrency token needs to accompany most change (PUT, PATCH) routes.
Objects that require concurrency tokens to update are the objects that return a `ConcurrencyToken` property on a GET request.
Objects that require concurrency tokens to update are the objects that return a `Concurrency` property on a GET request.
Every update to an object results in a new concurrency token for that object.