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