mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-04 21:35:19 -04:00
Cleanup swagger & add examples for entries
This commit is contained in:
@@ -250,10 +250,10 @@ export const entriesH = new Elysia({ tags: ["series"] })
|
||||
},
|
||||
{
|
||||
detail: { description: "Get extras of a serie" },
|
||||
path: t.Object({
|
||||
params: t.Object({
|
||||
id: t.String({
|
||||
description: "The id or slug of the serie.",
|
||||
examples: [madeInAbyss.slug],
|
||||
example: madeInAbyss.slug,
|
||||
}),
|
||||
}),
|
||||
query: t.Object({
|
||||
|
||||
Reference in New Issue
Block a user