mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 06:34:39 -04: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
f98fffa888
commit
a4e2596107
1 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@ paths:
|
||||||
delete:
|
delete:
|
||||||
tags:
|
tags:
|
||||||
- user
|
- 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
|
operationId: deleteMe
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
|
@ -545,7 +545,7 @@ paths:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- server
|
- server
|
||||||
summary: Returns the current status of the CodiMD instance.
|
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.
|
||||||
responses:
|
responses:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue