From 61361e7c1cf205f5877bcd973e4740e450523bb5 Mon Sep 17 00:00:00 2001 From: Martin Cech Date: Tue, 31 Oct 2017 11:55:30 -0400 Subject: [PATCH] deprecate configuration/toolbox endpoint --- doc/source/releases/17.09_announce.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/releases/17.09_announce.rst b/doc/source/releases/17.09_announce.rst index dde5a538754b..e55d7d998d35 100644 --- a/doc/source/releases/17.09_announce.rst +++ b/doc/source/releases/17.09_announce.rst @@ -63,6 +63,7 @@ Deprecation Notices * The deprecated admin-only interface for Galaxy Data Libraries is staged to be removed in the next release. * Workflows API: When exposing WorkflowInvocationSteps ``state`` will no longer be available. * The ``refresh_on_change`` attribute of a ```` tag in the tool syntax can no longer be set to a value of another parameter. Use boolean instead (e.g.``refresh_on_change="True"``). `Details `__ +* The endpoint ``/api/configuration/toolbox`` is now deprecated and will be removed in the future. All tools are now watched for changes and this feature became obsolete. Release Notes