Skip to content

Commit a3d72de

Browse files
jakmeierChocobozzz
authored andcommitted
Fix openapi docs for playlist videos response
This is the playlist element id, used to update or delete elements in the list. The old description and example made it look like it is the video object id.
1 parent f5c6d73 commit a3d72de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

support/doc/api/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5396,7 +5396,7 @@ paths:
53965396
type: object
53975397
properties:
53985398
id:
5399-
description: object id for the video
5399+
description: Playlist element id
54005400
allOf:
54015401
- $ref: '#/components/schemas/id'
54025402
position:
@@ -5410,7 +5410,7 @@ paths:
54105410
stopTimestamp:
54115411
type: integer
54125412
nullable: true
5413-
example: 42
5413+
example: 41
54145414
format: seconds
54155415
video:
54165416
$ref: '#/components/schemas/Video'

0 commit comments

Comments
 (0)