Changed the JSON spec to include the default document API in the `exists` API
This commit is contained in:
parent
dbc0823a77
commit
46c8bd186c
|
@ -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…
Reference in New Issue