aboutsummaryrefslogtreecommitdiff
path: root/api/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'api/readme.md')
-rw-r--r--api/readme.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/api/readme.md b/api/readme.md
index 6d0da60..d904f42 100644
--- a/api/readme.md
+++ b/api/readme.md
@@ -28,7 +28,11 @@ API return type classes are mostly defined in api/api.ts
```ts
{
users: int,
- games: int
+ games: int,
+ version: {
+ commit: string,
+ number: string
+ }
}
```