diff --git a/compass_sdk/compass.py b/compass_sdk/compass.py index 0104fa3..23c5307 100644 --- a/compass_sdk/compass.py +++ b/compass_sdk/compass.py @@ -293,6 +293,7 @@ def push_document( :param filebytes: the bytes of the document :param content_type: the content type of the document :param document_id: the id of the document (optional) + :param context: represents an additional information about the document :param max_retries: the maximum number of times to retry a request if it fails :param sleep_retry_seconds: the number of seconds to wait before retrying an API request :return: an error message if the request failed, otherwise None