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

- old
+ new

@@ -177,11 +177,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 #Remove a target locale from a job api_instance.job_locale_delete(project_id, job_id, id, opts) @@ -197,11 +197,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))> @@ -310,11 +310,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 #Show single job target locale result = api_instance.job_locale_show(project_id, job_id, id, opts) @@ -331,11 +331,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<([**JobLocale**](JobLocale.md))> @@ -510,11 +510,11 @@ job_id = 'job_id_example' # String | Job ID opts = { x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional) page: 1, # Integer | Page number per_page: 25, # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default - branch: 'my-feature-branch' # String | specify the branch to use + branch: 'my-feature-branch' # String | Branch to use } begin #List job target locales result = api_instance.job_locales_list(project_id, job_id, opts) @@ -532,10 +532,10 @@ **project_id** | **String**| Project ID | **job_id** | **String**| Job ID | **x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional] **page** | **Integer**| Page number | [optional] **per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional] - **branch** | **String**| specify the branch to use | [optional] + **branch** | **String**| Branch to use | [optional] ### Return type Response<([**Array&lt;JobLocale&gt;**](JobLocale.md))>