From 5409cd279c5d9882dd9e9ca319c3779f0114878fb0a3b54ee9870a196b6c11ba Mon Sep 17 00:00:00 2001 From: aslan Date: Sat, 27 Dec 2025 01:11:04 +0100 Subject: [PATCH] Add id to sessions api --- docs/api/user.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/user.md b/docs/api/user.md index 542bed5..6856c59 100644 --- a/docs/api/user.md +++ b/docs/api/user.md @@ -53,6 +53,7 @@ Returns all sessions for a user with id = {id} ```json { + "id": "string", "sessions": [ { "id": "string",