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": {
"POST": {
"des": "Get matching professors (only ids) for a given filter",
"per": [],
"par": {
"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 }
},
"out": {
"matches": { "des": "Matching professor UID(s)", "typ": "array<id>" }
"des": "Get matching professors (only ids) for a given filter",
"per": [],
"par": {
"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 }
},
"out": {
"matches": { "des": "Matching professor UID(s)", "typ": "array<id>" }
}
}
}