From bbc00c1206a5ec068df6ba643791e039d34ee926 Mon Sep 17 00:00:00 2001 From: rautenberg Date: Mon, 4 Apr 2016 13:51:22 +0200 Subject: move descriptor from algorithm to compound --- api/api.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'api') 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", -- cgit v1.2.3