REST-API method name
imbot.v2.*
Description
imbot.v2.Bot.register - currentely sends "api method not found" because is case sensetive method
How to reproduce
try to call any of imbot.v2 method
Possible Solution
$caseSensitiveMethods = [
'tasks.flow.Flow.create',
'tasks.flow.Flow.update',
'tasks.flow.Flow.delete',
'tasks.flow.Flow.get',
'tasks.flow.Flow.isExists',
'tasks.flow.Flow.activate',
'tasks.flow.Flow.pin',
'imbot.v2.Bot.register',
'imbot.v2.Bot.update',
'imbot.v2.Bot.get',
'imbot.v2.Bot.list',
'imbot.v2.Bot.unregister'
];
and all others imbot.v2 methods
Additional Context
No response
REST-API method name
imbot.v2.*
Description
imbot.v2.Bot.register - currentely sends "api method not found" because is case sensetive method
How to reproduce
try to call any of imbot.v2 method
Possible Solution
$caseSensitiveMethods = [
'tasks.flow.Flow.create',
'tasks.flow.Flow.update',
'tasks.flow.Flow.delete',
'tasks.flow.Flow.get',
'tasks.flow.Flow.isExists',
'tasks.flow.Flow.activate',
'tasks.flow.Flow.pin',
'imbot.v2.Bot.register',
'imbot.v2.Bot.update',
'imbot.v2.Bot.get',
'imbot.v2.Bot.list',
'imbot.v2.Bot.unregister'
];
and all others imbot.v2 methods
Additional Context
No response