mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(KoBoToolbox Node): Add support for Media file API (#4578)
This commit is contained in:
@@ -63,7 +63,7 @@ export const hookFields: INodeProperties[] = [
|
||||
displayOptions: {
|
||||
show: {
|
||||
resource: ['hook'],
|
||||
operation: ['get', 'retryOne', 'retryAll', 'getLogs'],
|
||||
operation: ['get', 'retryOne', 'retryAll', 'getLogs', 'getAll'],
|
||||
},
|
||||
},
|
||||
description:
|
||||
@@ -86,24 +86,6 @@ export const hookFields: INodeProperties[] = [
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* hook:getAll */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
{
|
||||
displayName: 'Form Name or ID',
|
||||
name: 'formId',
|
||||
type: 'options',
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'loadForms',
|
||||
},
|
||||
required: true,
|
||||
default: '',
|
||||
displayOptions: {
|
||||
show: {
|
||||
resource: ['hook'],
|
||||
operation: ['getAll'],
|
||||
},
|
||||
},
|
||||
description:
|
||||
'Form ID (e.g. aSAvYreNzVEkrWg5Gdcvg). Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Hook Log ID',
|
||||
name: 'logId',
|
||||
|
||||
Reference in New Issue
Block a user