Skip to content

Commit

Permalink
Merge pull request #684 from jl-wynen/thumbnail-doc
Browse files Browse the repository at this point in the history
Explain thumbnail format
  • Loading branch information
nitrosx authored Aug 28, 2023
2 parents 77b0e78 + 32a9a53 commit 8a20e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/attachments/schemas/attachment.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class Attachment extends OwnableClass {
@ApiProperty({
type: String,
description:
"Contains a thumbnail preview in base64 encoded png format for a given dataset.",
"A small, base64-encoded image. Must have a MIME content-header; e.g. 'data:image/png;base64,{the-image-in-base64}'.",
})
@Prop({ type: String })
thumbnail: string;
Expand Down

0 comments on commit 8a20e7e

Please sign in to comment.