diff --git a/config/engine-tests.yaml b/config/engine-tests.yaml
index d8226cbb1d5bf2482e43c6664ba35556b03ba9e7..b1a3cccc95998ce8d2c3d3be0238663cdbf0d9f0 100644
--- a/config/engine-tests.yaml
+++ b/config/engine-tests.yaml
@@ -28,7 +28,7 @@ api:
     # The URL to get the health status
     status: http://localhost:8000/api/v1/
     # The URL to get the Calendar via Steering
-    calendar: http://localhost:8000/api/v1/playout
+    calendar: http://localhost:8000/api/v1/program/playout
 
   tank:
     # The session name which is used to authenticate against Tank
diff --git a/config/sample.engine.docker.yaml b/config/sample.engine.docker.yaml
index 706ca88a0fbd7cef0eb764d61038228813f69b09..da143ab12a6871ef41728a007e36a1deba4cbe02 100644
--- a/config/sample.engine.docker.yaml
+++ b/config/sample.engine.docker.yaml
@@ -28,7 +28,7 @@ api:
     # The URL to get the health status
     status: ${AURA_STEERING_BASE_URL}api/v1/
     # The URL to get the Calendar via Steering
-    calendar: ${AURA_STEERING_BASE_URL}api/v1/playout
+    calendar: ${AURA_STEERING_BASE_URL}api/v1/program/playout
 
   tank:
     # The session name which is used to authenticate against Tank
diff --git a/config/sample.engine.yaml b/config/sample.engine.yaml
index 1cc67b23e26a2caa86023e81beda47f07a16819b..2ffa8be77854a5dd596a11bbaefe61397fb3b6be 100644
--- a/config/sample.engine.yaml
+++ b/config/sample.engine.yaml
@@ -28,7 +28,7 @@ api:
     # The URL to get the health status
     status: http://localhost:8000/api/v1/
     # The URL to get the Calendar via Steering
-    calendar: http://localhost:8000/api/v1/playout
+    calendar: http://localhost:8000/api/v1/program/playout
 
   tank:
     # The session name which is used to authenticate against Tank