Skip to content
Snippets Groups Projects

added DR update API

2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline

Files

@@ -91,7 +91,7 @@ export class UpdateDoctorsRequestDto {
})
emailId?: string;
// @IsOptional()
@IsOptional()
@IsString({ message: 'Pan number must be a string' })
@ApiProperty({
example: 'HSLDY8769P',
Loading