From f8ad3724af94dc459d5f05e1e9b5e6625a3e34cb Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 7 Feb 2026 23:25:30 +0200 Subject: [PATCH] Fix swagger mistake (#827) --- backend/config/swagger.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/config/swagger.js b/backend/config/swagger.js index 8e7183a..4f20566 100644 --- a/backend/config/swagger.js +++ b/backend/config/swagger.js @@ -75,7 +75,7 @@ const options = { type: 'string', description: 'Task name', }, - description: { + note: { type: 'string', description: 'Task description (Markdown supported)',