mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 09:04:44 -04: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:
|
/config:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- server
|
- backend
|
||||||
summary: The config of the backend
|
summary: The config of the backend
|
||||||
operationId: getConfig
|
operationId: getConfig
|
||||||
responses:
|
responses:
|
||||||
|
@ -544,7 +544,7 @@ paths:
|
||||||
/status:
|
/status:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- server
|
- backend
|
||||||
summary: Returns the current status of the backend
|
summary: Returns the current status of the backend
|
||||||
operationId: getStatus
|
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.
|
description: The data is returned as a JSON object containing the number of notes stored on the server, (distinct) online users and more.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue