You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating parent documents does not work. In my case, I could not create a document that has a parent that was an array of embedded documents. The return
Executing POST request in postman with following json body { "parentDocument": "5f466be4c5505", "parentProperty": "travels", "parentPropertyType": "append", "data": { "locations": [] } }