username -> email (#50, #51)

This commit is contained in:
Michael Quigley
2022-09-09 10:20:05 -04:00
parent 370fd78402
commit c95e84b53e
15 changed files with 55 additions and 55 deletions

View File

@ -307,10 +307,10 @@ func init() {
"accountRequest": {
"type": "object",
"properties": {
"password": {
"email": {
"type": "string"
},
"username": {
"password": {
"type": "string"
}
}
@ -433,14 +433,14 @@ func init() {
"principal": {
"type": "object",
"properties": {
"email": {
"type": "string"
},
"id": {
"type": "integer"
},
"token": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
@ -814,10 +814,10 @@ func init() {
"accountRequest": {
"type": "object",
"properties": {
"password": {
"email": {
"type": "string"
},
"username": {
"password": {
"type": "string"
}
}
@ -940,14 +940,14 @@ func init() {
"principal": {
"type": "object",
"properties": {
"email": {
"type": "string"
},
"id": {
"type": "integer"
},
"token": {
"type": "string"
},
"username": {
"type": "string"
}
}
},