From 7064b8c66d1091805b4b629ec359e26756d2454a Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sat, 6 Jun 2020 23:33:54 +0200 Subject: [PATCH] server tag is now called backend 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 b548ecbd4..70e0c6450 100644 --- a/docs/dev/openapi.yml +++ b/docs/dev/openapi.yml @@ -531,7 +531,7 @@ paths: /config: get: tags: - - server + - backend summary: The config of the backend operationId: getConfig responses: @@ -544,7 +544,7 @@ paths: /status: get: tags: - - server + - backend 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.