v1
latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KBKeys
Include a locale on a collection of keys
Include a locale on keys matching query. Same constraints as list.
patch/projects/{project_id}/keys/include
Path parameters
project_idstring required
Project ID
Headers
X-PhraseApp-OTPstring
Two-Factor-Authentication token (optional)
Request body
Example request
{
"branch": "my-feature-branch",
"q": "mykey* translated:true",
"target_locale_id": "abcd1234abcd1234abcd1234abcd1234",
"tags": "landing-page,release-1.2"
}Response
OK
Example response
{
"records_affected": 2
}