From 8ec8948c84e946fde736add0c4e6dd55f6efd1ab Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Tue, 4 Jul 2017 16:12:02 -0400 Subject: PLT-6554 Add config setting to control enabling API version 3 (#6835) * Add config setting to control enabling API version 3 * Update help text for APIv3 config setting (#6843) * Update configuration_settings.jsx * Update en.json --- app/diagnostics.go | 1 + 1 file changed, 1 insertion(+) (limited to 'app') diff --git a/app/diagnostics.go b/app/diagnostics.go index 97f4df0da..04e48088e 100644 --- a/app/diagnostics.go +++ b/app/diagnostics.go @@ -163,6 +163,7 @@ func trackConfig() { "enable_only_admin_integrations": *utils.Cfg.ServiceSettings.EnableOnlyAdminIntegrations, "enable_post_username_override": utils.Cfg.ServiceSettings.EnablePostUsernameOverride, "enable_post_icon_override": utils.Cfg.ServiceSettings.EnablePostIconOverride, + "enable_apiv3": *utils.Cfg.ServiceSettings.EnableAPIv3, "enable_custom_emoji": *utils.Cfg.ServiceSettings.EnableCustomEmoji, "restrict_custom_emoji_creation": *utils.Cfg.ServiceSettings.RestrictCustomEmojiCreation, "enable_testing": utils.Cfg.ServiceSettings.EnableTesting, -- cgit v1.2.3-1-g7c22