From b9e924a8d68bcedcb9ee92127a764bd0e6a1f05d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 21 Apr 2020 16:47:39 +0200 Subject: Fix playlist element param in api doc --- support/doc/api/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/doc/api') diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 454b8cde6..338e4a8ee 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -1722,7 +1722,7 @@ paths: - startPosition - insertAfterPosition - /video-playlists/{id}/videos/:playlistElementId: + /video-playlists/{id}/videos/{playlistElementId}: put: summary: 'Update a playlist element' security: -- cgit v1.2.3