Skip to content

Commit d762563

Browse files
fix: fix typo
1 parent 9fb1954 commit d762563

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function __construct(IPublicCloudServiceRepository $repository, IResource
8383
new OA\Response(
8484
response: 200,
8585
description: 'Success - Returns paginated list of public 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)