mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🐛 Fix Philips Hue API Connection (#2631)
* 🐛 Fix Philips Hue API Connection
* Philips Hue Node: Fixed typo in update operation description
This commit is contained in:
@@ -21,13 +21,13 @@ export class PhilipsHueOAuth2Api implements ICredentialType {
|
||||
displayName: 'Authorization URL',
|
||||
name: 'authUrl',
|
||||
type: 'hidden',
|
||||
default: 'https://api.meethue.com/oauth2/auth',
|
||||
default: 'https://api.meethue.com/v2/oauth2/authorize',
|
||||
},
|
||||
{
|
||||
displayName: 'Access Token URL',
|
||||
name: 'accessTokenUrl',
|
||||
type: 'hidden',
|
||||
default: 'https://api.meethue.com/oauth2/token',
|
||||
default: 'https://api.meethue.com/v2/oauth2/token',
|
||||
},
|
||||
{
|
||||
displayName: 'Auth URI Query Parameters',
|
||||
|
||||
Reference in New Issue
Block a user