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" } + } } }