diff --git a/docs/Cube.js-Backend/REST-API.md b/docs/Cube.js-Backend/REST-API.md index 806a0cabb2ec1..48bf410ffec39 100644 --- a/docs/Cube.js-Backend/REST-API.md +++ b/docs/Cube.js-Backend/REST-API.md @@ -246,7 +246,9 @@ Example response: ### /v1/run-scheduled-refresh Trigger scheduled refresh run to refresh pre-aggregations. -**NOTE:** Single call to this API may be not enough to refresh everything is pending. This call just populates queue with refresh workload and it should be continously called until refresh jobs are done. Otherwise refresh jobs will be marked orphaned and they will be removed from queue. + +> **NOTE:** Single call to this API may be not enough to refresh everything is pending. This call just populates queue with refresh workload and it should be continously called until refresh jobs are done. Otherwise refresh jobs will be marked orphaned and they will be removed from queue. + Learn more about [scheduled refresh here](caching#keeping-cache-up-to-date). | Parameter | Description |