You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API endpoint /api/subscribers/lists with HTTP method PUT does not make any changes if called with Authorization header. At least not with action = remove and action = add.
If called with a cookie header, it works fine.
I tried to add and remove a subscriber from a list, which works fine with the cookie header.
I created the first curl command by copying it from the Firefox developer tools and removed all irrelvant parameters. The second one is identical apart from the authorization.
Can anyone confirm this behaviour?
The text was updated successfully, but these errors were encountered:
Version:
Description of the bug and steps to reproduce:
The API endpoint
/api/subscribers/lists
with HTTP method PUT does not make any changes if called withAuthorization
header. At least not withaction = remove
andaction = add
.If called with a cookie header, it works fine.
I tried to add and remove a subscriber from a list, which works fine with the cookie header.
This API call adds the subscriber 66 to list 1:
This one does not:
Both calls return
{"data":true}
.I created the first curl command by copying it from the Firefox developer tools and removed all irrelvant parameters. The second one is identical apart from the authorization.
Can anyone confirm this behaviour?
The text was updated successfully, but these errors were encountered: