Implement changes from backend #1
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ Sends a friend request to the given user. Friend requests can be accepted by hav
|
||||||
## Request
|
## Request
|
||||||
|
|
||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
|--------------|--------|------------------------------------------------------------------------------------------------|
|
| ------------ | ------ | ---------------------------------------------------------------------------------------------- |
|
||||||
| access_token | string | **Required**: The user's auth token. |
|
| access_token | string | **Required**: The user's auth token. |
|
||||||
| uuid | string | **Required**: The UUID of the user they want to befriend. |
|
| 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. |
|
| 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
|
```json
|
||||||
{
|
{
|
||||||
"access_token": "gwLhWXD9wrqL3DwxXZ0VHUeOjr8am1yO",
|
"access_token": "85b2afece430e0e924f2d4277324c868",
|
||||||
"uuid": "dcb445f1-16e7-4cd9-ac19-af07acaeb865",
|
"uuid": "dcb445f1-16e7-4cd9-ac19-af07acaeb865",
|
||||||
"server": "gorb.app",
|
"server": "gorb.app",
|
||||||
"message": "Heyo, Kira here"
|
"message": "Heyo, Kira here"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue