English
cURL
curl "https://api.phrase.com/v2/projects/:project_id/keys/include" \ -u USERNAME_OR_ACCESS_TOKEN \ -X PATCH \ -d '{"branch":"my-feature-branch","q":"mykey* translated:true","target_locale_id":"abcd1234abcd1234abcd1234abcd1234","tags":"landing-page,release-1.2"}' \ -H 'Content-Type: application/json'
{ "records_affected": 2 }
Include a locale on keys matching query. Same constraints as list.
Enter your token in the format token TOKEN
token TOKEN
Two-Factor-Authentication token (optional)
Project ID
OK
The response is of type object.
object
Was this page helpful?