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 3fd0ba2c47
commit 7064b8c66d
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

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.