mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat: update endpoint swagger docs
This commit is contained in:
@@ -117,7 +117,10 @@ export class AccountsController {
|
||||
status: 200,
|
||||
description: 'The account types have been successfully retrieved.',
|
||||
schema: {
|
||||
$ref: getSchemaPath(AccountTypeResponseDto),
|
||||
type: 'array',
|
||||
items: {
|
||||
$ref: getSchemaPath(AccountTypeResponseDto),
|
||||
},
|
||||
},
|
||||
})
|
||||
async getAccountTypes() {
|
||||
|
||||
Reference in New Issue
Block a user