summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
Diffstat (limited to 'api')
-rw-r--r--api/api.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/api/api.json b/api/api.json
index c1c8bc8..d811f21 100644
--- a/api/api.json
+++ b/api/api.json
@@ -235,7 +235,7 @@
"tags": [
"validation"
],
- "description": "Get Validation representation",
+ "description": "Get validation representation",
"parameters": [
{
"name": "accept",
@@ -244,7 +244,6 @@
"required": true,
"type": "string",
"enum": [
- "text/uri-list",
"application/json"
]
},
@@ -256,7 +255,6 @@
}
],
"produces": [
- "text/uri-list",
"application/json"
],
"responses": {