From 9c58375c082dc044f683487e81c0a80a10b3a087 Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Tue, 19 Oct 2021 17:22:45 +0000 Subject: Add missing start and count parameters to playlist video list API endpoint documentation --- support/doc/api/openapi.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'support/doc') diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 65a2ac897..dee86d83d 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -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 -- cgit v1.2.3