mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 17:56:30 -05:00
server tag is now called backend
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
8f0761af96
commit
74421e7264
1 changed files with 2 additions and 2 deletions
|
@ -531,7 +531,7 @@ paths:
|
|||
/config:
|
||||
get:
|
||||
tags:
|
||||
- server
|
||||
- backend
|
||||
summary: The config of the backend
|
||||
operationId: getConfig
|
||||
responses:
|
||||
|
@ -544,7 +544,7 @@ paths:
|
|||
/status:
|
||||
get:
|
||||
tags:
|
||||
- server
|
||||
- backend
|
||||
summary: Returns the current status of the backend
|
||||
operationId: getStatus
|
||||
description: The data is returned as a JSON object containing the number of notes stored on the server, (distinct) online users and more.
|
||||
|
|
Loading…
Reference in a new issue