aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLoic Guegan <manzerberdes@gmx.com>2019-05-07 18:29:32 +0200
committerLoic Guegan <manzerberdes@gmx.com>2019-05-07 18:29:32 +0200
commit7cd8cebf6102ffb88b0de33af2cdbf30a467c967 (patch)
tree2eead172de86a2b8de11a7361eea8f1d56def89a /doc
parent6557bc5c67232270c4719fbce69d4e22393956d7 (diff)
Debug API
Diffstat (limited to 'doc')
-rw-r--r--doc/api.org2
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