mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 21:07:28 -08:00
fix: Rapid7 InsightVM copy tweaks and docs url (no-changelog) (#11585)
This commit is contained in:
parent
7254359855
commit
9468eea405
|
@ -8,9 +8,9 @@ import type {
|
|||
export class Rapid7InsightVmApi implements ICredentialType {
|
||||
name = 'rapid7InsightVmApi';
|
||||
|
||||
displayName = 'Rapid7 InsightVm API';
|
||||
displayName = 'Rapid7 InsightVM API';
|
||||
|
||||
documentationUrl = 'Rapid7 InsightVm';
|
||||
documentationUrl = 'rapid7insightvm';
|
||||
|
||||
icon = {
|
||||
light: 'file:icons/Rapid7InsightVm.svg',
|
||||
|
@ -18,7 +18,7 @@ export class Rapid7InsightVmApi implements ICredentialType {
|
|||
} as const;
|
||||
|
||||
httpRequestNode = {
|
||||
name: 'Rapid7 Insight Vm',
|
||||
name: 'Rapid7 InsightVM',
|
||||
docsUrl: 'https://docs.rapid7.com/',
|
||||
apiBaseUrlPlaceholder: 'https://insight.rapid7.com/',
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue