Closed cburakaygun closed 5 years ago
Hi Cemal, there is a problem with the ban mechanism. I am trying to ban an admin user, from an admin user, sending a request PATCH api/v1/profiles/<username>
with a request body { "ban" : true }
, however it gives a type error saying that it doesnt accept bool and waiting for str, bytes or bytearray. Can you check it out?
Hello @eneskosr
Thanks for the feedback. I pushed a commit to fix the problem. Can you check again?
Hi @cburakaygun
Thanks for the quick fix. It looks fine, now. I have tested all functionalities and they are working as expected.
You can approve the changes by clicking "Review changes" button under Files changed section.
Done
Hello,
This PR contains the implementation of Profile . Related documentation can be found here.
Fixes #130