Commit b5b06ee
committed
docs: fix session externalId, list pagination, and read-scope docs
From bot review of the Sessions API docs:
- externalId is read-only after create (cannot be changed or cleared, it keys
the durable streams and token scope). Drop the "null clears it" claim from the
OpenAPI spec and the ai-chat/sessions page.
- List sessions uses a sessions-specific pagination parameter (min 1, default 20)
instead of the shared runs one (min 10, default 25, "runs per page").
- read:sessions grants listing the session's runs, not listing sessions.1 parent 2f33c66 commit b5b06ee
3 files changed
Lines changed: 33 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3350 | 3350 | | |
3351 | 3351 | | |
3352 | 3352 | | |
3353 | | - | |
| 3353 | + | |
3354 | 3354 | | |
3355 | 3355 | | |
3356 | 3356 | | |
| |||
3430 | 3430 | | |
3431 | 3431 | | |
3432 | 3432 | | |
3433 | | - | |
3434 | | - | |
| 3433 | + | |
| 3434 | + | |
| 3435 | + | |
3435 | 3436 | | |
3436 | 3437 | | |
3437 | 3438 | | |
| |||
3576 | 3577 | | |
3577 | 3578 | | |
3578 | 3579 | | |
| 3580 | + | |
| 3581 | + | |
| 3582 | + | |
| 3583 | + | |
| 3584 | + | |
| 3585 | + | |
| 3586 | + | |
| 3587 | + | |
| 3588 | + | |
| 3589 | + | |
| 3590 | + | |
| 3591 | + | |
| 3592 | + | |
| 3593 | + | |
| 3594 | + | |
| 3595 | + | |
| 3596 | + | |
| 3597 | + | |
| 3598 | + | |
| 3599 | + | |
| 3600 | + | |
| 3601 | + | |
| 3602 | + | |
| 3603 | + | |
3579 | 3604 | | |
3580 | 3605 | | |
3581 | 3606 | | |
| |||
4393 | 4418 | | |
4394 | 4419 | | |
4395 | 4420 | | |
4396 | | - | |
4397 | | - | |
| 4421 | + | |
| 4422 | + | |
| 4423 | + | |
4398 | 4424 | | |
4399 | 4425 | | |
4400 | 4426 | | |
| |||
0 commit comments