Skip to content

Commit efe2564

Browse files
authored
Update REST-API.md
1 parent 9d1534d commit efe2564

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/Cube.js-Backend/REST-API.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,9 @@ Example response:
246246
### /v1/run-scheduled-refresh
247247
248248
Trigger scheduled refresh run to refresh pre-aggregations.
249-
**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.
249+
250+
> **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.
251+
250252
Learn more about [scheduled refresh here](caching#keeping-cache-up-to-date).
251253
252254
| Parameter | Description |

0 commit comments

Comments
 (0)