So, I want send request like this
parent
-- child = ["6hashhnd...", {"attribute1:"abcd",}]
so, what I expect is that the as id of be linked as id already exist but, also user creating new document and also link that
TL;DR
The user wants to know if it's possible to simultaneously link a child document by its ID and pass data for the creation of the child document. The thread confirms that this should work. The user wants to send a request with both the ID of the already existing child document and also create a new document with a link.