Merge pull request #865 from FlowiseAI/feature/Confluence

swap URL to get Confluence access token directly
This commit is contained in:
Ong Chung Yau
2023-09-04 09:13:22 +08:00
committed by GitHub
@@ -12,7 +12,7 @@ class ConfluenceApi implements INodeCredential {
this.name = 'confluenceApi'
this.version = 1.0
this.description =
'Refer to <a target="_blank" href="https://support.atlassian.com/confluence-cloud/docs/manage-oauth-access-tokens/">official guide</a> on how to get accessToken on Confluence'
'Refer to <a target="_blank" href="https://support.atlassian.com/confluence-cloud/docs/manage-oauth-access-tokens/">official guide</a> on how to get Access Token or <a target="_blank" href="https://id.atlassian.com/manage-profile/security/api-tokens">API Token</a> on Confluence'
this.inputs = [
{
label: 'Access Token',