mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(Todoist Node): Update to use latest api version (#4650)
This commit is contained in:
committed by
GitHub
parent
579f9c4d4e
commit
09a48c51b6
@@ -29,7 +29,7 @@ export class TodoistApi implements ICredentialType {
|
||||
|
||||
test: ICredentialTestRequest = {
|
||||
request: {
|
||||
baseURL: 'https://api.todoist.com/rest/v1',
|
||||
baseURL: 'https://api.todoist.com/rest/v2',
|
||||
url: '/labels',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user