Merge "Fix api-ref for POST backup for optional name"
This commit is contained in:
commit
3c1e569beb
@ -228,7 +228,7 @@ Request
|
|||||||
- volume_id: volume_id
|
- volume_id: volume_id
|
||||||
- force: force
|
- force: force
|
||||||
- backup: backup
|
- backup: backup
|
||||||
- name: name
|
- name: name_optional
|
||||||
- snapshot_id: snapshot_id_2
|
- snapshot_id: snapshot_id_2
|
||||||
- project_id: project_id_path
|
- project_id: project_id_path
|
||||||
|
|
||||||
|
@ -1340,6 +1340,12 @@ name_9:
|
|||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
name_optional:
|
||||||
|
description: |
|
||||||
|
The name of the Volume Backup.
|
||||||
|
in: body
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
namespace:
|
namespace:
|
||||||
description: |
|
description: |
|
||||||
Link associated to the extension.
|
Link associated to the extension.
|
||||||
|
Loading…
Reference in New Issue
Block a user