Accept a friend request
play_accept_friend_requestAccept a pending friend request directed at the calling user. Pass friendId — the _id of the friend record on the calling user's friends list (from play_list_pending_friends), NOT the requester's user id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| friendId | Yes | `_id` of the friend record on the calling user's friends list. NOT the other user's id. Use play_list_pending_friends (for accept/decline) or play_list_my_friends (for remove) to obtain it. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||