summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2018-12-04 09:21:16 +0000
committergebele <gebele@in-silico.ch>2018-12-04 09:21:16 +0000
commit02860ae699b062f7b3a32e8f7fcec3e2607e5451 (patch)
tree7708b927e2822d8f1a4b954ac5c2c4b0149d7406
parent993102a8b2f131526e4578f514b4392c77f2b47d (diff)
remove batch from API
-rw-r--r--api/api.json10
1 files 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"
- }
}
}
}