From 3e611ba2f39f89ae6a9e7b63496e27c335b4b036 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Mon, 5 Mar 2018 17:35:20 +0100 Subject: [PATCH] bugfix --- config/modules.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/config/modules.json b/config/modules.json index 99ee253..5b96093 100644 --- a/config/modules.json +++ b/config/modules.json @@ -132,14 +132,15 @@ "filter": { "POST": { - "des": "Get matching professors (only ids) for a given filter", - "per": [], - "par": { - "formations": { "des": "Optional formation ID list", "typ": "array", "opt": true }, - "ues": { "des": "Optional UE code list", "typ": "array", "opt": true } - }, - "out": { - "matches": { "des": "Matching professor UID(s)", "typ": "array" } + "des": "Get matching professors (only ids) for a given filter", + "per": [], + "par": { + "formations": { "des": "Optional formation ID list", "typ": "array", "opt": true }, + "ues": { "des": "Optional UE code list", "typ": "array", "opt": true } + }, + "out": { + "matches": { "des": "Matching professor UID(s)", "typ": "array" } + } } }