Add example noteId

Signed-off-by: Yannick Bungers <git@innay.de>

Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
Yannick Bungers 2023-10-07 13:33:20 +02:00 committed by David Mehren
parent 7a41cce94f
commit b145f652e3

View file

@ -21,7 +21,7 @@ export class MediaUploadDto extends BaseDto {
/** /**
* The publicId of the note to which the uploaded file is linked to. * The publicId of the note to which the uploaded file is linked to.
* @example "noteId" TODO how looks a note id? * @example "b604x5885k9k01bq7tsmawvnp0"
*/ */
@IsString() @IsString()
@IsOptional() @IsOptional()