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
{{ message }}
This repository has been archived by the owner on Nov 26, 2019. It is now read-only.
Hello,
you have replaced the path /bots/ by /connectors/ or the opposite but the implementation doesn't match your API.
Moreover I noticed the list listing of connectors doesn't seem implemented.
` /**
@api {delete} /bots/:bot_id/channels/:channel_slug Delete a Channel
@ApiError (Not found 404) {String} message Return if either the Connector or the Channel doesn't exist
*/
{
method: 'DELETE',
path: '/connectors/:connector_id/channels/:channel_slug',
validators: [],
handler: controllers.Channels.delete,
},
]`
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hello,
you have replaced the path /bots/ by /connectors/ or the opposite but the implementation doesn't match your API.
Moreover I noticed the list listing of connectors doesn't seem implemented.
` /**
*/
{
method: 'DELETE',
path: '/connectors/:connector_id/channels/:channel_slug',
validators: [],
handler: controllers.Channels.delete,
},
]`
Thank you in advance.
The text was updated successfully, but these errors were encountered: