You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- routes_bot.js - app.delete(k.XCSAPIBasePath + '/bots/:id/:rev?', prepareRequest, verifyIfServiceIsEnabledAllowCertificate, enforceBotCreatorRole, botClass.remove.bind(botClass));
Seems like we might not need to send the rev any more when deleting a bot. Try and remove the rev if it works.
- up the compatibility version from 5 to 6
The text was updated successfully, but these errors were encountered:
routes_bot.js
-app.delete(k.XCSAPIBasePath + '/bots/:id/:rev?', prepareRequest, verifyIfServiceIsEnabledAllowCertificate, enforceBotCreatorRole, botClass.remove.bind(botClass));
Seems like we might not need to send the
rev
any more when deleting a bot. Try and remove the rev if it works.The text was updated successfully, but these errors were encountered: