docs/JobTemplateLocalesApi.md in phrase-2.8.2 vs docs/JobTemplateLocalesApi.md in phrase-2.8.3
- old
+ new
@@ -305,11 +305,11 @@
project_id = 'project_id_example' # String | Project ID
job_template_id = 'job_template_id_example' # String | Job Template 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 | allows you to specify a page size up to 100 items, 25 by default
+ 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
}
begin
#List job template locales
@@ -327,10 +327,10 @@
------------- | ------------- | ------------- | -------------
**project_id** | **String**| Project ID |
**job_template_id** | **String**| Job Template ID |
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
**page** | **Integer**| Page number | [optional]
- **per_page** | **Integer**| allows you to specify a page size up to 100 items, 25 by default | [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]
### Return type
Response<(**Array<Object>**)>