Unverified Commit a14cd4f3 authored by Shishir Suman's avatar Shishir Suman Committed by GitHub
Browse files

adding endpoint for institute form data draft

No related merge requests found
Showing with 20 additions and 0 deletions
+20 -0
......@@ -539,6 +539,26 @@ const endpoints = [
method: "post",
route: "/api/rest/findUserByEmail",
requestBody: ["email"],
},
{
method: "put",
route: "/api/rest/instituteFormsDrafts",
requestBody: [
"applicant_id",
"form_status",
"assessment_type",
"round",
"course_type",
"course_level",
"course_id",
"active",
"updated_by",
"created_by",
"form_data",
"form_id",
"created_on",
"updated_on"
],
}
];
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment