diff options
Diffstat (limited to 'support/doc/api')
-rw-r--r-- | support/doc/api/openapi.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 44daecf85..0cbc58678 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -4914,6 +4914,10 @@ paths: | |||
4914 | enum: | 4914 | enum: |
4915 | - hls | 4915 | - hls |
4916 | - web-video | 4916 | - web-video |
4917 | forceTranscoding: | ||
4918 | type: boolean | ||
4919 | default: false | ||
4920 | description: If the video is stuck in transcoding state, do it anyway | ||
4917 | required: | 4921 | required: |
4918 | - transcodingType | 4922 | - transcodingType |
4919 | responses: | 4923 | responses: |