Hello,
Is there Mattermost REST API available to update this Customization fields (/admin_console/site_config/customization)
I am trying to automate this process instead of changing the url’s manually.
Any help appreciated
Thanks
Hello,
Is there Mattermost REST API available to update this Customization fields (/admin_console/site_config/customization)
I am trying to automate this process instead of changing the url’s manually.
Any help appreciated
Thanks
Hello, @atheenbs
May I know if you have checked on the PUT Update Configuration API here? You should be able to make the changes to TeamSettings
using that. Let me know how that goes for you.