From 3bba99fcf2ddf1d2a5fc214f252321bc468e66ae4b137cce1d294eaf3d1c8e6f Mon Sep 17 00:00:00 2001 From: aslan Date: Tue, 13 Jan 2026 07:39:25 -0500 Subject: [PATCH] Storage secret --- docs/api/session.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/session.md b/docs/api/session.md index 45650f7..33647b4 100644 --- a/docs/api/session.md +++ b/docs/api/session.md @@ -12,7 +12,7 @@ Returns a session with id = {id} "userId": "string", "name": "string", "userAgent": "string", - "storageKey": "string", + "storageSecret": "string", "creationDate": "number" } ```