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

implementation doesn't match API documentation and comments #25

@booleon

Description

@booleon

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions