fix: use correct method to update tasks (#4)

This commit is contained in:
kolaente 2024-03-12 17:40:16 +01:00 committed by GitHub
commit 2c7796432f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -185,7 +185,7 @@ export const taskProperties: INodeProperties[] = [
action: 'Update a task', action: 'Update a task',
routing: { routing: {
request: { request: {
method: 'GET', method: 'POST',
url: '=/tasks/{{$parameter.taskId}}', url: '=/tasks/{{$parameter.taskId}}',
}, },
}, },
@ -611,4 +611,4 @@ export const taskProperties: INodeProperties[] = [
}, },
}, },
}, },
]; ];