apiargs-MongoDBCollection-method-insertOne-param.yaml 228 Bytes
Newer Older
1 2 3 4 5 6
arg_name: param
name: $document
type: array|object
description: |
  The document 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
...