apiargs-MongoDBGridFSBucket-method-rename-param.yaml 262 Bytes
Newer Older
1 2 3 4 5
source:
  file: apiargs-MongoDBGridFSBucket-common-param.yaml
  ref: $id
replacement:
  resource: " to rename"
6 7 8 9 10 11 12
---
arg_name: param
name: $newFilename
type: string
description: |
  The new ``filename`` value.
interface: phpmethod
13
operation: ~
14 15
optional: false
...