summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2015-06-17 20:49:59 +0200
committerrautenberg <rautenberg@in-silico.ch>2015-06-17 20:49:59 +0200
commitf56b649e9aaf120fa5f9ab61af613da8251360c9 (patch)
treeaac16965402c9335fdb93dcf149b8e38a56b75a3
parent7316dc428bda5da4150f676a78dddda07b2c0e6e (diff)
small fixes on API json
-rw-r--r--api/dataset.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/api/dataset.json b/api/dataset.json
index 9127d0a..1a8bd8a 100644
--- a/api/dataset.json
+++ b/api/dataset.json
@@ -3,9 +3,10 @@
"info": {
"version": "5.0.0pre1",
"title": "OpenTox Dataset service",
- "description": "An OpenTox REST Webservice. \\nStores associations between compounds and features in datasets.\\n",
+ "description": "An OpenTox REST Webservice. <br >Stores associations between compounds and features in datasets.",
"contact": {
- "name": "Christoph Helma, in silico toxicology"
+ "name": "Christoph Helma, in silico toxicology",
+ "url": "http://www.in-silico.ch"
},
"license": {
"name": "GNU GENERAL PUBLIC LICENSE",
@@ -468,7 +469,7 @@
"name": "subjectid",
"in": "header",
"description": "authorization token, required if A&A active",
- "required": false,
+ "required": true,
"type": "string"
},
"file": {