Skip to content

Commit 895a53f

Browse files
committed
updates api docs with filter/exclude playlist by friendly_title re: CORE-875
1 parent d7135ea commit 895a53f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api_docs/playlists.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ per_page | The number of records to return (Example: 10) | Integer
2525
q | Filter records by keyword | String
2626
sort | Sort records on the specified field | String
2727
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
2831

2932
### Create a Playlist
3033
<pre><b>POST</b> https://api.zype.com/playlists</pre>

0 commit comments

Comments
 (0)