mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-12 23:54:07 -08:00
⚡ Small improvement
This commit is contained in:
parent
6c94873dfa
commit
98255f709e
|
@ -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: ''
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue