swagger OK resopnse bodies

This commit is contained in:
breel
2020-08-09 22:23:39 -06:00
parent f11261f0da
commit 4aea3dab40
9 changed files with 288 additions and 80 deletions

View File

@@ -13,3 +13,16 @@ paths:
DnDex-User:
type: string
example: "namespace"
responses:
200:
content:
application/json:
schema:
type: object
properties:
token:
type: string
example: abc-123
salt:
type: string
example: def-456