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 90369d5 commit 077c0cbCopy full SHA for 077c0cb
sypht/client.py
@@ -435,6 +435,8 @@ def get_annotations(
435
specification=None,
436
from_date=None,
437
to_date=None,
438
+ last_updated_from=None,
439
+ last_updated_to=None,
440
endpoint=None,
441
rec_limit=None,
442
company_id=None,
@@ -453,6 +455,8 @@ def get_annotations(
453
455
specification=specification,
454
456
from_date=from_date,
457
to_date=to_date,
458
+ last_updated_from=last_updated_from,
459
+ last_updated_to=last_updated_to,
460
endpoint=endpoint,
461
company_id=company_id,
462
):
0 commit comments