server tag is now called backend

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2020-06-06 23:33:54 +02:00 committed by David Mehren
parent 8f0761af96
commit 74421e7264
No known key found for this signature in database
GPG key ID: 6017AF117F9756CB

View file

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