Removed the `id` URL parameter in the delete index API
This commit is contained in:
parent
f9bc428491
commit
c1af9236c0
|
@ -28,10 +28,6 @@
|
|||
"options" : ["one", "quorum", "all"],
|
||||
"description" : "Specific write consistency setting for the operation"
|
||||
},
|
||||
"id": {
|
||||
"type" : "string",
|
||||
"description" : "The document ID"
|
||||
},
|
||||
"parent": {
|
||||
"type" : "string",
|
||||
"description" : "ID of parent document"
|
||||
|
|
Loading…
Reference in New Issue