mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 01:39:37 +02:00
Fix openapi schema
This commit is contained in:
parent
f184154aaa
commit
a11d3102ce
1 changed files with 2 additions and 2 deletions
|
@ -5067,7 +5067,7 @@ paths:
|
||||||
description: successful operation
|
description: successful operation
|
||||||
|
|
||||||
|
|
||||||
'/api/v1/player-settings/videos/{videoId}':
|
'/api/v1/player-settings/videos/{id}':
|
||||||
get:
|
get:
|
||||||
summary: Get video player settings
|
summary: Get video player settings
|
||||||
description: Get player settings for a specific video. Returns video-specific settings merged with channel 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':
|
'404':
|
||||||
description: video not found
|
description: video not found
|
||||||
|
|
||||||
'/api/v1/player-settings/video-channels/{handle}':
|
'/api/v1/player-settings/video-channels/{channelHandle}':
|
||||||
get:
|
get:
|
||||||
summary: Get channel player settings
|
summary: Get channel player settings
|
||||||
description: Get player settings for a video channel.
|
description: Get player settings for a video channel.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue