mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08: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:
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',
|
||||||
|
|
Loading…
Reference in a new issue