Add driver profile stats API, nickname update editing, and security checks

This commit is contained in:
2026-07-17 23:18:16 +04:00
parent a5d2ee32c6
commit 5d2e0d59df
14 changed files with 882 additions and 403 deletions
+4
View File
@@ -2628,6 +2628,10 @@ const docTemplate = `{
"name": {
"type": "string",
"example": "Alice"
},
"nickname": {
"type": "string",
"example": "ALI"
}
}
},
+4
View File
@@ -2626,6 +2626,10 @@
"name": {
"type": "string",
"example": "Alice"
},
"nickname": {
"type": "string",
"example": "ALI"
}
}
},
+3
View File
@@ -245,6 +245,9 @@ definitions:
name:
example: Alice
type: string
nickname:
example: ALI
type: string
type: object
transport.Envelope:
properties: