Improve descriptions

This commit is contained in:
brianinoa 2022-06-16 15:03:56 +02:00
commit 1c53ac9f85
3 changed files with 23 additions and 6 deletions

View file

@ -33,7 +33,13 @@ export class HttpBin implements INodeType {
/**
* In the properties array we have two mandatory options objects required
*
* Resource & Operation
* [Resource & Operation]
*
*
* https://docs.n8n.io/integrations/creating-nodes/code/create-first-node/#resources-and-operations
*
* In our example, the operations are separated into their own file (HTTPVerbDescription)
* to keep this class easy to read
*
*/
properties: [
@ -54,6 +60,7 @@ export class HttpBin implements INodeType {
],
default: "httpverbs",
},
...httpVerbOperations,
...httpVerbFields,
],