Skip to content

Commit 27ab3c8

Browse files
author
Doug Black
committed
change media list key to 'media_list'
1 parent 53595b6 commit 27ab3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/twilio/sdk/resource/list/MediaList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ protected Media makeNew(TwilioRestClient client, Map<String, Object> params) {
7878
*/
7979
@Override
8080
protected String getListKey() {
81-
return "media";
81+
return "media_list";
8282
}
8383

8484
/**

0 commit comments

Comments
 (0)