account json
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user