We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb5250 commit 6e893e4Copy full SHA for 6e893e4
test_files/CoCreate.js
@@ -4,7 +4,7 @@
4
updateDocument({
5
collection: "test123",
6
document_id: "document_id",
7
- data:{
+ document:{
8
example: “some example can be html json etc”,
9
description: “update documnets if document does not exist otherwise create”
10
},
@@ -79,7 +79,7 @@
79
broadcastSender: true/false,
80
81
collection: "module",
82
- document_id: "",
+ document: {_id: ""},
83
element: “xxxx”,
84
metadata: "xxxx"
85
})
0 commit comments