[status] Fix: Add missing API docs

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2022-03-31 00:29:27 +02:00
parent 56082ad577
commit 4ba3e595f2
Signed by: luzifer
GPG key ID: 0066F03ED215AD7D

View file

@ -34,9 +34,11 @@ type (
func init() {
registerRoute(plugins.HTTPRouteRegistrationArgs{
Description: "Provides a status JSON to check whether the bot is living",
HandlerFunc: handleStatusRequest,
Method: http.MethodGet,
Module: "status",
Name: "Status",
Path: "/status.json",
QueryParams: []plugins.HTTPRouteParamDocumentation{
{