Upsert translation value
PUT/api/v1/translations/keys/:keyId/values
Creates or updates the translation value for the given key and language. Body: { languageCode, value, tenantOverride }. When tenantOverride is true the value is stored per-tenant; otherwise it is global. Returns 204 No Content.
Request
Responses
- 200
OK