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