Skip to content

Commit 9f7649d

Browse files
committed
rename namespace-profile endpoint
1 parent 50433c8 commit 9f7649d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/controllers/v3/GatewayController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export class NamespaceController extends Controller {
129129
* @returns
130130
*/
131131
@Get('/{gatewayId}')
132-
@OperationId('namespace-profile')
132+
@OperationId('gateway-profile')
133133
@Security('jwt', ['Namespace.Manage'])
134134
public async profile(
135135
@Path() gatewayId: string,

src/controllers/v3/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ paths:
925925
$ref: '#/components/schemas/Gateway'
926926
'/gateways/{gatewayId}':
927927
get:
928-
operationId: namespace-profile
928+
operationId: gateway-profile
929929
responses:
930930
'200':
931931
description: Ok

0 commit comments

Comments
 (0)