From 7033f642303601d007fe15115d9025466dffa190 Mon Sep 17 00:00:00 2001 From: rautenberg Date: Thu, 2 Jul 2015 13:20:07 +0200 Subject: API: add descriptor get routes --- api/algorithm.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/api/algorithm.json b/api/algorithm.json index 998f0dc..d6ac2ed 100644 --- a/api/algorithm.json +++ b/api/algorithm.json @@ -533,6 +533,11 @@ "algorithm" ], "description": "get representation of descriptor SMARTS matcher", + "parameters": [ + { + "$ref": "#/parameters/accept_representation" + } + ], "produces": [ "text/plain", "application/rdf+xml", @@ -561,6 +566,11 @@ "algorithm" ], "description": "get representation of descriptor SMARTS count", + "parameters": [ + { + "$ref": "#/parameters/accept_representation" + } + ], "produces": [ "text/plain", "application/rdf+xml", @@ -589,6 +599,11 @@ "algorithm" ], "description": "get representation of dataset lookup", + "parameters": [ + { + "$ref": "#/parameters/accept_representation" + } + ], "produces": [ "text/plain", "application/rdf+xml", @@ -617,6 +632,11 @@ "algorithm" ], "description": "get representation of Physical-chemical descriptors", + "parameters": [ + { + "$ref": "#/parameters/accept_representation" + } + ], "produces": [ "text/plain", "application/rdf+xml", -- cgit v1.2.3