We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74be5cf commit ea37612Copy full SHA for ea37612
changelog.d/18384.doc
@@ -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
@@ -19,7 +19,7 @@ It returns a JSON body like the following:
19
"id": "GSA124oegf1",
20
"action": "shutdown_room",
21
"status": "complete",
22
- "timestamp": 23423523,
+ "timestamp_ms": 23423523,
23
"resource_id": "!roomid",
24
"result": "some result",
25
"error": null
0 commit comments