mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
docs: Fix OpenAI credential docs url (no-changelog) (#5006)
This commit is contained in:
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[] = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue