Skip to content

Commit f907c52

Browse files
fix: typo
1 parent 91e997c commit f907c52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Http/Controllers/Apis/Marketplace/PrivateCloudsApiController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function __construct(IPrivateCloudServiceRepository $repository, IResourc
8383
new OA\Response(
8484
response: 200,
8585
description: 'Success - Returns paginated list of hosted private clouds',
86-
content: new OA\JsonContent(ref: '#/components/schemas/PaginatedPublicOrPrivateCloudsResponseSchema')
86+
content: new OA\JsonContent(ref: '#/components/schemas/PaginatedPublicOrPrivateCloudsResponse')
8787
),
8888
new OA\Response(response: Response::HTTP_PRECONDITION_FAILED, description: "Validation Error"),
8989
new OA\Response(response: Response::HTTP_INTERNAL_SERVER_ERROR, description: "Server Error")

0 commit comments

Comments
 (0)