Closed CIRCULARKA closed 2 years ago
Why are you sending the scope
parameter in the body of the /chat/new
request? You have to first authenticate with the api as described in the docs, and that's where you specify the chat.write
scope.
Why are you sending the
scope
parameter in the body of the/chat/new
request? You have to first authenticate with the api as described in the docs, and that's where you specify thechat.write
scope.
Thanks. Idk, missed that part somehow
Can't send the message to myself using
https://osu.ppy.sh/api/v2/chat/new
endpointContent-Type
andAccept
areapplication/json
POST