diff options
Diffstat (limited to 'api/readme.md')
-rw-r--r-- | api/readme.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/readme.md b/api/readme.md index 48e9b14..26ef02b 100644 --- a/api/readme.md +++ b/api/readme.md @@ -50,6 +50,7 @@ resign|send to resign, is then forwarded to all subscribed clients|`none`|`s <-> newMove|send a new move|`{ move: int, game_id: string }`|`s <- c`|game registerGameListener|listen to events for a game|`{ id: string }`|`s <- c`|game incomingFriendRequest|get notified of friend request|`none`|`s -> c`|global +changedRelation|get notified of a different relation to someone|`{ id: string }`|`s -> c`|global ## How to test API endpoints ```sh |