Add missing start and count parameters to playlist video list API endpoint documentation
This commit is contained in:
parent
e960932517
commit
9c58375c08
1 changed files with 2 additions and 0 deletions
|
@ -3115,6 +3115,8 @@ paths:
|
|||
- Video Playlists
|
||||
parameters:
|
||||
- $ref: '#/components/parameters/playlistId'
|
||||
- $ref: '#/components/parameters/start'
|
||||
- $ref: '#/components/parameters/count'
|
||||
responses:
|
||||
'200':
|
||||
description: successful operation
|
||||
|
|
Loading…
Reference in a new issue