account swagger

This commit is contained in:
CHIEFSOFT\ameye
2025-06-23 12:04:58 -04:00
parent 35335ff3fb
commit 02dfc93d3b
4 changed files with 136 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"type": "object",
"properties": {
"token": {
"type": "string",
"example": "token"
},
"uid": {
"type": "string",
"example": "uid"
}
},
"xml": {
"name": "LoginRequest"
}
}