add security

This commit is contained in:
2026-07-27 22:13:19 +07:00
parent 8b56aa7096
commit 10b3d450e9
4 changed files with 52 additions and 9 deletions
@@ -927,6 +927,12 @@
"required": true,
"type": "string",
"format": "int64"
},
{
"name": "password",
"in": "query",
"required": false,
"type": "string"
}
],
"tags": [
@@ -1280,6 +1286,9 @@
"EveningDetectiveServerAddTeamActionBody": {
"type": "object",
"properties": {
"password": {
"type": "string"
},
"code": {
"type": "string"
}