summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
],