diff options
| author | Loic Guegan <manzerberdes@gmx.com> | 2019-05-07 18:29:32 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerberdes@gmx.com> | 2019-05-07 18:29:32 +0200 |
| commit | 7cd8cebf6102ffb88b0de33af2cdbf30a467c967 (patch) | |
| tree | 2eead172de86a2b8de11a7361eea8f1d56def89a | |
| parent | 6557bc5c67232270c4719fbce69d4e22393956d7 (diff) | |
Debug API
| -rw-r--r-- | doc/api.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api.org b/doc/api.org index 2d0046c..daa6e5b 100644 --- a/doc/api.org +++ b/doc/api.org @@ -31,6 +31,7 @@ #+BEGIN_SRC json { "type": "update", + "game-id": 1, "direction": "left", } #+END_SRC @@ -49,6 +50,7 @@ #+BEGIN_SRC json { "type": "update", + "game-id": 1, "direction": null } #+END_SRC |
