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/LocaleDownloadCreateParameters.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
18
18
**fallback_locale_id** | **str** | If a key has no translation in the locale being downloaded the translation in the fallback locale will be used. Provide the ID of the locale that should be used as the fallback. Requires include_empty_translations to be set to `true`. | [optional]
19
19
**source_locale_id** | **str** | Provides the source language of a corresponding job as the source language of the generated locale file. This parameter will be ignored unless used in combination with a `tag` parameter indicating a specific job. | [optional]
20
20
**custom_metadata_filters** | **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. | [optional]
21
-
**updated_since** | **str** | Only include keys that have been updated since the given date. The date must be in ISO 8601 format (e.g., `2023-01-01T00:00:00Z`). | [optional]
21
+
**updated_since** | **str** | Only include translations and keys that have been updated since the given date. The date must be in ISO 8601 format (e.g., `2023-01-01T00:00:00Z`). | [optional]
22
22
23
23
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/LocalesApi.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -269,7 +269,7 @@ with phrase_api.ApiClient(configuration) as api_client:
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.
updated_since ='2023-01-01T00:00:00Z'# str | Only include keys that have been updated since the given date. The date must be in ISO 8601 format (e.g., `2023-01-01T00:00:00Z`).
272
+
updated_since ='2023-01-01T00:00:00Z'# str | Only include translations and keys that have been updated since the given date. The date must be in ISO 8601 format (e.g., `2023-01-01T00:00:00Z`).
273
273
274
274
try:
275
275
# Download a locale
@@ -309,7 +309,7 @@ Name | Type | Description | Notes
309
309
**filter_by_prefix** | **bool**| Only download translation keys containing the specified prefix, and remove the prefix from the generated file. | [optional]
310
310
**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]
311
311
**locale_ids** | [**List[str]**](str.md)| Locale IDs or locale names | [optional]
312
-
**updated_since** | **str**| Only include keys that have been updated since the given date. The date must be in ISO 8601 format (e.g., `2023-01-01T00:00:00Z`). | [optional]
312
+
**updated_since** | **str**| Only include translations and keys that have been updated since the given date. The date must be in ISO 8601 format (e.g., `2023-01-01T00:00:00Z`). | [optional]
: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
462
:param List[str] locale_ids: Locale IDs or locale names
463
-
:param str updated_since: Only include keys that have been updated since the given date. The date must be in ISO 8601 format (e.g., `2023-01-01T00:00:00Z`).
463
+
:param str updated_since: Only include translations and keys that have been updated since the given date. The date must be in ISO 8601 format (e.g., `2023-01-01T00:00:00Z`).
464
464
:param _preload_content: if False, the urllib3.HTTPResponse object will
:param bool filter_by_prefix: Only download translation keys containing the specified prefix, and remove the prefix from the generated file.
511
511
: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.
512
512
:param List[str] locale_ids: Locale IDs or locale names
513
-
:param str updated_since: Only include keys that have been updated since the given date. The date must be in ISO 8601 format (e.g., `2023-01-01T00:00:00Z`).
513
+
:param str updated_since: Only include translations and keys that have been updated since the given date. The date must be in ISO 8601 format (e.g., `2023-01-01T00:00:00Z`).
514
514
:param _return_http_data_only: response data without head status code
515
515
and headers
516
516
:param _preload_content: if False, the urllib3.HTTPResponse object will
"""Gets the updated_since of this LocaleDownloadCreateParameters. # noqa: E501
478
478
479
-
Only include keys that have been updated since the given date. The date must be in ISO 8601 format (e.g., `2023-01-01T00:00:00Z`). # noqa: E501
479
+
Only include translations and keys that have been updated since the given date. The date must be in ISO 8601 format (e.g., `2023-01-01T00:00:00Z`). # noqa: E501
480
480
481
481
:return: The updated_since of this LocaleDownloadCreateParameters. # noqa: E501
482
482
:rtype: str
@@ -487,7 +487,7 @@ def updated_since(self):
487
487
defupdated_since(self, updated_since):
488
488
"""Sets the updated_since of this LocaleDownloadCreateParameters.
489
489
490
-
Only include keys that have been updated since the given date. The date must be in ISO 8601 format (e.g., `2023-01-01T00:00:00Z`). # noqa: E501
490
+
Only include translations and keys that have been updated since the given date. The date must be in ISO 8601 format (e.g., `2023-01-01T00:00:00Z`). # noqa: E501
491
491
492
492
:param updated_since: The updated_since of this LocaleDownloadCreateParameters. # noqa: E501
0 commit comments