From bfd64d73a6e6a502379cbb182f9f75c7c068f91f Mon Sep 17 00:00:00 2001 From: Shishir Suman <74050813+shishirsuman092@users.noreply.github.com> Date: Thu, 4 Jan 2024 17:55:50 +0530 Subject: [PATCH] Update endpoints.js --- endpoints/endpoints.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints/endpoints.js b/endpoints/endpoints.js index 4d4fbb8..c13385f 100644 --- a/endpoints/endpoints.js +++ b/endpoints/endpoints.js @@ -679,7 +679,7 @@ const endpoints = [ }, { method: "put", - route: "/api/rest/assessor_update_form", + route: "/api/rest/assessorUpdateForm", requestBody: ["form_id", "form_status"], }, -- GitLab