]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Add missing start and count parameters to playlist video list API endpoint documentation
authorJustAnotherArchivist <JustAnotherArchivist@users.noreply.github.com>
Tue, 19 Oct 2021 17:22:45 +0000 (17:22 +0000)
committerChocobozzz <chocobozzz@cpy.re>
Wed, 20 Oct 2021 06:55:32 +0000 (08:55 +0200)
support/doc/api/openapi.yaml

index 65a2ac897f1427fc90dd4b79e13cc941d2e1d8f3..dee86d83d2f21f7b9eaacd12873bffa73773f88e 100644 (file)
@@ -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