Skip to content
Snippets Groups Projects
Commit 8072a757 authored by Rebecca Wheeler's avatar Rebecca Wheeler
Browse files

Update 2 files

- /EI-IICS-Team/12Twenty/POST_studentsV7.json
- /EI-IICS-Team/12Twenty/PATCH_students.json
parent 7e7c7610
No related branches found
No related tags found
No related merge requests found
......@@ -59,16 +59,6 @@
}
},
"definitions" : {
"PATCH_students##StudentGroups" : {
"properties" : {
"Name" : {
"type" : "string"
},
"Id" : {
"type" : "number"
}
}
},
"PATCH_students##OutcomeStatusInternship" : {
"properties" : {
"Name" : {
......@@ -336,31 +326,23 @@
},
"PATCH_students##College2" : {
"properties" : {
"Name" : {
"type" : "string"
},
"AttributeId" : {
"type" : "number",
"format" : "int32"
},
"Id" : {
"type" : "number",
"format" : "int64"
"type" : "string"
}
}
},
"PATCH_students##College3" : {
"properties" : {
"Name" : {
"type" : "string"
},
"AttributeId" : {
"type" : "number",
"format" : "int32"
},
"Id" : {
"type" : "number",
"format" : "int64"
"type" : "string"
}
}
},
......@@ -486,34 +468,46 @@
},
"PATCH_students##ConsolidatedMajor3" : {
"properties" : {
"Name" : {
"type" : "string"
},
"AttributeId" : {
"type" : "number",
"format" : "int32"
},
"Id" : {
"type" : "string"
"type" : "number",
"format" : "int64"
}
}
},
"PATCH_students##ConsolidatedMajor4" : {
"properties" : {
"Name" : {
"type" : "string"
},
"AttributeId" : {
"type" : "number",
"format" : "int32"
},
"Id" : {
"type" : "string"
"type" : "number",
"format" : "int64"
}
}
},
"PATCH_students##ConsolidatedMajor5" : {
"properties" : {
"Name" : {
"type" : "string"
},
"AttributeId" : {
"type" : "number",
"format" : "int32"
},
"Id" : {
"type" : "string"
"type" : "number",
"format" : "int64"
}
}
},
......@@ -609,16 +603,12 @@
},
"PATCH_students##Degree1" : {
"properties" : {
"Name" : {
"type" : "string"
},
"AttributeId" : {
"type" : "number",
"format" : "int32"
},
"Id" : {
"type" : "number",
"format" : "int64"
"type" : "string"
}
}
},
......@@ -824,10 +814,7 @@
"format" : "int32"
},
"StudentGroups" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/PATCH_students##StudentGroups"
}
"type" : "string"
},
"FullName" : {
"type" : "string"
......@@ -866,7 +853,7 @@
"type" : "string"
},
"IsWorkStudyEligible" : {
"type" : "boolean"
"type" : "string"
},
"FirstName" : {
"type" : "string"
......@@ -892,10 +879,8 @@
"type" : "string"
},
"Id" : {
"type" : "string"
},
"Gender" : {
"type" : "string"
"type" : "number",
"format" : "int64"
},
"GenderDescriptionIds" : {
"type" : "string"
......@@ -919,10 +904,7 @@
"type" : "string"
},
"IsFirstGenerationCollegeStudent" : {
"type" : "boolean"
},
"IsStudentAthlete" : {
"type" : "boolean"
"type" : "string"
},
"LinkedInProfileUrl" : {
"type" : "string"
......@@ -1147,31 +1129,23 @@
},
"PATCH_students_Request##body##College2" : {
"properties" : {
"Name" : {
"type" : "string"
},
"AttributeId" : {
"type" : "number",
"format" : "int32"
},
"Id" : {
"type" : "number",
"format" : "int64"
"type" : "string"
}
}
},
"PATCH_students_Request##body##College3" : {
"properties" : {
"Name" : {
"type" : "string"
},
"AttributeId" : {
"type" : "number",
"format" : "int32"
},
"Id" : {
"type" : "number",
"format" : "int64"
"type" : "string"
}
}
},
......@@ -1357,7 +1331,10 @@
},
"PATCH_students_Request##body##CustomAttributeValues" : {
"properties" : {
"custom_attribute_804" : {
"Applied to Graduate" : {
"type" : "string"
},
"Campus Id" : {
"type" : "string"
}
}
......
......@@ -12,7 +12,7 @@
"basePath" : "/Api/V2",
"schemes" : [ "https" ],
"paths" : {
"students" : {
"/students" : {
"post" : {
"tags" : [ "POST_students" ],
"summary" : null,
......@@ -270,7 +270,7 @@
}
}
},
"PATCH_students##CustomAttributeValues" : {
"POST_students##CustomAttributeValues" : {
"properties" : {
"Applied to Graduate" : {
"type" : "string"
......@@ -472,31 +472,23 @@
},
"POST_students_Request##body##College2" : {
"properties" : {
"Name" : {
"type" : "string"
},
"AttributeId" : {
"type" : "number",
"format" : "int32"
},
"Id" : {
"type" : "number",
"format" : "int64"
"type" : "string"
}
}
},
"POST_students_Request##body##College3" : {
"properties" : {
"Name" : {
"type" : "string"
},
"AttributeId" : {
"type" : "number",
"format" : "int32"
},
"Id" : {
"type" : "number",
"format" : "int64"
"type" : "string"
}
}
},
......@@ -680,7 +672,7 @@
}
}
},
"PATCH_students##CustomAttributeValues" : {
"POST_students_Request##body##CustomAttributeValues" : {
"properties" : {
"Applied to Graduate" : {
"type" : "string"
......@@ -762,9 +754,6 @@
"DegreeLevel" : {
"$ref" : "#/definitions/POST_students_Request##body##DegreeLevel"
},
"MultipleEnrollmentLinkedAccountUserId" : {
"type" : "string"
},
"CustomAttributeValues" : {
"$ref" : "#/definitions/POST_students_Request##body##CustomAttributeValues"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment