diff options
author | JustAnotherArchivist <JustAnotherArchivist@users.noreply.github.com> | 2021-10-19 17:22:45 +0000 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-10-20 08:55:32 +0200 |
commit | 9c58375c082dc044f683487e81c0a80a10b3a087 (patch) | |
tree | 7b9348597c7b932197a764a77768e062abc2f809 /support/doc | |
parent | e9609325170f58346b015477b52325a7dde20f4e (diff) | |
download | PeerTube-9c58375c082dc044f683487e81c0a80a10b3a087.tar.gz PeerTube-9c58375c082dc044f683487e81c0a80a10b3a087.tar.zst PeerTube-9c58375c082dc044f683487e81c0a80a10b3a087.zip |
Add missing start and count parameters to playlist video list API endpoint documentation
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/api/openapi.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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: | |||
3115 | - Video Playlists | 3115 | - Video Playlists |
3116 | parameters: | 3116 | parameters: |
3117 | - $ref: '#/components/parameters/playlistId' | 3117 | - $ref: '#/components/parameters/playlistId' |
3118 | - $ref: '#/components/parameters/start' | ||
3119 | - $ref: '#/components/parameters/count' | ||
3118 | responses: | 3120 | responses: |
3119 | '200': | 3121 | '200': |
3120 | description: successful operation | 3122 | description: successful operation |