This commit is contained in:
xdrm-brackets 2018-03-05 17:35:20 +01:00
parent 11bda22ffb
commit 3e611ba2f3
1 changed files with 9 additions and 8 deletions

View File

@ -132,14 +132,15 @@
"filter": { "filter": {
"POST": { "POST": {
"des": "Get matching professors (only ids) for a given filter", "des": "Get matching professors (only ids) for a given filter",
"per": [], "per": [],
"par": { "par": {
"formations": { "des": "Optional formation ID list", "typ": "array<id>", "opt": true }, "formations": { "des": "Optional formation ID list", "typ": "array<id>", "opt": true },
"ues": { "des": "Optional UE code list", "typ": "array<varchar(2,30,alphanumeric)>", "opt": true } "ues": { "des": "Optional UE code list", "typ": "array<varchar(2,30,alphanumeric)>", "opt": true }
}, },
"out": { "out": {
"matches": { "des": "Matching professor UID(s)", "typ": "array<id>" } "matches": { "des": "Matching professor UID(s)", "typ": "array<id>" }
}
} }
} }