mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-28 22:12:26 -05:00
⚡ Add action to HttpVerbDescription
This commit is contained in:
parent
9a6c7a9c8b
commit
4998bfd3c7
2 changed files with 4 additions and 2 deletions
|
|
@ -17,6 +17,7 @@ export const httpVerbOperations: INodeProperties[] = [
|
||||||
{
|
{
|
||||||
name: 'GET',
|
name: 'GET',
|
||||||
value: 'get',
|
value: 'get',
|
||||||
|
action: 'Perform a GET request',
|
||||||
routing: {
|
routing: {
|
||||||
request: {
|
request: {
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
|
|
@ -27,6 +28,7 @@ export const httpVerbOperations: INodeProperties[] = [
|
||||||
{
|
{
|
||||||
name: 'DELETE',
|
name: 'DELETE',
|
||||||
value: 'delete',
|
value: 'delete',
|
||||||
|
action: 'Perform a DELETE request',
|
||||||
routing: {
|
routing: {
|
||||||
request: {
|
request: {
|
||||||
method: 'DELETE',
|
method: 'DELETE',
|
||||||
|
|
|
||||||
|
|
@ -43,8 +43,8 @@
|
||||||
"@typescript-eslint/parser": "^5.29.0",
|
"@typescript-eslint/parser": "^5.29.0",
|
||||||
"eslint-plugin-n8n-nodes-base": "^1.2.0",
|
"eslint-plugin-n8n-nodes-base": "^1.2.0",
|
||||||
"gulp": "^4.0.2",
|
"gulp": "^4.0.2",
|
||||||
"n8n-core": "^0.124.0",
|
"n8n-core": "^0.125.0",
|
||||||
"n8n-workflow": "^0.106.0",
|
"n8n-workflow": "^0.107.0",
|
||||||
"prettier": "^2.7.1",
|
"prettier": "^2.7.1",
|
||||||
"tslint": "^6.1.2",
|
"tslint": "^6.1.2",
|
||||||
"typescript": "~4.6.0"
|
"typescript": "~4.6.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue