Enterprise| Parameter | Default | Description | Required |
|---|---|---|---|
| translations[].locale | translations locale | ||
| translations[].text | translations text | ||
| parent_report_tag_id | report tag parent report tag id |
curl --location --request PATCH 'https://api.simpra.app/apps/api/v1/report_tags/' \
--header 'Simpra-Access-Token: <api-key>' \
--header 'Content-Type: application\json' \
--data '{
"parent_report_tag_id": "9cca3055-8064-4ce6-925e-3acbaf9f133a",
"translations": [
{
"locale": "tr",
"text": "Rosalia Pollich"
},
{
"locale": "en",
"text": "Christian Yundt V"
},
{
"locale": "hu",
"text": "Casey Will"
},
{
"locale": "ru",
"text": "Louie Bauch"
}
]
}'{
"report_tag": {
"id": "7f7fa5f3-9050-485d-bbc3-5f06908f7aad"
}
}