Move event and type docs into their own files.
This commit is contained in:
parent
ce7e35cd53
commit
2ca4eef0a6
19 changed files with 213 additions and 261 deletions
13
server/docs/events/UpdateHand.md
Normal file
13
server/docs/events/UpdateHand.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# `UpdateHand`:
|
||||
|
||||
## Description:
|
||||
Tells the client to update their hand, using one of the provided modes.
|
||||
|
||||
## Request Payload:
|
||||
This event is never sent to the server
|
||||
|
||||
## Response Payload:
|
||||
| Property | Type | Description
|
||||
| -------- | ---- | -----------
|
||||
| questions | String[] | The cards that the operation for the hand will use.
|
||||
| mode | String | This is one of `"append"` or `"replace"`
|
||||
Loading…
Add table
Add a link
Reference in a new issue