From 1099a6c50d2ca000787b838e45016ed63df0ae9f Mon Sep 17 00:00:00 2001 From: rautenberg Date: Wed, 7 Sep 2016 10:36:49 +0200 Subject: add text/csv to get a dataset --- api/api.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/api/api.json b/api/api.json index 69369b0..7033ad3 100644 --- a/api/api.json +++ b/api/api.json @@ -203,6 +203,17 @@ "text/csv" ] }, + { + "name": "accept", + "in": "header", + "description": "requested Content-Type", + "required": true, + "type": "string", + "enum": [ + "text/uri-list", + "application/json" + ] + }, { "$ref": "#/parameters/id" } -- cgit v1.2.3