Skip to content

Commit

Permalink
fix: Create Account endpoint name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachid Flih authored and Rachid Flih committed Jul 30, 2024
1 parent 4ab23d9 commit 04f261d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/api/src/accounting/account/account.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export class AccountController {

@ApiOperation({
operationId: 'createAccountingAccount',
summary: 'Accounts',
summary: 'Create Accounts',
description: 'Create accounts in any supported Accounting software',
})
@ApiHeader({
Expand Down
2 changes: 1 addition & 1 deletion packages/api/swagger/swagger-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5535,7 +5535,7 @@ paths:
x-speakeasy-group: accounting.accounts
post:
operationId: createAccountingAccount
summary: Accounts
summary: Create Accounts
description: Create accounts in any supported Accounting software
parameters:
- name: x-connection-token
Expand Down

0 comments on commit 04f261d

Please sign in to comment.