Merge "Fix api-ref for POST backup for optional name"

This commit is contained in:
Jenkins 2017-05-31 12:30:59 +00:00 committed by Gerrit Code Review
commit 3c1e569beb
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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.