From ef4e7651c167274d1dd56868c05e797308ff7f5f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 15 Feb 2024 16:15:07 +0100 Subject: [PATCH] Getting the video source requires oauth token --- support/doc/api/openapi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 8e72f48d9..ac09fb893 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -3232,6 +3232,8 @@ paths: get: summary: Get video source file metadata operationId: getVideoSource + security: + - OAuth2: [] tags: - Video parameters: