summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2016-04-04 13:51:22 +0200
committerrautenberg <rautenberg@in-silico.ch>2016-04-04 13:51:22 +0200
commitbbc00c1206a5ec068df6ba643791e039d34ee926 (patch)
treed6b0a72d9beda395c51bcac599c9bf512e7cd6f3 /api
parent9dec5baa04602aa6a9de1082310d1c63954161a6 (diff)
move descriptor from algorithm to compound
Diffstat (limited to 'api')
-rw-r--r--api/api.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/api/api.json b/api/api.json
index c90e814..cfcc2f3 100644
--- a/api/api.json
+++ b/api/api.json
@@ -143,10 +143,10 @@
}
}
},
- "/algorithm/descriptor": {
+ "/compound/descriptor": {
"get": {
"tags": [
- "algorithm",
+ "compound",
"descriptor"
],
"description": "Get a list of all descriptors",
@@ -252,10 +252,10 @@
}
}
},
- "/algorithm/descriptor/{descriptor}": {
+ "/compound/descriptor/{descriptor}": {
"get": {
"tags": [
- "algorithm",
+ "compound",
"descriptor"
],
"description": "Get a list of a single or all descriptors",