diff --git a/endpoints/endpoints.js b/endpoints/endpoints.js index 903339f9199360b222f9afb7a33f5fafe3647d0b..d77197843e5ec86c79c04711498e2e484dabe721 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",