Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Path Parameters
Project ID
Body
application/json
specify the branch to use
Example:
"my-feature-branch"
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 idsname:key_namefor text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashestags:tag_nameto filter for keys with certain tagstranslated:{true|false}for translation status (also requireslocale_idto be specified)updated_at:{>=|<=}2013-02-21T00:00:00Zfor date range queriesunmentioned_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.
Example:
"mykey* translated:true"
Include translations in locale
Example:
"abcd1234abcd1234abcd1234abcd1234"
Tag or comma-separated list of tags to add to the matching collection of keys
Example:
"landing-page,release-1.2"
Response
OK