...
Events which took place before first mod-patron-blocks deployment are NOT taken into account while calculating automated patron blocks. In order to make mod-patron-blocks recognize these events, a manual full event synchronization process must be initiatedexecuted:
Code Block language js POST /automated-patron-blocks/synchronization/job { "scope": "full" }
"id"
returned in the response is the synchronization job ID which can then be used to track the job status:Code Block language js GET /automated-patron-blocks/synchronization/job/{syncJobId}
This synchronization procedure has to be performed only once per environment. See MODPATBLK-41 for details.
...