From 0e6489ce20e8ea23455f2def6fba4aab157192f9 Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Wed, 18 Dec 2024 16:35:16 +0100 Subject: [PATCH] changed status update url in Preorderselfservice API --- application/Api/v1/PreorderselfserviceApicontroller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Api/v1/PreorderselfserviceApicontroller.php b/application/Api/v1/PreorderselfserviceApicontroller.php index 38a2cb261..ca93f9a3d 100644 --- a/application/Api/v1/PreorderselfserviceApicontroller.php +++ b/application/Api/v1/PreorderselfserviceApicontroller.php @@ -4,7 +4,7 @@ class PreorderselfserviceApicontroller extends mfBaseApicontroller { public function init() { $this->addRoute("/preorderselfservice/preorder", "getPreorder", "GET"); - $this->addRoute("/preorderselfservice/:oaid/:status", "setSelfserviceStatus", "POST"); + $this->addRoute("/preorderselfservice/:oaid/status/:status", "setSelfserviceStatus", "POST"); } protected function authenticated() {