summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2016-09-07 10:36:49 +0200
committerrautenberg <rautenberg@in-silico.ch>2016-09-07 10:36:49 +0200
commit1099a6c50d2ca000787b838e45016ed63df0ae9f (patch)
treecd378dfe59108cb47cc85f15e16d60dd49ff311c
parentb24c662df429b65f49c6e72782290c9e977f671a (diff)
add text/csv to get a dataset
-rw-r--r--api/api.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/api/api.json b/api/api.json
index 69369b0..7033ad3 100644
--- a/api/api.json
+++ b/api/api.json
@@ -204,6 +204,17 @@
]
},
{
+ "name": "accept",
+ "in": "header",
+ "description": "requested Content-Type",
+ "required": true,
+ "type": "string",
+ "enum": [
+ "text/uri-list",
+ "application/json"
+ ]
+ },
+ {
"$ref": "#/parameters/id"
}
],