Skip to content

Commit 627dd67

Browse files
committed
fix: #114 description should be optional
1 parent 24f2fcf commit 627dd67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

time_tracker_api/time_entries/time_entries_namespace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
description='The id of the selected activity',
3636
example=faker.uuid4(),
3737
),
38-
'description': fields.String(
38+
'description': NullableString(
3939
title='Comments',
4040
required=False,
4141
description='Comments about the time entry',

0 commit comments

Comments
 (0)