Skip to content

[mattermost] Required parameter should be channel Id #658

@animeshk08

Description

@animeshk08

The help text of Mattermost backend mentions the required parameter as Channel name.

parser.parser.add_argument('channel',

However, going through the source code and mentioned example in the Perceval documentation I think the required parameter is channel id.

I would also like to suggest an alternative. We can use the following API to get a list of channels and match the channel name to retrieve the channel id(as done in groups.io and gitter): https://api.mattermost.com/#tag/channels/paths/~1channels/get

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions