Merge "api-ref: Fix parameters for os-volume-attachments.inc"
This commit is contained in:
commit
d78055df0e
@ -117,7 +117,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- server_id: server_id_path
|
||||
- volume_id: volume_id
|
||||
- volume_id: volume_id_attached_path
|
||||
|
||||
Response
|
||||
--------
|
||||
@ -189,7 +189,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- server_id: server_id_path
|
||||
- volume_id: volume_id
|
||||
- volume_id: volume_id_to_detach_path
|
||||
|
||||
Response
|
||||
--------
|
||||
|
@ -337,12 +337,24 @@ tenant_id:
|
||||
in: path
|
||||
required: true
|
||||
type: string
|
||||
volume_id_attached_path:
|
||||
description: |
|
||||
The UUID of the attached volume.
|
||||
in: path
|
||||
required: true
|
||||
type: string
|
||||
volume_id_path:
|
||||
description: |
|
||||
The unique ID for a volume.
|
||||
in: path
|
||||
required: true
|
||||
type: string
|
||||
volume_id_to_detach_path:
|
||||
description: |
|
||||
The UUID of the volume to detach.
|
||||
in: path
|
||||
required: true
|
||||
type: string
|
||||
|
||||
# variables in query
|
||||
access_ip_v4_query_server:
|
||||
|
Loading…
x
Reference in New Issue
Block a user