fix: Rapid7 InsightVM copy tweaks and docs url (no-changelog) (#11585)

This commit is contained in:
Shireen Missi 2024-11-06 12:12:49 +00:00 committed by GitHub
parent 7254359855
commit 9468eea405
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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/',
};