We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31e124e + 829929e commit bd5d3baCopy full SHA for bd5d3ba
1 file changed
MembersAPI.json
@@ -98,6 +98,9 @@
98
"mode": "normal",
99
"path": "/api/Educators"
100
},
101
+ "processing_options": {
102
+ "stringColumnName": "Username"
103
+ },
104
"semantics": "create",
105
"resource_allowance_default": "optional",
106
"resource_prohibited": [
@@ -907,9 +910,8 @@
907
910
"path": "/api/Students"
908
911
909
912
"processing_options": {
- "output_field": null,
- "stringArrayColumnName": "Username"
- },
913
914
915
916
917
@@ -1097,7 +1099,7 @@
1097
1099
"path": "/groups/{Group}/members"
1098
1100
1101
"query_parameters": {
- "action": "REmove"
1102
+ "action": "remove"
1103
1104
"body":{
1105
"Users": [ "{Username}" ]
@@ -1224,4 +1226,4 @@
1224
1226
}
1225
1227
]
1228
-}
1229
+}
0 commit comments