Skip to content

Commit 31e124e

Browse files
committed
Update MembersAPI.json
Fixed Update flag. Testing String output on create
1 parent d448493 commit 31e124e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

MembersAPI.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@
152152
"mode": "normal",
153153
"path": "/api/Educators/{Username}"
154154
},
155+
"body": {
156+
"UpdateAccountInformation": true
157+
},
155158
"semantics": "update",
156159
"resource_allowance_default": "optional",
157160
"resource_prohibited": [
@@ -903,6 +906,10 @@
903906
"mode": "normal",
904907
"path": "/api/Students"
905908
},
909+
"processing_options": {
910+
"output_field": null,
911+
"stringArrayColumnName": "Username"
912+
},
906913
"semantics": "create",
907914
"resource_allowance_default": "optional",
908915
"resource_prohibited": [
@@ -957,6 +964,9 @@
957964
"mode": "normal",
958965
"path": "/api/Students/{Username}"
959966
},
967+
"body": {
968+
"UpdateAccountInformation": true
969+
},
960970
"semantics": "update",
961971
"resource_allowance_default": "optional",
962972
"resource_prohibited": [

0 commit comments

Comments
 (0)