Automated API Docs update

This commit is contained in:
Servarr 2023-05-31 03:56:57 +00:00 committed by Bogdan
parent 539bd174fc
commit 80c915d032
1 changed files with 19 additions and 1 deletions

View File

@ -3697,7 +3697,7 @@
"content": {
"application/json": {
"schema": {
"type": "string"
"$ref": "#/components/schemas/LocalizationResource"
}
}
}
@ -10394,6 +10394,24 @@
},
"additionalProperties": false
},
"LocalizationResource": {
"type": "object",
"properties": {
"id": {
"type": "integer",
"format": "int32"
},
"strings": {
"type": "object",
"additionalProperties": {
"type": "string",
"nullable": true
},
"nullable": true
}
},
"additionalProperties": false
},
"LogFileResource": {
"type": "object",
"properties": {