Merge "api-ref: Fix "name" parameter"
This commit is contained in:
commit
12aa750114
@ -1879,9 +1879,9 @@ multiattach_resp:
|
||||
type: boolean
|
||||
name:
|
||||
description: |
|
||||
The name of the Volume Transfer.
|
||||
The name of the object.
|
||||
in: body
|
||||
required: true
|
||||
required: false
|
||||
type: string
|
||||
name_backend_pool:
|
||||
description: |
|
||||
@ -2644,6 +2644,12 @@ snapshot_id_source_vol:
|
||||
in: body
|
||||
required: false
|
||||
type: string
|
||||
snapshot_name:
|
||||
description: |
|
||||
The name of the snapshot.
|
||||
in: body
|
||||
required: false
|
||||
type: string
|
||||
snapshot_obj:
|
||||
description: |
|
||||
A ``snapshot`` object.
|
||||
@ -2889,13 +2895,18 @@ transfer:
|
||||
in: body
|
||||
required: true
|
||||
type: object
|
||||
transfer_name:
|
||||
description: |
|
||||
The name of the volume transfer.
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
transfer_obj_id:
|
||||
description: |
|
||||
The UUID of the volume transfer.
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
|
||||
transfers:
|
||||
description: |
|
||||
List of transfer details.
|
||||
|
@ -50,7 +50,7 @@ Response Parameters
|
||||
- volume_id: volume_id
|
||||
- id: id
|
||||
- links: links
|
||||
- name: name
|
||||
- name: transfer_name
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
|
@ -417,7 +417,7 @@ Request
|
||||
- snapshot_id: snapshot_id_path
|
||||
- snapshot: snapshot_obj
|
||||
- description: description_snap
|
||||
- name: name
|
||||
- name: snapshot_name
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user