Skip to content

Commit

Permalink
Made Postman test v4.0 friendly.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmcelhanon committed Nov 27, 2024
1 parent 3a0b2bd commit f8d1dac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16426,7 +16426,7 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"educationOrganizationReference\": {\r\n \"educationOrganizationId\": 255901\r\n },\r\n \"studentReference\": {\r\n \"studentUniqueId\": \"LIFECYCLE-TEST\"\r\n },\r\n \"internetAccessInResidence\": true\r\n}",
"raw": "{\r\n \"educationOrganizationReference\": {\r\n \"educationOrganizationId\": 255901\r\n },\r\n \"studentReference\": {\r\n \"studentUniqueId\": \"LIFECYCLE-TEST\"\r\n },\r\n \"sexDescriptor\": \"uri://ed-fi.org/SexDescriptor#Male\",\r\n \"internetAccessInResidence\": true\r\n}",
"options": {
"raw": {
"language": "json"
Expand Down

0 comments on commit f8d1dac

Please sign in to comment.