From cbe546a3b2891d2e1c7dc8f869b84e848c1d7617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaros=C5=82aw=20K=C5=82opotek=20-=20INTERDUO?= Date: Wed, 20 Mar 2024 08:25:48 +0100 Subject: [PATCH] devel/bugfix: API behaviour change at SIDUSIS site --- bin/lms-sidusis.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lms-sidusis.php b/bin/lms-sidusis.php index edec92e328..8497651e0a 100755 --- a/bin/lms-sidusis.php +++ b/bin/lms-sidusis.php @@ -65,7 +65,7 @@ $apiEndPoints = array( 'export-ranges' => '/api/import_network_ranges/', - 'import-demands' => '/api/demand_notifications/?page_size=all&status=new/', + 'import-demands' => '/api/demand_notifications/?page_size=all&status=new', 'mark-demand-as-read' => '/api/demand_notifications/%id/read/', );