mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-23 11:44:06 -08:00
⚡ Change Urlscan.io description (#2270)
This commit is contained in:
parent
0243fc68d9
commit
5c206a3da5
|
@ -36,7 +36,7 @@ export class UrlScanIo implements INodeType {
|
|||
group: ['transform'],
|
||||
version: 1,
|
||||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||
description: 'Consume the urlscan.io API',
|
||||
description: 'Provides various utilities for monitoring websites like health checks or screenshots',
|
||||
defaults: {
|
||||
name: 'urlscan.io',
|
||||
color: '#f3d337',
|
||||
|
|
|
@ -183,6 +183,7 @@ export const scanFields: INodeProperties[] = [
|
|||
name: 'referer',
|
||||
description: 'HTTP referer to set for this scan',
|
||||
type: 'string',
|
||||
placeholder: 'https://n8n.io',
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue