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
q ='mykey* translated:true'# str | Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - whitespaces need to be prefixed with a backspace (\\\"\\\\\\\")</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>.
323
323
locale_id ='abcd1234abcd1234abcd1234abcd1234'# str | Locale used to determine the translation state of a key when filtering for untranslated or translated keys.
324
324
325
325
try:
@@ -338,7 +338,7 @@ Name | Type | Description | Notes
**q** | **str**| Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - whitespaces need to be prefixed with a backspace (\\\"\\\\\\\")</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. | [optional]
342
342
**locale_id** | **str**| Locale used to determine the translation state of a key when filtering for untranslated or translated keys. | [optional]
343
343
344
344
### Return type
@@ -395,7 +395,7 @@ with phrase_api.ApiClient(configuration) as api_client:
395
395
branch ='my-feature-branch'# str | specify the branch to use
396
396
sort ='updated_at'# str | Sort by field. Can be one of: name, created_at, updated_at.
397
397
order ='desc'# str | Order direction. Can be one of: asc, desc.
q ='mykey* translated:true'# str | Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - whitespaces need to be prefixed with a backspace (\\\"\\\\\\\")</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>.
399
399
locale_id ='abcd1234abcd1234abcd1234abcd1234'# str | Locale used to determine the translation state of a key when filtering for untranslated or translated keys.
400
400
401
401
try:
@@ -418,7 +418,7 @@ Name | Type | Description | Notes
418
418
**branch** | **str**| specify the branch to use | [optional]
419
419
**sort** | **str**| Sort by field. Can be one of: name, created_at, updated_at. | [optional]
420
420
**order** | **str**| Order direction. Can be one of: asc, desc. | [optional]
**q** | **str**| Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - whitespaces need to be prefixed with a backspace (\\\"\\\\\\\")</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. | [optional]
422
422
**locale_id** | **str**| Locale used to determine the translation state of a key when filtering for untranslated or translated keys. | [optional]
**q** | **str** | Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - whitespaces need to be prefixed with a backspace (\\\"\\\\\\\")</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. | [optional]
10
10
**locale_id** | **str** | Locale used to determine the translation state of a key when filtering for untranslated or translated keys. | [optional]
11
11
12
12
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**q** | **str** | Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - whitespaces need to be prefixed with a backspace (\\\"\\\\\\\")</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. | [optional]
8
8
**locale_id** | **str** | Locale used to determine the translation state of a key when filtering for untranslated or translated keys. | [optional]
9
9
**tags** | **str** | Tag or comma-separated list of tags to add to the matching collection of keys | [optional]
**q** | **str** | Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - whitespaces need to be prefixed with a backspace (\\\"\\\\\\\")</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. | [optional]
8
8
**locale_id** | **str** | Locale used to determine the translation state of a key when filtering for untranslated or translated keys. | [optional]
9
9
**tags** | **str** | Tag or comma-separated list of tags to remove from the matching collection of keys | [optional]
q ='PhraseApp*%20unverified:true%20excluded:true%20tags:feature,center'# str | Specify a query to find translations by content (including wildcards).<br><br> The following qualifiers are supported in the query:<br> <ul> <li><code>id:translation_id,...</code> for queries on a comma-separated list of ids</li> <li><code>unverified:{true|false}</code> for verification status</li> <li><code>tags:XYZ</code> for tags on the translation</li> <li><code>excluded:{true|false}</code> for exclusion status</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>.
617
617
618
618
try:
619
619
# List translations by key
@@ -636,7 +636,7 @@ Name | Type | Description | Notes
636
636
**branch** | **str**| specify the branch to use | [optional]
637
637
**sort** | **str**| Sort criteria. Can be one of: key_name, created_at, updated_at. | [optional]
638
638
**order** | **str**| Order direction. Can be one of: asc, desc. | [optional]
**q** | **str**| Specify a query to find translations by content (including wildcards).<br><br> The following qualifiers are supported in the query:<br><ul><li><code>id:translation_id,...</code> for queries on a comma-separated list of ids</li><li><code>unverified:{true|false}</code> for verification status</li><li><code>tags:XYZ</code> for tags on the translation</li><li><code>excluded:{true|false}</code> for exclusion status</li><li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li></ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. | [optional]
640
640
641
641
### Return type
642
642
@@ -693,7 +693,7 @@ with phrase_api.ApiClient(configuration) as api_client:
693
693
branch ='my-feature-branch'# str | specify the branch to use
694
694
sort ='updated_at'# str | Sort criteria. Can be one of: key_name, created_at, updated_at.
695
695
order ='desc'# str | Order direction. Can be one of: asc, desc.
q ='PhraseApp*%20unverified:true%20excluded:true%20tags:feature,center'# str | Specify a query to find translations by content (including wildcards).<br><br> The following qualifiers are supported in the query:<br> <ul> <li><code>id:translation_id,...</code> for queries on a comma-separated list of ids</li> <li><code>unverified:{true|false}</code> for verification status</li> <li><code>tags:XYZ</code> for tags on the translation</li> <li><code>excluded:{true|false}</code> for exclusion status</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>.
697
697
698
698
try:
699
699
# List translations by locale
@@ -716,7 +716,7 @@ Name | Type | Description | Notes
716
716
**branch** | **str**| specify the branch to use | [optional]
717
717
**sort** | **str**| Sort criteria. Can be one of: key_name, created_at, updated_at. | [optional]
718
718
**order** | **str**| Order direction. Can be one of: asc, desc. | [optional]
**q** | **str**| Specify a query to find translations by content (including wildcards).<br><br> The following qualifiers are supported in the query:<br><ul><li><code>id:translation_id,...</code> for queries on a comma-separated list of ids</li><li><code>unverified:{true|false}</code> for verification status</li><li><code>tags:XYZ</code> for tags on the translation</li><li><code>excluded:{true|false}</code> for exclusion status</li><li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li></ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. | [optional]
720
720
721
721
### Return type
722
722
@@ -908,7 +908,7 @@ with phrase_api.ApiClient(configuration) as api_client:
908
908
branch ='my-feature-branch'# str | specify the branch to use
909
909
sort ='updated_at'# str | Sort criteria. Can be one of: key_name, created_at, updated_at.
910
910
order ='desc'# str | Order direction. Can be one of: asc, desc.
q ='PhraseApp*%20unverified:true%20excluded:true%20tags:feature,center'# str | Specify a query to find translations by content (including wildcards).<br><br> The following qualifiers are supported in the query:<br> <ul> <li><code>id:translation_id,...</code> for queries on a comma-separated list of ids</li> <li><code>tags:XYZ</code> for tags on the translation</li> <li><code>unverified:{true|false}</code> for verification status</li> <li><code>excluded:{true|false}</code> for exclusion status</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>.
912
912
913
913
try:
914
914
# List all translations
@@ -930,7 +930,7 @@ Name | Type | Description | Notes
930
930
**branch** | **str**| specify the branch to use | [optional]
931
931
**sort** | **str**| Sort criteria. Can be one of: key_name, created_at, updated_at. | [optional]
932
932
**order** | **str**| Order direction. Can be one of: asc, desc. | [optional]
**q** | **str**| Specify a query to find translations by content (including wildcards).<br><br> The following qualifiers are supported in the query:<br><ul><li><code>id:translation_id,...</code> for queries on a comma-separated list of ids</li><li><code>tags:XYZ</code> for tags on the translation</li><li><code>unverified:{true|false}</code> for verification status</li><li><code>excluded:{true|false}</code> for exclusion status</li><li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li></ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. | [optional]
**q** | **str** | Specify a query to find translations by content (including wildcards).<br><br> The following qualifiers are supported in the query:<br><ul><li><code>id:translation_id,...</code> for queries on a comma-separated list of ids</li><li><code>tags:XYZ</code> for tags on the translation</li><li><code>unverified:{true|false}</code> for verification status</li><li><code>excluded:{true|false}</code> for exclusion status</li><li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li></ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. | [optional]
8
8
**sort** | **str** | Sort criteria. Can be one of: key_name, created_at, updated_at. | [optional]
9
9
**order** | **str** | Order direction. Can be one of: asc, desc. | [optional]
0 commit comments