start new swagger
This commit is contained in:
17
public/swagger/v1/users/register.yaml
Normal file
17
public/swagger/v1/users/register.yaml
Normal 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"
|
||||
Reference in New Issue
Block a user