summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2015-06-02 18:50:55 +0200
committerrautenberg <rautenberg@in-silico.ch>2015-06-02 18:50:55 +0200
commit8e860dc50c4c6c0bd7cf38a837db5d6ff31ce77a (patch)
treed8bf79e0c564823819079779c0b488b3dff6a60a
parentbb4eb874e8c6d46196b5909731cd13a72f9ae027 (diff)
add tags to routes
-rw-r--r--api/compound.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/api/compound.json b/api/compound.json
index 1b0ae80..be42abc 100644
--- a/api/compound.json
+++ b/api/compound.json
@@ -2,7 +2,8 @@
"swagger": "2.0",
"info": {
"version": "5.0.0pre2",
- "title": "OpenTox Compound Service"
+ "title": "OpenTox Compound Service",
+ "description": "Compounds component for the OpenTox framework"
},
"host": "enm.in-silico.ch",
"schemes": [
@@ -11,6 +12,9 @@
"paths": {
"/compound": {
"head": {
+ "tags": [
+ "compound"
+ ],
"description": "for checks service",
"responses": {
"200": {
@@ -24,6 +28,9 @@
},
"/compound/{InChI}": {
"get": {
+ "tags": [
+ "compound"
+ ],
"description": "Get compound representation",
"parameters": [
{
@@ -69,6 +76,9 @@
},
"/compound/{InChI}/image": {
"get": {
+ "tags": [
+ "compound"
+ ],
"description": "Get compound representation",
"parameters": [
{