Skip to content

Commit

Permalink
fix(HTTP Request Node): Add description for 'Specify Body' option (#6114
Browse files Browse the repository at this point in the history
)

* fix(HTTP Request Node): Add description for 'Specify Body' option

* disable linting for node-param-description-miscased-json
  • Loading branch information
csuermann authored Apr 27, 2023
1 parent 1ec85b7 commit af097ae
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,9 @@ export class HttpRequestV3 implements INodeType {
},
],
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',
Expand Down

0 comments on commit af097ae

Please sign in to comment.