Mattermost changed their api
See original GitHub issueJust upgraded from mattermost 3.4 to 3.5 (team version) and they seem to have changed their api again.
Channel id has moved from msg['channel_id'] to msg['data']['post']['channel_id']
. Not sure if there any other breakages. There very well could be, this is just the first one I hit. user_id seems to be the same.
Looks like they’ve switched at least one endpoint too. api/v3/users/profiles/{team_id}
.
Thought it would be a more trivial fix than it seems to be, only given it a quick surface glance though…
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Mattermost API Reference
Below are the major changes made between v3 and v4: Endpoint URLs only require team IDs when necessary. For example, getting a channel...
Read more >Mattermost API Reference (v3.10.0)
Changes to Mattermost Server 3.3 API from 3.2 API. Support. Mattermost core committers work with the community to keep the API documentation up-to-date....
Read more >REST API - Mattermost Developers
The REST API is a JSON web service that facilitates communication between Mattermost clients, as well as integrations, and the server.
Read more >Mattermost self-hosted changelog
API Changes. Added a new response-header First-Inaccessible-File-Time to the APIs fetching single file information. Added a new query parameter to include ...
Read more >Mattermost API Reference (v3.5.1)
The Mattermost server changelog documents API changes since Mattermost server v3.2: Changes to Mattermost Server 3.5 API from 3.4 API · Changes to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
New version now is available at PyPi. Can you check please.
Many thanks. It works now.