docs/JobCommentsApi.md in phrase-3.7.0 vs docs/JobCommentsApi.md in phrase-3.7.1

- old
+ new

@@ -105,11 +105,11 @@ project_id = 'project_id_example' # String | Project ID job_id = 'job_id_example' # String | Job ID id = 'id_example' # String | ID opts = { x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional) - branch: 'my-feature-branch' # String | specify the branch to use + branch: 'my-feature-branch' # String | Branch to use } begin #Delete a job comment api_instance.job_comment_delete(project_id, job_id, id, opts) @@ -125,11 +125,11 @@ ------------- | ------------- | ------------- | ------------- **project_id** | **String**| Project ID | **job_id** | **String**| Job ID | **id** | **String**| ID | **x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional] - **branch** | **String**| specify the branch to use | [optional] + **branch** | **String**| Branch to use | [optional] ### Return type Response<(nil (empty response body))> @@ -171,11 +171,11 @@ project_id = 'project_id_example' # String | Project ID job_id = 'job_id_example' # String | Job ID id = 'id_example' # String | ID opts = { x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional) - branch: 'my-feature-branch' # String | specify the branch to use + branch: 'my-feature-branch' # String | Branch to use } begin #Get a single job comment result = api_instance.job_comment_show(project_id, job_id, id, opts) @@ -192,11 +192,11 @@ ------------- | ------------- | ------------- | ------------- **project_id** | **String**| Project ID | **job_id** | **String**| Job ID | **id** | **String**| ID | **x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional] - **branch** | **String**| specify the branch to use | [optional] + **branch** | **String**| Branch to use | [optional] ### Return type Response<([**JobComment**](JobComment.md))> @@ -304,11 +304,11 @@ api_instance = Phrase::JobCommentsApi.new project_id = 'project_id_example' # String | Project ID job_id = 'job_id_example' # String | Job ID opts = { x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional) - branch: 'my-feature-branch', # String | specify the branch to use + branch: 'my-feature-branch', # String | Branch to use order: 'desc' # String | Order direction. Can be one of: asc, desc. } begin #List job comments @@ -325,10 +325,10 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **project_id** | **String**| Project ID | **job_id** | **String**| Job ID | **x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional] - **branch** | **String**| specify the branch to use | [optional] + **branch** | **String**| Branch to use | [optional] **order** | **String**| Order direction. Can be one of: asc, desc. | [optional] ### Return type Response<([**Array&lt;JobComment&gt;**](JobComment.md))>