diff --git a/API/client-server/v1/friend-request.md b/API/client-server/v1/friend-request.md index 8d22e1a..798bb0a 100644 --- a/API/client-server/v1/friend-request.md +++ b/API/client-server/v1/friend-request.md @@ -9,7 +9,7 @@ Sends a friend request to the given user. Friend requests can be accepted by hav ## Request | Name | Type | Description | -|--------------|--------|------------------------------------------------------------------------------------------------| +| ------------ | ------ | ---------------------------------------------------------------------------------------------- | | access_token | string | **Required**: The user's auth token. | | uuid | string | **Required**: The UUID of the user they want to befriend. | | server | string | The instance that user is on, can be left out if it's a local friend request. | @@ -17,7 +17,7 @@ Sends a friend request to the given user. Friend requests can be accepted by hav ```json { - "access_token": "gwLhWXD9wrqL3DwxXZ0VHUeOjr8am1yO", + "access_token": "85b2afece430e0e924f2d4277324c868", "uuid": "dcb445f1-16e7-4cd9-ac19-af07acaeb865", "server": "gorb.app", "message": "Heyo, Kira here"