Commit e7a58dc9 authored by Arun Kumar's avatar Arun Kumar
Browse files

added updateFormStatusForOGA

parent ce244f31
1 merge request!25added updateFormStatusForOGA
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