Merge "Fix create backup API document"
This commit is contained in:
commit
9bfc74428d
@ -1490,7 +1490,7 @@ snapshot_id_2:
|
||||
description: |
|
||||
The UUID of the source volume snapshot.
|
||||
in: body
|
||||
required: true
|
||||
required: false
|
||||
type: string
|
||||
source_cgid:
|
||||
description: |
|
||||
|
@ -263,7 +263,7 @@ Create a backup
|
||||
|
||||
.. 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
|
||||
--------------
|
||||
|
@ -2423,11 +2423,9 @@ snapshot_id_2:
|
||||
type: string
|
||||
snapshot_id_3:
|
||||
description: |
|
||||
The UUID of the source volume snapshot. The API
|
||||
creates a new volume snapshot with the same size as the source
|
||||
volume snapshot unless a larger size is requested.
|
||||
The UUID of the source snapshot that you want to back up.
|
||||
in: body
|
||||
required: true
|
||||
required: false
|
||||
type: string
|
||||
snapshot_id_4:
|
||||
description: |
|
||||
|
Loading…
Reference in New Issue
Block a user