Skip to content
This repository has been archived by the owner on Nov 26, 2019. It is now read-only.

implementation doesn't match API documentation and comments #25

Open
booleon opened this issue Oct 3, 2017 · 0 comments
Open

implementation doesn't match API documentation and comments #25

booleon opened this issue Oct 3, 2017 · 0 comments

Comments

@booleon
Copy link

booleon commented Oct 3, 2017

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
  • @apiName deleteChannelByConnectorId
  • @APIGroup Channel
  • @apiDescription Delete a Channel
  • @apiParam {String} channel_slug Channel slug.
  • @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.

@claireeee claireeee reopened this Oct 23, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants