mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 17:56:30 -05:00
the api doc is now referring to the backend as such and not as system und CodiMD instance
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
3561da0457
commit
4c11b81dfb
1 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@ paths:
|
|||
delete:
|
||||
tags:
|
||||
- user
|
||||
summary: "Deletes the currently logged-in user from the system and removes all it's notes"
|
||||
summary: "Deletes the currently logged-in user from the backend and removes all it's notes"
|
||||
operationId: deleteMe
|
||||
responses:
|
||||
'200':
|
||||
|
@ -545,7 +545,7 @@ paths:
|
|||
get:
|
||||
tags:
|
||||
- server
|
||||
summary: Returns the current status of the CodiMD instance.
|
||||
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.
|
||||
responses:
|
||||
|
|
Loading…
Reference in a new issue