apiargs-MongoDBDatabase-method-modifyCollection-param.yaml 361 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
source:
  file: apiargs-common-param.yaml
  ref: $collectionName
replacement:
  subject: "collection or view"
  action: " to modify"
---
arg_name: param
name: $collectionOptions
type: array
description: |
  Collection or view options to assign.
interface: phpmethod
operation: ~
optional: false
---
source:
  file: apiargs-common-param.yaml
  ref: $options
...