Skip to content

Commit

Permalink
change example for metadata in dto
Browse files Browse the repository at this point in the history
  • Loading branch information
poojakarma committed Aug 23, 2024
1 parent 218424f commit 728536b
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions src/modules/event/dto/update-event.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,20 @@ export class UpdateEventDto {
@ApiProperty({
description: 'MetaData Details',
example: {
topic: 'Java',
mentorId: '1244546647',
subTopic: 'Type of fetaures',
framework: {
board: '',
medium: '',
grade: '',
subject: '',
topic: '',
subTopic: '',
teacherName: 'Vivek Kasture',
},
eventType: 'PLANNED_SESSION',
doId: '',
cohortId: '71bdbed4-388a-4c79-bd69-65b08e857f1e',
cycleId: '',
tenant: '',
},
})
@IsObject()
Expand Down

0 comments on commit 728536b

Please sign in to comment.