mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Added the default _all
value for document type in get
API
This commit is contained in:
parent
44c56b0888
commit
dc10b9b19a
@ -18,7 +18,8 @@
|
||||
},
|
||||
"type": {
|
||||
"type" : "string",
|
||||
"required" : true,
|
||||
"required" : false,
|
||||
"default" : "all",
|
||||
"description" : "The type of the document (use `_all` to fetch the first document matching the ID across all types)"
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user