Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions support/doc/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5396,7 +5396,7 @@ paths:
type: object
properties:
id:
description: object id for the video
description: Playlist element id
allOf:
- $ref: '#/components/schemas/id'
position:
Expand All @@ -5410,7 +5410,7 @@ paths:
stopTimestamp:
type: integer
nullable: true
example: 42
example: 41
format: seconds
video:
$ref: '#/components/schemas/Video'
Expand Down
Loading