docs/JobCommentsApi.md in phrase-2.8.3 vs docs/JobCommentsApi.md in phrase-2.8.7

- old
+ new

@@ -143,11 +143,11 @@ - **Accept**: Not defined ## job_comment_show -> Object job_comment_show(project_id, job_id, id, opts) +> JobComment job_comment_show(project_id, job_id, id, opts) Get a single job comment Get details on a single job comment. @@ -196,11 +196,11 @@ **x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional] **branch** | **String**| specify the branch to use | [optional] ### Return type -Response<(**Object**)> +Response<([**JobComment**](JobComment.md))> ### Authorization [Basic](../README.md#Basic), [Token](../README.md#Token) @@ -210,11 +210,11 @@ - **Accept**: application/json ## job_comment_update -> Object job_comment_update(project_id, key_id, id, job_comment_update_parameters, opts) +> JobComment job_comment_update(project_id, key_id, id, job_comment_update_parameters, opts) Update a job comment Update an existing job comment. @@ -263,11 +263,11 @@ **job_comment_update_parameters** | [**JobCommentUpdateParameters**](JobCommentUpdateParameters.md)| | **x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional] ### Return type -Response<(**Object**)> +Response<([**JobComment**](JobComment.md))> ### Authorization [Basic](../README.md#Basic), [Token](../README.md#Token) @@ -277,11 +277,11 @@ - **Accept**: application/json ## job_comments_list -> Array&lt;Object&gt; job_comments_list(project_id, job_id, opts) +> Array&lt;JobComment&gt; job_comments_list(project_id, job_id, opts) List job comments List all comments for a job. @@ -328,10 +328,10 @@ **x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional] **branch** | **String**| specify the branch to use | [optional] ### Return type -Response<(**Array&lt;Object&gt;**)> +Response<([**Array&lt;JobComment&gt;**](JobComment.md))> ### Authorization [Basic](../README.md#Basic), [Token](../README.md#Token)