Partially update locale translation
PATCH/localization-srv/resources/:id/sets/:setId/locales/:locale
Merges the request body into the existing locale translation using deep merge semantics.
If the locale does not already exist, the submitted body is written as-is. Schema validation is performed when a schema is available.
Request
Responses
- 200
- 400
- 401
- 500
- 503
Locale merged and written successfully
Missing params, invalid request body, empty request body, or schema validation failure
Unauthorized
Internal Server Error
Service Unavailable