From a057bbc40654d99e18b3b69fd93757e76bbbd1fa Mon Sep 17 00:00:00 2001 From: Lee Yarwood Date: Tue, 24 Aug 2021 19:03:22 +0100 Subject: fup: Fix os-volume_attachments api-ref parameters Change-Id: Ibf5ca2969065262f4aa14b3764af74af37d88408 --- api-ref/source/parameters.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'api-ref') diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index 75bc9854dc..36b7386454 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -1780,7 +1780,7 @@ attachment_bdm_id_resp: description: | The UUID of the block device mapping record in Nova for the attachment. in: body - required: false + required: true type: string min_version: 2.89 attachment_device_put_req: @@ -1826,7 +1826,7 @@ attachment_volume_id_resp: description: | The UUID of the associated volume attachment in Cinder. in: body - required: false + required: true type: string min_version: 2.89 attachment_volumeId_resp: @@ -7378,9 +7378,9 @@ volume: type: object volume_attachment_id_resp: description: | - The volumeId of the attachment. + The volume ID of the attachment. in: body - required: false + required: true type: string max_version: 2.88 volume_id: -- cgit v1.2.1