⚡ Set up action for operation options
This commit is contained in:
parent
4319962141
commit
dc1db201b6
3 changed files with 5 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ export const httpVerbOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'GET',
|
||||
value: 'get',
|
||||
// action: 'Perform a GET request', // TODO: Uncomment once #3610 merged to master
|
||||
routing: {
|
||||
request: {
|
||||
method: 'GET',
|
||||
|
|
@ -27,6 +28,7 @@ export const httpVerbOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'DELETE',
|
||||
value: 'delete',
|
||||
// action: 'Perform a DELETE request', // TODO: Uncomment once #3610 merged to master
|
||||
routing: {
|
||||
request: {
|
||||
method: 'DELETE',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue