Merge "api-ref: Fix parameters for os-volume-attachments.inc"

This commit is contained in:
Zuul 2018-05-21 13:41:07 +00:00 committed by Gerrit Code Review
commit d78055df0e
2 changed files with 14 additions and 2 deletions

View File

@ -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
--------

View File

@ -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: