diff --git a/atlassian/insight.py b/atlassian/insight.py index 03b25a452..23aa693b6 100644 --- a/atlassian/insight.py +++ b/atlassian/insight.py @@ -411,11 +411,11 @@ def create_object_navlist_iql( iql, object_type_id, results_per_page, - order_by_type_attr_id, - object_id, - object_schema_id, - include_attributes, - attributes_to_display, + order_by_type_attr_id=None, + object_id=None, + object_schema_id=None, + include_attributes=None, + attributes_to_display=None, page=1, asc=0, ):