16 lines
397 B
YAML
16 lines
397 B
YAML
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"
|