invite api polish (#834)

This commit is contained in:
Michael Quigley
2025-02-03 11:20:57 -05:00
parent a88185422a
commit b97c6d9ca2
13 changed files with 259 additions and 62 deletions

View File

@ -634,7 +634,14 @@ func init() {
"name": "body",
"in": "body",
"schema": {
"$ref": "#/definitions/inviteRequest"
"properties": {
"email": {
"type": "string"
},
"token": {
"type": "string"
}
}
}
}
],
@ -1887,17 +1894,6 @@ func init() {
"$ref": "#/definitions/frontend"
}
},
"inviteRequest": {
"type": "object",
"properties": {
"email": {
"type": "string"
},
"token": {
"type": "string"
}
}
},
"inviteTokenGenerateRequest": {
"type": "object",
"properties": {
@ -2939,7 +2935,14 @@ func init() {
"name": "body",
"in": "body",
"schema": {
"$ref": "#/definitions/inviteRequest"
"properties": {
"email": {
"type": "string"
},
"token": {
"type": "string"
}
}
}
}
],
@ -4194,17 +4197,6 @@ func init() {
"$ref": "#/definitions/frontend"
}
},
"inviteRequest": {
"type": "object",
"properties": {
"email": {
"type": "string"
},
"token": {
"type": "string"
}
}
},
"inviteTokenGenerateRequest": {
"type": "object",
"properties": {