summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2016-03-14 16:13:33 +0100
committerrautenberg <rautenberg@in-silico.ch>2016-03-14 16:13:33 +0100
commit647e9a00b97259de3fbe89aba3ebfd5b1f489fe4 (patch)
tree68154a8bb592bf6b9829a555daf66f140bf08882 /api
parent8772e255c7613e25ad68550911b3d646bba5f05f (diff)
add list of SMILES to prediction
Diffstat (limited to 'api')
-rw-r--r--api/api.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/api.json b/api/api.json
index 1c79845..c90e814 100644
--- a/api/api.json
+++ b/api/api.json
@@ -113,7 +113,7 @@
{
"name": "identifier",
"in": "formData",
- "description": "SMILES identifier",
+ "description": "SMILES identifier or comma seperated list of SMILES identifiers",
"required": true,
"type": "string"
},
@@ -431,4 +431,4 @@
"description": "Compound"
}
]
-} \ No newline at end of file
+}