Skip to content

Commit ee55336

Browse files
committed
SEP-2663: Fix units in task status notifications
1 parent 451f5e1 commit ee55336

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/seps/2663-tasks-extension.mdx

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

seps/2663-tasks-extension.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,8 +514,8 @@ Each notification carries a complete `DetailedTask` for the current status, iden
514514
"status": "completed",
515515
"createdAt": "2025-11-25T10:30:00Z",
516516
"lastUpdatedAt": "2025-11-25T10:50:00Z",
517-
"ttl": 60,
518-
"pollInterval": 5000,
517+
"ttlSeconds": 60,
518+
"pollIntervalMilliseconds": 5000,
519519
"result": {
520520
"content": [
521521
{

0 commit comments

Comments
 (0)