Skip to content

Commit ff8a5b4

Browse files
committed
chore: Move to Marketplace single tag
1 parent f2b114e commit ff8a5b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function __construct(IRemoteCloudServiceRepository $repository, IResource
3939
description: "Get all marketplace remotely managed private cloud services (OpenStack implementations)",
4040
summary: 'Get all remotely managed private clouds',
4141
operationId: 'getAllRemotelyManagedPrivateClouds',
42-
tags: ['Remote Clouds', 'Marketplace'],
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)