⚡ Add action to HttpVerbDescription
This commit is contained in:
@@ -17,6 +17,7 @@ export const httpVerbOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'GET',
|
||||
value: 'get',
|
||||
action: 'Perform a GET request',
|
||||
routing: {
|
||||
request: {
|
||||
method: 'GET',
|
||||
@@ -27,6 +28,7 @@ export const httpVerbOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'DELETE',
|
||||
value: 'delete',
|
||||
action: 'Perform a DELETE request',
|
||||
routing: {
|
||||
request: {
|
||||
method: 'DELETE',
|
||||
|
||||
Reference in New Issue
Block a user