summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2016-10-31 10:19:06 +0100
committerrautenberg <rautenberg@in-silico.ch>2016-10-31 10:19:06 +0100
commit4a2b9b953f32963a2207ab81c17f4ff66c280a26 (patch)
treee5b38052efaf3124856d425b580be284be243847
parent8825d8398612608e89f5454822d08628e9d606d6 (diff)
refine API calls
-rw-r--r--api/api.json4
1 files 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=<HOST_URL>/compound/<ID>\n* coating URI e.g. core=<HOST_URL>/compound/<ID>\n* physchem descriptors - e.G. physchem['<HOST_URL>/descriptor/<UUID>']=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"
},