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
1 changed files with 2 additions and 2 deletions

View File

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