File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,12 +176,12 @@ All operations except **GET** require a valid JWT in the `Authorization: Bearer
176176 - ` 404 Not Found` if table missing
177177
1781786. ** 🔑 List or Batch‑Fetch Keys**
179- 6.1 ** GET** ` /default /keys`
179+ 6.1 ** GET** ` /{table} /keys`
180180 • ` 200 OK` →
181181 ` ` ` json
182182 [" key1" ," key2" ,…]
183183 ` ` `
184- 6.2 ** POST** ` /default /keys`
184+ 6.2 ** POST** ` /{table} /keys`
185185 - Body:
186186 ` ` ` json
187187 [" key1" ," key2" ," key3" ]
@@ -197,7 +197,7 @@ All operations except **GET** require a valid JWT in the `Authorization: Bearer
197197
1981987. ** 🔔 Subscribe to Real‑Time Updates (SSE)**
199199 Instant updates on a single key.
200- - URL: ` /default /subscribe/mykey`
200+ - URL: ` /{table} /subscribe/mykey`
201201 - Usage:
202202 ` ` ` bash
203203 curl -N http://localhost:6660/default/subscribe/mykey
You can’t perform that action at this time.
0 commit comments