apiargs-MongoDBCollection-method-replaceOne-param.yaml 463 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
source:
  ref: $filter
  file: apiargs-common-param.yaml
operation: MongoDB\\Collection::replaceOne
replacement:
  verb: "query"
optional: false
position: 1
---
arg_name: param
name: $replacement
type: array
description: |
  The document to replace.
interface: phpmethod
operation: MongoDB\\Collection::replaceOne
optional: false
position: 2
---
source:
  ref: $options
  file: apiargs-common-param.yaml
operation: MongoDB\\Collection::replaceOne
position: 3
...