Merge "Fix create backup API document"

This commit is contained in:
Zuul 2018-06-05 00:01:40 +00:00 committed by Gerrit Code Review
commit 9bfc74428d
3 changed files with 4 additions and 6 deletions

View File

@ -1490,7 +1490,7 @@ snapshot_id_2:
description: | description: |
The UUID of the source volume snapshot. The UUID of the source volume snapshot.
in: body in: body
required: true required: false
type: string type: string
source_cgid: source_cgid:
description: | description: |

View File

@ -263,7 +263,7 @@ Create a backup
.. rest_method:: POST /v3/{project_id}/backups .. rest_method:: POST /v3/{project_id}/backups
Creates a Block Storage backup from a volume. Creates a Block Storage backup from a volume or snapshot.
Response codes Response codes
-------------- --------------

View File

@ -2423,11 +2423,9 @@ snapshot_id_2:
type: string type: string
snapshot_id_3: snapshot_id_3:
description: | description: |
The UUID of the source volume snapshot. The API The UUID of the source snapshot that you want to back up.
creates a new volume snapshot with the same size as the source
volume snapshot unless a larger size is requested.
in: body in: body
required: true required: false
type: string type: string
snapshot_id_4: snapshot_id_4:
description: | description: |