Skip to content

Commit 82b80aa

Browse files
committed
feat: Add new attribute for the time-entries endpoint
1 parent 17aa43b commit 82b80aa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

time_tracker_api/time_entries/time_entries_namespace.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,16 @@
145145
)
146146

147147
# custom attributes filter
148+
149+
attributes_filter.add_argument(
150+
'limit',
151+
required=False,
152+
type=int,
153+
store_missing=False,
154+
help="(Filter) Amount of data to return",
155+
location='args',
156+
)
157+
148158
attributes_filter.add_argument(
149159
'user_id',
150160
required=False,

0 commit comments

Comments
 (0)