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 58dc55e commit f87c797Copy full SHA for f87c797
time_tracker_api/time_entries/time_entries_namespace.py
@@ -136,13 +136,22 @@
136
)
137
138
# custom attributes filter
139
+attributes_filter.add_argument(
140
+ 'user_id',
141
+ required=False,
142
+ store_missing=False,
143
+ help="(Filter) User to filter by",
144
+ location='args',
145
+)
146
+
147
attributes_filter.add_argument(
148
'month',
149
required=False,
150
store_missing=False,
151
help="(Filter) Month to filter by",
152
location='args',
153
154
155
156
'year',
157
@@ -158,6 +167,7 @@
158
167
help="(Filter) Start to filter by",
159
168
160
169
170
161
171
162
172
'end_date',
163
173
0 commit comments