Skip to content

Commit 9091824

Browse files
committed
API-9880 post-review fixes
1 parent 17fc33b commit 9091824

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4-
## [0.1.9] - TBA
4+
## [0.1.9] - 2021-11-03
55

66
### Added
77

docs/configuration_api.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ <h1 class="title">Module <code>client</code></h1>
12521252

12531253
Args:
12541254
license_id (int): License ID to get organization ID for.
1255-
params (dict): Custom params to be used in request&#39;s query sting.
1255+
params (dict): Custom params to be used in request&#39;s query string.
12561256
It overrides all other parameters provided for the method.
12571257
headers (dict): Custom headers to be used with session headers.
12581258
They will be merged with session-level values that are set,
@@ -1276,7 +1276,7 @@ <h1 class="title">Module <code>client</code></h1>
12761276

12771277
Args:
12781278
organization_id (str): Organization ID to get license ID for.
1279-
params (dict): Custom params to be used in request&#39;s query sting.
1279+
params (dict): Custom params to be used in request&#39;s query string.
12801280
It overrides all other parameters provided for the method.
12811281
headers (dict): Custom headers to be used with session headers.
12821282
They will be merged with session-level values that are set,
@@ -1501,7 +1501,7 @@ <h3>Inherited members</h3>
15011501

15021502
Args:
15031503
license_id (int): License ID to get organization ID for.
1504-
params (dict): Custom params to be used in request&#39;s query sting.
1504+
params (dict): Custom params to be used in request&#39;s query string.
15051505
It overrides all other parameters provided for the method.
15061506
headers (dict): Custom headers to be used with session headers.
15071507
They will be merged with session-level values that are set,
@@ -1525,7 +1525,7 @@ <h3>Inherited members</h3>
15251525

15261526
Args:
15271527
organization_id (str): Organization ID to get license ID for.
1528-
params (dict): Custom params to be used in request&#39;s query sting.
1528+
params (dict): Custom params to be used in request&#39;s query string.
15291529
It overrides all other parameters provided for the method.
15301530
headers (dict): Custom headers to be used with session headers.
15311531
They will be merged with session-level values that are set,
@@ -1557,7 +1557,7 @@ <h2 id="args">Args</h2>
15571557
<dt><strong><code>organization_id</code></strong> :&ensp;<code>str</code></dt>
15581558
<dd>Organization ID to get license ID for.</dd>
15591559
<dt><strong><code>params</code></strong> :&ensp;<code>dict</code></dt>
1560-
<dd>Custom params to be used in request's query sting.
1560+
<dd>Custom params to be used in request's query string.
15611561
It overrides all other parameters provided for the method.</dd>
15621562
<dt><strong><code>headers</code></strong> :&ensp;<code>dict</code></dt>
15631563
<dd>Custom headers to be used with session headers.
@@ -1582,7 +1582,7 @@ <h2 id="returns">Returns</h2>
15821582

15831583
Args:
15841584
organization_id (str): Organization ID to get license ID for.
1585-
params (dict): Custom params to be used in request&#39;s query sting.
1585+
params (dict): Custom params to be used in request&#39;s query string.
15861586
It overrides all other parameters provided for the method.
15871587
headers (dict): Custom headers to be used with session headers.
15881588
They will be merged with session-level values that are set,
@@ -1609,7 +1609,7 @@ <h2 id="args">Args</h2>
16091609
<dt><strong><code>license_id</code></strong> :&ensp;<code>int</code></dt>
16101610
<dd>License ID to get organization ID for.</dd>
16111611
<dt><strong><code>params</code></strong> :&ensp;<code>dict</code></dt>
1612-
<dd>Custom params to be used in request's query sting.
1612+
<dd>Custom params to be used in request's query string.
16131613
It overrides all other parameters provided for the method.</dd>
16141614
<dt><strong><code>headers</code></strong> :&ensp;<code>dict</code></dt>
16151615
<dd>Custom headers to be used with session headers.
@@ -1634,7 +1634,7 @@ <h2 id="returns">Returns</h2>
16341634

16351635
Args:
16361636
license_id (int): License ID to get organization ID for.
1637-
params (dict): Custom params to be used in request&#39;s query sting.
1637+
params (dict): Custom params to be used in request&#39;s query string.
16381638
It overrides all other parameters provided for the method.
16391639
headers (dict): Custom headers to be used with session headers.
16401640
They will be merged with session-level values that are set,

livechat/configuration/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@ def get_organization_id(self,
12231223
12241224
Args:
12251225
license_id (int): License ID to get organization ID for.
1226-
params (dict): Custom params to be used in request's query sting.
1226+
params (dict): Custom params to be used in request's query string.
12271227
It overrides all other parameters provided for the method.
12281228
headers (dict): Custom headers to be used with session headers.
12291229
They will be merged with session-level values that are set,
@@ -1247,7 +1247,7 @@ def get_license_id(self,
12471247
12481248
Args:
12491249
organization_id (str): Organization ID to get license ID for.
1250-
params (dict): Custom params to be used in request's query sting.
1250+
params (dict): Custom params to be used in request's query string.
12511251
It overrides all other parameters provided for the method.
12521252
headers (dict): Custom headers to be used with session headers.
12531253
They will be merged with session-level values that are set,

0 commit comments

Comments
 (0)