🔨 Standardize the simple response option (#1813)
This commit is contained in:
@@ -432,7 +432,7 @@ export const databasePageFields = [
|
||||
description: 'The ID of the databasePage to update.',
|
||||
},
|
||||
{
|
||||
displayName: 'Simple',
|
||||
displayName: 'Simplify Response',
|
||||
name: 'simple',
|
||||
type: 'boolean',
|
||||
displayOptions: {
|
||||
@@ -446,7 +446,7 @@ export const databasePageFields = [
|
||||
},
|
||||
},
|
||||
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.',
|
||||
},
|
||||
{
|
||||
displayName: 'Properties',
|
||||
|
||||
Reference in New Issue
Block a user