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

Merge pull request #25 from arun1205/main

added updateFormStatusForOGA
No related merge requests found
Showing with 5 additions and 0 deletions
+5 -0
......@@ -393,6 +393,11 @@ const endpoints = [
route: "/api/rest/updateForm",
requestBody: ["form_id", "form_status"],
},
{
method: "put",
route: "/api/rest/updateFormStatusForOGA",
requestBody: ["form_id", "form_status", "oga_reverted_count"],
},
{
method: "post",
route: "/api/rest/updateFormSubmission",
......
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