Skip to content

Commit

Permalink
Merge "api-ref: Fix 'id' (attachment_id) parameters"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Dec 13, 2016
2 parents 146b27f + 6ab20bc commit 199d3d8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api-ref/source/os-volume-attachments.inc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Response

- volumeAttachments: volumeAttachments
- device: device_resp
- id: attachment_id_resp
- id: attachment_id_required
- serverId: server_id
- volumeId: volumeId_resp

Expand Down Expand Up @@ -78,7 +78,7 @@ Response

- volumeAttachment: volumeAttachment
- device: device_resp
- id: attachment_id_resp
- id: attachment_id_required
- serverId: server_id
- volumeId: volumeId_resp

Expand Down Expand Up @@ -113,7 +113,7 @@ Response

- volumeAttachment: volumeAttachment
- device: device_resp
- id: attachment_id_resp
- id: attachment_id_required
- serverId: server_id
- volumeId: volumeId_resp

Expand Down
6 changes: 6 additions & 0 deletions api-ref/source/parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 199d3d8

Please sign in to comment.