1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Fix openapi schema

This commit is contained in:
Chocobozzz 2025-09-12 10:13:29 +02:00
parent f184154aaa
commit a11d3102ce
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -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.