Merge "Fix in api-ref"

This commit is contained in:
Zuul 2021-03-19 20:58:09 +00:00 committed by Gerrit Code Review
commit a41344870e
2 changed files with 9 additions and 1 deletions

View File

@ -1180,6 +1180,14 @@ force:
in: body
required: false
type: boolean
force_snapshot:
description: |
Indicates whether to snapshot, even if the volume
is attached. Default is ``false``.
See :ref:`valid boolean values <valid-boolean-values>`
in: body
required: false
type: boolean
force_upload_vol:
description: |
Enables or disables upload of a volume that is

View File

@ -122,7 +122,7 @@ Request
- volume_id: volume_id
- name: name_snap_req
- description: description_snap
- force: force
- force: force_snapshot
- metadata: metadata_snap
Request Example