From c7edf2df2bac8642fa1635a364e0314c1be79c5c Mon Sep 17 00:00:00 2001 From: rautenberg Date: Wed, 5 Oct 2016 12:52:19 +0200 Subject: fix descriptor calculation --- api/api.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'api') 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" } -- cgit v1.2.3