update readme & fixed minor bug for company updates correct api request disabled
This commit is contained in:
parent
81d5b80a92
commit
15d8eaedfd
2 changed files with 11 additions and 2 deletions
|
@ -1406,8 +1406,7 @@ export class Plutio implements INodeType {
|
|||
});
|
||||
body.people = metadata;
|
||||
}
|
||||
responseData = body;
|
||||
// responseData = await plutioApiRequest.call(this, 'PUT', '/companies', body);
|
||||
responseData = await plutioApiRequest.call(this, 'PUT', '/companies', body);
|
||||
}
|
||||
|
||||
// Get company.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue