Closed kozabrada123 closed 3 months ago
This was fixed in #1175 already, the instance probably just didn't update to it yet - it at least works on my instance.
Ah, thanks; I didn't seem to find that pr since it doesn't mention this route exactly. Apologies
Describe the bug When sending a request to PUT /users/@me/notes/:id (e.g. https://old.server.spacebar.chat/api/v9/users/@me/notes/1178453432546097428) the request is never answered by the server
To Reproduce
curl -X PUT --header "Authorization: {TOKEN}" -H "Content-Type: application/json" --data '{"note": "???"}' https://old.server.spacebar.chat/api/v9/users/@me/notes/1178453432546097428
or send a request with the body {"note": "something"} some other wayEnv and Software info Tested on the staging server,
old.server.spacebar.chat
, and on a local server