Added "version" param to delete and update
This commit is contained in:
parent
48176a1e85
commit
2b91529c98
|
@ -50,6 +50,10 @@
|
|||
"type" : "time",
|
||||
"description" : "Explicit operation timeout"
|
||||
},
|
||||
"version" : {
|
||||
"type" : "number",
|
||||
"description" : "Explicit version number for concurrency control"
|
||||
},
|
||||
"version_type": {
|
||||
"type" : "enum",
|
||||
"options" : ["internal","external"],
|
||||
|
|
|
@ -77,6 +77,10 @@
|
|||
"type" : "duration",
|
||||
"description" : "Expiration time for the document"
|
||||
},
|
||||
"version" : {
|
||||
"type" : "number",
|
||||
"description" : "Explicit version number for concurrency control"
|
||||
},
|
||||
"version_type": {
|
||||
"type" : "number",
|
||||
"description" : "Explicit version number for concurrency control"
|
||||
|
|
Loading…
Reference in New Issue