Removed the `id` URL parameter in `_explain` API
This commit is contained in:
parent
c9ad3658e9
commit
8b4b7be9c5
|
@ -45,10 +45,6 @@
|
||||||
"type": "list",
|
"type": "list",
|
||||||
"description" : "A comma-separated list of fields to return in the response"
|
"description" : "A comma-separated list of fields to return in the response"
|
||||||
},
|
},
|
||||||
"id": {
|
|
||||||
"type" : "string",
|
|
||||||
"description" : "The document ID"
|
|
||||||
},
|
|
||||||
"lenient": {
|
"lenient": {
|
||||||
"type" : "boolean",
|
"type" : "boolean",
|
||||||
"description" : "Specify whether format-based query failures (such as providing text to a numeric field) should be ignored"
|
"description" : "Specify whether format-based query failures (such as providing text to a numeric field) should be ignored"
|
||||||
|
|
Loading…
Reference in New Issue