summaryrefslogtreecommitdiff
path: root/api/api.json
diff options
context:
space:
mode:
Diffstat (limited to 'api/api.json')
-rw-r--r--api/api.json9
1 files changed, 4 insertions, 5 deletions
diff --git a/api/api.json b/api/api.json
index 095b570..d29ddef 100644
--- a/api/api.json
+++ b/api/api.json
@@ -112,7 +112,7 @@
{
"name": "Content-Type",
"in": "header",
- "description": "body Content-Type",
+ "description": "Content-Type",
"required": true,
"type": "string",
"enum": [
@@ -121,11 +121,10 @@
},
{
"name": "identifier",
- "in": "body",
+ "in": "header",
+ "description": "SMILES identifier",
"required": true,
- "schema": {
- "type": "string"
- }
+ "type": "string"
},
{
"$ref": "#/parameters/modelid"