From 4871577cb0ff00f11f20c1df805ad3f70336284e Mon Sep 17 00:00:00 2001 From: rautenberg Date: Mon, 21 Sep 2015 23:03:32 +0200 Subject: clean API --- api/api.json | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'api') diff --git a/api/api.json b/api/api.json index d29ddef..22b934e 100644 --- a/api/api.json +++ b/api/api.json @@ -109,16 +109,6 @@ ], "description": "Predict a compound", "parameters": [ - { - "name": "Content-Type", - "in": "header", - "description": "Content-Type", - "required": true, - "type": "string", - "enum": [ - "text/plain" - ] - }, { "name": "identifier", "in": "header", @@ -133,9 +123,6 @@ "produces": [ "application/json" ], - "consumes": [ - "text/plain" - ], "responses": { "200": { "$ref": "#/responses/200" -- cgit v1.2.3