Insert Documents
Insert multiple documents into a collection.
post/action/insertMany
Request body
Response
Inserted
Example response
{
"insertedIds": [
"61935189ec53247016a623c9",
"61935189ec53247016a623ca"
]
}Insert multiple documents into a collection.
Inserted
{
"insertedIds": [
"61935189ec53247016a623c9",
"61935189ec53247016a623ca"
]
}