Merge "api-ref: Fix 'id' (attachment_id) parameters"
This commit is contained in:
commit
199d3d81ee
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user