IceHe
IceHe
## Summary Throw `RequestError` about `DatabaseError` with meaningful message - e.g. `value too long for type character varying(128)` ## Testing - [x] UTs - Locally tested. 
## Summary Add the title "API" to API Reference page - The full title of API Reference page should `API | Logto Docs` (i.e. page title + ' | '...
## Summary - Add `PUT /custom-phrases/:languageKey` router - Bugfix: `returning *` should be after `on conflict …` in the `insert into …` SQL statement (see [doc](https://www.postgresql.org/docs/current/sql-insert.html) for more details) -...
## Summary - Add `DELETE /custom-phrases/:languageKey` route - If the specified custom phrase does not exist before deleting, it will return 404 status. - If the specified custom phrase exists...