api-ref: document no_snapshots default for volume transfer API

This documents the default value (False) for the no_snapshots
parameter to the 3.55 volume transfer API and also fixes the
no_snapshots value in the API sample to use proper json.

Change-Id: I852a04c0b772de64fa82c9c1630dff8ba6454eeb
This commit is contained in:
Matt Riedemann 2018-09-12 14:32:16 -04:00
parent 8f13d2e428
commit 04ce5179bb
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,
}
}