Fix typo in doc for Scheduled Tasks Admin API (#18384)

This commit is contained in:
Shay 2025-05-02 04:14:31 -07:00 committed by GitHub
parent 74be5cfdbc
commit ea376126a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

1
changelog.d/18384.doc Normal file
View File

@ -0,0 +1 @@
Add an Admin API endpoint `GET /_synapse/admin/v1/scheduled_tasks` to fetch scheduled tasks.

View File

@ -19,7 +19,7 @@ It returns a JSON body like the following:
"id": "GSA124oegf1",
"action": "shutdown_room",
"status": "complete",
"timestamp": 23423523,
"timestamp_ms": 23423523,
"resource_id": "!roomid",
"result": "some result",
"error": null