⚡ Improve descriptions
This commit is contained in:
@@ -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,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user