summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2016-10-05 12:52:19 +0200
committerrautenberg <rautenberg@in-silico.ch>2016-10-05 12:52:19 +0200
commitc7edf2df2bac8642fa1635a364e0314c1be79c5c (patch)
tree5549335fd942c3eb3aff9944d60dec5467b3f774 /api
parent469611e84df681debf22e9ec6e768c9ee47404b7 (diff)
fix descriptor calculation
Diffstat (limited to 'api')
-rw-r--r--api/api.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/api/api.json b/api/api.json
index b329bae..0a323de 100644
--- a/api/api.json
+++ b/api/api.json
@@ -860,7 +860,8 @@
"enum": [
"text/csv",
"application/json"
- ]
+ ],
+ "default": "text/csv"
},
{
"name": "identifier",
@@ -912,7 +913,7 @@
"compound",
"descriptor"
],
- "description": "Get a list of a single or all descriptors",
+ "description": "Get a list of a descriptors",
"parameters": [
{
"name": "accept",
@@ -928,7 +929,7 @@
{
"name": "descriptor",
"in": "path",
- "description": "descriptor",
+ "description": "descriptor name or ID",
"required": true,
"type": "string"
}