add playlist-item resource

This commit is contained in:
ricardo
2020-08-15 22:36:11 -04:00
parent 091659df29
commit 54f103776e
5 changed files with 605 additions and 7 deletions

View File

@@ -103,7 +103,7 @@ export const channelFields = [
},
},
description: 'The fields parameter specifies a comma-separated list of one or more channel resource properties that the API response will include.',
default: ''
default: ['*'],
},
{
displayName: 'Return All',
@@ -308,7 +308,7 @@ export const channelFields = [
},
},
description: 'The fields parameter specifies a comma-separated list of one or more channel resource properties that the API response will include.',
default: ''
default: ['*'],
},
/* -------------------------------------------------------------------------- */
/* channel:update */