docs: use a proper access token

This commit is contained in:
Radical 2025-05-02 11:53:11 +02:00
parent e06eb0c4ba
commit 676ef29aa0

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"