🔨 Standardize the simple response option (#1813)

This commit is contained in:
Iván Ovejero
2021-07-10 11:38:45 +02:00
committed by GitHub
parent d3da5023f0
commit e2aa8ae9b8
13 changed files with 44 additions and 44 deletions

View File

@@ -50,7 +50,7 @@ export const searchFields: INodeProperties[] = [
description: 'Term to search for.',
},
{
displayName: 'Simple',
displayName: 'Simplify Response',
name: 'simple',
type: 'boolean',
displayOptions: {
@@ -64,6 +64,6 @@ export const searchFields: INodeProperties[] = [
},
},
default: true,
description: 'When set to true a simplify version of the response will be used else the raw data.',
description: 'Return a simplified version of the response instead of the raw data.',
},
];