Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit 214aa7e

Browse files
committed
fix: Remove enum definition for organization approval example in API documentation
1 parent f8423b5 commit 214aa7e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/organization/organization.controller.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ export class OrganizationController {
8484
'Возможные значения:\n' +
8585
'- true: только подтверждённые организации (isApproved = true)\n' +
8686
'- false: только не подтверждённые организации (isApproved = false)',
87-
example: true,
88-
enum: [true, false]
87+
example: true
8988
})
9089
@ApiResponse({ status: 200, description: 'Список организаций' })
9190
@ApiResponse({ status: 401, description: 'Не авторизован' })

0 commit comments

Comments
 (0)