Skip to content

Commit

Permalink
[ci skip] Documentation generated for release v22.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Mar 4, 2021
1 parent 675d066 commit a714096
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 8 deletions.
52 changes: 51 additions & 1 deletion docs/CaseResource.html
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ <h4 class="name" id="close">

<span class="code-name">

close<span class="signature">(id)</span><span class="type-signature"> &rarr; {CaseCommentsResource}</span>
close<span class="signature">(id, rating, feedback)</span><span class="type-signature"> &rarr; {CaseCommentsResource}</span>

</span>
</h4>
Expand Down Expand Up @@ -628,6 +628,56 @@ <h5>Parameters:</h5>





<tr class="deep-level-0">

<td class="name"><code>rating</code></td>


<td class="type">


<span class="param-type">rating</span>



</td>





<td class="description last"><p>Rating of the case</p></td>
</tr>





<tr class="deep-level-0">

<td class="name"><code>feedback</code></td>


<td class="type">


<span class="param-type">string</span>



</td>





<td class="description last"><p>Feedback message</p></td>
</tr>



</tbody>
</table>

Expand Down
6 changes: 4 additions & 2 deletions mddocs/019_Class_CaseAttachmentsResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ endpoint of the CloudBlue Connect API.
* [.pend(id)](#CaseResource+pend) ⇒ <code>CaseCommentsResource</code>
* [.inquire(id)](#CaseResource+inquire) ⇒ <code>CaseCommentsResource</code>
* [.resolve(id)](#CaseResource+resolve) ⇒ <code>CaseCommentsResource</code>
* [.close(id)](#CaseResource+close) ⇒ <code>CaseCommentsResource</code>
* [.close(id, rating, feedback)](#CaseResource+close) ⇒ <code>CaseCommentsResource</code>

<a name="new_CaseResource_new"></a>

Expand Down Expand Up @@ -130,7 +130,7 @@ Set *Case* to resolve status.

<a name="CaseResource+close"></a>

### caseResource.close(id) ⇒ <code>CaseCommentsResource</code>
### caseResource.close(id, rating, feedback) ⇒ <code>CaseCommentsResource</code>
Set *Case* to close status.

**Kind**: instance method of [<code>CaseResource</code>](#CaseResource)
Expand All @@ -140,4 +140,6 @@ Set *Case* to close status.
| Param | Type | Description |
| --- | --- | --- |
| id | <code>string</code> | The unique identifier of the *Case*. |
| rating | <code>rating</code> | Rating of the case |
| feedback | <code>string</code> | Feedback message |

6 changes: 4 additions & 2 deletions mddocs/020_Class_CaseSettingsResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ endpoint of the CloudBlue Connect API.
* [.pend(id)](#CaseResource+pend) ⇒ <code>CaseCommentsResource</code>
* [.inquire(id)](#CaseResource+inquire) ⇒ <code>CaseCommentsResource</code>
* [.resolve(id)](#CaseResource+resolve) ⇒ <code>CaseCommentsResource</code>
* [.close(id)](#CaseResource+close) ⇒ <code>CaseCommentsResource</code>
* [.close(id, rating, feedback)](#CaseResource+close) ⇒ <code>CaseCommentsResource</code>

<a name="new_CaseResource_new"></a>

Expand Down Expand Up @@ -130,7 +130,7 @@ Set *Case* to resolve status.

<a name="CaseResource+close"></a>

### caseResource.close(id) ⇒ <code>CaseCommentsResource</code>
### caseResource.close(id, rating, feedback) ⇒ <code>CaseCommentsResource</code>
Set *Case* to close status.

**Kind**: instance method of [<code>CaseResource</code>](#CaseResource)
Expand All @@ -140,4 +140,6 @@ Set *Case* to close status.
| Param | Type | Description |
| --- | --- | --- |
| id | <code>string</code> | The unique identifier of the *Case*. |
| rating | <code>rating</code> | Rating of the case |
| feedback | <code>string</code> | Feedback message |

6 changes: 4 additions & 2 deletions mddocs/021_Class_CaseResource.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ endpoint of the CloudBlue Connect API.
* [.pend(id)](#CaseResource+pend) ⇒ <code>CaseCommentsResource</code>
* [.inquire(id)](#CaseResource+inquire) ⇒ <code>CaseCommentsResource</code>
* [.resolve(id)](#CaseResource+resolve) ⇒ <code>CaseCommentsResource</code>
* [.close(id)](#CaseResource+close) ⇒ <code>CaseCommentsResource</code>
* [.close(id, rating, feedback)](#CaseResource+close) ⇒ <code>CaseCommentsResource</code>

<a name="new_CaseResource_new"></a>

Expand Down Expand Up @@ -130,7 +130,7 @@ Set *Case* to resolve status.

<a name="CaseResource+close"></a>

### caseResource.close(id) ⇒ <code>CaseCommentsResource</code>
### caseResource.close(id, rating, feedback) ⇒ <code>CaseCommentsResource</code>
Set *Case* to close status.

**Kind**: instance method of [<code>CaseResource</code>](#CaseResource)
Expand All @@ -140,4 +140,6 @@ Set *Case* to close status.
| Param | Type | Description |
| --- | --- | --- |
| id | <code>string</code> | The unique identifier of the *Case*. |
| rating | <code>rating</code> | Rating of the case |
| feedback | <code>string</code> | Feedback message |

2 changes: 1 addition & 1 deletion mddocs/report.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"generated": "2021-03-03T10:14:40.380Z",
"generated": "2021-03-04T13:07:49.557Z",
"pages": [
{
"name": "Welcome",
Expand Down

0 comments on commit a714096

Please sign in to comment.