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:
Philip Molares 2020-06-06 22:54:02 +02:00 committed by David Mehren
parent 3561da0457
commit 4c11b81dfb
No known key found for this signature in database
GPG key ID: 6017AF117F9756CB

View file

@ -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: