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": {
|
||||||
"type" : "string",
|
"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)"
|
"description" : "The type of the document (use `_all` to fetch the first document matching the ID across all types)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue