[fix] Fix swagger some more

This commit is contained in:
Daenney 2024-12-23 00:20:59 +01:00
commit 92ce438140
2 changed files with 3 additions and 1 deletions

View file

@ -6757,8 +6757,8 @@ paths:
schema:
items:
type: object
type: array
maxItems: 0
type: array
"400":
description: bad request
"401":

View file

@ -30,6 +30,8 @@ import (
//
// Get an array of currently active announcements.
//
// THIS ENDPOINT IS CURRENTLY NOT FULLY IMPLEMENTED: it will always return an empty array.
//
// ---
// tags:
// - announcements