start new swagger
This commit is contained in:
15
public/swagger/v1/users/login.yaml
Normal file
15
public/swagger/v1/users/login.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
paths:
|
||||
summary: "Log in to namespaces"
|
||||
post:
|
||||
description: "Get an encrypted token and its salt as described in the security section"
|
||||
tags:
|
||||
- users
|
||||
requestBody:
|
||||
content:
|
||||
application/x-www-form-urlencoded:
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
DnDex-User:
|
||||
type: string
|
||||
example: "namespace"
|
||||
Reference in New Issue
Block a user