mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
docs: Fix OpenAI credential docs url (no-changelog) (#5006)
This commit is contained in:
committed by
GitHub
parent
365ffec3b2
commit
75a974987d
@@ -10,7 +10,7 @@ export class OpenAiApi implements ICredentialType {
|
|||||||
|
|
||||||
displayName = 'OpenAi';
|
displayName = 'OpenAi';
|
||||||
|
|
||||||
documentationUrl = 'openAiApi';
|
documentationUrl = 'openAi';
|
||||||
|
|
||||||
properties: INodeProperties[] = [
|
properties: INodeProperties[] = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user