regToken, accountToken (#820, #834)

This commit is contained in:
Michael Quigley
2025-02-04 11:52:46 -05:00
parent 7685c06e45
commit 47421e65bd
42 changed files with 482 additions and 407 deletions

View File

@ -1442,7 +1442,7 @@ func init() {
"password": {
"type": "string"
},
"token": {
"regToken": {
"type": "string"
}
}
@ -1454,7 +1454,7 @@ func init() {
"description": "account created",
"schema": {
"properties": {
"token": {
"accountToken": {
"type": "string"
}
}
@ -3588,7 +3588,7 @@ func init() {
"password": {
"type": "string"
},
"token": {
"regToken": {
"type": "string"
}
}
@ -3600,7 +3600,7 @@ func init() {
"description": "account created",
"schema": {
"properties": {
"token": {
"accountToken": {
"type": "string"
}
}