mirror of
https://github.com/element-hq/synapse.git
synced 2025-11-27 00:01:53 -05:00
Fix typo in doc for Scheduled Tasks Admin API (#18384)
This commit is contained in:
parent
74be5cfdbc
commit
ea376126a0
1
changelog.d/18384.doc
Normal file
1
changelog.d/18384.doc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Add an Admin API endpoint `GET /_synapse/admin/v1/scheduled_tasks` to fetch scheduled tasks.
|
||||||
@ -19,7 +19,7 @@ It returns a JSON body like the following:
|
|||||||
"id": "GSA124oegf1",
|
"id": "GSA124oegf1",
|
||||||
"action": "shutdown_room",
|
"action": "shutdown_room",
|
||||||
"status": "complete",
|
"status": "complete",
|
||||||
"timestamp": 23423523,
|
"timestamp_ms": 23423523,
|
||||||
"resource_id": "!roomid",
|
"resource_id": "!roomid",
|
||||||
"result": "some result",
|
"result": "some result",
|
||||||
"error": null
|
"error": null
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user