osu-web
osu-web copied to clipboard
v2 endpoints return error
/beatmapsets/{beatmapset}/favourites
{"error":"Invalid action"}
/me/download-quota-check
{"error":null}
/notifications/mark-read
returning empty string and notifications still unreaded
""
what's the status code? also all those endpoints are lazer only
/beatmapsets/{beatmapset}/favourites 422
/me/download-quota-check 404
/notifications/mark-read 204
i know that they lazerr only, other endpoints return json data or mark as read (chat message)
/beatmapsets/{beatmapset}/favourites 422
as per status and error message, invalid parameter was specified (or more like it's missing required parameter).
/me/download-quota-check 404
there's a bug here.
/notifications/mark-read 204
the parameter has been changed and documentation hasn't been updated to reflect it. The response is still 204 because that's all it returns.
oh /beatmapsets/{beatmapset}/favourites
should have action
query parameter, i thought its was returning list of beatmap favourites but its favorite or unfavorite specified beatmap
/me/download-quota-check
working, and i fixed issue with /beatmapsets/{beatmapset}/favourites
but /notifications/mark-read
are not mark notification as readed
but
/notifications/mark-read
are not mark notification as readed
I don't know what you're expecting trying the same parameter after I said
the parameter has been changed and documentation hasn't been updated to reflect it
ah, sorry (forgot about that)