Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
liorp committed Sep 23, 2021
1 parent 38d5d71 commit 21f2327
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/documentation/api/Lobby.md
Expand Up @@ -147,7 +147,8 @@ Allows a player to join a particular match instance `id` of a game named `name`.

Accepts three JSON body parameters:

- `playerID` (required): the ordinal player in the match that is being joined (`'0'`, `'1'`...).
- `playerID` (optional): the ordinal player in the match that is being joined (`'0'`, `'1'`...).
If not sent, will be automatically assigned to the first available ordinal.

- `playerName` (required): the display name of the player joining the match.

Expand Down

0 comments on commit 21f2327

Please sign in to comment.