mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
🔨 Add documentationUrl to credentials
This commit is contained in:
@@ -6,6 +6,7 @@ import {
|
||||
export class TravisCiApi implements ICredentialType {
|
||||
name = 'travisCiApi';
|
||||
displayName = 'Travis API';
|
||||
documentationUrl = 'travisCi';
|
||||
properties = [
|
||||
{
|
||||
displayName: 'API Token',
|
||||
|
||||
Reference in New Issue
Block a user