fix(terms): Display template notice, support custom terms loading

Closes #1523
This commit is contained in:
Maksim Eltyshev
2026-02-17 15:37:26 +01:00
parent addad4378a
commit d83ea4b146
16 changed files with 106 additions and 30 deletions
-3
View File
@@ -19,7 +19,6 @@
* description: Language code for terms localization
* schema:
* type: string
* enum: [de-DE, en-US]
* example: en-US
* responses:
* 200:
@@ -41,7 +40,6 @@
* properties:
* language:
* type: string
* enum: [de-DE, en-US]
* description: Language code used
* example: en-US
* content:
@@ -65,7 +63,6 @@ module.exports = {
inputs: {
language: {
type: 'string',
isIn: User.LANGUAGES,
},
},