Hello,
I would like to update/enrich visit data/actions. Ive read the matomo developer docs and saw it is possible to enrich the action set for multiple visits identified by given visit ids with the provideActionsForVisitIds() : https://developer.matomo.org/api-reference/Piwik/Plugins/Live/VisitorDetailsAbstract#provideactionsforvisit. But I would like to do this via the rest api but I couldn’t find anything about it in the api docs and the matomo support told me to ask my question here. So my question: Is there a way to enrich/update visits via the rest api? I hope someone can help me!