Skip to content

Commit

Permalink
refactor: tidy up description
Browse files Browse the repository at this point in the history
  • Loading branch information
rawongithub committed Feb 9, 2024
1 parent ab23b73 commit 56416cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/input.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ export class CollectionDto {

@ApiPropertyOptional({
description:
'Use only allowed properties separated by semicolon; default is ascending created_at; prefix name with hyphen/minus sign to get descending order',
'Only whitelisted properties separated by semicolon; prefix with -/+ for DESC/ASC order',
example: '-created_at;filename',
default: 'created_at',

required: false,
type: String,
})
Expand Down

0 comments on commit 56416cb

Please sign in to comment.