English
cURL
curl "https://api.phrase.com/v2/projects/:project_id/translations/include" \ -u USERNAME_OR_ACCESS_TOKEN \ -X PATCH \ -d '{"branch":"my-feature-branch","q":"PhraseApp*%20verified:true%20tags:feature,center","sort":"updated_at","order":"desc"}' \ -H 'Content-Type: application/json'
{ "records_affected": 96 }
Include translations matching query in locale export.
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?