Skip to content

Commit a30b7ed

Browse files
authored
Update README.md
1 parent a203c06 commit a30b7ed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
178178
6. **🔑 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
198198
7. **🔔 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

0 commit comments

Comments
 (0)