From 02860ae699b062f7b3a32e8f7fcec3e2607e5451 Mon Sep 17 00:00:00 2001 From: gebele Date: Tue, 4 Dec 2018 09:21:16 +0000 Subject: remove batch from API --- api/api.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/api/api.json b/api/api.json index c9e1219..faeacb0 100644 --- a/api/api.json +++ b/api/api.json @@ -610,7 +610,7 @@ "tags": [ "model" ], - "description": "Predict a single compound or upload a CSV file for batch prediction. Use multipart/form-data to upload a file.", + "description": "Predict a compound.", "parameters": [ { "$ref": "#/components/parameters/id" @@ -637,7 +637,7 @@ } }, "requestBody": { - "description": "SMILES identifier or CSV file with SMILES identifiers\n", + "description": "SMILES identifier.\n", "required": true, "content": { "application/x-www-form-urlencoded": { @@ -645,12 +645,6 @@ "schema": { "$ref": "#/components/schemas/postmodel" } - }, - "multipart/form-data": { - "x-orn:schema": "multipart/form-data", - "schema": { - "$ref": "#/components/schemas/postbatch" - } } } } -- cgit v1.2.3