Change Urlscan.io description (#2270)

This commit is contained in:
Iván Ovejero 2021-10-01 16:21:28 +02:00 committed by GitHub
parent 0243fc68d9
commit 5c206a3da5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -36,7 +36,7 @@ export class UrlScanIo implements INodeType {
group: ['transform'], group: ['transform'],
version: 1, version: 1,
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}', subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
description: 'Consume the urlscan.io API', description: 'Provides various utilities for monitoring websites like health checks or screenshots',
defaults: { defaults: {
name: 'urlscan.io', name: 'urlscan.io',
color: '#f3d337', color: '#f3d337',

View file

@ -183,6 +183,7 @@ export const scanFields: INodeProperties[] = [
name: 'referer', name: 'referer',
description: 'HTTP referer to set for this scan', description: 'HTTP referer to set for this scan',
type: 'string', type: 'string',
placeholder: 'https://n8n.io',
default: '', default: '',
}, },
{ {