From 4a2b9b953f32963a2207ab81c17f4ff66c280a26 Mon Sep 17 00:00:00 2001 From: rautenberg Date: Mon, 31 Oct 2016 10:19:06 +0100 Subject: refine API calls --- api/api.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/api.json b/api/api.json index 4c6bfa9..c2d097e 100644 --- a/api/api.json +++ b/api/api.json @@ -157,7 +157,7 @@ "tags": [ "model" ], - "description": "Predict a nanoparticle", + "description": "Predict a nanoparticle post core and coating URIs with physchem descriptor values to a model URI.\n* core URI e.g. core=/compound/\n* coating URI e.g. core=/compound/\n* physchem descriptors - e.G. physchem['/descriptor/']=8.72", "parameters": [ { "name": "core", @@ -176,7 +176,7 @@ { "name": "physchem", "in": "formData", - "description": "physchem descriptors. key-value hash of physchem descriptors.", + "description": "physchem descriptors", "required": true, "type": "string" }, -- cgit v1.2.3