From bdf14799f87553adfd83a9a40b38415e15ee3ddd Mon Sep 17 00:00:00 2001 From: leslitagordita Date: Fri, 3 Apr 2020 13:22:54 -0400 Subject: [PATCH] Add response body to Clone Volumes endpoint --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 3cd55c8a5..f7fd7d075 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -12611,7 +12611,7 @@ paths: content: application/json: schema: - type: object + $ref: '#/components/schemas/Volume' default: $ref: '#/components/responses/ErrorResponse' x-code-samples: