Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.91 KB

File metadata and controls

15 lines (10 loc) · 1.91 KB

KeysSearchParameters

Properties

Name Type Description Notes
Branch string specify the branch to use [optional]
Sort string Sort by field. Can be one of: name, created_at, updated_at. [optional]
Order string Order direction. Can be one of: asc, desc. [optional]
Q string 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 a comma-seperated list of exact key names - spaces, commas, and colons need to be escaped with double backslashes * `tags:tag_name,...` to filter for keys with certain comma-seperated list of tags * `uploads:upload_id,...` to filter for keys with certain comma-seperated list of uploads * `job:{true false}` to filter for keys mentioned in an active job * `translated:{true
LocaleId string Locale used to determine the translation state of a key when filtering for untranslated or translated keys. [optional]

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