mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
⚡ Update Magento2 credential doc (#2225)
This commit is contained in:
parent
f57409eb9e
commit
25d0b184ff
|
@ -6,6 +6,7 @@ import {
|
||||||
export class Magento2Api implements ICredentialType {
|
export class Magento2Api implements ICredentialType {
|
||||||
name = 'magento2Api';
|
name = 'magento2Api';
|
||||||
displayName = 'Magento 2 API';
|
displayName = 'Magento 2 API';
|
||||||
|
documentationUrl = 'magento2';
|
||||||
properties = [
|
properties = [
|
||||||
{
|
{
|
||||||
displayName: 'Host',
|
displayName: 'Host',
|
||||||
|
|
Loading…
Reference in a new issue