mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +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 = {
|
test: ICredentialTestRequest = {
|
||||||
request: {
|
request: {
|
||||||
baseURL: 'https://api.notion.com/v1',
|
baseURL: 'https://api.notion.com/v1',
|
||||||
url: '/users',
|
url: '/users/me',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user