docs/LocalesApi.md in phrase-2.15.0 vs docs/LocalesApi.md in phrase-2.16.0

- old
+ new

@@ -166,11 +166,11 @@ config.api_key_prefix['Authorization'] = 'token' end api_instance = Phrase::LocalesApi.new project_id = 'project_id_example' # String | Project ID -id = 'id_example' # String | ID +id = 'id_example' # String | Locale ID or locale name 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 } @@ -186,11 +186,11 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **project_id** | **String**| Project ID | - **id** | **String**| ID | + **id** | **String**| Locale ID or locale name | **x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional] **branch** | **String**| specify the branch to use | [optional] ### Return type @@ -230,11 +230,11 @@ config.api_key_prefix['Authorization'] = 'token' end api_instance = Phrase::LocalesApi.new project_id = 'project_id_example' # String | Project ID -id = 'id_example' # String | ID +id = 'id_example' # String | Locale ID or locale name opts = { x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional) if_modified_since: 'if_modified_since_example', # String | Last modified condition, see <a href=\"#overview--conditional-get-requests--http-caching\">Conditional GET requests / HTTP Caching</a> (optional) if_none_match: 'if_none_match_example', # String | ETag condition, see <a href=\"#overview--conditional-get-requests--http-caching\">Conditional GET requests / HTTP Caching</a> (optional) branch: 'my-feature-branch', # String | specify the branch to use @@ -268,11 +268,11 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **project_id** | **String**| Project ID | - **id** | **String**| ID | + **id** | **String**| Locale ID or locale name | **x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional] **if_modified_since** | **String**| Last modified condition, see &lt;a href&#x3D;\&quot;#overview--conditional-get-requests--http-caching\&quot;&gt;Conditional GET requests / HTTP Caching&lt;/a&gt; (optional) | [optional] **if_none_match** | **String**| ETag condition, see &lt;a href&#x3D;\&quot;#overview--conditional-get-requests--http-caching\&quot;&gt;Conditional GET requests / HTTP Caching&lt;/a&gt; (optional) | [optional] **branch** | **String**| specify the branch to use | [optional] **file_format** | **String**| File format name. See the &lt;a href&#x3D;\&quot;https://support.phrase.com/hc/en-us/sections/6111343326364\&quot;&gt;format guide&lt;/a&gt; for all supported file formats. | [optional] @@ -329,11 +329,11 @@ config.api_key_prefix['Authorization'] = 'token' end api_instance = Phrase::LocalesApi.new project_id = 'project_id_example' # String | Project ID -id = 'id_example' # String | ID +id = 'id_example' # String | Locale ID or locale name 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 } @@ -350,11 +350,11 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **project_id** | **String**| Project ID | - **id** | **String**| ID | + **id** | **String**| Locale ID or locale name | **x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional] **branch** | **String**| specify the branch to use | [optional] ### Return type @@ -394,11 +394,11 @@ config.api_key_prefix['Authorization'] = 'token' end api_instance = Phrase::LocalesApi.new project_id = 'project_id_example' # String | Project ID -id = 'id_example' # String | ID +id = 'id_example' # String | Locale ID or locale name locale_update_parameters = Phrase::LocaleUpdateParameters.new # LocaleUpdateParameters | opts = { x_phrase_app_otp: 'x_phrase_app_otp_example' # String | Two-Factor-Authentication token (optional) } @@ -415,10 +415,10 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **project_id** | **String**| Project ID | - **id** | **String**| ID | + **id** | **String**| Locale ID or locale name | **locale_update_parameters** | [**LocaleUpdateParameters**](LocaleUpdateParameters.md)| | **x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional] ### Return type