API DOcs
This commit is contained in:
parent
018e019d91
commit
a41c747bcd
1 changed files with 6 additions and 0 deletions
|
@ -755,6 +755,12 @@ paths:
|
||||||
tags:
|
tags:
|
||||||
- "server"
|
- "server"
|
||||||
summary: "Get the Server-Settings"
|
summary: "Get the Server-Settings"
|
||||||
|
parameters:
|
||||||
|
- in: query
|
||||||
|
name: all
|
||||||
|
description: "Admin! Return all Settings"
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: Token is valide, the user has logged in
|
description: Token is valide, the user has logged in
|
||||||
|
|
Reference in a new issue