diff --git a/nodes/Vikunja/properties/Task.ts b/nodes/Vikunja/properties/Task.ts index 7a1fd36..d1b6ba7 100644 --- a/nodes/Vikunja/properties/Task.ts +++ b/nodes/Vikunja/properties/Task.ts @@ -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[] = [ }, }, }, -]; \ No newline at end of file +];