summaryrefslogtreecommitdiff
path: root/api/task.json
diff options
context:
space:
mode:
Diffstat (limited to 'api/task.json')
-rw-r--r--api/task.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/api/task.json b/api/task.json
index 6a59994..9fdf59a 100644
--- a/api/task.json
+++ b/api/task.json
@@ -101,6 +101,22 @@
"parameters": [
{
"$ref": "#/parameters/taskid"
+ },
+ {
+ "name": "accept",
+ "in": "header",
+ "description": "Accepted Content Type",
+ "required": false,
+ "type": "string",
+ "default": "text/uri-list",
+ "enum": [
+ "text/uri-list",
+ "text/turtle",
+ "text/plain",
+ "text/html",
+ "application/rdf+xml",
+ "application/sparql-results+xml"
+ ]
}
],
"produces": [