mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(Notion Node): Update credential test to not require user permissions (#6022)
This commit is contained in:
@@ -26,7 +26,7 @@ export class NotionApi implements ICredentialType {
|
||||
test: ICredentialTestRequest = {
|
||||
request: {
|
||||
baseURL: 'https://api.notion.com/v1',
|
||||
url: '/users',
|
||||
url: '/users/me',
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user