-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Configuration API #24
Comments
Damn, you found another bug... :-D |
Currently unsure, the mattermost API is missing a parameter there itself. I assume they want a whole config as json there. Can't guarantee that though, but will make a commit later to try and fix that. |
Yes. The document shows example only about Go. I tried to use API manually, and it worked!! Like this.
Please reference it : ) |
Thank you so much for trying that out! Well, thanks :-) Let me know if you have any other issues, I am glad if someone reports the bugs :-) |
Thank you for your fixing quickly!! I want to help you by sending pull request. But I cannot do this because of my company circumstances actually... : ( I hope this driver to be a good one : ) thank you. |
Thank you for helping me for creating access token.
By the way, I also want to use update configuration API like below.
https://api.mattermost.com/#tag/system%2Fpaths%2F~1config%2Fget
According to the documentation, update_conf API needs argument including new configuration(json type).
But, it looks like that your "update_configuration" fuction doesn't have any argument.
How to use it ??
python-mattermost-driver/src/mattermostdriver/endpoints/system.py
Lines 29 to 32 in a7628e8
Thank you.
The text was updated successfully, but these errors were encountered: