bugfix
This commit is contained in:
parent
11bda22ffb
commit
3e611ba2f3
|
@ -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>" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue