diff --git a/backend/src/main/java/org/eclipse/tractusx/puris/backend/erpadapter/controller/ErpAdapterController.java b/backend/src/main/java/org/eclipse/tractusx/puris/backend/erpadapter/controller/ErpAdapterController.java index 885ad1b5..595e4cf6 100644 --- a/backend/src/main/java/org/eclipse/tractusx/puris/backend/erpadapter/controller/ErpAdapterController.java +++ b/backend/src/main/java/org/eclipse/tractusx/puris/backend/erpadapter/controller/ErpAdapterController.java @@ -60,7 +60,7 @@ public class ErpAdapterController { @Operation(description = "This endpoint is used to trigger scheduled updates from the ErpAdapter. This is useful " + "if you are expecting a specific request from a partner in the near future and want to make a best-effort attempt to ensure " + - "that your PURIS backend has already obtained current data to respond to that expected request, when it arrives. \n\n" + + "that your PURIS backend has already obtained current data to respond to that expected request, when it arrives. " + "Please note, that calling this endpoint has no significant effect, if a request with the exact same specifics is already " + "currently in place. In that case, a call to this endpoint will only extend the period, after which the scheduled request will " + "be assumed to be irrelevant (see the puris.erpadapter.timelimit property and its documentation for details in this regard). ")