mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
chore: add Scalar generated API docs (#856)
This commit is contained in:
committed by
GitHub
parent
67881e21a8
commit
8b703d50de
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user