Closed mikeckennedy closed 2 days ago
This may not be a problem. Sorry for the false alarm. I missed adding the credentials AS AN API USER in the instructions. I had a user where the link pointed and used those values, but it was a regular user, not an API user.
Shall I close the issue? Creating an API user with the right role/permissions worked, right?
Yes, @knadh Let's close it. I got the permissions working now. Though I think there is still a bug in the API but it doesn't have to do with permissions so I'll circle back with a second issue if it's confirmed. Thank you!
This may not be a problem. Sorry for the false alarm. I missed adding the credentials AS AN API USER in the instructions. I had a user where the link pointed and used those values, but it was a regular user, not an API user.
Version:
Description of the bug and steps to reproduce: I make the Python Listmonk library. I've been using it on our sites for awhile. When upgrading to 4.0 we started getting weird permission issues.
/api/lists/NUMBER
is returning 400 bad request with the error text suggesting the status code should be 403:{"message":"Permission denied: list"}
. Though of course, it should return 200 OK still. This updated method does pass the username/password just like the other endpoints which do succeed.Please advise. :) I'd love to update the library ASAP.