Skip to content

Commit

Permalink
rename namespace-profile endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyjux committed Dec 5, 2024
1 parent 50433c8 commit 9f7649d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/controllers/v3/GatewayController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export class NamespaceController extends Controller {
* @returns
*/
@Get('/{gatewayId}')
@OperationId('namespace-profile')
@OperationId('gateway-profile')
@Security('jwt', ['Namespace.Manage'])
public async profile(
@Path() gatewayId: string,
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/v3/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ paths:
$ref: '#/components/schemas/Gateway'
'/gateways/{gatewayId}':
get:
operationId: namespace-profile
operationId: gateway-profile
responses:
'200':
description: Ok
Expand Down

0 comments on commit 9f7649d

Please sign in to comment.