Closed IonicaBizau closed 10 years ago
just check if the _tp
field exists in the schema of the template you query.
I found the answer: I forgot to add "$set"
key. :smile:
So, the correct object is:
{
"t": "529379........131e000001",
"q": {
"_id": "52fcb65......3ee6b0411e5"
},
"d": {
"$set": {
" field1": [
...
],
"a.b": "...",
"a.c": "...",
"a.d": "...",
"e.f.g": "...",
"e.h.i": "..."
}
}
}
I am trying to make an update request and I am getting this error:
Any idea....?