summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2016-08-30 16:37:45 +0200
committerrautenberg <rautenberg@in-silico.ch>2016-08-30 16:37:45 +0200
commit8432a0f85806693dce66e667ba8eed3954402bb9 (patch)
tree492d1df85cf55b9fd5b926d5aa3f10b86b97031e /api
parent5ef0e8554ae1d30bfb5bcf9f6eb0540e9184ca3d (diff)
new structure, adjusted yard doc, new routes for validation
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": {