Implement changes from backend #1

Merged
radical merged 6 commits from backend into main 2025-05-02 19:39:21 +00:00
Showing only changes of commit 676ef29aa0 - Show all commits

View file

@ -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"