From 5c9f9512174829c221a0c9892231d262e2e7c6bf Mon Sep 17 00:00:00 2001 From: Timur Date: Sun, 2 Mar 2025 11:52:45 +0300 Subject: [PATCH] add attachments field to task out schema --- services/backend/api/v1/task/schemas.py | 1 + 1 file changed, 1 insertion(+) diff --git a/services/backend/api/v1/task/schemas.py b/services/backend/api/v1/task/schemas.py index 5ee967c..40750d0 100644 --- a/services/backend/api/v1/task/schemas.py +++ b/services/backend/api/v1/task/schemas.py @@ -17,6 +17,7 @@ class TaskOutSchema(ModelSchema): "type", "in_competition_position", "points", + "attachments", ]