mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ Clean up node description (#1883)
Co-authored-by: Jan <janober@users.noreply.github.com>
This commit is contained in:
@@ -32,7 +32,7 @@ export class HttpRequest implements INodeType {
|
||||
group: ['input'],
|
||||
version: 1,
|
||||
subtitle: '={{$parameter["requestMethod"] + ": " + $parameter["url"]}}',
|
||||
description: 'Makes a HTTP request and returns the received data',
|
||||
description: 'Makes an HTTP request and returns the response data',
|
||||
defaults: {
|
||||
name: 'HTTP Request',
|
||||
color: '#2200DD',
|
||||
|
||||
Reference in New Issue
Block a user