summaryrefslogtreecommitdiff
path: root/api/api.json
diff options
context:
space:
mode:
Diffstat (limited to 'api/api.json')
-rw-r--r--api/api.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/api/api.json b/api/api.json
index 4cd07c7..69369b0 100644
--- a/api/api.json
+++ b/api/api.json
@@ -199,7 +199,8 @@
"required": true,
"type": "string",
"enum": [
- "application/json"
+ "application/json",
+ "text/csv"
]
},
{
@@ -207,7 +208,8 @@
}
],
"produces": [
- "application/json"
+ "application/json",
+ "text/csv"
],
"responses": {
"200": {