Skip to content

Commit 3a748c3

Browse files
committed
chore: Move to Marketplace single tag
1 parent 8b234b1 commit 3a748c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function __construct(IPublicCloudServiceRepository $repository, IResource
3939
description: "Get all marketplace public cloud services (OpenStack implementations)",
4040
summary: 'Get all public clouds',
4141
operationId: 'getAllPublicClouds',
42-
tags: ['Public Clouds'],
42+
tags: ['Marketplace'],
4343
parameters: [
4444
new OA\Parameter(
4545
name: 'filter[]',
@@ -96,4 +96,4 @@ public function getAll()
9696
{
9797
return parent::getAll();
9898
}
99-
}
99+
}

0 commit comments

Comments
 (0)