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