Skip to content

Commit

Permalink
Updating doc comments to reflect that body is a key of 'options'
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasmiller committed Apr 3, 2020
1 parent c063fe6 commit 9b562f5
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 130 deletions.
128 changes: 35 additions & 93 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2432,7 +2432,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -2685,7 +2685,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -4233,7 +4233,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -4703,7 +4703,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -4904,7 +4904,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -5375,7 +5375,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -5744,7 +5744,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -6003,7 +6003,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -6704,7 +6704,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -6936,7 +6936,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -7181,7 +7181,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -7428,7 +7428,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -7626,7 +7626,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -8207,7 +8207,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -8405,7 +8405,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -8672,7 +8672,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -8988,7 +8988,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -9737,7 +9737,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -10307,43 +10307,14 @@ <h3 class='regular'>
<tr>
<td class='col-3 strong'><code>options</code></td>
<td class='col-3 quiet'>
<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>
any

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
</td>
<td class='col-6'></td>
</tr>


<tr>
<td class='col-2 strong'>options.params</td>
<td class="col-2 quiet">
<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>

</td>
<td class='col-8'>The optional url parameters for this request.
</td>
</tr>


<tr>
<td class='col-2 strong'>options.params.body</td>
<td class="col-2 quiet">
InvoiceCollect

</td>
<td class='col-8'>The object representing the JSON request to send to the server. It should conform to the schema of {InvoiceCollect}
</td>
</tr>








</table>


Expand Down Expand Up @@ -10843,7 +10814,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -11094,7 +11065,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -11492,7 +11463,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -11928,7 +11899,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -12591,7 +12562,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -13206,7 +13177,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -13499,7 +13470,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -13780,7 +13751,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -14345,7 +14316,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -14496,43 +14467,14 @@ <h3 class='regular'>
<tr>
<td class='col-3 strong'><code>options</code></td>
<td class='col-3 quiet'>
<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>
any

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
</td>
<td class='col-6'></td>
</tr>


<tr>
<td class='col-2 strong'>options.params</td>
<td class="col-2 quiet">
<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>

</td>
<td class='col-8'>The optional url parameters for this request.
</td>
</tr>


<tr>
<td class='col-2 strong'>options.params.body</td>
<td class="col-2 quiet">
SubscriptionCancel

</td>
<td class='col-8'>The object representing the JSON request to send to the server. It should conform to the schema of {SubscriptionCancel}
</td>
</tr>








</table>


Expand Down Expand Up @@ -15327,7 +15269,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -15560,7 +15502,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -15811,7 +15753,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down Expand Up @@ -15985,7 +15927,7 @@ <h3 class='regular'>

= <code>{}</code>
</td>
<td class='col-6'>Optional configurations for the request (Currently only params is supported)
<td class='col-6'>Optional configurations for the request
</td>
</tr>

Expand Down
Loading

0 comments on commit 9b562f5

Please sign in to comment.