From 4c11b81dfb41e0413e3c0ec9ab934bee3500f7dd Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sat, 6 Jun 2020 22:54:02 +0200 Subject: [PATCH] the api doc is now referring to the backend as such and not as system und CodiMD instance Signed-off-by: Philip Molares --- docs/dev/openapi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev/openapi.yml b/docs/dev/openapi.yml index 263764b6a..edf36d8c9 100644 --- a/docs/dev/openapi.yml +++ b/docs/dev/openapi.yml @@ -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: