summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2015-09-21 23:03:32 +0200
committerrautenberg <rautenberg@in-silico.ch>2015-09-21 23:03:32 +0200
commit4871577cb0ff00f11f20c1df805ad3f70336284e (patch)
tree7cc36a222573f092ae6647553060fb84df6479bb /api
parent890103363e6b07433585bb7d526d499c7b6c61ad (diff)
clean API
Diffstat (limited to 'api')
-rw-r--r--api/api.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/api/api.json b/api/api.json
index d29ddef..22b934e 100644
--- a/api/api.json
+++ b/api/api.json
@@ -110,16 +110,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",
"description": "SMILES identifier",
@@ -133,9 +123,6 @@
"produces": [
"application/json"
],
- "consumes": [
- "text/plain"
- ],
"responses": {
"200": {
"$ref": "#/responses/200"