mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
Fixes edit method
This commit is contained in:
parent
7bc7323aab
commit
ca05cd6494
|
@ -853,7 +853,7 @@ export class Gitlab implements INodeType {
|
|||
// edit
|
||||
// ----------------------------------
|
||||
|
||||
requestMethod = 'PATCH';
|
||||
requestMethod = 'PUT';
|
||||
|
||||
const issueNumber = this.getNodeParameter('issueNumber', i) as string;
|
||||
|
||||
|
|
Loading…
Reference in a new issue