Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions livechat/agent/web/api/v36.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ def list_chats(self,
page_id: str = None,
payload: dict = None,
headers: dict = None) -> httpx.Response:
''' Returns summaries of the chats an Agent has access to.
''' Returns chat info for the chats an Agent has access to.

Args:
filters (dict): Possible request filters. Mustn't change between
requests for subsequent pages. Otherwise,
the behavior is undefined.
sort_order (str): Possible values: asc, desc (default).
Chat summaries are sorted by the creation
Chat info entries are sorted by the creation
date of its last thread.
limit (int): Limit of results per page. Default: 10, maximum: 100.
page_id (str): ID of the page with paginated results.
Expand Down Expand Up @@ -142,7 +142,7 @@ def list_archives(self,
filters (dict): Possible request filters.
page_id (str): ID of the page with paginated results.
sort_order (str): Possible values: asc, desc (default).
Chat summaries are sorted by the creation date
Chat info entries are sorted by the creation date
of its last thread.
limit (str): Limit of results per page. Default: 10, maximum: 100.
highlights (dict): Use it to highlight the match of filters.query.
Expand Down
6 changes: 3 additions & 3 deletions livechat/agent/web/api/v37.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ def list_chats(self,
page_id: str = None,
payload: dict = None,
headers: dict = None) -> httpx.Response:
''' Returns summaries of the chats an Agent has access to.
''' Returns chat info for the chats an Agent has access to.

Args:
filters (dict): Possible request filters. Mustn't change between
requests for subsequent pages. Otherwise,
the behavior is undefined.
sort_order (str): Possible values: asc, desc (default).
Chat summaries are sorted by the creation
Chat info entries are sorted by the creation
date of its last thread.
limit (int): Limit of results per page. Default: 10, maximum: 100.
page_id (str): ID of the page with paginated results.
Expand Down Expand Up @@ -142,7 +142,7 @@ def list_archives(self,
filters (dict): Possible request filters.
page_id (str): ID of the page with paginated results.
sort_order (str): Possible values: asc, desc (default).
Chat summaries are sorted by the creation date
Chat info entries are sorted by the creation date
of its last thread.
limit (str): Limit of results per page. Default: 10, maximum: 100.
highlights (dict): Use it to highlight the match of filters.query.
Expand Down
4 changes: 2 additions & 2 deletions livechat/customer/rtm/api/v36.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ def list_chats(self,
sort_order: str = None,
page_id: str = None,
payload: dict = None) -> RtmResponse:
''' It returns summaries of the chats a Customer participated in.
''' It returns chat info for the chats a Customer participated in.

Args:
limit (int): Chat limit. Default: 10, maximum: 25.
sort_order (str): Possible values: asc, desc (default). Chat summaries are sorted by the
sort_order (str): Possible values: asc, desc (default). Chat info entries are sorted by the
creation date of its last thread.
page_id (str): Page ID.
payload (dict): Custom payload to be used as request's data.
Expand Down
4 changes: 2 additions & 2 deletions livechat/customer/rtm/api/v37.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ def list_chats(self,
sort_order: str = None,
page_id: str = None,
payload: dict = None) -> RtmResponse:
''' It returns summaries of the chats a Customer participated in.
''' It returns chat info for the chats a Customer participated in.

Args:
limit (int): Chat limit. Default: 10, maximum: 25.
sort_order (str): Possible values: asc, desc (default). Chat summaries are sorted by the
sort_order (str): Possible values: asc, desc (default). Chat info entries are sorted by the
creation date of its last thread.
page_id (str): Page ID.
payload (dict): Custom payload to be used as request's data.
Expand Down
6 changes: 3 additions & 3 deletions livechat/customer/web/api/v36.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ def list_chats(self,
page_id: str = None,
payload: dict = None,
headers: dict = None) -> httpx.Response:
''' Returns summaries of the chats a Customer participated in.
''' Returns chat info for the chats a Customer participated in.

Args:
limit (int): Limit of results per page. Default: 10, maximum: 25.
sort_order (str): Possible values: asc, desc (default).
Chat summaries are sorted by the creation date of its last thread.
Chat info entries are sorted by the creation date of its last thread.
page_id (str): ID of the page with paginated results.
payload (dict): Custom payload to be used as request's data.
It overrides all other parameters provided for the method.
Expand Down Expand Up @@ -84,7 +84,7 @@ def list_threads(self,
chat_id (str): ID of the chat for which threads are to be listed.
limit (str): Limit of results per page. Default: 10, maximum: 25.
sort_order (str): Possible values: asc, desc (default).
Chat summaries are sorted by the creation date of its last thread.
Chat info entries are sorted by the creation date of its last thread.
page_id (str): ID of the page with paginated results.
min_events_count (int): Range: 1-100;
Specifies the minimum number of events to be returned in the response.
Expand Down
6 changes: 3 additions & 3 deletions livechat/customer/web/api/v37.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ def list_chats(self,
page_id: str = None,
payload: dict = None,
headers: dict = None) -> httpx.Response:
''' Returns summaries of the chats a Customer participated in.
''' Returns chat info for the chats a Customer participated in.

Args:
limit (int): Limit of results per page. Default: 10, maximum: 25.
sort_order (str): Possible values: asc, desc (default).
Chat summaries are sorted by the creation date of its last thread.
Chat info entries are sorted by the creation date of its last thread.
page_id (str): ID of the page with paginated results.
payload (dict): Custom payload to be used as request's data.
It overrides all other parameters provided for the method.
Expand Down Expand Up @@ -84,7 +84,7 @@ def list_threads(self,
chat_id (str): ID of the chat for which threads are to be listed.
limit (str): Limit of results per page. Default: 10, maximum: 25.
sort_order (str): Possible values: asc, desc (default).
Chat summaries are sorted by the creation date of its last thread.
Chat info entries are sorted by the creation date of its last thread.
page_id (str): ID of the page with paginated results.
min_events_count (int): Range: 1-100;
Specifies the minimum number of events to be returned in the response.
Expand Down