Expose functionality for update

This commit is contained in:
Tim Adler 2021-12-23 17:46:46 +01:00 committed by GitHub
parent 7843c59ab4
commit 88fd0078f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -301,6 +301,13 @@ export const bookmarkFields: INodeProperties[] = [
default: false,
description: 'Whether this bookmark is marked as favorite.',
},
{
displayName: 'Please Parse',
name: 'pleaseParse',
type: 'boolean',
default: false,
description: 'Whether Raindrop should reload cover, description and HTML for the URL',
},
{
displayName: 'Order',
name: 'order',