fix action > description (#36)

This commit is contained in:
Deborah Barnard 2024-07-04 18:46:17 +01:00 committed by GitHub
commit 7eb8838df5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ export const httpVerbOperations: INodeProperties[] = [
{
name: 'GET',
value: 'get',
action: 'Perform a GET request',
description: 'Perform a GET request',
routing: {
request: {
method: 'GET',
@ -28,7 +28,7 @@ export const httpVerbOperations: INodeProperties[] = [
{
name: 'DELETE',
value: 'delete',
action: 'Perform a DELETE request',
description: 'Perform a DELETE request',
routing: {
request: {
method: 'DELETE',