mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-04 13:53:16 -06:00
[fix] Fix swagger some more
This commit is contained in:
parent
ac1286e7b3
commit
92ce438140
2 changed files with 3 additions and 1 deletions
|
|
@ -6757,8 +6757,8 @@ paths:
|
|||
schema:
|
||||
items:
|
||||
type: object
|
||||
type: array
|
||||
maxItems: 0
|
||||
type: array
|
||||
"400":
|
||||
description: bad request
|
||||
"401":
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue