chore: add Scalar generated API docs (#856)

This commit is contained in:
Christian Benincasa
2025-01-24 11:21:04 -05:00
committed by GitHub
parent 67881e21a8
commit 8b703d50de
37 changed files with 672 additions and 249 deletions

View File

@@ -16,6 +16,7 @@ export const debugFfmpegApiRouter: RouterPluginAsyncCallback = async (
'/ffmpeg/probe',
{
schema: {
tags: ['Debug'],
querystring: z.object({
path: z.string(),
}),
@@ -34,6 +35,7 @@ export const debugFfmpegApiRouter: RouterPluginAsyncCallback = async (
'/ffmpeg/pipeline',
{
schema: {
tags: ['Debug'],
querystring: z.object({
channel: z.coerce.number().or(z.string()),
path: z.string(),