Skip to content

Commit 4a609e1

Browse files
authored
Merge pull request #714 from bbiggerr/fix/volumes-resize-response
Fix Volume Resize response body
2 parents 2dd5e4a + 0ab5cdc commit 4a609e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19212,7 +19212,7 @@ paths:
1921219212
content:
1921319213
application/json:
1921419214
schema:
19215-
type: object
19215+
$ref: '#/components/schemas/Volume'
1921619216
default:
1921719217
$ref: '#/components/responses/ErrorResponse'
1921819218
x-code-samples:

0 commit comments

Comments
 (0)