start new swagger

This commit is contained in:
breel
2020-08-09 19:03:25 -06:00
parent 02c5d795cf
commit f11261f0da
11 changed files with 275 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
paths:
summary: "Registering namespaces"
post:
tags:
- users
requestBody:
content:
application/x-www-form-urlencoded:
schema:
type: object
properties:
DnDex-User:
type: string
example: "namespace"
DnDex-Auth:
type: string
example: "password"