You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/LocalesApi.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,7 @@ void (empty response body)
221
221
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
@@ -268,10 +268,11 @@ with phrase_api.ApiClient(configuration) as api_client:
268
268
translation_key_prefix ='prefix_'# str | Download all translation keys, and remove the specified prefix where possible. Warning: this may create duplicate key names if other keys share the same name after the prefix is removed.
269
269
filter_by_prefix =True# bool | Only download translation keys containing the specified prefix, and remove the prefix from the generated file.
270
270
custom_metadata_filters =None# object | Custom metadata filters. Provide the name of the metadata field and the value to filter by. Only keys with matching metadata will be included in the download.
print("Exception when calling LocalesApi->locale_download: %s\n"% e)
@@ -306,6 +307,7 @@ Name | Type | Description | Notes
306
307
**translation_key_prefix** | **str**| Download all translation keys, and remove the specified prefix where possible. Warning: this may create duplicate key names if other keys share the same name after the prefix is removed. | [optional]
307
308
**filter_by_prefix** | **bool**| Only download translation keys containing the specified prefix, and remove the prefix from the generated file. | [optional]
308
309
**custom_metadata_filters** | [**object**](.md)| Custom metadata filters. Provide the name of the metadata field and the value to filter by. Only keys with matching metadata will be included in the download. | [optional]
310
+
**locale_ids** | [**List[str]**](str.md)| Locale IDs or locale names | [optional]
:param str translation_key_prefix: Download all translation keys, and remove the specified prefix where possible. Warning: this may create duplicate key names if other keys share the same name after the prefix is removed.
460
460
:param bool filter_by_prefix: Only download translation keys containing the specified prefix, and remove the prefix from the generated file.
461
461
:param object custom_metadata_filters: Custom metadata filters. Provide the name of the metadata field and the value to filter by. Only keys with matching metadata will be included in the download.
462
+
:param List[str] locale_ids: Locale IDs or locale names
462
463
:param _preload_content: if False, the urllib3.HTTPResponse object will
:param str translation_key_prefix: Download all translation keys, and remove the specified prefix where possible. Warning: this may create duplicate key names if other keys share the same name after the prefix is removed.
508
509
:param bool filter_by_prefix: Only download translation keys containing the specified prefix, and remove the prefix from the generated file.
509
510
:param object custom_metadata_filters: Custom metadata filters. Provide the name of the metadata field and the value to filter by. Only keys with matching metadata will be included in the download.
511
+
:param List[str] locale_ids: Locale IDs or locale names
510
512
:param _return_http_data_only: response data without head status code
511
513
and headers
512
514
:param _preload_content: if False, the urllib3.HTTPResponse object will
0 commit comments