We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d448493 commit 31e124eCopy full SHA for 31e124e
1 file changed
MembersAPI.json
@@ -152,6 +152,9 @@
152
"mode": "normal",
153
"path": "/api/Educators/{Username}"
154
},
155
+ "body": {
156
+ "UpdateAccountInformation": true
157
+ },
158
"semantics": "update",
159
"resource_allowance_default": "optional",
160
"resource_prohibited": [
@@ -903,6 +906,10 @@
903
906
904
907
"path": "/api/Students"
905
908
909
+ "processing_options": {
910
+ "output_field": null,
911
+ "stringArrayColumnName": "Username"
912
913
"semantics": "create",
914
915
@@ -957,6 +964,9 @@
957
964
958
965
"path": "/api/Students/{Username}"
959
966
967
968
969
960
970
961
971
962
972
0 commit comments