Skip to content

Commit 1b17cd3

Browse files
committed
chore: include PR requested changes
1 parent 7fc30ad commit 1b17cd3

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
@@ -96,7 +96,7 @@ public function __construct(IPrivateCloudServiceRepository $repository, IResourc
9696
],
9797
responses: [
9898
new OA\Response(
99-
response: 200,
99+
response: Response::HTTP_OK,
100100
description: 'Success - Returns paginated list of hosted private clouds',
101101
content: new OA\JsonContent(ref: '#/components/schemas/PaginatedPublicOrPrivateCloudsResponse')
102102
),

0 commit comments

Comments
 (0)