Skip to content

Commit d55b91c

Browse files
committed
chore: enhance api documentation
1 parent 007dc2b commit d55b91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/backend/src/system/export/export.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class ExportController {
2020
headers: {
2121
"Content-Disposition": {
2222
description: "Attachment dump.sql",
23-
schema: { type: "string", example: 'attachment; filename="quassel-database-dump.sql"' },
23+
schema: { type: "string", example: 'attachment; filename="quassel-database-dump-01-01-01_15-12.sql"' },
2424
},
2525
},
2626
})

0 commit comments

Comments
 (0)