CS
authorChristian Weiske <cweiske@cweiske.de>
Sun, 8 Oct 2023 07:58:43 +0000 (09:58 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Sun, 8 Oct 2023 07:58:43 +0000 (09:58 +0200)
www/api/v1/gamers/me.json
www/api/v1/sessions

index ef91c6e7c9c120d7944d83aab5fcb8ae9aa48734..242f5f06e5a72b4dbd8b6e7f80397ba211d307a9 100644 (file)
@@ -1,9 +1,9 @@
 {
-  "gamer": {
-    "uuid": "00702342-0000-1111-2222-c3e1500cafe2",
-    "settings": {},
-    "founder": false,
-    "email": "stouyapi@example.org",
-    "username": "stouyapi"
-  }
+    "gamer": {
+        "uuid": "00702342-0000-1111-2222-c3e1500cafe2",
+        "settings": {},
+        "founder": false,
+        "email": "stouyapi@example.org",
+        "username": "stouyapi"
+    }
 }
index b76532f28fcb55d4408eaee3a517bea3e154b4c3..3454a4d1b4d19a6a2c1506314a7fa5872e4bda95 100644 (file)
@@ -1,3 +1,3 @@
 {
-  "token": "00702342-0000-1111-2222-c3e1500cafe1"
+    "token": "00702342-0000-1111-2222-c3e1500cafe1"
 }