PATCH
/
projects
/
{project_id}
/
translations
/
review
cURL
curl "https://api.phrase.com/v2/projects/:project_id/translations/review" \
  -u USERNAME_OR_ACCESS_TOKEN \
  -X PATCH \
  -d '{"branch":"my-feature-branch","q":"PhraseApp*%reviewed:false%20tags:feature,center"}' \
  -H 'Content-Type: application/json'
{
  "records_affected": 96
}

Authorizations

Authorization
string
header
required

Enter your token in the format token TOKEN

Headers

X-PhraseApp-OTP
string

Two-Factor-Authentication token (optional)

Path Parameters

project_id
string
required

Project ID

Body

application/json

Response

200
application/json

OK

The response is of type object.