Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.48 KB

TranslationsUnverifyParameters.md

File metadata and controls

13 lines (9 loc) · 1.48 KB

TranslationsUnverifyParameters

Properties

Name Type Description Notes
branch str specify the branch to use [optional]
q str Specify a query to find translations by content (including wildcards).<br><br> <i>Note: Search is limited to 10000 results and may not include recently updated data (depending on the project size).</i><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
sort str Sort criteria. Can be one of: key_name, created_at, updated_at. [optional]
order str Order direction. Can be one of: asc, desc. [optional]

[Back to Model list] [Back to API list] [Back to README]