account json

This commit is contained in:
CHIEFSOFT\ameye
2025-06-23 13:17:27 -04:00
parent 4b269e3697
commit efbac482fe
3 changed files with 59 additions and 4 deletions
+4 -4
View File
@@ -4,8 +4,8 @@
"Account"
],
"summary": "User Account + Profile ",
"description": "Initiate Login Request",
"operationId": "startLogin",
"description": "User Account Request",
"operationId": "account",
"requestBody": {
"description": "Post JSON to conduct login request",
"content": {
@@ -33,12 +33,12 @@
"content": {
"application/json": {
"schema": {
"$ref": "../schemas/LoginResponse.json"
"$ref": "../schemas/AccountResponse.json"
}
},
"application/xml": {
"schema": {
"$ref": "../schemas/LoginResponse.json"
"$ref": "../schemas/AccountResponse.json"
}
}
}