[skip ci] Updated swagger docs

This commit is contained in:
Frederick [Bot]
2025-09-04 16:33:42 +00:00
parent d296352a01
commit 70175c31c2
3 changed files with 8 additions and 0 deletions

View File

@@ -9823,6 +9823,9 @@ const docTemplate = `{
"max_file_size": {
"type": "string"
},
"max_items_per_page": {
"type": "integer"
},
"motd": {
"type": "string"
},

View File

@@ -9815,6 +9815,9 @@
"max_file_size": {
"type": "string"
},
"max_items_per_page": {
"type": "integer"
},
"motd": {
"type": "string"
},

View File

@@ -1600,6 +1600,8 @@ definitions:
type: boolean
max_file_size:
type: string
max_items_per_page:
type: integer
motd:
type: string
public_teams_enabled: