From e7a58dc9e97b65f66fbbe7ec2e8990c893bbe612 Mon Sep 17 00:00:00 2001 From: Arun Nair <arun.kumar@tarento.com> Date: Fri, 5 Jan 2024 19:11:09 +0530 Subject: [PATCH] added updateFormStatusForOGA --- endpoints/endpoints.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/endpoints/endpoints.js b/endpoints/endpoints.js index 903339f..d771978 100644 --- a/endpoints/endpoints.js +++ b/endpoints/endpoints.js @@ -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", -- GitLab