I have a bug in my app that won’t allow me to delete posts so I needed something I could delete afterwards.
I’m a developer and this is my test account for Lemmy.ml.
I have a bug in my app that won’t allow me to delete posts so I needed something I could delete afterwards.
The fun thing is that with previous versions of the APIs the same requests were accepted, now O get a 400 with no explanation message in the response body. It must be something in authentication (yes I’m sending the Bearer header of Lemmy 0.19.x) or the request JSON body. Lack of documentation is hurting me so bad now…