From a11d3102ce870fc48d1b9e9bccf1a47dc391c3a2 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 12 Sep 2025 10:13:29 +0200 Subject: [PATCH] Fix openapi schema --- support/doc/api/openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index b7672816f..d4991e138 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -5067,7 +5067,7 @@ paths: description: successful operation - '/api/v1/player-settings/videos/{videoId}': + '/api/v1/player-settings/videos/{id}': get: summary: Get video player settings description: Get player settings for a specific video. Returns video-specific settings merged with channel player settings. @@ -5117,7 +5117,7 @@ paths: '404': description: video not found - '/api/v1/player-settings/video-channels/{handle}': + '/api/v1/player-settings/video-channels/{channelHandle}': get: summary: Get channel player settings description: Get player settings for a video channel.