Small improvement

This commit is contained in:
ricardo 2020-07-20 14:33:09 -04:00
parent 6c94873dfa
commit 98255f709e

View file

@ -41,7 +41,7 @@ export const channelFields = [
/* channel:getAll */ /* channel:getAll */
/* -------------------------------------------------------------------------- */ /* -------------------------------------------------------------------------- */
{ {
displayName: 'Part', displayName: 'Fields',
name: 'part', name: 'part',
type: 'multiOptions', type: 'multiOptions',
options: [ options: [
@ -97,6 +97,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: ''
}, },
{ {