From f56b649e9aaf120fa5f9ab61af613da8251360c9 Mon Sep 17 00:00:00 2001 From: rautenberg Date: Wed, 17 Jun 2015 20:49:59 +0200 Subject: small fixes on API json --- api/dataset.json | 7 ++++--- 1 file 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.
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": { -- cgit v1.2.3