Skip to content

Commit ea37612

Browse files
authored
Fix typo in doc for Scheduled Tasks Admin API (#18384)
1 parent 74be5cf commit ea37612

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/18384.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add an Admin API endpoint `GET /_synapse/admin/v1/scheduled_tasks` to fetch scheduled tasks.

docs/admin_api/scheduled_tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ It returns a JSON body like the following:
1919
"id": "GSA124oegf1",
2020
"action": "shutdown_room",
2121
"status": "complete",
22-
"timestamp": 23423523,
22+
"timestamp_ms": 23423523,
2323
"resource_id": "!roomid",
2424
"result": "some result",
2525
"error": null

0 commit comments

Comments
 (0)