From 4ff4766bda3557d709ffcf09e58240de119ee566 Mon Sep 17 00:00:00 2001 From: wukko Date: Thu, 26 Jun 2025 15:59:38 +0600 Subject: [PATCH] docs/api: add info about subtitle bool in local processing response --- docs/api.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/api.md b/docs/api.md index cad02519..dfeea7b8 100644 --- a/docs/api.md +++ b/docs/api.md @@ -121,11 +121,12 @@ the response will always be a JSON object containing the `status` key, which is | `isHLS` | `boolean` | whether the output is in HLS format (optional) | #### output object -| key | type | value | -|:-----------|:---------|:----------------------------------------------------------------------------------| -| `type` | `string` | mime type of the output file | -| `filename` | `string` | filename of the output file | -| `metadata` | `object` | metadata associated with the file (optional, [see below](#outputmetadata-object)) | +| key | type | value | +|:------------|:----------|:----------------------------------------------------------------------------------| +| `type` | `string` | mime type of the output file | +| `filename` | `string` | filename of the output file | +| `metadata` | `object` | metadata associated with the file (optional, [see below](#outputmetadata-object)) | +| `subtitles` | `boolean` | whether tunnels include a subtitle file | #### output.metadata object all keys in this table are optional.