diff options
author | Chocobozzz <me@florianbigard.com> | 2020-04-21 16:47:39 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-04-21 16:47:39 +0200 |
commit | b9e924a8d68bcedcb9ee92127a764bd0e6a1f05d (patch) | |
tree | 120b027d607156319bf71e78ab12e97dbdb61b3f /support/doc | |
parent | 0590bb46929fa576039ffd652abe7b7a25d672d7 (diff) | |
download | PeerTube-b9e924a8d68bcedcb9ee92127a764bd0e6a1f05d.tar.gz PeerTube-b9e924a8d68bcedcb9ee92127a764bd0e6a1f05d.tar.zst PeerTube-b9e924a8d68bcedcb9ee92127a764bd0e6a1f05d.zip |
Fix playlist element param in api doc
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/api/openapi.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
1722 | - startPosition | 1722 | - startPosition |
1723 | - insertAfterPosition | 1723 | - insertAfterPosition |
1724 | 1724 | ||
1725 | /video-playlists/{id}/videos/:playlistElementId: | 1725 | /video-playlists/{id}/videos/{playlistElementId}: |
1726 | put: | 1726 | put: |
1727 | summary: 'Update a playlist element' | 1727 | summary: 'Update a playlist element' |
1728 | security: | 1728 | security: |