We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218424f commit 728536bCopy full SHA for 728536b
src/modules/event/dto/update-event.dto.ts
@@ -102,9 +102,20 @@ export class UpdateEventDto {
102
@ApiProperty({
103
description: 'MetaData Details',
104
example: {
105
- topic: 'Java',
106
- mentorId: '1244546647',
107
- subTopic: 'Type of fetaures',
+ framework: {
+ board: '',
+ medium: '',
108
+ grade: '',
109
+ subject: '',
110
+ topic: '',
111
+ subTopic: '',
112
+ teacherName: 'Vivek Kasture',
113
+ },
114
+ eventType: 'PLANNED_SESSION',
115
+ doId: '',
116
+ cohortId: '71bdbed4-388a-4c79-bd69-65b08e857f1e',
117
+ cycleId: '',
118
+ tenant: '',
119
},
120
})
121
@IsObject()
0 commit comments