We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7135ea commit 895a53fCopy full SHA for 895a53f
api_docs/playlists.md
@@ -25,6 +25,9 @@ per_page | The number of records to return (Example: 10) | Integer
25
q | Filter records by keyword | String
26
sort | Sort records on the specified field | String
27
title | Filter records by title | String
28
+title! | Exclude records by title | String
29
+friendly_title | Filter records by playlist friendly title | String
30
+friendly_title! | Exclude records by playlist friendly title | String
31
32
### Create a Playlist
33
<pre><b>POST</b> https://api.zype.com/playlists</pre>
0 commit comments