We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50433c8 commit 9f7649dCopy full SHA for 9f7649d
src/controllers/v3/GatewayController.ts
@@ -129,7 +129,7 @@ export class NamespaceController extends Controller {
129
* @returns
130
*/
131
@Get('/{gatewayId}')
132
- @OperationId('namespace-profile')
+ @OperationId('gateway-profile')
133
@Security('jwt', ['Namespace.Manage'])
134
public async profile(
135
@Path() gatewayId: string,
src/controllers/v3/openapi.yaml
@@ -925,7 +925,7 @@ paths:
925
$ref: '#/components/schemas/Gateway'
926
'/gateways/{gatewayId}':
927
get:
928
- operationId: namespace-profile
+ operationId: gateway-profile
929
responses:
930
'200':
931
description: Ok
0 commit comments