We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f2fcf commit 627dd67Copy full SHA for 627dd67
time_tracker_api/time_entries/time_entries_namespace.py
@@ -35,7 +35,7 @@
35
description='The id of the selected activity',
36
example=faker.uuid4(),
37
),
38
- 'description': fields.String(
+ 'description': NullableString(
39
title='Comments',
40
required=False,
41
description='Comments about the time entry',
0 commit comments