Skip to content

Commit d235052

Browse files
Merge pull request #234 from leslitagordita/fix-response-clone-volumes
[Fix] Add response body to Clone Volumes endpoint
2 parents b0bd9ae + bdf1479 commit d235052

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
@@ -12610,7 +12610,7 @@ paths:
1261012610
content:
1261112611
application/json:
1261212612
schema:
12613-
type: object
12613+
$ref: '#/components/schemas/Volume'
1261412614
default:
1261512615
$ref: '#/components/responses/ErrorResponse'
1261612616
x-code-samples:

0 commit comments

Comments
 (0)