1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-19 08:57:09 +03:00

fix(Raindrop Node): Update access token URL (#4542)

 Change token exchange URL
This commit is contained in:
Ricardo Espinoza 2022-11-08 15:02:49 -05:00 committed by GitHub
parent d2bec63cec
commit 740df0c1e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ export class RaindropOAuth2Api implements ICredentialType {
displayName: 'Access Token URL',
name: 'accessTokenUrl',
type: 'hidden',
default: 'https://raindrop.io/oauth/access_token',
default: 'https://api.raindrop.io/v1/oauth/access_token',
},
{
displayName: 'Auth URI Query Parameters',