mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(HTTP Request Node): Add description for 'Specify Body' option (#6114)
* fix(HTTP Request Node): Add description for 'Specify Body' option * disable linting for node-param-description-miscased-json
This commit is contained in:
committed by
GitHub
parent
1ec85b7d57
commit
af097ae22c
@@ -395,7 +395,9 @@ export class HttpRequestV3 implements INodeType {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
default: 'keypair',
|
default: 'keypair',
|
||||||
description: 'Asasas',
|
// eslint-disable-next-line n8n-nodes-base/node-param-description-miscased-json
|
||||||
|
description:
|
||||||
|
'The body can be specified using explicit fields (<code>keypair</code>) or using a JavaScript object (<code>json</code>)',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Body Parameters',
|
displayName: 'Body Parameters',
|
||||||
|
|||||||
Reference in New Issue
Block a user