Rename ConcurrencyToken to Concurrency
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user