mirror of
https://github.com/koel/koel
synced 2024-11-24 05:03:05 +00:00
fix(api-docs): wrong path for playlist songs API
This commit is contained in:
parent
70696da096
commit
aaaa8d0e4e
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ paths:
|
|||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/SmartPlaylistRule'
|
||||
'/api/playlist/{playlistId}':
|
||||
'/api/playlist/{playlistId}/songs':
|
||||
parameters:
|
||||
- schema:
|
||||
type: integer
|
||||
|
|
Loading…
Reference in a new issue