controller registration endpoint improvements (#50)

This commit is contained in:
Michael Quigley
2022-09-20 16:01:46 -04:00
parent ec6afaaa3d
commit 242a8bee7b
10 changed files with 186 additions and 8 deletions
+7
View File
@@ -118,6 +118,8 @@ paths:
responses:
200:
description: account created
schema:
$ref: "#/definitions/registerResponse"
404:
description: request not found
500:
@@ -335,6 +337,11 @@ definitions:
type: string
password:
type: string
registerResponse:
type: object
properties:
token:
type: string
services:
type: array