Set up action for operation options

This commit is contained in:
Iván Ovejero 2022-06-28 16:50:33 +02:00
commit dc1db201b6
3 changed files with 5 additions and 1 deletions

View file

@ -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',