mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
⚡ Some minor improvements to Monday.com-Node
This commit is contained in:
parent
50c22dab5c
commit
0af237e5b1
|
@ -82,10 +82,10 @@ export const boardItemFields = [
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
description: `Item's ID`
|
description: 'The unique identifier of the item to add update to.',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Body',
|
displayName: 'Update Text',
|
||||||
name: 'value',
|
name: 'value',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
required: true,
|
required: true,
|
||||||
|
@ -100,7 +100,7 @@ export const boardItemFields = [
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
description: 'The update text',
|
description: 'The update text to add.',
|
||||||
},
|
},
|
||||||
/* -------------------------------------------------------------------------- */
|
/* -------------------------------------------------------------------------- */
|
||||||
/* boardItem:changeColumnValue */
|
/* boardItem:changeColumnValue */
|
||||||
|
@ -142,7 +142,7 @@ export const boardItemFields = [
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
description: `Item's ID`
|
description: 'The unique identifier of the item to to change column of.',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Column ID',
|
displayName: 'Column ID',
|
||||||
|
@ -184,7 +184,7 @@ export const boardItemFields = [
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
description: 'The column value in JSON format.',
|
description: 'The column value in JSON format. Documentation can be found <a href="https://monday.com/developers/v2#mutations-section-columns-change-column-value" target="_blank">here</a>.',
|
||||||
},
|
},
|
||||||
/* -------------------------------------------------------------------------- */
|
/* -------------------------------------------------------------------------- */
|
||||||
/* boardItem:changeMultipleColumnValues */
|
/* boardItem:changeMultipleColumnValues */
|
||||||
|
@ -244,7 +244,7 @@ export const boardItemFields = [
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
description: 'The column fields and values in JSON format.',
|
description: 'The column fields and values in JSON format. Documentation can be found <a href="https://monday.com/developers/v2#mutations-section-columns-change-multiple-column-values" target="_blank">here</a>.',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
alwaysOpenEditWindow: true,
|
alwaysOpenEditWindow: true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue