Merge "api-ref: document no_snapshots default for volume transfer API"

This commit is contained in:
Zuul 2018-09-12 21:12:46 +00:00 committed by Gerrit Code Review
commit 9979fd17e6
2 changed files with 2 additions and 2 deletions

View File

@ -1935,7 +1935,7 @@ new_type:
type: string
no_snapshots:
description: |
Transfer volume without snapshots.
Transfer volume without snapshots. Defaults to False if not specified.
in: body
required: false
min_version: 3.55

View File

@ -2,6 +2,6 @@
"transfer": {
"volume_id": "c86b9af4-151d-4ead-b62c-5fb967af0e37",
"name": "first volume",
"no_snapshots": False,
"no_snapshots": false,
}
}