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", ]