Merge "Update 'force' parameter for volume delete API"
This commit is contained in:
commit
cd989853c8
@ -55,6 +55,14 @@ encryption_id:
|
|||||||
in: path
|
in: path
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
force_5:
|
||||||
|
description: |
|
||||||
|
Indicates whether to force delete a volume even if
|
||||||
|
the volume is in deleting or error_deleting. Default is ``false``.
|
||||||
|
in: path
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
|
min_version: 3.23
|
||||||
group_id:
|
group_id:
|
||||||
description: |
|
description: |
|
||||||
The ID of the group.
|
The ID of the group.
|
||||||
@ -1080,14 +1088,6 @@ force_4:
|
|||||||
in: body
|
in: body
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
force_5:
|
|
||||||
description: |
|
|
||||||
Indicates whether to force deletes a volume even if
|
|
||||||
the volume is in deleting or error_deleting. Default is ``false``.
|
|
||||||
in: body
|
|
||||||
required: false
|
|
||||||
type: boolean
|
|
||||||
min_version: 3.23
|
|
||||||
free_capacity:
|
free_capacity:
|
||||||
description: |
|
description: |
|
||||||
The amount of free capacity for the back-end
|
The amount of free capacity for the back-end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user