summaryrefslogtreecommitdiff
path: root/api/api.json
diff options
context:
space:
mode:
Diffstat (limited to 'api/api.json')
-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"
}