mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-01-08 23:51:56 +00:00
Add example noteId
Signed-off-by: Yannick Bungers <git@innay.de> Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
parent
7a41cce94f
commit
b145f652e3
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue