Skip to content

Commit 0b90957

Browse files
author
Phrase
committed
Deploying from phrase/openapi@2e3434b6
1 parent 11e28ed commit 0b90957

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/KeysExcludeParameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**branch** | **str** | specify the branch to use | [optional]
77
**q** | **str** | Specify a query to do broad search for keys by name (including wildcards). The following qualifiers are also supported in the search term: - `ids:key_id,...` for queries on a comma-separated list of ids - `name:key_name` for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes - `tags:tag_name` to filter for keys with certain tags - `translated:{true|false}` for translation status (also requires `locale_id` to be specified) - `updated_at:{>=|<=}2013-02-21T00:00:00Z` for date range queries - `unmentioned_in_upload:upload_id,...` to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in **all** uploads Find more examples [here](/en/api/strings/usage-examples). | [optional]
8-
**target_locale_id** | **str** | Locale used to exlcude or include keys. | [optional]
8+
**target_locale_id** | **str** | Exclude translations in locale | [optional]
99
**tags** | **str** | Tag or comma-separated list of tags to add to the matching collection of keys | [optional]
1010

1111
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

docs/KeysIncludeParameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**branch** | **str** | specify the branch to use | [optional]
77
**q** | **str** | Specify a query to do broad search for keys by name (including wildcards). The following qualifiers are also supported in the search term: * `ids:key_id,...` for queries on a comma-separated list of ids * `name:key_name` for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes * `tags:tag_name` to filter for keys with certain tags * `translated:{true|false}` for translation status (also requires `locale_id` to be specified) * `updated_at:{>=|<=}2013-02-21T00:00:00Z` for date range queries * `unmentioned_in_upload:upload_id,...` to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in **all** uploads Find more examples [here](/en/api/strings/usage-examples). | [optional]
8-
**target_locale_id** | **str** | Locale used to exlcude or include keys. | [optional]
8+
**target_locale_id** | **str** | Include translations in locale | [optional]
99
**tags** | **str** | Tag or comma-separated list of tags to add to the matching collection of keys | [optional]
1010

1111
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

phrase_api/models/keys_exclude_parameters.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def q(self, q):
116116
def target_locale_id(self):
117117
"""Gets the target_locale_id of this KeysExcludeParameters. # noqa: E501
118118
119-
Locale used to exlcude or include keys. # noqa: E501
119+
Exclude translations in locale # noqa: E501
120120
121121
:return: The target_locale_id of this KeysExcludeParameters. # noqa: E501
122122
:rtype: str
@@ -127,7 +127,7 @@ def target_locale_id(self):
127127
def target_locale_id(self, target_locale_id):
128128
"""Sets the target_locale_id of this KeysExcludeParameters.
129129
130-
Locale used to exlcude or include keys. # noqa: E501
130+
Exclude translations in locale # noqa: E501
131131
132132
:param target_locale_id: The target_locale_id of this KeysExcludeParameters. # noqa: E501
133133
:type: str

phrase_api/models/keys_include_parameters.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def q(self, q):
116116
def target_locale_id(self):
117117
"""Gets the target_locale_id of this KeysIncludeParameters. # noqa: E501
118118
119-
Locale used to exlcude or include keys. # noqa: E501
119+
Include translations in locale # noqa: E501
120120
121121
:return: The target_locale_id of this KeysIncludeParameters. # noqa: E501
122122
:rtype: str
@@ -127,7 +127,7 @@ def target_locale_id(self):
127127
def target_locale_id(self, target_locale_id):
128128
"""Sets the target_locale_id of this KeysIncludeParameters.
129129
130-
Locale used to exlcude or include keys. # noqa: E501
130+
Include translations in locale # noqa: E501
131131
132132
:param target_locale_id: The target_locale_id of this KeysIncludeParameters. # noqa: E501
133133
:type: str

0 commit comments

Comments
 (0)