fix: specify how friend requests are accepted

This commit is contained in:
JustTemmie 2025-04-28 23:40:00 +02:00
parent 8c8c24b2a9
commit 1e6fd6754e

View file

@ -2,7 +2,7 @@ POST /v1/friend-request
---
Sends a friend request to the given user.
Sends a friend request to the given user. Friend requests can be accepted by having the given user send a friend request back.
---