Merge "api-ref: Fix 'id' (attachment_id) parameters"

This commit is contained in:
Jenkins 2016-12-13 23:57:54 +00:00 committed by Gerrit Code Review
commit 199d3d81ee
2 changed files with 9 additions and 3 deletions

View File

@ -33,7 +33,7 @@ Response
- volumeAttachments: volumeAttachments
- device: device_resp
- id: attachment_id_resp
- id: attachment_id_required
- serverId: server_id
- volumeId: volumeId_resp
@ -78,7 +78,7 @@ Response
- volumeAttachment: volumeAttachment
- device: device_resp
- id: attachment_id_resp
- id: attachment_id_required
- serverId: server_id
- volumeId: volumeId_resp
@ -113,7 +113,7 @@ Response
- volumeAttachment: volumeAttachment
- device: device_resp
- id: attachment_id_resp
- id: attachment_id_required
- serverId: server_id
- volumeId: volumeId_resp

View File

@ -991,6 +991,12 @@ attachment_device_resp:
in: body
required: false
type: string
attachment_id_required:
description: |
The UUID of the attachment.
in: body
required: true
type: string
attachment_id_resp:
description: |
The UUID of the attachment.