apiargs-MongoDBCollection-method-insertMany-param.yaml 223 Bytes
Newer Older
1 2 3 4 5 6
arg_name: param
name: $documents
type: array
description: |
  The documents to insert into the collection.
interface: phpmethod
7
operation: ~
8 9 10 11 12
optional: false
---
source:
  file: apiargs-common-param.yaml
  ref: $options
13
...