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:
@@ -1935,7 +1935,7 @@ new_type:
|
|||||||
type: string
|
type: string
|
||||||
no_snapshots:
|
no_snapshots:
|
||||||
description: |
|
description: |
|
||||||
Transfer volume without snapshots.
|
Transfer volume without snapshots. Defaults to False if not specified.
|
||||||
in: body
|
in: body
|
||||||
required: false
|
required: false
|
||||||
min_version: 3.55
|
min_version: 3.55
|
||||||
|
@@ -2,6 +2,6 @@
|
|||||||
"transfer": {
|
"transfer": {
|
||||||
"volume_id": "c86b9af4-151d-4ead-b62c-5fb967af0e37",
|
"volume_id": "c86b9af4-151d-4ead-b62c-5fb967af0e37",
|
||||||
"name": "first volume",
|
"name": "first volume",
|
||||||
"no_snapshots": False,
|
"no_snapshots": false,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user