Skip to content

Commit 077c0cb

Browse files
author
Daniel
committed
feat: add filters to getAnnotations to improve valpal
1 parent 90369d5 commit 077c0cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sypht/client.py

+4
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,8 @@ def get_annotations(
435435
specification=None,
436436
from_date=None,
437437
to_date=None,
438+
last_updated_from=None,
439+
last_updated_to=None,
438440
endpoint=None,
439441
rec_limit=None,
440442
company_id=None,
@@ -453,6 +455,8 @@ def get_annotations(
453455
specification=specification,
454456
from_date=from_date,
455457
to_date=to_date,
458+
last_updated_from=last_updated_from,
459+
last_updated_to=last_updated_to,
456460
endpoint=endpoint,
457461
company_id=company_id,
458462
):

0 commit comments

Comments
 (0)