XF 2.2 alerts/mark-all

ppissanetzky

New member
Using the REST API to POST to alerts/mark-all with {read:1} I get the following error:

JSON:
"code": "missing_scope",
"message": "This request requires access to the following scope: alert:read:write",
"params": {
   "scope": "alert:read:write"
}

I'm using a super user key with alert:read and alert:write enabled and including an API user in the request.
 
Top Bottom